
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 500px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 500px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 7px;
    background-color: #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 20px;
    background: #0395ef;
    border-radius: 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }


/* product */

.product_bg{
    
    width: 100%;
    margin: 60px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat  center;
    height: 899px;
    overflow: hidden;

}

.product_bg .product{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.product_bg .product .pro_t{
    width: 1200px;
    margin: 0 auto;
    height: 47px;
    background: url(../images/case_t.png) no-repeat  center; 
}

.product_bg .product .pro_t h5{
    float: left;
    margin-left: 65px;
    font-size: 24px;
    color: #484848;
    font-weight: bold;
}

.product_bg .product .pro_t h5 span{
    display: block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    font-weight: normal;
    
}

.product_bg .product .pro_t .more{
    float: right;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    line-height: 47px;
}


.product_bg .product .pro_box{
    margin: 30px auto 0 auto;
}

.product_bg .product .pro_l{
    float: left;
    width: 174px;
}


.product_bg .product .pro_l .pro_con{
    width: 174px;
}

.product_bg .product .pro_l .pro_con ul li{
    margin-bottom: 20px;
}
.product_bg .product .pro_l .pro_con ul li .first{
    display: block;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #0696ef;
    background: url(../images/buttom2.png) no-repeat left  center;
    font-weight: bold;
    font-size: 16px;
    color: #0395ef;
    padding: 0 40px 0 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.product_bg .product .pro_l .pro_con ul li ul li{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    margin-bottom: 0;
}


.product_bg .product .pro_l .ewm{
    width: 150px;
    height: 150px;
    border: 1px solid #eeeeee;
    margin: 35px auto 0 auto;
}

.product_bg .product .pro_l .ewm img{
    width: 150px;
    height: 150px;
}





.product_bg .product .pro_tab{
    float: right;
    width: 1010px;
}

.product_bg .product .pro_tab ul li{
    float: left;
    width: 300px;
    margin: 0 0px 10px 36px;
    position: relative;
}

.product_bg .product .pro_tab ul li .pic{
    width: 300px;
    height: 200px;
}

.product_bg .product .pro_tab ul li .pic img{
    width: 300px;
    height: 200px;
}

.product_bg .product .pro_tab ul li .txt{
    width: 300px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 5;
}

.product_bg .product .pro_tab ul li .txt h5 a{
    float: left;
    width: 220px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #444;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_tab ul li .txt .more{
    float: right;
    font-size: 16px;
    color: #444;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_tab ul li span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 48px;
    border-bottom: 2px solid #0395ef;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_bg .product .pro_tab ul li:hover span{
    width: 100%;
}

.product_bg .product .pro_tab ul li:hover .txt h5 a{
    margin-left: 10px;
}

.product_bg .product .pro_tab ul li:hover .txt .more{
    margin-right: 10px;
}

/* ys */

.ys_bg{
    
    width: 100%;
    margin: 5px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat top center;
    height: 680px;

}

.ys_bg .ys{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 70px;
}


.ys_bg .ys .ys_box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ys_bg .ys .ys_t{
    position: absolute;
    right: 0;
    top: 80px;
    text-align: right;
    z-index: 9;
    height: 210px;
    border-bottom: 1px solid #4fb5f4;
}

.ys_bg .ys .ys_t span{
    display: block;
    font-size: 75px;
    font-family: 'Times New Roman', Times, serif;
    color: #59adf2;
    text-transform: uppercase;
    line-height: 70px;
}

.ys_bg .ys .ys_t h3{
    font-size: 40px;
    font-weight: bold;
    color: #fefeff;

}

.ys_bg .ys .ys_t h3 i{
    font-size: 60px;
    font-weight: bold;
    color: #fefeff;
}


.ys_bg .ys .ys_box .bd{
    width: 1200px;
    margin: 0 auto;
    height: 605px;
    overflow: hidden;
}

.ys_bg .ys .ys_box .bd ul li{
    width: 1200px;
    height: 605px;
    float: left;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: left;
    width: 600px;
    height: 605px;
    margin: 0px 0 0 12px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 600px;
    height: 605px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: right;
    width: 500px;
    margin-top: 80px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    height: 48px;
    line-height: 60px;
    margin-top: 175px;
    text-align: right;
    width: 500px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;

}

.ys_bg .ys .ys_box .bd ul li .txt h5 img{
    float: left;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 15px;
    color: #e8f5fe;
    line-height: 32px;
    text-align: right;
    margin-top: 25px;
}

.ys_bg .ys .ys_box .next{
    position: absolute;
    right: 60px;
    bottom: 0px;
    width: 60px;
    height: 40px;
    background: url(../images/left1.png) no-repeat center;
    z-index: 5;
    cursor: pointer;
}

.ys_bg .ys .ys_box .prev{
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 60px;
    height: 40px;
    background: url(../images/right1.png) no-repeat center;
    z-index: 5;
    cursor: pointer;
}

.ys_bg .ys .ys_box .zx{
    position: absolute;
    left: 680px;
    bottom: 0px;
    height: 95px;
}

.ys_bg .ys .ys_box .zx .tel{
    float: left;
    margin-left: 15px;
    font-size: 30px;
    color: #444;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 48px;
}

.ys_bg .ys .ys_box .zx .zixun{
    float: left;
    width: 61px;
    height: 95px;
    background: url(../images/ys_tel.png) no-repeat  center;

} 

.ys_bg .ys .ys_box .zx .zixun a{
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 57px;
}


/*case*/


.case_bg .case{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.case .case_t{
    width: 1200px;
    margin: 0 auto;
    height: 47px;
    background: url(../images/case_t.png) no-repeat  center; 
}

.case .case_t h5{
    float: left;
    margin-left: 65px;
    font-size: 24px;
    color: #484848;
    font-weight: bold;
}

.case .case_t h5 span{
    display: block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    font-weight: normal;
    
}

.case .case_t .more{
    float: right;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    line-height: 47px;
}


.case_bg .case .case_box{
    width: 1200px;
    margin: 30px auto 0 auto;
    position: relative;
}

.case .case_box .bd{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.case .case_box .bd ul li{
    float: left;
    width: 375px;
    margin: 0 12px;
    position: relative;
}

.case .case_box .bd ul li .pic{
    width: 375px;
    height: 300px;
}

.case .case_box .bd ul li .pic img{
    width: 375px;
    height: 300px;
}

.case .case_box .bd ul li .txt{
    width: 240px;
    height: 80px;
    background: #fff;
    padding: 20px 30px 0 30px;
    margin: -50px auto 0 auto;
    position: relative;
    z-index: 5;
    border-bottom: 2px solid #cccccc;
}

.case .case_box .bd ul li .txt h5 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #484848;
    text-align: center;
    margin: 0px 0 10px 0;
    padding: 0 3px;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.case .case_box .bd ul li .txt h5 a i{
    width: 20px;
    height: 1px;
    background: #eaeaea;
    display: inline-block;
   top: -5px;
   position: relative;
}

.case .case_box .bd ul li .txt  p{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.case .case_box .bd ul li .txt  span{
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #0395ef;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li:hover .txt  span {
    width: 100%;
}

.case .case_box .next{
    position: absolute;
    left: -75px;
    top: 120px;
    width: 32px;
    height: 60px;
    background: url(../images/left.png) no-repeat  center; 
}

.case .case_box .prev{
    position: absolute;
    right: -75px;
    top: 120px;
    width: 32px;
    height: 60px;
    background: url(../images/right.png) no-repeat  center; 
}


/* about */


.ab_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    height: 831px;
    background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
}

.ab_bg .about .ab_nr{
    float: left;
    width: 520px;
}

.ab_bg .about .ab_nr h5{
    font-size: 28px;
    font-weight: bold;
    color: #fbfbfc;
    margin-top: 35px;

}

.ab_bg .about .ab_nr p{
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    height: 108px;
    overflow:hidden;
    margin-top: 15px;

}

.ab_bg .about .ab_nr .xq{
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    margin-top: 40px;

}

.ab_bg .about .ab_nr .xq a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}


.ab_bg .about .ab_img{
    float: right;
    width: 626px;
    height: 367px;
}

.ab_bg .about .ab_img img{
    width: 626px;
    height: 367px;
}

.ab_bg .fc{
    width: 1200px;
    margin: 0 auto;
}

.ab_bg .fc .fc_list{
 position: relative;
 top: -35px;

}


.ab_bg .fc .fc_list ul li{
    float: left;
    width: 250px;
    height: 52px;
    border-right: 1px solid #bee4ff;
}


.ab_bg .fc .fc_list ul li a{
   font-size: 18px;
   color: #fffefe;
   display: block;
   letter-spacing: 2px;
   text-align: center;
   float: left;
   padding-bottom: 10px;

}

.ab_bg .fc .fc_list ul li a span{
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}


.ab_bg .fc .fc_list ul li.fc2{
    border-right: none;
    margin-left: 80px;
}

.ab_bg .fc .fc_list ul li img{
    float: left;
    margin-right: 40px;
}


.ab_bg .fc .fc_list ul li.casehover a{
    background: url(../images/fc_xt.png) no-repeat bottom center;
    font-weight: bold;

}


.ab_bg .fc .fc_box{
    margin: 0px auto 0 auto;
    padding-top: 80px;
}

.ab_bg .fc .fc_box ul li{
    float: left;
    width: 275px;
    margin: 0 33px 0 0;
    position: relative;
}

.ab_bg .fc .fc_box ul li:last-child{
    margin-right: 0;
}

.ab_bg .fc .fc_box ul li .pic{
    width: 275px;
    height: 200px;
}

.ab_bg .fc .fc_box ul li .pic img{
    width: 275px;
    height: 200px;
}

.ab_bg .fc .fc_box ul li .txt{
    height: 50px;
    line-height: 50px;
    position: relative;
}  

.ab_bg .fc .fc_box ul li .txt h5 a{
    float: left;
    width: 200px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .fc .fc_box ul li .txt .more{
    float: right;
    font-size: 14px;
    color: #fff;
}

.ab_bg .fc .fc_box ul li:hover .txt h5 a{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.ab_bg .fc .fc_box ul li .txt span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .fc .fc_box ul li:hover .txt span{
    width: 100%;

}

/*message*/

.message_bg{
    width: 100%;
    height: 148px;
    margin: 50px auto 0 auto;
    background: url(../images/message_bg.jpg) no-repeat center;
}

.message_bg .message{
    width: 1200px;
    height: 110px;
    padding-top: 45px;
    margin: 0 auto;
}

.message .m_t{
    float: left;
    width: 61px;
    height: 63px;
    background: url(../images/m_t.png) no-repeat center ;
}

.message .m_nr{
    float: right;
    width: 1110px;
    height: 38px;
    margin-top: 12px;
}

.message .m_nr .form-group1{
    float: left;
    width: 150px;
    height: 36px;
    background: #fff;
    margin-right: 40px;
}

.message .m_nr .form-group1 input{
    width: 150px;
    height: 36px;
    background: url(../images/m1.png) no-repeat 10px  center ;
    text-indent: 35px;
    font-size: 14px;
    color: #999;
}

.message .m_nr .form-group2{
    float: left;
    width: 230px;
    height: 36px;
    background: #fff;
    margin-right: 40px;
}

.message .m_nr .form-group2 input{
    width: 230px;
    height: 36px;
    background: url(../images/m2.png) no-repeat 10px  center ;
    text-indent: 35px;
    font-size: 14px;
    color: #999;
}

.message .m_nr .form-group3{
    float: left;
    width: 260px;
    height: 36px;
    background: #fff;
    margin-right: 40px;
}

.message .m_nr .form-group3 input{
    width: 260px;
    height: 36px;
    background: url(../images/m3.png) no-repeat 10px  center ;
    text-indent: 35px;
    font-size: 14px;
    color: #999;
}

.message .m_nr .codeText{
    float: left;
    width: 120px;
    height: 36px;
    margin-right: 5px;
    background: #fff url(../images/m4.png) no-repeat 10px  center ;
    text-indent: 35px;
    font-size: 14px;
    color: #999;
}

.message .m_nr .imgcode{
    float: left;
    width: 90px;
    height: 38px;
}

.message .m_nr .anniu{
    float: right;
    width: 80px;
    height: 36px;
}

.message .m_nr .anniu button{
    width: 80px;
    height: 36px;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color:  #0395ef;
    font-weight: bold;
}


/* news */

.news{
    width: 1200px;
    margin: 60px auto 0 auto;
    height: 560px;
}

.news .news_t{
    height: 60px;
}

.news .news_t h3{
    float: left;
    padding-left: 65px;
    background: url(../images/news_t.png) no-repeat left  center;
}

.news .news_t h3 a{
    font-size: 24px;
    color: #484848;
    font-weight: bold;
    display: block;
}

.news .news_t h3 a span{
    display: block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    font-weight: normal;
}

.news .news_t .news_list{
    float: right;
}

.news .news_t .news_list ul li{
    float: left;
    margin-left: 30px;

}


.news .news_list ul li a{
    float: left;
    margin-right: 30px;
    font-size: 18px;
    color: #555;
    padding-left: 35px;
}

.news .news_list ul li.news1 a{
    background: url(../images/news1.png) no-repeat left center;
} 

.news .news_list ul li.news2 a{
    background: url(../images/news2.png) no-repeat left center;
} 

.news .news_list ul li.news3 a{
    background: url(../images/news3.png) no-repeat left center;
} 


.news .news_list ul li.casehover a{
    color: #484848;
    font-weight: bold;
}

.news .news_list ul li.news1.casehover  a{
    background: url(../images/news11.png) no-repeat left center;
} 

.news .news_list ul li.news2.casehover  a{
    background: url(../images/news22.png) no-repeat left center;
} 

.news .news_list ul li.news3.casehover  a{
    background: url(../images/news33.png) no-repeat left center;
} 

.news .news_box{
    margin: 30px auto 0 auto;
}

.news .news_box .news_l{
    float: left;
    width: 570px;
}


.news .news_box .news_l ul li{
    height: 62px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.news .news_box .news_l ul li .txt{
    height: 62px;
    line-height: 62px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l ul li .txt a{
    float: left;
    width: 450px;
    font-size: 14px;
    color: #444;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.news .news_box .news_l ul li .txt span{
    float: right;
    font-size: 14px;
    color: #666;
}

.news .news_box .news_l ul li .txt_nr{
    width: 530px;
    height: 62px;
    padding: 14px 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    position: absolute;
    left: 0;
    bottom: 90px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l ul li .txt_nr .time{
    width: 57px;
    height: 62px;
    border-right: 1px  solid #e5e5e5;
    float: left;

}

.news .news_box .news_l ul li .txt_nr .time span{
    display: block;
    font-size: 14px;
    color: #444;
    margin-top: 10px;
}

.news .news_box .news_l ul li .txt_nr .time p{
    font-size: 14px;
    color: #a6a6a6;
    font-weight: bold;

}

.news .news_box .news_l ul li .txt_nr .nr{
    float: right;
    width: 430px;
} 

.news .news_box .news_l ul li .txt_nr .nr a{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.news .news_box .news_l ul li .txt_nr .nr p{
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-top: 5px;
}

.news .news_box .news_l ul li.on{
    width: 570px;
    height: 90px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .06);
}


.news .news_box .news_l ul li.on .txt_nr  {
    display: block;
    top: 0px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    }




.news .news_box .news_r{
    float: right;
    width: 525px;
    height: 470px;
    background: #f5f5f5;
    padding: 0 32px;
}

.news .news_box .news_r .news_img{
    width: 525px;
    height: 336px;
    margin: 25px auto 0 auto;

}

.news .news_box .news_r .news_img img{
    width: 525px;
    height: 336px;
}

.news .news_box .news_r .txt_nr{
    width: 525px;
    margin: 25px auto 0 auto;
    height: 62px;
}

.news .news_box .news_r .txt_nr .time{
    width: 57px;
    height: 62px;
    border-right: 1px  solid #e5e5e5;
    float: left;

}

.news .news_box .news_r .txt_nr .time span{
    display: block;
    font-size: 14px;
    color: #444;
    margin-top: 10px;
}

.news .news_box .news_r .txt_nr .time p{
    font-size: 14px;
    color: #a6a6a6;
    font-weight: bold;

}

.news .news_box .news_r .txt_nr .nr{
    float: right;
    width: 445px;
} 

.news .news_box .news_r .txt_nr .nr a{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.news .news_box .news_r .txt_nr .nr p{
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-top: 5px;
}