.banner a {
    display: block;
    width: 100%; 
}
.banner img{
    display: block;
    width: 100%;
}
.banner a img{
    display: block;
    width: 100%;
}
.banner .owl-theme .owl-controls{
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}
.banner .owl-theme .owl-controls .owl-page span,.s2-right .owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 0 20px;
    background: #e7e7e7;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #b50000;
}



.section2{
    background: url(../images/s2-bj.jpg) no-repeat center;
    background-size: 1920px 100%;

}
.s2-child{
    overflow: hidden; 
    padding: 40px 0 0 0;
}
.s2-left{
    float: left;
    max-width: 75px;
    text-align: center;
    margin-top: 47px;
}
.s2-left img{
    width: 100%;
    display: block;
}
.s2-right{
    float: right;
    width:91.5%;
   /*  padding-right: 40px;
    padding-left: 40px;*/
    box-sizing: border-box;
}
.s2-right ul{
    overflow: hidden;
    text-align: center;
}
.s2-right ul li{
   /* float: left; 
    margin-left: 60px;*/
    width: 145px;
    height: 145px;
    margin-bottom: 60px;
    display: table;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
margin-left: auto;
    margin-right: auto;
}
.s2-right ul li:first-child+li{margin-bottom:0;}
.s2-right ul li>a{
    height: 145px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #d0a2a5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.5s;

}
.s2-right ul li div img{
    height: 50px;
    transition: all 0.5s;
}
.s2-right ul li div img:hover{
    transform: scale(1.2);
}
.s2-right ul li p{
    font-size: 18px;
    margin-top: 5px;
    color: #333333;
}
.s2-r-img2{
    display: none;
}
.s2-r-ul2{
    margin-top: 60px;
}
.s2-right ul li:hover>a{
    background: #ba2d35;
    box-shadow: 0 0 10px rgba(186, 45, 53, 0.5);
}
.s2-right ul li:hover p{
    color: #fff;
}
.s2-right ul li:hover img{
    display: none;
}
.s2-right ul li:hover img.s2-r-img2{
    display: inline-block;
}


.s2-right  .owl-controls .owl-buttons div{
  position: absolute;
    top: 50%;
    display:none;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
margin-top: -15px;
    line-height: 30px;
    text-align: center;
    font-family: å®‹ä½“;
    font-size: 20px;
}
.s2-right  .owl-controls{margin-top:0;}
.s2-right  .owl-controls .owl-buttons div.owl-prev{left:0;}
.s2-right  .owl-controls .owl-buttons div.owl-next{right:0;left:auto;}


.section3{
    background: #f8f8f8;
    padding: 40px 0;
}
.s3-tit{
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    font-size: 0;
}
.s3-tit li{
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.s3-tit1{
    margin-right: 100px;
}
.s3-tit2{
    margin-left: 100px;
}
.s3-tit li.active:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 4px;
    background: #b50000;
    margin-left: -30px;
}
.s3-tit li:hover:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 4px;
    background: #b50000;
    margin-left: -30px;
}
.s3-main{
    margin: 0px auto;
}
.s3-main1{
    margin-top: 40px;
}
.s3-m1-left{
    float: left;
    width: 50%;
}
.s3-m1-left .owl-theme .owl-controls{
    position: absolute;
    right: 0;
    bottom: 17px;
}
.owl-theme .owl-controls .owl-page span{
    width: 12px;
    height: 12px;
}
.s2-right .owl-theme .owl-controls .owl-page span{width:15px !important;height:15px !important;}
.s3-m1-left .owl-item a{
    display: block;
    width: 100%;
    position: relative
}
.s3-m1-left .owl-item a div{
    overflow: hidden;
}
.s3-m1-left .owl-item a img{
    display: block;
    width: 100%;
    height: 420px;
    transition: all 0.5s;
}
.s3-m1-left .owl-item a img:hover{
    transform: scale(1.1);
}
.s3-m1-left .owl-item a>p{
    line-height: 65px;
    background: #fff;
    padding-left: 110px;
    padding-right: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    transition: all 0.5s;
}
.s3-m1-left .owl-item a>p:hover{
    color: #ba2d35;
}
.s3-m1-left .owl-item a .date{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #ba2d35;
    display: table-cell;
}
.s3-m1-left .owl-item a .date>div{
    display: table-cell;
    width: 100px;
    height: 65px;
    vertical-align: middle;

}
.s3-m1-left .owl-item a .date span{
    font-size: 20px;
    color: #fff;
font-style:italic;
}
.s3-m1-left .owl-item a .date p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.s3-m1-right{
    float: right;
    width: 46%;
}
.s3-m1-right ul li{
    display: table;
    padding: 19px 0;
    border-top: 1px solid #e5e5e5;
    transition: all 0.5s;
}
.s3-m1-right ul li:hover{
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.s3-m1-right ul li:first-child{
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}
.s3-m1-right ul li .date{
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    border: 1px solid #e5e5e5;
    text-align: center;
    vertical-align: middle;
}
.s3-m1-right ul li .date span{
    color: #666666;
    font-size: 16px;
    display: block;
    background: #eeeeee;
    line-height: 45px;
}
.s3-m1-right ul li .date p{
    color: #333333;
    font-size: 22px;
    background: #fff;
    line-height: 40px;
    font-weight: 600;
}
.s3-m1-right ul li .s3-m1-rcont{
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}
.s3-m1-right ul li .s3-m1-rcont h3 a{
    display: block;
    width: 100%;
    color: #333333;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    height: 26px;
}
.s3-m1-right ul li .s3-m1-rcont p{
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    margin-top: 20px;
    height: 21px;
    overflow: hidden;
}
.s3-m1-right ul li:hover{
    transform: translateX(10px);
}
.s3-m1-right ul li:hover .s3-m1-rcont h3 a{
    color: #b50000;
}
.s3-m1-right ul li:hover .date span{
    background: #b50000;
    color: #fff;
}
.s3-main2{
    display: none;
}
.s3-main2 ul{
    overflow: hidden;
    width: 50%;
    float: left;
}
.s3-main2 ul li{
    background: #fff;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 100px;
    position: relative;
    /*line-height: 85px;*/
    margin:15px 1% 0 1%;
    transition: all 0.5s;
    height:85px;
}
.s3-main2 ul li a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 25px;
    background:#b50000;
    right: -3px;
    top: 29px;
   display:none;
}
.s3-main2 ul li div{
    position: absolute;
    width: 80px;
    left: 0;
    top: 0;
    height: 85px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    line-height: normal;
    transition: all 0.5s;
}
.s3-main2 ul li div span{
    display: block;
    /* margin-top: 15px; */
    color: #333333;
    font-size: 16px;
    background: #eee;
    line-height: 45px;
}
.s3-main2 ul li div p{
    color: #666666;
    font-size: 22px;
    font-weight: bold;
}
.s3-main2 ul li a{
    display: block;
    /* padding: 0 15px; */
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    padding-top:5px;
}
.s3-main2 ul li a p{
  
    line-height: 20px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    height: 40px;
    width: 100%;
   
  
    text-overflow: ellipsis;

 text-overflow: -o-ellipsis-lastline;
  

  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
 
}
.s3-main2 ul li:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.s3-main2 ul li:hover a::after{display:block;}
.s3-main2 ul li:hover  .date span{
background: #b50000;
}

.s3-main2 ul li:hover div span{
    color: #fff;
font-style: italic;
}
.s3-main2 ul li:hover div p{
    color: rgba(0, 0, 0, 0.6);
}
.s3-main2 ul li:hover a{
    color: #bb1b1b;
}
.more-a{
    clear: both;
    text-align: center;
    font-size: 0;
    text-align: center;
}
.more-a a{
    display: inline-block;
    color: #666666;
    width: 170px;
    border: 1px solid #dcdcdc;
    margin-top: 40px;
    line-height: 45px;
    font-size: 16px;
    transition: all 0.5s;
}
.more-a a:hover{
    background: #b50000;
    color: #fff;
}

.section4{
    background: url(../images/s4-bj.jpg) no-repeat center;
    background-size: 1920px 100%;
    padding-bottom: 40px;
}
.s4-child ul{
    width: 100%;
    overflow: hidden;
    /* margin: 0 55px; */
}
.s4-child ul li{
    float: left;
    width: 25%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.s4-child ul li:hover a{
    z-index: 2;
    transform: scale(1.05);
}
.s4-child ul li>img{
    display: block;
    width: 100%;
}
.s4-child ul li>a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    transition: all 0.5s;
}
.s4-child ul li>a>div{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.s4-child ul li>a>div.zzc-text{
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    padding: 20px;
    display: table;
    transition: all 0.5s ease;
width:87%;
display:none;
}
.s4-child ul li>a>div.zzc-text>div{
    display: table-cell;
    vertical-align: middle;
}
.s4-child ul li>a>div.zzc-text p{
    color: #fff;
    font-size: 16px;
}
.s4-child ul li a>div>div>img{
    max-height: 50%;
    max-width: 35%;
}
.s4-child ul li>a>div>p{
    font-size: 24px;
    margin-top: 25px;
}
 

.s4-li1>a img{
    display: block;
    max-width: 100%;
    margin: 30px auto;
}
.s4-li2{
    background: #fff;
}
.s4-li2 p{
    color: #333333;
}
.s4-li3 a img{
    display: block;
    width: 100%;
}
.s4-li4{
    background: #d53741;
}
.s4-li4 p{
    color: #FFF;
}
.s4-li5{
    background: #fff;
}
.s4-li5 a>div>div{
    /*text-align: left;
    margin: 0 40px;*/
}
.s4-li5 div>div h4{
    width: 60%;
    line-height: 55px;
    border: 1px solid #b92f35;
    position: relative;
    color: #b92f35;
    text-align: left;
    padding-left: 20px;
    font-size: 24px;
    font-weight: normal;
}
.s4-li5 div>div h4:after{
    content: "";
    position: absolute;
    width: 5px;
    height: 25px;
    background: #b92f35;
    top: 50%;
    margin-top: -12px;
    left: -3px;
}
.s4-li5 div>div p{
    font-size: 18px;
    color: #b92f35;
    line-height: 30px;
    margin-top: 30px;
}
.s4-li6 a img{
    display: block;
    width: 100%;
}
.s4-li7{
    background: #b92f35;
}
.s4-li7 p{
    color: #fff;
}
.s4-li8{
    background: #fff;
}
.s4-li8 p,.s4-li5 p{
    color: #b92f35;
}

.s5-child{
    overflow: hidden;
}
.s5-tit h2{
    text-align: center;
    font-size: 0;
    margin: 50px 0 0 0;
}
.s5-tit img{
    max-height: 40px;
    max-width: 25%;
    vertical-align: middle;
}
.s5-tit-imgmid{
    margin: 0 20px;
}
.s5-ul1{
    float: left;
    width: 48%;
}
.s5-ul1>li{
    position: relative;
    font-size: 18px;
    line-height: 75px;
    padding-left: 100px;
    margin-top: 15px;
    margin-right: 50px;

}
.s5-ul1>li span{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: #333333;
    font-size: 20px;
}
.s5-ul1>li div{
    padding: 0 25px;
    border: 1px solid #e5e5e5;
    color: #333;
    transition: all 0.5s;
}
 

.s5-ul2{
    float: right;
}
.s5-ul2>li.s5-ul2-li2{
    margin-right: 0;
    padding-left: 0;
}
.s5-ul2>li.s5-ul2-li2 ul{
    overflow: hidden;
}
.s5-ul2>li.s5-ul2-li2 ul li{
    float: left;
    width: 30%;
    padding-left: 0;
    
}
.s5-ul2>li.s5-ul2-li2 ul li a{
    display: block;
    color: #333;
    border: 1px solid #e5e5e5;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    transition: all 0.5s;
}
.s5-ul2>li.s5-ul2-li2 ul li:hover a{
    background: #b50000;
    color: #fff;
}
.white{color:white}
.pagination{
    text-align: center;
    font-size: 0;
    padding-top: 20px;
margin: 0 0 20px 0;
}
.pagination a{
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}
.pagination a.active{
    background: #ba2d35;
    color: #fff;
    border: 1px solid #ba2d35;
}
.pagination a:hover{
    background: #ba2d35;
    color: #fff;
    border: 1px solid #ba2d35;
}
 

/* å†…é¡µæ ·å¼ */
.channl-menu{
    float: left;
    width: 23%;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.channl-menu p{
    line-height: 220px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: url(../images/aside_tit.jpg) 50% no-repeat;
    background-size: cover;
}
.channl-menu p img{
    display: none;
}
.channl-menu ul{position:relative;padding:50px 0 66px;margin-top:-30px;}
.channl-menu ul li{
    line-height: 26px;    
    /* background: #f9f9f9; */
    text-align: center;
    transition: all 0.5s;
    font-size: 20px;
}
.channl-menu ul li:not(:first-child){border-top: 1px solid rgba(255,255,255,.2);}
.channl-menu ul:before{content:'';position:absolute;transform:skewY(5deg);bottom: -30px;top:15px;left:0;width:100%;background:url(../images/line.jpg) 50% repeat-y;z-index:0;}
.channl-menu ul:after{content:'';position:absolute;left: 16%;bottom:0;width: 73px;height: 46px;background: url(../images/bg_aside.png) 50% 100% no-repeat;z-index:9;opacity: .2;}

.channl-menu ul li a{
    color: #fff;
    padding: 15px 0;
    display: block;
}
.channl-menu ul li.active{
    /* background: #fff; */
}
.channl-menu ul li.active a{
    color: #fcc740;
}
.channl-menu ul li:hover{
    background: #fff;
}
.channl-menu ul li:hover a{
    color: #bc1919;
}

.ny-right{
    float: right;
    width: 73%;
}
.position{
    text-align: right;
    font-size: 0;
    padding: 25px 0 30px 0;
}
.position span{
    color: #666666;
    font-size: 16px;
}
.position a{
    font-size: 16px;
    color: #666666;
}
.position a:hover{
    color: #b50000;
}

.text-list ul li{
    padding-right: 100px;
    padding-left: 20px;
    position: relative;
    line-height: 60px;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    position: relative;
    left: 0;
    transition: all 0.5s;
}
.text-list ul li:first-child{
    border-top: none;
}
.text-list ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #bc1919;
    margin-top: -3px;
}
.text-list ul li a{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
}
.text-list ul li i{
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
font-style:normal;
}
.text-list ul li:hover{
    left: 15px;
}
.text-list ul li:hover a{
    color: #bc1919;
}
.text-list ul li:hover span{
    color: #bc1919;
}

.art-main .art-tit{ border-bottom: 1px solid #e5e5e5;}
.art-main .art-tit h3,.art-main .art-tit p{
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 24px;
   
   
   
}
.art-main .art-tit p{ padding-bottom: 8px;}
.art-main .art-tit span{
margin:0 14px;
color:#999;
font-size: 14px !important;


}
.art-main .art-body{margin-top:20px;}
.art-main .art-body p{
    color: #666666;
    text-indent: 2em;
    font-size: 16px;
    line-height: 48px;
}
.art-main .art-body table p{ color: #000;text-indent: 0;}

.art-main .art-body img{
    max-width: 80% !important;
}
/*æœåŠ¡*/
.column-box1 {
    width: 47%;
    float: left !important;
}
.column-list1 .title {
    font-size: 16px !important;
}
.title {
    color: #b51212;
    font-size: 22px;
}
.column-list1 .tt {
    border-bottom: #eee 1px solid;
    line-height: 40px;
    color: #0164cc;
    padding: 30px 0 0 15px;
    height: 35px;
}
.tt {
    border-bottom: #1987C4 4px solid;
    clear: both;
}
.tit {
    float: left;
    line-height: 30px;
}
.wp_article_list {
    display: block;
    width: 100%;
}
.wp_article_list .list_item {
    border: none;
    min-height: 35px;
    line-height: 35px;
    clear: both;
    height: auto;
}
.column-list1 .con { padding-left: 10px; margin-top: 5px;}
.wp_article_list .list_item .pr_fields {
    display: inline;
    float: left;
}
.wp_article_list .list_item .Article_Title {
    margin-left: 0;
    background: url(../images/news_line.png) no-repeat 2px 18px;
    padding-left: 25px;
    font-weight: normal;
}
.wp_article_list .list_item .Article_Title {
    float: left;
}
.wp_article_list .list_item span {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: 5px;
}
.wp_article_list .list_item .Article_Index {
    background: url(images/news_line.png) no-repeat 6px 12px;
    display: none;
}
.wp_article_list .list_item .Article_Title a{color:#333;}
.wp_article_list .list_item .Article_Title a:visited {

    color: #444444;
    text-decoration: none;
}
.art-main {
    margin-bottom: 40px;
}
@media screen and (max-width:1400px){
    .s2-left{
        margin-left: 10px;
    }
    .s2-right ul li{
      /*  margin-left: 40px;*/
        margin-bottom: 40px;
    }
}
@media screen and (max-width:1024px){
    .s2-child{
        padding: 60px 0 30px 0;
    }
    .s2-right{
        width: 85%;
    }
    .s2-right ul li{
       /* margin-left: 30px;*/
        margin-bottom: 30px;
    }
    .s3-m1-right ul li{
        padding: 20px 0 0 0;
        margin-top: 20px;
    }
    .s3-m1-right ul li .date span{
        font-size: 14px;
        line-height: 28px;
    }
    .s3-m1-right ul li .date p{
        font-size: 16px;
        line-height: 30px;
    }
    .s3-m1-right ul li .s3-m1-rcont h3 a{
        font-size: 16px;
        height: 21px;
    }
    .s3-m1-right ul li .s3-m1-rcont p{
        font-size: 14px;
        height: 18px;
        margin-top: 10px;
    }

    .s4-child ul li>a>div>p{
        font-size: 18px;
        margin-top: 20px;
    }
    .s4-li5 div{
        margin: 0 20px;
    }
    .s4-li5 div>div h4{
        width: 80%;
        line-height: 40px;
        font-size: 18px;
    }
    .s4-li5 div>div p{
        font-size: 14px;
        margin-top: 20px;
        line-height: 24px;
    }

    .s5-ul1>li span{
        font-size: 16px;
    }
    .s5-ul1>li{
        font-size: 14px;
        line-height: 60px;
        padding-left: 80px;
    }
    .s5-ul1>li div{
        padding: 0 10px;
    }
    .channl-menu{
        /* margin-top: 0; */
    }
    .channl-menu p{
        line-height: 180px;
        font-size: 20px;
    }
    .channl-menu ul li{
        /* line-height: 45px; */
        font-size: 16px;
    }
    .position span{
        font-size: 14px;
    }
    .position a{
        font-size: 14px;
    }
    .text-list ul li{
        font-size: 14px;
    }



    .s3-m1-left .owl-item a img{
        height: 328px;
    }
}
@media screen and (max-width:768px){
    
    .banner .owl-theme .owl-controls{
        bottom: 5px;
    }
    .banner .owl-theme .owl-controls .owl-page span{
        width: 30px;
        height: 3px;
        margin: 0 5px;
    }


    .s2-left{
        width: 15%;
    }
    .s2-right{
        width: 82%;
    }
.s3-main2  ul{  
width: 100%;
   }
    .s2-right ul li{
        width: 120px;
        height: 120px;
    }
    .s2-right ul li a{
        height: 120px;
    }
    .s2-right ul li div img{
        height: 45px;
    }
    .s2-right ul li p{
        font-size: 16px;
    }
    .section3{
        padding: 50px 0;
    }
    .s3-tit1{
        margin: 0;
    }
    .s3-tit li{
        text-align: center;
        width: 50%;
    }
    .s3-tit li img{
        display: inline-block;
        max-width: 40% ;
    }
    .s3-tit2{
        margin: 0;
    }
    .s3-main{
        margin-left: 15px;
        margin-right: 15px;
    }
    .s3-m1-left{
        float: none;
        width: auto;
    }
    .s3-m1-right{
        float: none;
        width: auto;
        margin-top: 40px;
    }
    .s3-main2 ul li{
        float: none;
        width: auto;
        margin-top: 30px;
        padding-left: 80px;
        line-height: 60px;
height:70px;
    }
    .s3-main2 ul li div{
        width: 80px;
        height: 70px;
    }
    .s3-main2 ul li a{
        font-size: 14px;
padding: 0 15px;
    }
    .s3-main2 ul li div span{
       /* margin-top: 8px;*/
        font-size: 16px;
line-height: 39px;
    }
    .s3-main2 ul li div p{
        font-size: 14px;
    line-height: 36px;
    }


    .section4{
        padding-bottom: 30px;
    }
    .s4-child ul li>a>p{
        font-size: 14px;
        margin-top: 10px;
    }
    .s4-li5 div{
        margin: 0 10px;
    }
    .s4-li5 div h4 {
        width: 90%;
        padding-left: 10px;
        line-height: 40px;
        font-size: 14px;
    }
    .s4-li5 div p {
        font-size: 12px;
        margin-top: 10px;
        line-height: 20px;
    }
    .s4-child ul li>a>div.zzc-text p{
        font-size: 14px;
    }


    .s4-child ul{
        margin: 0 15px;
        width: auto;
    }
    .s4-child ul li{
        width: 50%;
    }
    .s4-child ul li>a>div.zzc-text p{
        font-size: 12px;
    }
.s5-child{
    padding: 0 15px;
}
    .s5-ul1{
        float: none;
        width: auto;
    }
    .s5-ul1>li{
        margin-right: 0;
        margin-top: 30px;
    }
    .nymain{
        padding: 0 15px;
    }
    .channl-menu{
        float: none;
        width: auto;
    }
    .channl-menu p{
        text-align: left;
        padding:0 15px;
        position: relative;
        /* margin-top: 20px; */
        font-size: 16px;
        background: #b51212;
        line-height: 50px;
    }
    .channl-menu p img{
        display: block;
        position: absolute;
        height: 20px;
        top: 50%;
        margin-top: -10px;
        right: 15px;
        display: inline-block;
    }

    .channl-menu ul:before{background-size: 100%;transform: skewY(0);top: 0;content: none;}

    .channl-menu ul{
        display: none;
        margin-top:0;
        padding:0;
        background: #fff;
    }
    .channl-menu ul li{
        font-size: 14px;
        background: #fbfbfb;
    }
    .channl-menu ul li:not(:first-child){border-top:1px solid #eee}
    .channl-menu ul li a{color:#333}
    .channl-menu ul li.active a{color:#b51212}
    .ny-right{
        float: none;
        width: auto;
    }
    .position{
        text-align: left;
        padding: 20px 0;
    }
    .pagination{
        padding-top: 50px;
    }
    .pagination a{
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }
    .text-list ul li{
        line-height: 40px;
        font-size: 12px;
    }
    .art-main .art-tit h3{
        font-size: 17px;
    }
    .art-main .art-body p{
        font-size: 14px;
        line-height: 40px;
    }


    .s3-m1-left .owl-item a img{
        height: 472px;
    }
}
@media screen and (max-width:480px){
    .s2-child{
        padding: 30px 0 5px 0;
    }
    .s2-left{
        width: 10%;
    }
    .s2-right ul li{
        width: 70px;
        height: 70px;
       /* margin: 0 0 25px 25px;*/
    }
    .s2-right ul li a{
        height: 70px;
    }
    .s2-right ul li div img{
        height: 25px;
    }
    .s2-right ul li p{
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .s4-child ul li>a>div>p{
        font-size: 14px;
    }
    .s4-li5 a>div>div{
        margin: 0 15px;
    }
    .s4-li5 div>div h4{
        font-size: 14px;
        line-height: 30px;
    }
    .s4-li5 div>div p{
        font-size: 12px;
        margin-top: 10px;
        line-height: 20px;
    }






    .s3-m1-left .owl-item a img{
        height: 220px;
    }
    
}


.column-list1.clearfix {
    height: 250px;
}
div#vsb_content table {
    width: 100%;
}
