/*默认分辨率1920x1080*/
body{ background-color: #fff; color: #000;}
a{ color: #000;}
a:hover{ color: #000;}
.bg-fa{background:#fafafa}

.news .banner_news{height: 300px;width: 100%;background: url('../images/news/banner.png') no-repeat center center;}
.news .news_cont{position: relative; top: -140px;background: #ffffff;box-shadow:0 0 20px #666666;}
.news .news_cont .new_nav{width: 100%;height: 80px;border-bottom: 1px solid #efefef;text-align: center;}
.news .news_cont .new_nav .news_nav_btn{cursor: pointer; width: 120px;height: 40px;border: 1px solid #0099e1;display: inline-block;line-height: 40px;font-size: 16px;color: #0099e1;margin: 20px 10px;}
.news .news_cont .new_nav .news_nav_btn.active{background: #518fff;color: #ffffff;border: 1px solid #518fff;}


.news .swiper-container {width: 100%;height: 100%;}
.news .swiper-slide {text-align: center;}
.news .swiper-pagination {text-align: left;left: 30px;}
.news .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{opacity: 1;height:10px;width: 10px;border-radius: 5px;}
.news .swiper-pagination-bullet {opacity: 1;background: #dddddd;}
.news .swiper-pagination-bullet-active {opacity: 1;background: #5185ff;}

.news .news_cont .news_subject{width: 1140px;padding: 20px 30px;display: none;}
.news .news_cont .news_subject.active{display: block;}
.news .news_cont .news_subject .subject_left{width: 800px;float: left;}
.news .news_cont .news_subject .subject_right{width: 310px;float: right;}
.news .news_cont .news_subject .subject_left_banner{width: 528px; height: 246px;overflow: hidden;float: left;}
.news .news_cont .news_subject .subject_left_banner img{width: 100%;height: 100%;}
.news .news_cont .news_subject .subject_left .subject_left_banner_right{width: 270px;height: 246px; float: right;}
.news .news_cont .news_subject .subject_left .subject_left_banner_right div{width: 270px;height: 122px;background: #000;}
.news .news_cont .news_subject .subject_left .subject_left_banner_right div:last-child{margin-top: 2px;}



/* 新闻列表 */
.news .news_cont .news_subject .subject_left .subject_left_list{width: 768px;padding: 0 15px 50px 15px;border: 1px solid #efefef;}
.subject_left_list li{border-bottom: 1px dashed #efefef;}
.subject_left_list li .title{font-size: 16px; color: #333333;line-height: 30px;margin-top: 15px;}
.subject_left_list li .time{font-size: 12px; color: #969696;line-height: 25px;}
.subject_left_list li p{font-size: 14px; color: #666666;line-height:25px;}
.subject_left_list li .news_details_btn{font-size: 14px; color: #a9a9a9;width: 100px;height: 30px;text-align: center;line-height: 30px;border: 1px solid #a9a9a9;margin:30px 0 25px 0;}
.subject_left_list li:hover .news_details_btn{color: #518fff;border: 1px solid #518fff;}
.subject_left_list li:hover .title{color: #518fff;}
.subject_left_list li:last-child{border: none;border:}
/* 分页 */
.subject_left_pages{margin-top: 20px;}
.subject_left_pages .total{float: left;line-height: 35px;font-size: 12px; color: #646464;}
.subject_left_pages .pages{overflow: hidden;display: inline-block;float: right;}
.subject_left_pages .pages div{border:1px solid #efefef;float: left;margin-left: 10px;}
.subject_left_pages .pages div a{color: #646464;font-size:14px;padding: 0 13px;line-height: 33px;}
.subject_left_pages .pages div a.active{color: #ffffff;background: #518fff;}
.subject_left_pages .pages .omit{color: #646464;font-size:14px;line-height: 23px;border:1px solid transparent;}
.subject_left_pages .pages .num a{padding: 0 13px; }
.subject_left_pages .pages .num.active{border:1px solid #518fff;}
.subject_left_pages .pages .num.active a{color: #ffffff;background: #518fff;}
.subject_left_pages .pages .next,.subject_left_pages .pages .prev{padding: 0 18px;}
/* 今日推荐 */
.subject_right .jian{width: 80px;height: 30px; text-align: center;line-height: 30px;font-size: 16px;color: #ffffff;background: #ffb612;}
.subject_right .jian_list{width: 100%;padding-right: 10px;}
.subject_right .jian_list_cont{width: 100%;position: relative;}
.subject_right .jian_list_cont .line{width: 1px;height: 210px; background: #efefef;display: block; position: absolute;top: 15px;left:4px;}
.subject_right .jian_list li{width: 100%;overflow: hidden;height: 50px;}
.subject_right .jian_list li span{width: 6px;height: 6px;border: 2px solid #efefef;display: inline-block;position: relative;background: #ffffff;z-index: 2;}
.subject_right .jian_list li div{width:280px; font-size: 14px;color: #999999;line-height: 40px;padding-bottom: 9px;border-bottom: 1px dashed #efefef;clear: both;display: inline-block;margin-left: 10px;}
.subject_right .jian_list li:hover span{background: #efefef;}
.subject_right .jian_list li:hover div{color: #6fa0ff;}
.subject_right .contact{width: 280px; height: 120px;box-shadow: 0 0 5px #999999;border-radius: 5px;padding: 0 10px;}
.subject_right .contact div{width: 100%;height: 60px;border-bottom:1px dashed #efefef ;text-align: center;}
.subject_right .contact div img{margin-top: 12px;}


/*1600x900*/
@media only screen and (max-width:1600px ) {        
}

/*1440x900*/
@media only screen and (max-width:1440px ) {
}

/*1366x768*/
@media only screen and (max-width:1366px ) {
}

/*2560x1080*/
@media only screen and (min-width:2000px ) {
}