*{
    margin: 0;
    padding: 0;
}
body{
    font: 16px "Microsoft YaHei";
}
html,body{
    max-width: 100%;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: transparent;
}
img{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.p050{
    padding: 0 50px;
}
.pt30{
    padding-top: 30px;
}
.pb30{
    padding-bottom: 30px;
}
.pb40{
    padding-bottom: 40px;
}
.pb100{
    padding-bottom: 100px;
}
.pb70{
    padding-bottom: 70px;
}
.pb150{
    padding-bottom: 150px;
}
/* banner */
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.title{
    margin: 0 auto;
}
.title img{
    margin: 0 auto;
}
/* 头条 */
.layer01{
    position: relative;
    background: url(../images/bg1.jpg) no-repeat top left;
    background-size: 100% 100%; 
    padding-top: 50px;
}
.top_news{
    position: relative;
    background: url(../images/dy_bg.png) no-repeat top left;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 65px 30px 100px;
    margin-bottom: 50px;
}
.top_news h3{
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
.top_news p{
    color: #343434;
    font-size: px;
    line-height: 1.8;
    text-align: justify;
}
.news_ul{
    background: url(../images/news_bg.png) no-repeat top left;
    background-size: 100% 100%;
    position: relative;
    padding: 38px 30px 0;
}
.news_ul .news_li{
    width: 100%;
    list-style: none;
    margin-bottom: 30px;
}
.news_ul .news_li:nth-child(4){
    margin-bottom: 0;
}
.news_ul .news_li .news_left{
    width: 342px;
    height: 179px;
    float: left;
    margin-right: 25px;
}
.news_ul .news_li .news_left img{
    width: 100%;
}
.news_ul .news_li .news_right{  
    width: calc( 100% - 367px );
    float: left;
    height: 179px;
    border-bottom: 1px solid #b7aaa9;
}
.news_ul .news_li .news_right h3{
    font-size: 20px;
    margin-bottom: 15px;
}
.news_ul .news_li .news_right .abstra{
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 15px;
}
.news_ul .news_li .news_right .time{
    font-size: 14px;
    color: #b7aaa9;
}
.more{
    display: block;
    font-size: 14px;
    color: #008beb;
    text-align: right;
    padding-top: 15px;
}

/* 新闻列表 */
.layer02{
    background: url(../images/bg2.jpg) no-repeat top left;
    background-size: 100% 100%;
    position: relative;
}
.swp-wrap{
    position: relative;
    padding: 10px;
}
.swiper-container {
    width: 100%;
}
.swiper-slide {
    width: 100%;
}
.swiper-slide.swiper-slide-active{
    border: 3px solid #008beb;
    border-radius: 15px;
}
.swiper-slide>a img{
    width: 100%;
    border-radius: 15px;
}
.swiper-slide>a>.slide_bottom {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    height: 60px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    color: #333;
}
.swiper-slide>a>.slide_bottom>.h4-title {
    text-align: left;
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 15px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}
.swiper-slide>a>.slide_bottom>.w100 {
    width: 100%;
}
.swp1_btn_next,
.swp1_btn_prev {
    position: absolute;
    z-index: 9999;
    top: auto;
    bottom: 20px;
    width: 31px;
    height: 53px;
    background-size: 31px 53px;
}
.swp1_btn_prev {
    left: -30px;
    top: 120px;
}
.swp1_btn_next {
    right: -30px;
    top: 120px;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
    background-image: url('../images/prev.png');
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
    background-image: url('../images/next.png');
}
.video_player{
    display: block;
    margin-bottom: 20px;
}
.video_player img{
    width: 100%;
}
#bottom {
    width: 100%;
    padding-top: 18px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align:center;
    background-color: #fff;
	background: url(../images/bg3.jpg) top center no-repeat;
}

#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover,
#bottom a:active {
    color: #fff;
}

@media (max-width: 768px) {
    .pb100{
        padding-bottom: 50px;
    }
    .pb70{
        padding-bottom: 35px;
    }
    .container{
        width: 100%;
    }
    .title{
        width: 100%;
    }
    .title img{
        width: 100%;
    }
    .top_news{
        padding: 36px 12px 40px;
        margin-bottom: 20px;
    }
    .top_news h3{
        font-size: 20px;
    }
    .news_ul{
        padding: 10px 10px 0;
    }
    .news_ul .news_li .news_left{
        width: 105px;
        height: 65px;
    }
    .news_ul .news_li .news_right{
        width: calc(100% - 134px);
        float: left;
        height: auto;
        border-bottom: 1px solid #b7aaa9;
    }
    .news_ul .news_li .news_right h3{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .news_ul .news_li .news_right .abstra{
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 8px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .swp-wrap{
        padding: 10px 30px;
    }
    .swp1_btn_next{
        top: 65px;
        right: 5px;
    }
    .swp1_btn_prev{
        top: 65px;
        left: 5px;
    }
    .swiper-slide>a>.slide_bottom{
        height: 22px;
    }
    .swiper-slide>a>.slide_bottom>.h4-title{
        padding: 0 8px;
        line-height: 18px;
        font-size: 12px;
        -webkit-line-clamp: 1;
    }
    .swp1_btn_next, .swp1_btn_prev{
        width: 15px;
        height: 26px;
        background-size: 15px 26px;
    }
    .video_player{
      width:100%;
      height: 235px;
    }
}

<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2026-01-16 17:48:16" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->