@charset "UTF-8";


.news{
    padding-top: 45px;
    padding-bottom: 100px;
}
.news ul{
    width: 1470px;
    margin: auto;
}
.news ul li{
    padding: 35px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 0;
}
.news ul li a > div{
    font-size: 16px;
    vertical-align: top;
    transition: .8s;
}
.news ul li a > div:nth-of-type(1){
    width: 25.5%;
}
.news ul li a > div:nth-of-type(2){
    width: 40.8%;
    margin-left: 4%;
    padding-top: 45px;
}
.news ul li a > div:nth-of-type(2) h3{
    margin-bottom: 15px;
    color: #404040;
}
.news ul li a > div:nth-of-type(2) p{
    color: #4c4444;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news ul li a > div:nth-of-type(3){
    right: 0;
    width: 15.3%;
    padding-top: 45px;
    color: #999;
}
.news ul li a > div:nth-of-type(3) p{
    margin-bottom: 35px;
}
.news ul li a > div:nth-of-type(3) i{
    width: 44px;
    height: 25px;
    background: url("../img/go.png") no-repeat center;
}
.news ul li:hover a > div:nth-of-type(1){
    margin-left: 3%;
}
.news ul li:hover a > div:nth-of-type(2) h3{
    color: #0b59a6;
}
.news ul li:hover a > div:nth-of-type(3) i{
    background-image: url("../img/go1.png");
}
#btn {
    margin-top: 70px !important;
}


/*news-details*/
.news-details{
    padding: 85px 0;
}
.news-details > div{
    width: 1470px;
    margin: auto;
    color: #333;
   /* text-align: center;*/
}
.news-details > div h3{
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
}
.news-details > div > span{
    display: block;
    color: #999;
    font-size: 14px;
    text-align: center;
}
.news-details > div p{
    /*margin: 45px 0;*/
    /*font-size: 16px;*/
}
.news-details > div img{
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.news-details .go-back{
    margin-top: 130px;
    font-size: 0;
    text-align: center;
}
.news-details .go-back .i{
    width: 1px;
    height: 14px;
    margin: 0 40px;
    background-color: #333;
}
.news-details .go-back div{
    vertical-align: middle;
    font-size: 16px;
}
.news-details .go-back div a{
    color: #333;
}
.news-details .go-back div a:hover{
    color: #367fb8;
}
.news-details .go-back .unclick{
    margin-right: 15px;
}
.news-details .bdshare{
    top: 0;
    right: 0;
}
.news-details .bdshare span{
    line-height: 30px;
    margin-right: 15px;
    color: #333;
    font-size: 14px;
}
.news-details .bdsharebuttonbox{
    margin-top: 5px;
    font-size: 14px;
}
.news-details .bdshare-button-style2-16 a,
.news-details .bdshare-button-style2-16 .bds_more{
    width: 20px;
    height: 19px !important;
    margin: 0px 6px 6px 0 !important;
    padding-left: 5px !important;
    line-height: 19px !important;
}
.news-details .bdshare-button-style2-16 .bds_weixin{
    background: url("../img/wx1.png") no-repeat center;
    background-position: 0 0 !important;
}
.news-details .bdshare-button-style2-16 .bds_tsina{
    background: url("../img/wb1.png") no-repeat center;
    background-position: 0 0 !important;
}
.news-details .bdshare-button-style2-16 .bds_sqq{
    background: url("../img/qq1.png") no-repeat center;
    background-position: 0 0 !important;
}




