@font-face {

  font-family: 'PingFangSCMedium';
  src: url('/material/fonts/PingFangMedium.ttf');
}
.headline h2 {
    padding: 8px 10px;
    line-height: 34px;
    font-size: 26px;

}
.body{
  background: #FFFFFF;
}

.hide1{
    visibility: hidden;
    z-index: -1;
    position: absolute;
}
.headline h2 a {
    font-weight: blod !important;
    font-size: 28px;
    line-height: 56px;
}

.headline h2 strong {
    color: #ffa735;
}

.headline p {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500
}

.headline p a {
    margin: 0 15px;
}


/* 首页 */
.inner,
.nav ul,
.links,
.copyright {
    width: 1320px;
}

/* 头部 */
body {
    overflow-x: hidden;
    font-size: 16px;
    color: #333;
    background: #F4F9FF url(/material/2023images/background3.png) 50% 0 no-repeat;
    /* background-size: 100% auto; */
}

.header,
.content {
    padding: 5px 0;
    position: relative;
    background: none;
}

.header h1 {
    width: 56%;
    height: 182px;
    background: url(/material/2023images/logo3.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 153px;
    width: 578px;
    margin-top: 50px;
}

.nav {
    height: 60px;
    background: none;
}

.nav li a {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    color: #0F3979;
}

.nav li a:hover,
.nav li.current a {
    background: none;
}

.nav li a b:hover,
.nav li.current a b {
    font-weight: 600;
}

.frr {
    float: right;
    width: 164px;
    height: 30px;
    background: #6BACE8;
    border-radius: 15px;
    margin-top: 6px;
    line-height: 30px;
    text-align: center;
}

.search button .s1,.ssboxxx button .s1{
    display: inline-block;
    width: 26px;
    height: 60px;
    background: url(../images/search.png) 50% 25% no-repeat;
    position: absolute;
    right: 80px;
}

.search-box button {
    background-color: #E93333;
}

.search-box input {
    width: 420px;
    background-color: #fff;

}

.search-box button a {
    width: 46px;
    height: 19px;
    font-size: 20px;
    font-family: PingFangSCMedium;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
}
.ssboxxx button {
    width: 20px;
    height: 35px;
    line-height:35px;
    background-color: #ffffff;
    border: 0px;
    position: absolute;
    right: 40px;
    color: #fff;
    margin-top:2px;
}

.search p {
    color: #000;
    line-height: 29px;
    text-align: center;
    width: 498px;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 63%;
}

.search p a {
    display: inline-block;
    width: 78px;
    height: 28px;
    background: #207DF4;
    padding: 0px 3px;
    cursor: pointer;
    color: #fff;
}

.search p a:hover {
    text-decoration: underline;
}
/* 移动端菜单开始 */
.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #f5f5f5;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 70%;
    margin: 27px 20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #048;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 20px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #048;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #048;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}
/* 移动端菜单结束 */


.grid,.p1 {
    background: #fff;
}
.p1 .sf>a{
  display: block;
  padding-top: 20px;
}
.p1 {
  padding-top: 10px;
  background: url(/material/2023images/p1_bg.png) center top no-repeat;
  margin-top: 20px;
}

.grid {
    width: 1320px;
    padding: 0 30px;
}

.content{
    border-top: 3px solid #176EF5;
    width: 1320px;
    margin: 0 auto 25px;
    padding: 0px 0;
    background-color: #fff;
    margin-bottom: 15px;
}
.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.mt40{
  margin-top: 40px;
}
.sf img{
  display: block;
  margin: 0 auto;
  width: 473px;
  height: 134px;
  background-size: 100%;
}
.jk .list-t{
  margin-left: -12px;
  margin-right: -12px;
}

.jk .list-t li{
  display: block;
  width: calc(16.66% - 24px);
  float: left;
  background:  #EFF7FF;
  border-radius: 6px;
  border: 1px solid #DFF1FF;
  margin-left: 12px;
  margin-right: 12px;
  padding: 20px 60px 25px 24px;
  color: #007AF9FF;
  font-family: PingFangSCMedium;
  font-weight: 500;
  font-size: 40px;
}
.jk .list-t li:hover{
  transform: scale3d(1.05,1.05,1);
  transition: .3s;
}
.p2 ul .col-md-3:hover{
  transform: scale3d(1.05,1.05,1);
  transition: .3s;
}
.p2 .gd{
  cursor: pointer;
}
.p3 h3 .search:hover{
  transform: scale3d(1.05,1.05,1);
  transition: .3s;
}
.p2 .gd:hover{
  transform: scale3d(1.05,1.05,1);
  transition: .3s;
}
.p4 .fl a:hover img{
  transform: scale3d(1.05,1.05,1);
  transition: .3s;
}


.jk .list-t li a{
  overflow: visible;
  color: #014284FF;
  font-family: PingFangSCMedium;
  font-weight: 500;
  font-size: 18px;
}
.list-t li:before{
  display: none;
}
h3{
  position: relative;
}
h3>a{
  display: block;
  font-size: 29px;
  line-height: 54px;
  margin-left: 25px;
  width: 125px;
  font-family: PingFangSCMedium;
  font-weight: 600;
  color: #333333;
}
h3 .gd{
  position: absolute;
  right: 0;
  top: 0;
}
h3 .gd a{
  font-size: 18px;
  line-height: 54px;
  color: #767676FF;
  font-weight: 400;
}
.p2 ul li a:hover{
  color: #1678db;
}

h3 .gd a:hover{
  color: #1678db;
}
.w580 .list-t li a:hover{
  color: #1678db;
}
h3:before{
  content: "";
  position: absolute;
  width: 9px;
  height: 28px;
  background-color: #007AF9FF;
  left: 0;
  top: 23%;
  line-height: 54px;
}
.content .row>.col, .content .row>[class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
 .row span{
  display: block;
}
 .row{
  margin-left: -10px;
  margin-right: -10px;
}
.p2 ul{
  display: block;

}
.p2 .pl{
  padding: 38px 36px 41px 30px;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
  border-radius: 4px;

  text-align: left;
}
.p2 ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: PingFangSCMedium;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #333333FF;
  display: block;
  margin-bottom: 6px;
}
.p2 ul li span{
  font-family: PingFangSCRegular;
  font-size: 18px;
  color: #999999FF;
  line-height: 36px;
  font-weight: 400;
}

.p3 .tj{
  width: 100%;
  height: 500px;
}
.p3 h3 .search{
  background: #F0950D;
  border-radius: 4px;
  font-family: PingFangSCMedium;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  padding: 10px ;
  margin-top: -45px;
}
.p3 .preview{
  background: linear-gradient(93deg, #FFFFFF 61%, #F7FBFF 100%);
  border-radius: 8px 30px 30px 8px;
  border: 1px solid #CAE2F5;
  width: 22%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding: 84px 49px 84px 26px;
  box-shadow: 0px 3px 0px #CAE2F5;
}
.p3 .view{
  height: 100%;
  width: 78%;
  background: linear-gradient(90deg, #F7FBFF 0%, #FFFFFF 7.000000000000001%);
  border-radius: 30px 8px 8px 30px;
  border: 1px solid #CAE2F5;
  float: left;
  box-shadow: 0px 3px 0px #CAE2F5;
}
.p3 .view .pab{
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 999;
}
.p3 .view .pab .current{
  color: #333333;
}
.p3 .view .pab h4{
  display: block;
  position: relative;
  width: 350px;
}
.p3 .view .pab h4:after{
  content: "";
  position: absolute;
  width: 910px;
  height: 1px;
  top: 34px;
  left: 0px;
  background-color: #e0e0e0;
}

.p3 .view .pab .current:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color:#1678db ;
  left: 0;
  top: 30px;
}
.pab a {
  font-family: PingFangSCMedium;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}


.p4 .row #certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#certify .swiper-slide {
  width: 270px;
  height: 340px;
  background: #fff;
  padding-bottom: 10px;
  overflow: hidden;
}

#certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 10px rgb(27 78 207 / 30%);
}
#certify .swiper-slide:hover img{
  transform: scale3d(1.05,1.05,1);
  transition: .3s;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  background-size: 24px auto;
  color: #fff;
  opacity: 0;
  transition: all .3s;
}

.swiper-button-prev .iconfont,
.swiper-button-next .iconfont {
  font-size: 28px;
  font-weight: normal;
}


.swiper-button-prev {
  transform: translate(-50px, 0);
  left: 0;
  background-image: url("/material/2023images/button_prew.png");
}
#certify:hover .swiper-button-prev,
#certify:hover .swiper-button-next{
  opacity: 1;
  transform: translate(0, 0);
}

.swiper-button-next {
  transform: translate(50px, 0);
  right: 0;
  background-image: url("/material/2023images/button_next.png");
}

.p4 .pane .list-t li .date{
  font-family: Microsoft YaHei;
  color: #333333;;
}
.p4 .pane .list-t li{
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 47px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.p4 .pane .list-t li a{
  padding-left: 25px;
}
.p4 .pane .list-t li:before{
  position: absolute;
  content: '';
  width: 6px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  display: block;
  font-size: 42px;
  color: #A0A0A0;
  line-height: 47px;
  left: 30px;
  top: 23px;
  color: #A0A0A0;
  line-height: 47px;
}


.p4 .right .tab-pane{

}
.p4 .right .pane{
  padding-top: 30px;
}
.p4 .right .tab a{
  width: 20%;
  display: block;
  padding: 0 ;
  float: left;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  font-family: Microsoft YaHei;
  color: #333333FF;
  font-weight: normal;

}
.p4 .row{
  margin-left: -28px;
  margin-right: -2px;
}
.p4 .row .left,.p4 ,.row .right{
  padding: 0 28px;
}
.p4 .right .tab .current{
  position: relative;
  color: #2F86E8FF;
  font-weight: 500;
}
.p4 .right .tab .current:after{
  content: "";
  position: absolute;
  width: 85px;
  height: 4px;
  background: #2F86E8;
  left: 17px;
  top: 36px;
}
.p4 .right .tab h4{
  position: relative;
}
.p4 .right .tab h4:after{
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  width: 96%;
  height: 1px;
  background: #EAE9EBFF;
}
.panel-more{
  display: none;
}

.preview .arrow-left .iconfont{
  display: block;
  font-size: 30px;
  text-align: center;
  color: #4A90E2;
  padding-right: 10px;
  margin-bottom:10px;
}
.preview .arrow-right .iconfont{
  display: block;
  font-size: 30px;
  text-align: center;
  color: #4A90E2;
  padding-right: 10px;
  margin-top:10px
}
.preview .swiper-slide{
  font-size: 20px;
  color: #014284FF;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  width: 99%;
  font-family: PingFangSCMedium;
  border: 1px solid #bcdaff;
  background:#EFF7FF;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto!important;
  margin-bottom: 13px;
  margin-top:13px;
  cursor: pointer;
}
.preview .active-nav{
  background: #007AF9;
  border: 1px solid #007AF9;
  color: #fff;
}
.preview .arrow-left{
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  top: 40px;
  left: -15px;
  background: url("/material/2023images/2024_sjkf/p3_shangjt.png") center top no-repeat;
}
.preview .arrow-right{
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  bottom: 40px;
  left: -15px;
  background: url("/material/2023images/2024_sjkf/p3_xiajt.png") center top no-repeat;
}
.preview .swiper-slide i{
  background: url(../img/radius.png) left no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: 15px;
}

.pc-slide{
  height: auto;
  padding-bottom:40px

}
.preview .swiper-container{
  margin-top: -19px;
  height: 370px;
  width: 100%;
}

.sjjd .list-p{
  margin-left: -15px;
  margin-right: -15px;
}
.sjjd .list-p li {
  margin-left: 15px;
  margin-right: 15px;
  width: 300px;
  height: 374px;
  box-shadow: 0 2px 10px rgba(27, 78, 207, 0.3);
}
.sjjd .list-p li a {
  margin: 0px;
  height: 100%;
}
.sjjd .list-p li img {
  width: 100%;
  height: 100%;
}
.w580{
  width: calc(100% - 630px);
  float: left;
}
.w580 .list-t{
  margin-left: 10px;

}
.w580 .list-t li .date{
  text-align: center;
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 130px;
  height: 28px;
  background: #007AF9;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: PingFangSCMedium;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px;
}
.w580 .list-t li a{
  display: block;
  margin-top: 30px;
  margin-left: 10px;
  font-family: PingFangSCMedium;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  width: 100%;
}
.w580 .list-t li{
  position: relative;
  margin-top: 30px;
  margin-bottom: 36px;
}
.w580 .list-t li:after{
  content: '';
  width: 96%;
  height: 1px;
  background-color: #BAD5F2;
  position: absolute;
  bottom: -10px;
}
.w580 .list-t li:last-child:after{
  display: none;
}
.p5 .cx{
  width: 440px;
  background: url("/material/2023images/2024_sjkf/p5_bg.png") left top no-repeat;
  background-size: 100% 100%;
  padding: 15px 28px 15px 18px;
}
.p5 .cx p{
  font-family: DingTalk JinBuTi;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
}
.p5>p{
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  width: 67%;
  text-indent: 2em;
  float: left;
  text-align: justify
}
.p5 img{
  float: left;
  margin-left: 21px;
  margin-top: 20px;
  width: calc(33% - 21px);
}
.dataTables_scroll .display .row .sorting_disabled{
  display: none;
}
table.dataTable thead th{
  display: none!important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody .odd:nth-child(1){
  display: none!important;
}
.article-box{
  padding: 48px 70px 29px 70px;
}


.article-box{
  padding: 0;
}
.links>ul>li>a{
  display: block;
  margin: 0 -5px;
  padding: 0 0px;
}
.friendship>li>a>img{
  width: 100%;
}



@media (max-width: 1320px) {
	.content,
	.ht,
    .inner,
    .header h1,
    .nav ul,
    .links,
    .copyright,
    .grid {
        width: 100%;
    }
  #searchs {
    left: 0px;
    position: absolute;
    margin-right: 10px;
  }
  #clearSearch{
    left: 77px;
    position: absolute;
    margin-right: 10px;
  }

}


@media (max-width: 1200px) {
    .ht,
    .inner,
    .header h1,
    .search-box,
    .nav ul,
    .links,
    .copyright,
    .grid {
        width: 100%;
    }
    .ht {
        margin: 0;
    }

    .ht .fl,
    .side-bar {
        display: none;
    }

    .fr .ipv6 {
        display: none;
    }

    .ht a {
        margin: 0 7px;
    }

    .header {
        background-position: 50% -60px;
        background-size: auto 100%;
    }

    .header h1 {
        height: 100px;
        background-position: 5px 50%;
        background-size: auto 56%;
    }


    .header h1 a {
        margin-top: 0px;
    }

    .inner #search p {
        display: none;
    }

    .nav li {
        width: 16%;
    }

    .nav li a {
        font-size: 16px;
    }

    .ssboxxx a img {
        display: none;;
    }
    .ssboxxx {
        width: 80%;
        display: inline-block;
        margin-left: 25px;
    }



    .search-box {
        position: relative;
        top: 0;
        right: 0;
        margin: 0;
        padding: 10px;
    }

    .search input {
        width: 60%;
        min-width: 230px;
    }

    .footer {
        padding: 20px;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        display: none;
    }

    .content {
        width: auto;
    }
    .ht p, .side-bar {
        display: block;
    }

  .sjjd .fl {
    width: 60%;
    margin-left: 5px;
  }
  .sjjd .w580{
    width: calc(40% - 20px);
  }
  .sjjd .fl li{
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
  }
  .sjjd .fl li img{
    width: 100%;

  }
  .p3 .preview{
    width: 100%;
    padding: 0;
    height: 87%;
    border-radius:16px;
  }
  .p3 .view{
    margin-top: 10px;
    width: 100%;

  }
  .preview .swiper-slide{
    overflow: hidden;
    width: 100%;
  }
  .preview .swiper-container{
    height: 361px;
    margin-top: 30px;
  }
  .preview .arrow-left{
    top:15px;
    left: -6px;
  }
  .preview .arrow-right{
   bottom: 15px;
    left: -6px;
  }
  .p4 .row .col-md-6{
    width: 100%;
  }
  .p4 .right h4{
    width: 60%;
  }

  .p4 .right{
    margin-top: 30px;
  }
  .p4 .right .tab a{
    margin: 0;
  }
  .p4 .right .pane{
    padding: 0;
  }
  .p4 .right .tab .current:after{
    top:29px;
  }
  .p4 .right .tab h4:after{
    top:33px;
  }
  .p4 .row{
    margin-left: -10px;
    margin-right: -10px;
  }




}
@media (max-width: 992px) {
  .jk .list-t li{
    margin-left: 10px;
    margin-right:10px ;
    width: calc(33.3% - 20px);
    margin-top: 20px;
  }
  .col-md-3{
    width: 50%;
    float: left;
    margin-top: 20px;
  }
  .p2 .mt20{
    margin-top: 0px;
  }
  .sjjd .list-p li{
    height: 320px;
  }
  .w580 .list-t li{
    margin-top: 15px;
  }
  .p5>p{
    width: 100%;
  }
  .p5 img{
    width: 60%;
  }
  .article-box{
    padding: 0;
  }
  .links>ul>li{
    margin-bottom: 0;
  }




}
@media (max-width: 768px) {
  .jk .list-t{
    margin-left: 0;
    margin-right: 0;
  }
  .jk .list-t li{
    font-size: 30px;

  }
  h3 .gd {
    display: none;
  }
  .jk .list-t li a{
    font-size: 17px;
  }
  .jk .list-t li {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(33.3% - 10px);
    margin-top: 10px;
  }

  .col-md-3{
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .sf img{
    width: 80%;
    height: auto;
  }


  .sjjd .fl {
    width: 100%;
  }
  .sjjd .w580{
    width: 100%;
  }
  .sjjd .list-p li{
    height: 380px;
  }
  .w580 .hidden-xs{
    display: block!important;
  }
  .w580 .list-t{
    margin-left: -20px;

  }
  .w580 .list-t li:last-child{
    margin-bottom: 5px;
  }
  .p5{
    margin-top: 0;
  }
  .p4 .date{
    display: none;
  }
 .p4 .right h4{
    width: 92%;
  }




}
@media (max-width: 480px) {
  .jk .list-t li{
    width: calc(50% - 20px);
    margin-top: 10px;
  }

  .p4 .right .tab .current:after{
    left: 0;
  }
  .p4 .right h4{
    width: 100%;
  }
  .p3 .view .pab{
    left: 0;
    padding-left: 15px;
  }
  .pab a{
    padding:0;
    font-size: 18px;
  }

  .sjjd{
    margin-top: 0;
  }
  .sjjd .list-p li{
    width: 95%;
    margin-top: 10px;
    height: 450px;
  }
  .p5 .cx{
    width: 88%;
  }
  .p5 .cx p{
    font-size: 20px;
  }
  .jk .list-t {
    margin-left: 0px;
    margin-right: -20px;
  }
  .p5 .cx{
    padding: 10px;
  }
  .p4 .right .tab a{
    font-size: 16px;
  }
  .p4 .list-t li{
    padding: 0;
  }
  .p4 .pane .list-t li:before{
    left: 0;
  }
  .p4 .pane .list-t li a{
    padding-left: 16px;
    font-size: 16px;
  }

}







@media (max-width: 1200px) {
    .ht,
    .inner,
    .header h1,
    .search-box,
    .nav ul,
    .links,
    .copyright,
    .grid {
        width: 100%;
    }

.p2 {
    height: auto;
}
.p2-bottom .ul-t li:hover i {
    transform: rotatey(0deg);
}

.p2-bottom .ul-t li {
    text-align: center;
    width: 33%;
}
.p2-bottom .ul-t li a {
    line-height: 10px;
    font-size: 17px;
}
.p2-bottom .ul-t li i {
    width: 100%;
    margin: 12px auto;
}
.focus {
    width: 100%;
    height: auto;
}
.p2-bottom .ul-t li i.s2,
.p2-bottom .ul-t li i.s3,
.p2-bottom .ul-t li i.s4,
.p2-bottom .ul-t li i.s5{
    margin: 12px 0px;
    margin-left: 0px;
}
.p5-bottom1 ul li {
    line-height: 56px;
}

.p2-bottom .ul-t li i.s6 {
    margin: 12px 0px;
    margin-left: 10px;
}
.p2-bottom .ul-t li a {
    line-height: 10px;
    font-size: 14px;
}
.p3_bsfw_top {
    display: none;
}

.p3 .tj .scroll ul li:nth-child(2),
.p3 .tj .scroll ul li:nth-child(3){
    display: none;
}

.p5-bottom1 ul li {
    width: 46.6%;
    padding: 0 10px;
    margin-top: 3px;
    height: auto;
    margin-right: 5px;
}
.p5-bottom1 ul li:nth-child(1),
.p5-bottom1 ul li:nth-child(2),
.p5-bottom1 ul li:nth-child(3),
.p5-bottom1 ul li:nth-child(4) {
    background-size: 100%;
}

.tongji>div:first-of-type,.p3 .sqbj p:first-of-type {
    border-right: 0px;
 width: 100%;
}


.p3 .sjly,.p3 .sqbj {
    position: initial;
    margin: 0 auto;
    text-align: center;
}

.bmfw .pane1 ul li {
    width: 100%;
}

    .ht {
        margin: 0;
    }

    .ht .fl,
    .side-bar {
        display: none;
    }

    .fr .ipv6 {
        display: none;
    }

    .ht a {
        margin: 0 7px;
    }

    .header {
        background-position: 50% -60px;
        background-size: auto 100%;
    }

    .header h1 {
        height: 100px;
        background-position: 5px 50%;
        background-size: auto 56%;
    }

    .p1 .hidden-xs {
        display: none;
    }


    .header h1 a {
        margin-top: 0px;
    }

    .inner #search p {
        display: none;
    }

    .nav li {
        width: 16%;
    }
    .p1 .lxgs {
        margin: 0px 20px;
        margin-left: 10px;
    }
    .nav li a {
        font-size: 16px;
    }

    .ssboxxx a img {
        display: none;;
    }
    .ssboxxx {
        width: 80%;
        display: inline-block;
        margin-left: 25px;
    }



    .search-box {
        position: relative;
        top: 0;
        right: 0;
        margin: 0;
        padding: 10px;
    }

    .search input {
        width: 60%;
        min-width: 230px;
    }

    .footer {
        padding: 20px;
    }
    .menu-btn {
        display: block;
        z-index: 100;
    }
    .nav {
        display: none;
    }
    .headline h2 a {
        font-size: 18px;
    }
    .p2 .xxgkl {
        display: none;
    }

    .headline h2 {
        padding: 8px 0;
        line-height: 26px;
        font-size: 18px;
        text-align: center;
    }

    .headline p {
        line-height: 22px;
        font-size: 14px;
    }
    .headline p a {
        display: block;
        margin: 0;
        text-overflow: ellipsis;
		text-align:center
    }
    .zxft_jl {
        padding: 5px 10px;
       overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;  /* 设置行数 */
        -webkit-box-orient: vertical;
        text-align: left;
        line-height: 25px;  /* 根据具体高度修改 */
    }
    .zxft_jl {
        margin: 5px 0px;
    }
    #item-hdjl li a {
        white-space: inherit;
    }
    #item-hdjl li .zc-bot a{
        display: none;
    }
    .p5-bottom1 ul li i {
        margin: 11px 0px;
        height: 40%;
    }
    .tjsjright {
        display: block;
    }
    .tjsjright .tjsj1,.bsfwleft .bsfw2{
        display: none;
    }
    .ftyg {
        margin-top: 5px;
    }
    .lxgs{
        margin-bottom: 5px;
    }
    .bsfw .col-md-5 ul li:nth-child(1){
        margin-right: 14px;
    }
    .p5-bottom1 ul li:nth-child(2) b {
        font-size: 16px;
    }
    .p5-bottom1 ul li i {
        display: none;
        padding: 0 8px;
    }

}

/*20231030*/
@media(max-width:578px){
	.header h1 a {
	width:80%;
	height:100%
	}
}

@media(max-width:360px){
.ht a {
    margin: 0 2px;
    font-size: 14px;
}
}
