body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd{
    /* 默认有边距，都要清除 */
    margin: 0;
    padding: 0;
    /* 去掉列表的原点 */
    list-style: none;
    /* 默认鼠标 */
    cursor: default;
}

html {
    font: 16px/1.8 "微软雅黑","\5b8b\4f53",Arial,sans-serif;
    color: #666;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}

/*行内块元素*/
input,img{
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: top; 
}

/*行内元素*/
a,a:active,a:visited{
    /*下划线和颜色*/
    text-decoration: none;
    color: #555;
}

textarea{
    /* 边框清零 */
    border:none;
    /* 轮廓线清零 */
    outline: none;
    /* 防止文本域被随意拖拽 */
    resize: none;
}

i{
    /*文字样式*/
    font-style: normal; 
}

table{
    /*边框合并*/
    border-collapse:collapse;
    border-spacing:0;
}


/* 使用伪元素清除浮动 */
.clearfix::before,
.clearfix::after{
    content:"";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.clearfix {
    *zoom: 1;
}

.m-r-5{
    margin-right: 5px;
}
.m-r-10{
    margin-right: 10px;
}
.m-r-15{
    margin-right: 15px;
}
.m-r-20{
    margin-right: 20px;
}

.p-b-10{
    padding-bottom: 10px;
}
.p-t-10{
    padding-top: 10px;
}
.p-t-15{
    padding-top: 15px;
}

.text-h{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.line-h5{
    width: 100%;
    height: 5px;
}
.line-h10{ width: 100%; height: 10px; }
.line-h20{ width: 100%; height: 20px; }
.vertical-w10{ width: 10px; height: 100%; }
.vertical-w20{ width: 20px; height: 100%; }


/* 版心*/
.w{
    width: 1200px;
    margin: 0 auto;
}

.header{
    position: relative;
    z-index: 10;
}
.h-top{
    height: 41px;
    line-height: 41px;
    background-image: linear-gradient(#0672d4, #2e9bee, #0672d4);
    color: #fff;
    font-size: 16px;
}
.h-top a{
    display: inline-block;
    padding: 0 13px;
    color: #fff;
    transition: color 500ms ease-in 0ms;
}
.h-top a:hover{
    color: #fff;
}
.h-mid{
    height: 90px;
    padding: 10px 0;
    text-align: center;
}
.logo{
    display: block;
}
.logo img{
    height: 90px;
}
.nav{
    width: 100%;
    height: 40px;
    background-color: #036fd2;
}
.nav ul{
    width: 100%;
    display: block;
    float: left;
    list-style: none;
}
.nav ul li{
    float: left;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
}
.nav ul li:after{
    content: "|";
}
.nav ul li:last-child:after{
    content: "";
}
.nav ul li a{
    color: #ffffff;
    padding: 0px 20px;
    float: left;
}
.nav ul li a:hover{
    color: #000093;
}
.nav ul li.active a{
    color: #000093;
}

.top-img-div{
    width: 100%;
    text-align: center;
}
.top-img-div .top-img-item{
    display: inline-block;
    margin: 10px 20px 10px 0px;
}
.top-img-div .top-img-item:last-child{
    display: inline-block;
    margin-right: 0px;
}
.top-img-div .top-img-item a{
    display: block;
}
.top-img-div .top-img-item img{
    width: 382px;
}

.tout-div{
    background-color: #eeeeee;
}
.tout-div .tout-lab{
    width: 55px;
    height: 55px;
    font-size: 26px;
    background-color: #036fd2;
    display: inline-block;
    color: #ffffff;
    padding: 15px;
    line-height: 30px;
    text-align: justify;
    text-align-last: justify;
    vertical-align: top;
}
.tout-div .tout-content{
    display: inline-block;
    width: calc(100% - 110px);
    padding-left: 20px;
}
.tout-div .tout-title a{
    font-size: 30px;
    color: #c60001;
    font-weight: 600;
}
.tout-div .tout-title a{
    font-size: 30px;
    color: #c60001;
    font-weight: 600;
}
.tout-div .tout-des{
    font-size: 16px;
    color: #343434;
    text-align: center;
}

.item-block{
    width: 100%;
}

.left-banner{
    width: 550px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
}
.left-banner img{
    width: 550px;
    height: 400px;
}
.right-news{
    display: inline-block;
    width: calc(100% - 555px);
    vertical-align: top;
    height: 400px;
}

/**
 * 选项卡
 */
.slideTxtBox{ width:100%; text-align:left; }
.slideTxtBox .hd{ height:49px; line-height:50px;  padding:0 20px; font-weight: 600;  position:relative; font-size: 20px;border-bottom: 1px solid #444444;}
.slideTxtBox .hd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.slideTxtBox .hd ul li.on{ height:30px;  color: #036fd2; }
.slideTxtBox .bd{ height: 350px; overflow: hidden; }
.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
.slideTxtBox .bd li{ height:38px; line-height:38px; font-size: 16px;  }
.slideTxtBox .bd li a{ color: #000000;  }
.slideTxtBox .bd li.on a{ color: #d60002;  }

.new-2{ width:587px; margin-right: 20px; text-align:left; display: inline-block;vertical-align: top; }
.new-2:last-child{ margin-right: 0px; }

.new-3{ width:383px; margin-right: 20px; text-align:left; display: inline-block;vertical-align: top; }
.new-3:last-child{ margin-right: 0px; }

.new-2-bd{ height: 290px; overflow: hidden; }
.new-2-bd ul{ padding-top:15px; }
.new-2-bd ul li{ margin-bottom: 5px; }
.new-2-bd ul li:last-child{ margin-bottom: 0px; }

.new-3-bd{ height: 340px; overflow: hidden; }
.new-3-bd ul{ padding-top:15px; }
.new-3-bd ul li{ margin-bottom: 5px; }
.new-3-bd ul li:last-child{ margin-bottom: 0px; }

.new-5-bd{ height: 272px; overflow: hidden; }
.new-5-bd ul{  }
.new-5-bd ul li{ margin-bottom: 3px; }
.new-5-bd ul li:last-child{ margin-bottom: 0px; }

.item-hd{ height:49px; line-height:50px;  font-weight: 600;  position:relative; font-size: 20px;border-bottom: 1px solid #444444;}
.item-hd ul{ float:left; position:absolute; height:32px;   }
/*.item-hd ul li{ float:left; padding:0 15px; cursor:pointer; color: #036fd2; }
.item-hd ul li.off{ color: #000000; font-size: 18px; font-weight: normal;}*/
.item-hd ul li.on{ float:left; padding:0 15px; cursor:pointer; color: #036fd2; font-size: 20px;font-weight: 600;}
.item-hd ul li{ float:left; padding:0 15px; cursor:pointer;color: #000000;  font-size: 18px;font-weight: normal; }

.new-3-item{ display: flex; }
.new-3-img{ display: inline-block; vertical-align: top; }
.new-3-img img{ width: 120px; height: 100px; }
.new-3-text{ display: inline-block; vertical-align: top; width: calc(100% - 135px); padding-left: 10px; }
.new-3-text p{ font-size: 14px; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2;line-height: 18px; color: #434343;cursor: pointer;}
.new-3-text p.t{ height: 36px;}
.new-3-text p.d{ height: 36px;}
.new-3-text p.date{ color: #b9b9b9; font-size: 12px;}


.new-4-bd{ height: 340px; overflow: hidden; }
.new-4-bd ul{ padding-top:15px; }
.new-4-bd ul li{ margin-bottom: 5px; }
.new-4-bd ul li:last-child{ margin-bottom: 0px; }
.new-4-bd a{ color: #434343; }

.new-4-item{ position: relative; }
.new-4-item img{ width: 100%; height: 135px; }
.new-4-title{ position: absolute; bottom: 0px; width: 100%; background-color: #edebeb; opacity: 0.8; color: #026fce; }

.img-4-div{width: 100%; height: 80px;}
.img-4-div .img-4-item{width: 25%;}
.img-4-div .img-4-item img{width: 100%; height: 80px;}

.text, .text a{color: #434343;}
.img-4-div .img-4-item{ display: inline-block; vertical-align: top;float: left; }

.new-5-item1{
    display: inline-block;
    vertical-align: top;
}
.new-5-item1 img{
    width: 330px;
    height: 270px;
}
.new-5-item2{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 335px);
}

.item-img2{
    text-align: center;
}
.item-img2 .title-div{
    padding: 10px 0px;
}
.item-img2 .title-div-title{
    font-size: 28px;
    font-weight: 600;
}
.item-img2 .content-div{
    
}
.item-img2 .content-div ul.big li{
    display: inline-block;
    margin-right: 10px;
}
.item-img2 .content-div ul.big li:last-child{
    margin-right: 0px;
}
.item-img2 .content-div ul.big li img{
    width: 288px;
}
.item-img2 .content-div ul.lit li{
    display: inline-block;
    margin-right: 10px;
}
.item-img2 .content-div ul.lit li:last-child{
    margin-right: 0px;
}
.item-img2 .content-div ul.lit li img{
    width: 288px;
}


.dt-item{
    width: 228px;
    display: inline-block;
    vertical-align: top;
    -moz-box-shadow: 0 0 10px #ccc; 
    -webkit-box-shadow: 0 0 10px #ccc; 
    box-shadow:0 0 10px #ccc; 
}
.dt-item .dt-item-title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.dt-item .dt-item-content{
    padding: 10px 20px 10px 20px;
}
.dt-item .dt-item-title .bot{
    width: 10px;
    height: 20px;
    background-color: #036fd2;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.dt-item .dt-item-title .dt-item-title-title{
    color: #036fd2;
    font-size: 20px;
}

.dt-item .dt-item-img{ position: relative; }
.dt-item .dt-item-img img{ width: 100%; height: 120px; }
.dt-item .dt-item-img div{ font-size: 14px;position: absolute; bottom: 0px; width: 100%; background-color: #edebeb; opacity: 0.8; color: #026fce; }

.dt-item .dt-item-list{ margin-top: 10px;}
.dt-item .dt-item-list a{ color: #000000; font-size: 14px; }

.img-links-item{ display: inline-block;width: 186px; margin-right: 10px;margin-top: 10px; }
.img-links-item img{ width: 190px; }

.footer{
    width: 100%;
    height: 250px;
}
.footer .footer-nav{
    background-color: #d5d5d5;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.footer .footer-nav a{
    color: #666666;
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.footer .beian{
    text-align: center;
    font-size: 20px;
}

.breadcrumb{
    background: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding: 10px 15px;
    list-style: none;
    border-radius: 3px;
}
.breadcrumb > li{
    display: inline-block;
    font-size: 13px;
}
.breadcrumb > li + li:before{
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.article{
    font-weight: 400;
    background: #f4f6f8;
    font-size: 14px;
    color: #616161;
    display: flex;
}

.content-left{
    width: 800px;
    position: relative;
    min-height: 1px;
    border: none;
    padding: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 20px
}
.article-metas {
  overflow: hidden;
}
.article-metas .metas-title {
  margin: 0;
  font-size: 1.65em;
  line-height: 1.45;
  margin-bottom: 5px;
  color: #000;
}
.article-metas .metas-title a {
  color: #444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-metas .metas-title a:hover {
  color: #007bff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-metas .metas-body {
  color: #999;
  margin: 0px auto;
}
.article-metas .metas-body span {
  margin-right: 10px;
}
.article-metas .metas-body span i {
  margin-right: 5px;
}
.article-metas .metas-body p {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 12px;
}
.article-text {
  line-height: 30px;
  margin-bottom: 15px;
}
.article-text img {
  margin: 10px auto;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.article-text ul li {
  line-height: 30px;
}

.media-left, .media-right, .media-body{
    display: table-cell;
    vertical-align: top;
}
.media-left, .media-right, .media-body{
    padding-right: 10px;
}
.media, .media-body{
    zoom: 1;
    overflow: hidden;
}

.content-right{
    width: 315px;
    position: relative;
    min-height: 1px;
    border: none;
    padding: 0 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
.panel-body{
    position: relative;
    padding: 15px 0;
}
.panel-heading{
    position: relative;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-square {
  padding-bottom: 100%;
}

.article-list {
  padding: 0;
  background: #fff;
}
.article-list .article-item {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.article-list .article-item .content {
  margin-top: 15px;
  color: #919191;
}
.article-list .gallery-article {
  margin-top: 0;
}
.article-list .gallery-article .row {
  margin: 0 -10px;
}
.article-list .gallery-article .article-title {
  margin-bottom: 10px;
}
.article-list .gallery-article .media .media-body {
  padding-left: 0;
}
.article-list .gallery-article .media .media-body .article-tag {
  position: relative;
  margin-top: 10px;
}
.article-list .article-title {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.45;
  margin-bottom: 5px;
  color: #000;
}
.article-list .article-title a {
  color: #444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-list .article-title a:hover {
  color: #007bff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-list .article-title a .img-new {
  margin-left: 2px;
  margin-bottom: 2px;
  height: 16px;
}
.article-list .article-intro {
  height: 44px;
  line-height: 22px;
  color: #828a92;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.article-list .media {
  color: #919191;
}
.article-list .media .media-body {
  padding-left: 20px;
  line-height: 25px;
  width: 100%;
}
.article-list .media .media-left {
  overflow: hidden;
  padding: 0;
}
.article-list .media .media-left a {
  display: block;
  width: 160px;
}
.article-list .media-body {
  position: relative;
}
.article-list .media-body .article-tag {
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  color: #aaa;
  font-size: 13px;
}
.article-list .media-body .article-tag span {
  margin: 0 8px;
}
.article-list .media-body .article-tag span a {
  color: #aaa;
}
.article-list .media-body .article-tag .pull-left {
  height: 34px;
  line-height: 34px;
  color: #919191;
}
.article-list .media-body .article-tag .pull-left a {
  color: #919191;
}
.article-list .pager {
  margin: 40px 0 20px 0;
}

.hot-tags .panel-body a span {
  margin-bottom: 10px;
}
.tags {
  margin: 0;
  display: inline-block;
}
.tags .tag {
  margin-bottom: 5px;
}
.tag {
  display: inline-block;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #0084ff;
  background: rgba(0, 132, 255, 0.1);
  margin-right: 3px;
  border-radius: 2px;
}
.tag img {
  width: 16px;
  height: 16px;
  margin-top: -1px;
  margin-right: 3px;
}
.tag[href]:focus,
.tag[href]:hover {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}
.tag-xs {
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.tag-sm {
  padding: 0 6px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
}
.tag-lg {
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  line-height: 28px;
}
.tag-link {
  background-color: transparent;
}
.tag-logo {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 4px 2px;
  background-size: 16px 16px;
}
.tag-success {
  background-color: #dff0d8;
  color: #18bc9c;
}
.tag-info {
  background-color: #d9edf7;
  color: #3498db;
}
.tag-warning {
  background-color: #fcf8e3;
  color: #f39c12;
}
.tag-danger {
  background-color: #f2dede;
  color: #e74c3c;
}

.pager .pagination {
    margin: 0;
    display: inline-block;
    padding-left: 0;
    border-radius: 3px;
}
.pager .pager {
    margin: 0;
}
.pager li {
    margin: 0 .4em;
    display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
    padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    padding: .5em .93em;
    font-size: 14px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    z-index: 3;
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50;
    cursor: default;
}
.pager{
    padding-left: 0;
    margin: 17px 0;
    list-style: none;
    text-align: center;
}

/*兼容手机端*/
/* 设置视口宽度，确保页面在不同设备上正确显示 */
@media screen and (max-width: 768px) {
    body{
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100vw;
    }
    .w {
        width: 100%;
    }
    .header .h-top{
        display: none;
    }
    .header .h-mid{
        height: auto;
    }
    .header .h-mid .logo img{
        height: auto;
        width: 250px;
    }
    .header .nav{
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .header .nav .w ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .header .nav .w ul li{
        font-size: 14px;
        line-height: 35px;
    }
    .article .w{
        display: flex;
        flex-direction: column;
    }
    .content-left{
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }
    .article-text{
        box-sizing: border-box;
        padding: 10px;
        margin: 0;
    }
    .content-right{
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .panel-heading{
        padding: 5px 0;
    }
    .footer{
        height: auto;
        padding-bottom: 50px;
    }
    .footer .footer-nav{
        height: auto;
        line-height: 30px;
    }
    .footer .footer-nav a{
        font-size: 14px;
    }
    .footer .footer-nav .w{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .footer .beian{
        font-size: 12px;
    }
    .pager li{
        margin-bottom: 15px;
    }
    .pager li > a, .pager li > span{
        padding: 3px 5px;
    }
    .pager li:first-child > a, .pager li:last-child > a, .pager li:first-child > span, .pager li:last-child > span{
        padding: 3px 5px;
    }
    .article-list .media .media-left a{
        width: 90px;
    }
    .article-list .article-title{
        font-size: 14px;
    }
    .article-list .media-body .article-tag{
        font-size: 12px;
    }
    
    /*首页*/
    .banner .swiper-slide{
        height: 300px;
    }
    .top-img-div .top-img-item{
        margin: 0;
        padding: 10px;
    }
    .top-img-div .top-img-item img{
        width: 100%;
    }
    .tout-div .tout-lab{
        width: 35px;
        height: 36px;
        font-size: 14px;
        background-color: #036fd2;
        display: inline-block;
        color: #ffffff;
        padding: 10px;
        line-height: 18px;
    }
    .left-banner img{
        width: 100%;
        height: auto;
    }
    .right-news{
        width: 100%;
        height: auto;
    }
    .right-news .slideTxtBox .hd{
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        font-weight: 600;
        position: relative;
        font-size: 16px;
    }
    .right-news .slideTxtBox .bd{
        height: auto;
    }
    .right-news .slideTxtBox .hd ul li{
            padding: 0 10px 0 0;
    }
    .right-news .slideTxtBox .bd li{
        height: 30px;
        line-height: 20px;
        font-size: 14px;
    }
    .item-block{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .new-3{
        width: 100%;
        margin: 0;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .new-3 .new-3-bd{
        width: 100%;
    }
    .new-3 .new-3-img img{
        width: 90px;
        height: 90px;
    }
    .new-3 .new-4-bd{
        height: auto;
    }
    .new-3 .new-4-bd .new-4-item img{
        height: auto;
    }
    .img-4-div{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        height: auto;
        gap: 10px;
    }
    .img-4-div .img-4-item{
        width: 100%;
    }
    .new-2{
        width: 100%;
        margin: 0;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .new-2 .new-2-bd .new-3-img img{
        width: 90px;
        height: 90px;
    }
    .new-2 .new-2-bd .new-3-text p.d{
        height: auto;
    }
    .new-2 .new-5-bd>div{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    .new-2 .item-hd li,.new-2 .item-hd li.on{
        font-size: 16px;
    }
    .new-2 .new-5-bd{
        height: auto;
    }
    .new-2 .new-5-bd .new-5-item1 img{
        width: 90px;
        height: 90px;
    }
    .new-2 .new-5-bd .new-5-item2{
        flex: 1;
    }
    .new-2 .new-5-bd .new-5-item2 li:nth-child(n+4) {
        display: none; /* 隐藏第4个及之后的li */
    }
    .item-img2 .title-div{
        text-align: center;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .item-img2 .title-div-title{
        font-size: 16px;
    }
    
    .item-img2 .content-div{
        padding: 0 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        width: 100vw;
    }
    .item-img2 .content-div>div{
        margin-bottom: 15px !important;
    }
    .item-img2 .content-div ul.big{
        padding: 0 10px;
    }
    .item-img2 .content-div ul.big li{
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .item-img2 .content-div ul.big li img{
        width: 100%;
    }
    .item-img2 .content-div .dt-item{
        width: 100%;
        margin: 0;
        padding: 0 10px;
            box-sizing: border-box;
        
    }
    .item-img2 .dt-item .dt-item-content .dt-item-img img{
        height: auto;
    }
    .item-block .img-links{
        padding: 0 10px;
        box-sizing: box-sizing;
    }
    .item-block .img-links .img-links-item {
        width: 100%;
    }
    .item-block .img-links .img-links-item img {
        width: 100%;
        height: auto;
    }
}
















