/*news*/
.news{background-color:#f8f9fa;}
.news .page-nav .page-nav-ul li{width: 25%;}
.news .loc{width: 50%;line-height: 80px;color: #868e96;font-family: "Microsoft Yahei"}
.news .loc a{font-size: 16px;color: #868e96;font-family: "Microsoft Yahei"}
.news .loc i{font-size: 2rem;}
.news .loc .icon-jiantouyou{font-size: 1.4rem;padding-left: 10px;}
.news .page-nav .page-nav-ul{width: 50%;}
.news .container{flex-wrap:wrap;padding: 0}
@media (max-width: 1440px) {
    .news .loc{line-height: 60px;}
}
@media screen and (max-width: 992px){
    .news{background-color:#f1f3f5;}
    .news .title{margin-bottom:0;padding:0 0 20px 0;}
    .news .title h4{width:70%;font-size:2rem;font-weight:700;color: #495057}
    .news .title h4 i{margin-right: 5px;top:1px;position: relative;}
    .news .container{padding:0;}
    .news .page-nav{margin-bottom:30px;}
    .news .page-nav .container{flex-wrap: wrap;padding: 0;}
    .news .loc{display: none}
    .news .page-nav .page-nav-ul{width:100%;order: 1;}
    .news .page-nav .page-nav-ul li{width:50%;}
}
.news .new_left{width: 70%;margin-right: 2%;margin-top: 50px;}
.news .new_right{width: 28%;margin-top: 50px;}
.news .newslist{background-color: #fff;padding:30px;margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 254, 0.06);
    box-shadow: 0 0 10px 2px rgba(79, 172, 254, 0.06);
}
.news .newslist li{border-bottom: 1px solid #eee;margin-bottom: 20px;padding-bottom: 20px;}
.news .newslist li:last-child{border-bottom: none;margin-bottom: 0}
.news .newslist li a{
    display: block;
    position:relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;}
.news .newslist li a .info{padding: 0 0 0 25px;width:75%;}
.news .newslist li a .info h6{font-size:18px;color:#495057;margin-bottom: 10px;font-weight:500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.news .newslist li a .info p{font-size: 14px;color:#868e96;line-height: 22px;margin-bottom: 10px;font-family: "Microsoft Yahei";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .newslist li a .img{width:25%;height: 120px;background-size: cover; overflow: hidden;background-color: #f8f8f8;text-align: center;line-height: 120px;}
.news .newslist li a .img img{width: 50%;display: inline-block;vertical-align: middle;opacity: 0.5;filter:Alpha(opacity=50)}
.news .newslist li a .time{font-size:14px;color:#adb5bd;font-family: DINPro-Regular}
.news .newslist li a .time i{font-size: 1.8rem;position: relative;top:2px; }
.news .newslist li a span{display: inline-block;position: absolute;right: 0;bottom: 0;width: 110px;line-height: 35px;border-radius: 30px;border: 1px solid #eee;text-align: center;font-size: 14px;color:#868e96;font-family: "Microsoft Yahei"; }
.news .newslist li a span i{font-size: 1.2rem;position: relative;top:-1px;}
.news .newslist li a span:hover{
    background-image:-webkit-gradient(linear,0% 100%,0% 100%, from(#e7670d), to(#ffe066));
    background-image:-webkit-linear-gradient(45deg, #e7670d, #ffe066);
    background-image:-o-linear-gradient(45deg, #e7670d, #ffe066);
    background-image:linear-gradient(45deg, #e7670d, #ffe066);
    box-shadow:0 10px 20px rgba(253,117,4,0.3);
    -webkit-box-shadow:0 10px 20px rgba(253,117,4,0.3);
    -moz-box-shadow:0 10px 20px rgba(253,117,4,0.3);
    color: #fff;border: none;
}
.news .newslist li a:hover{text-decoration : none }
.news .newslist li a:hover .info h6{color:#fcc419;}
.news .newslist li:hover{}
@media screen and (max-width: 992px){
    .news .container.flex-sb{flex-wrap: wrap;padding: 0;}
    .news .new_left{width: 100%;margin-right: 0;padding:0 20px;margin-top: 0}
    .news .new_right{width: 100%;padding:0 20px;margin-bottom:20px;margin-top: 0}
    .news .newslist{margin-bottom:0;;background-color: #fff;padding: 20px 20px 0 20px;}
    .news .newslist li{margin-bottom: 0;border: none;}
    .news .newslist li:last-child{margin-bottom: 0}
    .news .newslist li a{padding: 0;}
    .news .newslist li a .info{padding: 0 0 0 15px;width:70%;}
    .news .newslist li a .info h6{font-size: 1.5rem;color:#666;font-weight: 600}
    .news .newslist li a .info p{font-size: 1.3rem;line-height:1.8rem;margin-bottom: 0;}
    .news .newslist li a .img{width:30%;height:70px;}
    .news .newslist li a .time{display: none;}
    .news .newslist li a span{display: none;}
    .news .newslist li:hover{transform:translateY(0);-webkit-transform:translateY(0);}
    .news .hot-ul{margin-bottom:0;background-color: #fff;padding: 20px;}
    .news .hot-ul li{padding: 0 0 10px 0;margin-bottom: 10px;}
    .news .hot-ul li:last-child{margin-bottom: 0;}
    .news .hot-ul li h6{font-weight: 600;}
}
.news-ul{
    background-color: #fff;padding:20px;margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 254, 0.06);
    box-shadow: 0 0 10px 2px rgba(79, 172, 254, 0.06);
}
.news-ul li{padding:10px 50px 10px 15px;border-bottom: 1px dashed #ddd;position: relative;}
.news-ul li:after{content: '';width: 6px;height: 6px;border-radius: 50%;background-color: #dee2e6;position: absolute;left: 0;top:50%;margin-top: -3px;}
.news-ul li:last-child{border-bottom: none;}
.news-ul li a{font-size: 15px;font-family:"Microsoft Yahei";color:#495057;line-height: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.news-ul li a:hover{color: #fcc419;}
.news-ul li a i{width: 30px;display: inline-block}
@media screen and (max-width: 992px){
    .news-ul{;margin-bottom: 10px;}
}

/*shownews*/
.shownews{padding:0 0 50px 0;}
.shownews .loc{margin: 0 auto 15px auto;padding: 0;width: 100%;font-size: 16px;font-family: "Microsoft Yahei";line-height: 30px;color: #868e96;position: relative;text-align: left}
.shownews .loc a{font-family: "Microsoft Yahei";color: #868e96;}
.shownews .loc i{font-size: 1.8rem;margin-right: 2px;}
.shownews .loc .icon-jiating-{font-size: 2rem;}
.shownews .loc .icon-reply{font-size:2.5rem;margin-left: 5px;position: relative;top:3px;}
.shownews .loc .back{position: absolute;right: 0;}
.shownews .new_right{margin-top:25px}
.shownews .new_right{padding:30px 0 0 0;}
.shownews .new_right .title{margin-bottom:15px;padding-top:0;}
.shownews .info{
    background-color: #fff;padding:30px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 254, 0.06);
    box-shadow: 0 0 10px 2px rgba(79, 172, 254, 0.06);
}
.shownews .shownews-title{font-size: 30px;color:#495057;font-weight: 600;margin-bottom: 10px;}
.shownews .shownews-info{font-size: 16px;color: #868e96;border-bottom: 1px dashed #ddd;margin: 0 0 10px 0;padding: 10px 0 20px 0;}
.shownews .shownews-info span{margin: 0 10px 0 0;font-family: "DINPro-Regular","Microsoft Yahei";}
.shownews .shownews-cont{padding: 30px 0;font-size:18px;line-height: 36px;color:#495057;font-family: "DINPro-Bold","Microsoft Yahei";}
.shownews .shownews-cont p{margin: 10px 0;font-size:18px;line-height: 36px;color:#495057;font-family: "DINPro-Bold","Microsoft Yahei";}
.shownews .shownews-cont img{max-width: 80%;width: auto;height: auto;margin: 20px auto;display: block;}
@media screen and (max-width: 1440px) {
    .shownews .shownews-title{font-size: 25px;}
    .shownews .shownews-info{font-size: 14px;padding: 10px 0;}
    .shownews .shownews-cont{padding: 20px 0;font-size:15px;line-height: 25px;}
    .shownews .shownews-cont p{font-size:15px;line-height: 25px;}
}
@media screen and (max-width: 992px) {
    .shownews{padding:0;}
    .shownews .container{padding:0!important;width: 100%;}
    .shownews .new_right{padding: 0 20px;margin-top: 0}
    .shownews .new_left{padding:20px 0;margin-bottom:0;}
    .shownews .loc{width: 100%;margin:10px auto;padding: 0 20px;font-size: 1.3rem;line-height: 2.2rem;display: block}
    .shownews .loc a{margin-left:0;font-size: 1.3rem;}
    .shownews .loc i{font-size: 1.3rem;margin-right: 1px;}
    .shownews .loc .back{position: absolute;right: 20px;font-size: 1.3rem;}
    .shownews .info{width: 100%;padding:20px 30px;}
    .shownews .shownews-title{font-size:2.2rem;line-height:3.6rem;font-weight:600;padding-right: 0}
    .shownews .shownews-info{font-size: 1.5rem;}
    .shownews .shownews-cont{padding:0!important;width: 100%!important;font-size:1.5rem!important;line-height:2.2rem!important;color:#868e96!important;}
    .shownews .shownews-cont p{font-size:1.5rem!important;line-height:2.2rem!important;color:#868e96!important;display: block;width: 100%;}
    .shownews .shownews-cont img{max-width: 100%;width: 100%;margin: 0 auto;}
    .shownews .shownews-cont p{padding: 8px 0;font-size: 1.5rem!important;line-height:2.2rem!important;text-indent: 0 !important;}
    .shownews .shownews-cont p span{font-size: 1.5rem!important;line-height:.2.2rem!important;}
    .shownews .shownews-cont img{width: 100%!important;}
    .shownews .shownews-cont p img{width: 100%!important;}
    .shownews .shownews-cont p span img{width: 100%!important;}
    .shownews .shownews-cont p strong{font-size: 1.5rem!important;line-height:2.2rem!important;}
}
.bottom-btn{padding:20px 0;border-top: 1px dashed #ddd;}
.bottom-btn a{width: 50%;display: block;text-align: left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 16px;line-height: 32px;color:#495057;font-weight: 500;}
.bottom-btn a:hover{color:#495057;}
.bottom-btn a i{font-size: 2.5rem;color: #999;margin-right:10px;display: inline-block;vertical-align:middle;}
.bottom-btn a:last-child i{margin-right: 0;margin-left: 10px;}
.share-div{margin: 30px auto;text-align: left;padding: 0;}
.share-2{padding: 0;}
@media screen and (max-width: 992px) {
    .bottom-btn{padding:0;height: auto;line-height:2rem;border-top:none;}
    .bottom-btn a{width: 100%;font-size:1.4rem;line-height:2.2rem;margin-bottom: 10px;}
    .bottom-btn a:hover{}
    .bottom-btn a:nth-child(2n){text-align: left;}
    .bottom-btn a i{display: none;}
    .share-div{margin: 20px auto;width: 100%;}
}