@charset "utf-8";

/* 头部、底部、公用  开始*/
.inner,
.nav ul,
.links,
.copyright {
    position: relative;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.copyright {
    display: flex;
}

.header {
    position: relative;
    background: #fff url(../images/head.png) 50% 0 no-repeat;
    color: #fff;
}

.ht {
    position: relative;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.1);
}

.ht a {
    margin: 0 10px;
    color: #fff;
}

.touch-bar {
    height: 440px;
    display: flex;
    justify-content: center;
    background: url(../images/content_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.tp {
    display: flex;
    width: 100%;
    height: 237px;
}

.logo {
    width: 50%;
    display: flex;
    align-items: center;
}

.logo img {
    margin-left: 15px;
}

.local {
    width: 104px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    background: #FFA53A;
    margin-left: 28px;
    cursor: pointer;
}

.local-content {
    display: none;
    position: absolute;
    background-color: rgb(254, 254, 254,0.8);
    min-width: 104px;
    max-height: 184px;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 8;
    overflow: auto;
}

.local-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

.local-content::-webkit-scrollbar-track {
    border-radius: 15px;
}
.local-content::-webkit-scrollbar-track-piece {
    border-radius: 15px;
}

.local-content a {
    display: flex;
    justify-content: center;

}

.local:hover .local-content {
    display: block;
}

.search {
    width: 50%;
    display: flex;
    align-items: center;
}

.head-right {
    margin-left: auto;
    margin-right: 15px;
}

.search-box {
    display: flex;
    height: 40px;
}

.search-box input {
    width: 267px;
    border: none;
    border-radius: 4px 0 0 4px;
    padding: 0 15px;
}

.search-box button {
    width: 98px;
    border: none;
    border-radius: 0 4px 4px 0;
}

.nav {
    height: 60px;
    background: #2971DE;
}

.nav ul {
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav ul li {
    height: 60px;
}

.nav ul li a{
    display: flex;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 500;
    font-family: "PingFang SC";
    color: #fff;
}

.nav ul li a:hover,
.nav ul li a.current {
    background: #00A1FF;
}

.where {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-top: 20px;
}

.footer {
    padding: 40px 0 30px 0;
    line-height: 22px;
    font-size: 14px;
    background-color: #eee;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    background: #fff url(../images/links_arr.png) 96% 50% no-repeat;
}

.links>ul>li>a>img {
    width: 100%;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.friendship {
    overflow: hidden;
}

.friendship img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}

.friendship img:hover {
    transform: scale(1.1);
}

.footer-map {
    width: 35%;
    padding: 20px 0;
}

.sydw {
    width: 15%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px;
}
.jc{
	padding:30px
}
.share {
    display: flex;
    width: 65%;
}

.wechat {
    width: 305px;
    height: 119px;
    display: flex;
    margin-left: auto;
    background: #DBDBDB;
    border-radius: 12px;
}

.qr-code {
    margin: 17px;
}

.wx-share {
    padding: 17px 0;
}

.wx {
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.wx p {
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.rsksy {
    width: 168px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 4px;
}

.rsksy p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

/*
.pages {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    margin: 40px 0 45px 0;
    line-height: 45px;
}

.pages a,
.pages span {
    padding: 9px 14px;
    line-height: 20px;
    font-size: 18px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.pages a:hover,
.pages a.current,
.pages span:hover,
.pages span.current {
    color: #FFFFFF;
    background: #1366E4;
}
*/

input[type=radio]:focus{
    outline: none;
}

@media (max-width: 1400px) {
    .inner,
    .nav ul,
    .links,
    .copyright {
        width: 100%;
        padding: 0 20px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    .tp {
        display: block;
        height: auto;
    }

    .logo,
    .search {
        width: 100%;
        margin: 40px 0;
        justify-content: center;
    }

    .head-right {
        margin: 0;
    }

    .nav {
        display: none;
    }

    .menu-btn {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    .menu-list li {
        justify-content: center;
        text-align: center;
    }

    .menu-list li a {
        margin-left: 0 !important;
    }

    .menu-list li a i {
        display: none !important;
    }

    .col-md-6 .list-t li a {
        display: block;
    }

    .list-t .date,
    .gzdt ul li a .date,
    .kslb .list-t li a .date {
        display: none;
    }
}

@media (max-width: 1000px) {
    .fl {
        display: none;
    }

    .logo img {
        width: 100%;
        margin: 0;
    }

    .local {
        display: none;
    }

    .head-right img{
        display: none;
    }

    .where {
        display: block;
        height: auto;
    }

     .copyright {
         display: block;
     }

     .footer-map {
         width: 100%;
     }

     .share {
         width: 100%;
         display: block;
     }

     .sydw {
         width: 100%;
         display: flex;
         justify-content: center;
     }

     .wechat {
         margin-right: auto;
     }

     .backtop {
         width: 50px;
         height: 50px;
         background-size: 50%;
     }
}

@media (max-width: 450px) {
    .headline {
        margin-bottom: 0!important;
    }

    .search-box {
        width: 100%;
    }

    .search-box input {
        width: 80%;
    }

    .menu-list li {
        height: 60px!important;
    }

    .menu-list li a {
        font-size: 14px!important;
        padding: 5px!important;
    }
}

.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;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #CFE3F8;
    -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 {
    height: 40px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.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: 50px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 30px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: 0 auto;
    background: #048;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 12px;
}

.menu-btn>span:nth-child(2) {
    top: 20px;
}

.menu-btn>span:nth-child(3) {
    top: 28px;
}

.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);
}

.swiper-pagination {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50% ,-48%)!important;
    z-index: 10;
    width: auto;
    height: 8px;
    padding: 0 10px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    border-radius: 0;
    margin: 0 4px;
    display: inline-block;
    opacity: 1;
    background: #fff;
}
.swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 5px;
    border-radius: 0;
    display: inline-block;
    opacity: 1;
    background: #FF7070;
}

/* 公用部分 */

.grid {
    width: 1400px;
}

@media (max-width: 1400px) {
    .grid {
        width: 100%;
        padding: 0 16px 16px 16px;
        margin: 0 auto;
    }
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a,
.tab p {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.tab .current {
    color: #1366E4;
}

h3.tab {
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

h3.tab a:after,
h3.tab p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    transform: scale(0, 1);
    transition: transform .3s;
}

h3.tab a.current:after,
h3.tab p.current:after {
    background-color: #1366E4;
    transform: scale(1, 1);
}

.list-t li {
    width: auto;
    display: flex;
    align-items: center;
}

.list-t li a {
    width: 100%;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
}

.list-t li:before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 15px;
    background-color: #ddd;
    border-radius: 100px;
}

.list-t li:hover:before {
    background-color: #1366E4;
}

.list-t .panel-more {
    display: none;
}

.panel-more {
    display: none;
}

@media (max-width: 1400px) {
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
    }
    .list-t li{
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    h3.tab {
        margin-left: -10px;
        margin-right: -10px;
    }

    h3.tab a {
        font-size: 14px;
    }
}

.headline {
    height: 50px;
    display: flex;
    margin-top: 30px;
    margin-bottom: 60px;
    align-items: center;
}

.baoming {
    width: 130px;
    height: 50px;
    padding: 13px 0;
    text-align: center;
    background: #D1140D;
    color: #fff;
    font-size: 24px;
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
}

.entrance {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
}

.entrance ul {
    position: absolute;
    width: max-content;
    display: flex;
    overflow: hidden;
    animation: myscroll 35s linear infinite;
}

.entrance ul:hover {
    animation: myscroll 35s linear infinite paused;
}

.entrance ul li {
    margin-left: 40px;
}

.entrance a {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.entrance a:hover {
    color: #1366E4;
}

@keyframes myscroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.p1-menu {
    width: 100%;
    height: auto;
}

.menu-list {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.menu-list li {
    width: 240px;
    height: 110px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #D1E4FF;
    border-radius: 8px;
}

.menu-list li a {
    font-size: 20px;
    margin-left: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.menu-list li:hover,
.menu-list li.current{
    color: #fff;
    background: url(../images/menu_bg.png);
    background-size: 100% 100%;
}

.menu-list li:hover a,
.menu-list li.current a{
    color: #fff;
}

.menu-list li a i {
    width: 56px;
    height: 56px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rsksicon-1.png);
}

.menu-list .s1 {
    background-position: -12px -12px;
}

.menu-list .s2 {
    background-position: -92px -12px;
}

.menu-list .s3 {
    background-position: -172px -12px;
}

.menu-list .s4 {
    background-position: -252px -12px;
}

.menu-list .s5 {
    background-position: -332px -12px;
}

.menu-list .s6 {
    background-position: -12px -92px;
}

.menu-list .s7 {
    background-position: -92px -92px;
}

.menu-list .s8 {
     background-position: -172px -92px;
 }

.menu-list .s9 {
    background-position: -252px -92px;
}

.menu-list .s10 {
    background-position: -332px -92px;
}

.menu-list li:hover .s1,
.menu-list li.current .s1 {
    background-position: -12px -171px;
}

.menu-list li:hover .s2,
.menu-list li.current .s2 {
    background-position: -92px -171px;
}

.menu-list li:hover .s3,
.menu-list li.current .s3 {
    background-position: -172px -171px;
}

.menu-list li:hover .s4,
.menu-list li.current .s4 {
    background-position: -252px -171px;
}

.menu-list li:hover .s5,
.menu-list li.current .s5 {
    background-position: -332px -171px;
}

.menu-list li:hover .s6,
.menu-list li.current .s6 {
    background-position: -12px -252px;
}

.menu-list li:hover .s7,
.menu-list li.current .s7 {
    background-position: -92px -252px;
}

.menu-list li:hover .s8,
.menu-list li.current .s8 {
    background-position: -172px -252px;
}

.menu-list li:hover .s9,
.menu-list li.current .s9 {
    background-position: -252px -252px;
}

.menu-list li:hover .s10,
.menu-list li.current .s10 {
    background-position: -332px -252px;
}

.tab i {
    width: 24px;
    height: 25px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rsksicon-1.png);
}

.tab .s11 {
    background-position: -428px -28px;
}

.tab .s12 {
    background-position: -428px -108px;
}

.tab .s13 {
    background-position: -428px -188px;
}

.index-list {
    display: flex;
    justify-content: center;
}

.row1 {
    width: 1400px;
    display: flex;
}

.notice {
    width: 400px;
    height: 300px;
    border: 1px solid #CFE3F8;
    border-radius: 6px;
}

.notice-bar {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: url(../images/notice.png);
    border-radius: 6px 6px 0 0;
}

.notice-bar a {
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.notice ul {
    height: 215px;
    display: flex;
    padding: 30px 20px;
    flex-wrap: wrap;
}

.notice ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 34px;
}

.notice ul li a {
    display: block;
    white-space: normal;
    line-height: 26px;
}

.notice ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 15px;
    background-color: #ddd;
    border-radius: 100px;
}

.date {
    margin-left: 15px;
    color: #bbb;
}

.notice-bottom {
    width: 100%;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
    border-radius:0 0 6px 6px ;
}

.notice-bottom a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}

.gzdt {
    width: 560px;
    height: 300px;
    padding: 0 30px;
    background: #F7FBFF;
    border: 1px solid #CFE3F8;
    border-radius: 6px;
}

.news {
    width: 360px;
    position: relative;
}

.gzdt ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
}

.gzdt ul li a {
    display: flex;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

.gzdt ul li:hover a {
    color: #1366E4;
}

.gzdt .date {
    margin-left: auto;
}

@media (max-width: 1400px) {
    .row1 {
        width: 100%;
    }

    .notice {
        width: 30%;
        height: auto;
        margin-bottom: 30px;
    }

    .notice-bar {
       justify-content: center;
       background: #00A1FF;
    }

    .notice ul {
        height: auto;
        display: block;
    }

    .notice ul li a {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* 这里是超出几行省略 */
        overflow: hidden;
    }

    .notice .date {
        float: right;
    }

    .gzdt {
        width: 40%;
        margin-bottom: 0;
    }

    .news {
        width: 25%;
    }

    .swiper-container {
        width: 100%!important;
    }

    .swiper-slide a img {
        width: 100%!important;
        height: 100%!important;
    }

    .swiper-pagination {
        top: 45%;
    }

    .message-box {
        width: 100%!important;
    }

}

.message-box {
    width: 360px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/message_box.png);
    background-size: 100% 100%;
}

.fanzhuan {
    transform-style: preserve-3d;
    transition: transform 1s;
}

.message-box a:hover img,
.tp-btn a:hover img {
    transform: rotateY(360deg);
}

.kslb {
    width: 1400px;
    height: 310px;
    padding: 0 30px;
    background: #F7FBFF;
    border: 1px solid #CFE3F8;
    border-radius: 6px;
}

.tr {
    display: flex;
}

.kslb .tab {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.kslb .tab {
    height: 60px;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.kslb .tab a {
    height: 36px;
    padding: 9px 18px;
    line-height: 18px;
    margin-left: 40px;
    font-size: 18px;
    font-weight: bold;
}

.kslb .tab a:hover,
.kslb .tab a.current {
    height: 36px;
    padding: 9px 18px;
    line-height: 18px;
    color: #FFFFFF;
    background: #1366E4;
    border-radius: 6px;
}

.kslb .tab a:after {
    height: 0px;
}

@media (max-width: 1400px) {
    .ks-tab {
        display: none;
    }
}

.kslb-content {
    display: flex;
}

.new {
    width: 30px;
    height: 14px;
    margin-left: 10px;
    background: url(../images/new.gif) no-repeat;
}

.kslb .date {
    margin-left: auto;
}

.tzgg {
    width: 400px;
    height: 185px;
    padding: 30px 20px;
    margin-top: 10px;
    background: url(../images/kslb_bg.png);
}

.tzgg ul li {
    height: 72px!important;
    padding: 0 5px!important;
}

.tzgg ul li:before {
    display: none!important;
}

.tzgg ul li a {
    display: block!important;
    line-height: 36px!important;
    font-size: 20px!important;
    font-family: PingFang SC!important;
    font-weight: 500!important;
    color: #FFFFFF!important;
    overflow: visible!important;
    white-space: normal!important;
}

.tzgg ul li a span {
    float: right!important;
    font-size: 16px!important;
    font-family: PingFang SC!important;
    font-weight: 400!important;
    color: #FFFFFF!important;
}

.enter {
    display: flex;
    justify-content: space-around;
}

.tzgg .enter a {
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2857AE;
    background: #FFFFFF;
    border-radius: 6px;
}

.flx {
    display: flex;
}

.wd-50 {
    width: 50%;
}

.wd-100 {
    width: 100%;
}

.wd100 {
    width: calc(100% - 420px);
}

.kslb .list-t {
    width: 100%;
    display: flex;
    padding: 10px 0;
}

.kslb .list-t li {
    width: 100%;
    height: 40px;
}

.kslb .list-t li a {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

.kslb .list-t li a:hover {
    color: #1366E4;
}
.article-box .photos p{
	text-indent:0em
}
@media (max-width: 1400px) {
    .kslb {
        width: 100%;
    }

    .tzgg {
        display: none;
    }

    .kslb .list-t {
        width: 100%;
    }

    .bt-list {
        margin-bottom: 30px;
    }

    .wd100 {
        width: 100%;
    }
}

.bt-list {
    width: 100%;
    height: 310px;
    padding: 0 30px;
    background: #F7FBFF;
    border: 1px solid #CFE3F8;
    border-radius: 6px;
}

.bt-list .list-t {
    padding: 10px 0;
}

.bt-list .list-t li {
    width: 100%;
    height: 40px;
}

.bt-list .list-t .date {
    margin-left: auto;
}

/* 专题页 */
.tp-btn {
    width: 100%;
    height: 110px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #1366E4, #56B9FF);
    border-radius: 4px;
}

.tp-btn img {
    margin-right: 25px;
}

@media (max-width: 1000px) {
    .touch-bar {
        height: auto;
    }
	.jc{
		text-align:center
	}
    .baoming {
        width: 142px;
        font-size: 20px;
    }

    .menu-list li a {
        padding: 10px;
        font-size: 16px;
    }

    .row1 {
        display: block;
    }

    .notice {
        width: 100%;
    }

    .gzdt {
        width: 100%;
        margin-bottom: 30px;
    }

    .news {
        width: 100%;
    }

    .swiper-container {
        width: 60%!important;
        margin-left: auto;
        margin-right: auto;
    }

    .message-box {
        width: 60%!important;
        margin-left: auto;
        margin-right: auto;
    }


    h3.tab,
    .kslb .tab {
        margin-bottom: 20px;
        border-bottom: 2px solid #cccccc;
    }

    .tab i {
        display: none;
    }

    .list-t li a,
    .gzdt ul li a,
    .kslb .list-t li a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .kslb .tab p {
        display: none;
    }

    .yzxx {
        padding: 0!important;
    }

    .remind-c {
        flex-flow: column;
        padding: 0;
    }

    .dl {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .kslb {
        height: auto;
    }

    .kslb .tab {
        height: auto;
        padding: 10px 0;
    }

    .kslb .tab a {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .tr {
        width: 100%;
        flex-flow: column;
    }

}

@media (max-width: 480px) {
  .tpn1 img:nth-child(2){
    width: 55%;
    margin-right: 0;
  }
  .tpn2 img:nth-child(2){
    width: 60%;
    margin-right: 0;
  }
  .tp-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 425px) {
  .swiper-container {
    width: 100%!important;
  }

  .message-box {
    width: 100%!important;
  }

  .kslb .tab a {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .tpn1 img:nth-child(2){
    width: 45%;
  }
  .tpn2 img:nth-child(2){
    width: 57%;
  }
}

.side-menu h2 {
    height: 88px;
    line-height: 88px;
    position: relative;
    color: #FFFFFF;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    background: url(../images/h2_bg.png);
    background-size: 100% 100%;
    border-radius: 0 10px 0 0;
}

.side-menu ul {
    padding: 0 10px 10px 10px;
    background: #F9F9FA;
}

.side-menu ul li {
    background: #FFFFFF;
    border-bottom: 2px solid #F9F9FA;
}

.side-menu ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    font-size: 20px;
    line-height: 40px;
    padding: 12px 50px 12px 50px;
}
.side-menu ul li a.ln30{
	line-height:30px
}
.side-menu ul li a:hover,
.side-menu ul li a.current {
    font-weight: 600;
    background: url(../images/level_1_bg.png);
    background-size: 100% 100%;
}

.side-menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #1366E4;
    transform: scale(1, 0);
    transition: all .3s;
}

.side-menu ul li a.current:after,
.side-menu ul li a:hover:after {
    transform: scale(1, 1);
}

.yzxx {
    width: 100%;
    padding: 40px;
    border: 1px solid #EFEFEF;
}

.remind-c {
    width: 100%;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    color: red;
    padding: 0 30px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.dl {
    margin-left: auto;
}
.zw img {
	margin:0 auto;
	display:block;
    max-width: 100%;
}

/*20230724  list*/
.side-menu ul li i{
	background:none !important
}
 .side-menu ul li.level-1 a i {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8.5px;
    background: url(/material/hbrsksw/images/add.png) right center no-repeat !important;
}
 .side-menu ul li.level-1 a i.add {
    width: 17px;
    height: 3px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -1.5px;
    background: url(/material/hbrsksw/images/less.png) right center no-repeat !important;
}
 .side-menu>ul>li>a:before{
	 content:'';
	 width:11px;
	 height:11px;
	 top:50%;
	 margin-top:-5.5px;
	 left:28px;
	 position:absolute;
	 display:block !important;
	 background:url(/material/hbrsksw/images/more_.png) center center no-repeat !important;
 }

 .side-menu ul.level-2>li>a:before{
	width: 5px;
    height: 5px;
	background-color:#858585;
    content: '';
    position: absolute;
    left: 45px;
    top: 50%;
    border-radius: 100%;
    margin-top: -2.5px;
 }

.blue{
	color:#2857ae;
	font-size:20px;
}
.side-menu ul li.level-1>a.blue:before{
	background:url(/material/hbrsksw/images/more_current.png) center center no-repeat !important;

}
.side-menu ul li.level-1 a.blue{
	color:#2857ae
}
 .side-menu ul.level-2>li>a.blue:before{
	background-color:#2857ae
}
.index-list .list-t .line{
    margin: 20px 0px;
    height: 0;
    border-bottom: 1px #ccc dashed;
    font: 0/0 lx;
    overflow: hidden;
}
.index-list .col-md-9 .list-t{
	border-bottom:0px;

}

.pages {
    font: 0/0 microsoft yahei;
    padding: 20px 0;
    text-align: center;
}

.pages a,
.pages span {
    display: inline-block;
    line-height: 18px;
    margin: 0 2px 10px 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.pages a:hover {
    position: relative;
    background-color: #a3bde2;
    color: #fff;
}

.pages .current {
    background-color: #00a0e9;
    color: #fff;
    position: relative;
}

.pages .disabled {
    color: #ccc;
    cursor: not-allowed;
}

.pages select {
    border: 1px #d2d2d2 solid;
    padding: 4px;
}
.pages #num{
	width:30px
}
.pages input{
	line-height: 18px;
    height: 40px;
    margin: 0px 5px 10px 5px;
    padding: 7px;
    font-size: 14px !important;
    display: inline-block;
}

.pages .onhover{
	background:#00a0e9;
	color:#fff
}

.layui-layer-close {
    right: 5px;
    top: -5px;
}
@media(max-width:1000px){
	.side-menu ul{
		display:block!important
	}
}
