@charset "utf-8";
/*新闻资讯列表*/
.section{}
.section .title{position: relative;}
.section .title .h1{position: absolute;width: 100%;top: -20px;left:20px;font-size: 60px;color: #f4f4f4;font-weight: 400;text-transform: uppercase;}
.section .title .h2{color: #002b75;font-size: 36px;position: relative;padding-top: 20px;}
.section .title .h2:after{position: absolute;display: block;width: 60px;height: 4px;background: #da7700;top: 0;left: 0;content: '';}
.title_center .title .h1,
.title_center .title .h2{text-align: center;}
.title_center .title .h2:after{right: 0;margin: 0 auto;}
/*新闻资讯*/
.main{width: 1200px; margin: 0 auto; margin-top: 60px;}
.main_index .section .title .h1{font-size: 72px;}
.index_section1{}
.index_section1 .content{overflow: hidden;margin-top: 70px;}
.index_section1 .content .left{float: left;width: 54%;}
.index_section1 .content .right{float: right;width: 42%; margin-top: 55px;}
.index_section1 .content .left ul li{position: relative;padding: 24px 0; padding-top:0; margin-top: 24px;padding-left: 120px;border-bottom: 1px dashed #ccc;}
.index_section1 .content .left ul li:nth-child(1){padding-top: 0;}
.index_section1 .content .left ul li .time{position: absolute;left: 0;top: 0;width: 120px;min-height: 85px;}
.index_section1 .content .left ul li .time .time_h3{color: #002b75;font-size: 30px;line-height: 30px;font-weight: bold;position: relative;margin-bottom: 12px;padding-bottom: 12px;}
.index_section1 .content .left ul li .time .time_h3:after{position: absolute;content: '';display: block;bottom: 0;left: 0;width: 16px;height: 2px;background: #ff8a00;}
.index_section1 .content .left ul li .time .time_h4{color: #aab7cd;font-size: 20px;line-height: 20px;}
.index_section1 .content .left ul li a .h3{color: #333333;font-size: 18px;margin-bottom: 16px;}
.index_section1 .content .left ul li a p{color: #999;}
.index_section1 .content .right .aside{position: relative; width: 100%;}
.index_section1 .content .right .aside img{width: 100%;}
.index_section1 .content .right .aside .txt{position: absolute;bottom: 0;left: 0;background: rgba(255, 142, 20,0.8);padding: 6px 20px;max-width: 100%;text-align: left;width: 100%;}
.index_section1 .content .right .aside .txt h4{font-size: 18px;color: #fff;font-weight: 600;margin-bottom: 10px;}
.index_section1 .content .right .aside .txt p{font-size: 14px;color: #fff;display: none}
.index_section1 .content .right a{display: block; width: 100%;}
.index_section1 .content .right .Ispic{padding-bottom: 59.6%; display: block; width: 100%;}
.index_section1 .content .right .swiper-pagination{text-align: right;}
.index_section1 .content .right .swiper-pagination span{background: #fff;opacity: 1;width: 13px;height: 13px;margin: 0 !important;margin-right: 10px !important;}
.index_section1 .content .right .swiper-pagination span.swiper-pagination-bullet-active{background: #ff8a00;position: relative;}
.index_section1 .content .right .swiper-pagination span.swiper-pagination-bullet-active:after{display: block;content: '';position: absolute;border:1px solid #0082cc;width: 21px;height: 21px;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);left: -4px;border-radius: 50%;}
.dynamic{}
.dynamic .content{/*padding-bottom: 40px;*/}
.dynamic dl{margin-bottom: 50px;overflow: hidden;border-bottom: 1px solid #eee;padding-bottom: 15px;}
.dynamic dl dt{float: left;width: 380px;height: 270px;border: 1px solid #efefef;position: relative;overflow: hidden;}
.dynamic dl dt img{width: 100%;height: 100%;cursor: pointer;transition: all 0.6s;}
.dynamic dl dt:hover img{transform: scale(1.2);}
.dynamic dl dd{width: calc(100% - 440px);float: right;padding: 16px 0;}
.dynamic dl dd .h2{font-size: 18px;color: #002b75;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.dynamic dl dd .h2 a{font-size: 18px;}
.dynamic dl dd .txt{font-size: 14px;color: #666;text-align: justify;margin: 20px 0;position: relative;padding-right: 160px;line-height: 26px;}
.dynamic dl dd .txt time{position: absolute;top: -6px;right: 0;font-size: 14px;color: #002b75;text-align: center;}
.dynamic dl dd .txt time b{font-size: 60px;display: block;line-height: 60px;}
.dynamic dl dd .but{color: #0082cc;display: inline-block;padding: 0 20px;line-height:36px ;border: 1px solid #0082cc;font-weight: bold;}
.dynamic dl dd .but:hover{background: #0082cc;color: #fff;}
/*新闻内页*/
.wk_ymbg{width: 100%;}
.wp{margin: 0 auto; width: 100%;}
.bm_vw{width: 1200px; padding-top: 30px;}
.bm_vw .title{font-size: 24px; line-height: 36px; font-weight: bold; text-align: center; color: #000;}
.title{padding: 0 10px; height: 32px;}
.bm_vw .time{color: #999; font-size: 14px; line-height: 50px; margin-bottom: 20px; text-align: center; border-bottom: 1px solid #f3f3f3;}
.bm_vw .time span:first-child{margin-left: 0;}
.bm_vw .con{color: black;font-size: 14px;line-height: 30px;text-align: justify;}
.bm_vw .con img{max-width: 100%;vertical-align: middle;}
.bm_vw .con a{color: #0082cc;text-decoration: underline;}
.bm_vw .atit{text-align: center;font-size: 30px;padding-top: 10px;padding-bottom: 30px;}