@charset "utf-8";

html,
body .body_home .banner,
.body_home .banner .lb a {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.body_home .banner .lb,
.body_home .banner .slick-list,
.body_home .banner .slick-track,
.body_home .banner .slick-slide>div {
    height: 100%;
}

.body_home .banner .lb a {
    display: block;

}

.body_home .banner .lb img {
    width: 100%;
    height: 100vh;
}

.body_home .bb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.35rem;
    width: 0.54rem;
    height: 0.54rem;
    margin: 0 auto;
    cursor: pointer;
    animation: bb 2s linear 0s infinite;
    background: url("../images/down.png") no-repeat center center;
    background-size: contain;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.body_home .banner:after {

    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../images/banner-bg.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

.body_b {

    position: fixed;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: -1;
    overflow: auto;
    outline: none;
}

.body_b.showdiv {
    top: 0;
    z-index: 99
}

.body_b.showdiv .head{
    opacity: 1;
    transform: translateY(0px);
}
.body_b.showdiv .head:before {
    background-color: #0062cd;
    height: 1.08rem;
}

.navShow .g-nav {
    opacity: 0;
    visibility: hidden;
}
.navShow .g-nav2 {
    opacity: 1;
    visibility: visible;
}
.navShow .h-link{
    padding-top: 0.25rem;
}
.navShow .head a.navA:after {
    background-image: url('../images/close.png');
}


/*.body_b .scroll {

}*/
.gg-tit {
    position: relative;
}

.gg-tit::before {
    content: '';
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: 0;
    right: 50%;
    margin-right: 1rem;
    border-top: 1px solid #e9eaec;
}

.gg-tit::after {
    content: '';
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 0;
    left: 50%;
    margin-left: 1rem;
    border-top: 1px solid #e9eaec;
}

.gg-tit h4 {
    font-size: 0.28rem;
    color: #111111;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.gg-tit h4>span {
    display: block;
    font-size: 0.18rem;
    color: #aaaaaa;
    text-align: center;
    line-height: 1;
    margin-top: 0.1rem;
}

a.mores {
    display: block;
    width: 0.88rem;
    margin: 0 auto;
    margin-top: 0.23rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
    padding-right: 0.24rem;
    background-image: url("../images/mores.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 0.17rem;
}
 a.mores:hover{color:#0053b0;}
.s1-left {
    float: left;
    width: 10rem;

}

.s1-l {
    width: 6rem;
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.1);

}

.s1-banner a {
    display: block;
    overflow: hidden;
}

.s1-banner .pic {
    padding-top: 66.92%;
}

.s1-banner .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0053b0;
    padding: 0 0.07rem;
}

.s1-banner .date span {
    display: block;
    font-size: 0.12rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding-bottom: 0.1rem;
}

.s1-banner .date span:first-child {
    font-size: 0.21rem;
    font-weight: 600;
    padding-bottom: 0.05rem;
    padding-top: 0.12rem;
}

.s1-banner .s1-text h4 {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.32rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.88rem;
    margin-top:0.1rem;
}
.s1-banner .s1-text h4:hover{color:#0053b0;}
.s1-banner .l_date {
       margin-top: 0rem;
       color: #343434;opacity: 0.5;
   }
.s1-banner .l_date span{
       float:right;
   }
 .nb_text {
       margin-top: 12px;
       display: -webkit-box;
       font-size: 14px;
       line-height: 26px;
       height: 78px;
       overflow: hidden;
       text-overflow: ellipsis;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;
       color: #333;
       opacity: 0.7;
   }

.s1-banner .s1-text {
    padding: 0rem 0.3rem 0.5rem;
}

.s1-banner .slick-dots {
    bottom: 30px;
}

.s1-banner .slick-dots button {
    display: none;
}

.s1-banner .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    margin-left: 0.3rem;
    border-radius: 50%;
    background-color: #dcdcdc;
    transition: all .3s;
}

.s1-banner .slick-dots li.slick-active {
    background-color: #0053b0;
}

.s1-r {
    width: 4rem;
    padding-right:0.25rem;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.h_title {
    align-items: center;
    padding: 0.2rem 0.1rem 0.1rem;
    border-bottom: 2px solid #f0f1f2;
    font-size: 0.24rem;
    line-height: 0.26rem;
    color: #222;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.h_title a {
    display: block;
    margin-bottom: 0.05rem;
}
.h_title>a {
    font-size:0.16rem;
}
.h_title>a:hover {
    color: #0053b0;
}
.h_title>a img{
width: 0.16rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.05rem;}
.h_title span {
    display: block;
    font-size: 0.14rem;
    color: #cecdcd;
    position: relative;
    z-index: 1;
    padding-left: 0.35rem;
    font-family: arial;
}
.h_title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.28rem;
    height: 0.05rem;
    background-color: #05397f;
}
.p9 {
    padding: 0.1rem 0.1rem;
    border-bottom: solid 2px #f0f1f2;
}
.nl_img {
       width: 1.3rem;
      margin-top: 0.03rem;
   }
   
   .nl_img>a {
       display: block;
       position: relative;
       width: 100%;
       padding-bottom: 70%;
       overflow: hidden;
   }
   
   .nl_img img {
       position: absolute;
       width: 100%;
       top: 0;
       left: 0;
       max-height: none;
transition: all 0.3s;
   }
   
   .nl_img img:hover {
       transform: scale(1.05);
   }
   
   .nl_con {
       width: -webkit-calc(100% - 1.45rem);
       width: calc(100% - 1.45rem);
       padding: 6px 0;
   }
 .l_title {
    display: block;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #333;
}  
   .nl_con .l_title {
       display: -webkit-box;
       height: 0.48rem;
       overflow: hidden;
       text-overflow: ellipsis;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
   }
.nl_con .l_title:hover{color:#0053b0;}
.l_date {
    font-family: "Georgia";
    font-size: 0.14rem;
    color: #343434;
overflow:hidden;
}   
   .nl_con .l_date {
       margin-top: 0.18rem;
       color: #343434;opacity: 0.5;
   }
   .nl_con .l_date span{
       float:right;
   }


.s1-right {
    width: 4rem;
    padding-left: 0.25rem;
}
.flex-v-center{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}
.tice_list ul{margin-top:0.22rem;}
.tice_list ul li{width: 98%;margin-top: 0.27rem;margin-left: 0.04rem;display: flex;box-shadow:0 0 6px rgba(9,51,102,.2);}
.tice_list ul li:last-of-type{margin-bottom:0;}
.tice_list ul li .time{width:0.74rem;background: #ebf2ff;}
.tice_list ul li .time .text{text-align:center;color:rgba(0,82,161,0.9);line-height: 0.3rem;}
.tice_list ul li .time time{display:block;height:0.4rem;background:#015bb1;line-height:0.4rem;text-align:center;font-size:0.2rem;color:#fff}
.tice_list ul li .time time span{font-size:0.18rem;font-weight:100}
.tice_list ul li .txt{width:calc(100% - 0.8rem);background:#fff;padding-left: 0.15rem;line-height:1.8em;}
.tice_list ul li .txt .bt{background:url(../images/changbj.png) no-repeat;background-size:100% 100%}
.tice_list ul li .txt .bt a{font-size:0.2rem;color:#fff;text-align:center}
.tice_list ul li .txt h4{font-size:0.16rem;display:block\0;line-height: 0.26rem;}
.tice_list ul li .txt h4 a{max-height:0.52rem;display:block\0;}
.tice_list ul li .txt h4 a:hover{ color: #0053b0;}



.section1 {
    padding-top: 1.42rem;
    background-color: #fff;
    padding-bottom: 0rem;
}

.section1 a.mores {
    width: 1.32rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #1b58a9;
    color: #fff;javascript:doPublishSite();
    text-align: center;
    padding-right: 0;
}

.s2-list li {
    float: left;
    width: 4.32rem;
    width: 33.33%;
    position: relative;
    margin-top: 0.5rem;
    padding: 0.22rem 0.2rem 0 0.14rem;
}

.s2-list li:nth-child(3n+2) {
    margin-left: 0.52rem;
    margin-right: 0.52rem;
    margin-left: 0;
    margin-right: 0;
}

.s2-list li a {
    display: block;
}

.s2-list li span.date {
    position: absolute;
    bottom: -0.15rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0965ba;
    font-size: 0;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
}

.s2-list li span.date em {
    display: block;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.36rem;
}

.s2-list li div p {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.30rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.6rem;
}

.s2-list li div b {
    display: block;

    font-size: 0.14rem;
    color: #0053b0;
    text-align: right;
    margin-top: 0.16rem;

}

.s2-list li div {
    background-color: #fff;
    padding: 0.42rem 0.3rem 0.3rem;
    background-position: left 0.3rem bottom 0.1rem;
    background-repeat: no-repeat;
    background-size: 1.2rem 1.32rem;
    box-shadow: 0 0 5px 3px rgb(168, 177, 186, 0.25);
    transition: all .3s;
}

.s2-list li:hover div {
    background-image: url("../images/s2-li-bg.png");
}

.section2 {
    padding-top: 0.59rem;
    padding-bottom: 0.82rem;
    background: url("../images/section2.jpg") no-repeat center center;
    background-size: cover;
}

.s3-left {
    width: 6.8rem;
}

.gg-tit.w h4 {
    color: #fff;
    text-align: left;
}

.gg-tit.w a.mores {
    color: #fff;
    background-image: url("../images/mores2.png");
}

.s3-tx {
    margin-top: 0.4rem;
    padding: 0.31rem 0.3rem 0.39rem;
    background-color: #fff;
    background-image: url("../images/s3-tx.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-tx a {
    display: block;
    overflow: hidden;
}

.s3-tx a h4 {
    font-size: 0.18rem;
    color: #333333;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-tx .s3-tx-info {
    overflow: hidden;
    margin-top: 0.3rem;
}

.s3-tx .s3-tx-info .date {
    float: left;
    width: 80px;
    background-image: url("../images/s3-date.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px 91px;
}

.s3-tx .s3-tx-info .date span {
    display: block;
    font-size: 0.12rem;
    color: #fff;
    line-height: 1;
    padding-bottom: 0.3rem;
    padding-left: 0.22rem;
}

.s3-tx .s3-tx-info .date span:first-child {
    font-size: 0.24rem;
    padding-left: 0.32rem;
    padding-top: 0.2rem;
    padding-bottom: 0.05rem;
}

.s3-tx .s3-tx-info .s3-p {
    overflow: hidden;
    padding-left: 0.2rem;
}

.s3-tx .s3-tx-info .s3-p p {
    font-size: 0.16rem;
    line-height: 1;
    color: #666;
    margin-top: 0.19rem;
}

.s3-tx .s3-tx-info .s3-p p:first-child {
    margin-top: 0.03rem;
}

.s3-list li {
    position: relative;
    line-height: 0.47rem;
    border-top: 1px solid rgba(229, 229, 229, 0.2);
}

.s3-list li:first-child {
    border: none;
}

.s3-list li a {
    display: block;
    font-size: 0.16rem;
    color: #ffffff;
    padding-left: 0.23rem;
    padding-right: 0.85rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-list li span {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 0.16rem;
    line-height: 1;
    color: #fff;
    padding-left: 0.08rem;
    border-left: 1px solid #fff;
    transform: translateY(-50%);
}

.s3-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 0.12rem;
    height: 0.11rem;
    transform: translateY(-50%);
    background-image: url("../images/s3-li.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.12rem auto;
}

.s3-list li:hover:before {
    background-image: url("../images/s3-li2.png");
}

.s3-list li:hover a {
    font-weight: 600;
}

.s3-list {
    margin-top: 0.3rem;
    padding: 0.15rem 0.29rem;
    background-color: rgba(2, 119, 170, 0.9);
}

.s3-right {
    width: 6.75rem;
}

.s3-list2 li {
    float: left;
    width: 3.23rem;
    margin-left: 0.29rem;
}

.s3-list2 li:first-child {
    margin-left: 0;
}

.s3-list2 li a {
    display: block;
    overflow: hidden;
}

.s3-list2 li a .pic {
    padding-top: 65.02%;
}

.s3-list2 li .s3-tx2 h4 {
    font-size: 0.18rem;
    color: #fefefe;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.6rem;
}

.s3-list2 li .s3-tx2 i {
    display: block;
    height: 1px;
    margin-top: 0.2rem;
    margin-bottom: 0.23rem;
    background: rgba(255, 255, 255, 0.2);
}

.s3-list2 li .s3-tx2 p {
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.9rem;
}

.s3-list2 li .s3-tx2 span {
    display: block;
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 1;
    margin-top: 0.3rem;
}

.s3-list2 li .s3-tx2 span em {
    font-size: 0.24rem;
    font-weight: 600;
    margin-right: 0.05rem;
}

.s3-list2 li .s3-tx2 {
    padding-top: 0.24rem;
}

.s3-list2 ul {
    overflow: hidden;
}

.s3-list2 {
    margin-top: 0.4rem;
}

.section3 {
    overflow: hidden;
    padding-top: 0.59rem;
    padding-bottom: 0.77rem;
    background: url("../images/section3.jpg") no-repeat center center;
}

.s4-left {
    width: 9.9rem;
}

.s4-l {
    width: 3.92rem;
}

.s4-l img {
    display: block;
    width: 100%;
}

.s4-r {
    width: 5.98rem;
}

.s4-r>div {
    position: relative;
    padding: 0.35rem 0.4rem 0.4rem;
    background-image: url("../images/s4-img3.png");
    background-position: right 0.1rem bottom 0.2rem;
    background-repeat: no-repeat;
    background-size: 1.7rem 1.9rem;
    background-color: #fff;
    /*transition: all .3s;*/
}

.s4-r>div:nth-child(2) {
    box-shadow: 0 5px 10px -5px rgb(120, 133, 148, 25%);
}

.s4-r>div>a {
    display: block;
    overflow: hidden;
}

.s4-r>div h4,
.s4-right a .s4-tx h4 {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.6rem;
}

.s4-r>div p,
.s4-right a .s4-tx p {
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 0.8);
    line-height: 0.33rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.66rem;
    margin-top: 0.145rem;
}

.s4-r>div span,
.s4-right a .s4-tx span {
    display: inline-block;
    font-size: 0.16rem;
    color: #0062bf;
    line-height: 1;
    position: relative;
    margin-top: 0.535rem;
    z-index: 10;
    padding: 0 0.15rem;
    background-color: #fff;
}

.s4-r>div span em,
.s4-right a .s4-tx span em {
    font-size: 0.24rem;
    font-weight: 600;
    margin-right: 0.05rem;
}

.s4-r>div:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0.48rem;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 9;
}

.s4-r>div:hover,
.s4-r>div:hover span {
    background-image: none;
    background-color: #0062bf;
}

.s4-r>div:hover h4,
.s4-r>div:hover p,
.s4-r>div:hover span {
    color: #fff;
}

.s4-r>div:hover:after {
    background-color: #3381cc;
}

.s4-right {
    width: 4.10rem;
}

.s4-right a {
    display: block;
    overflow: hidden;
}

.s4-right a .pic {
    padding-top: 71.36%;
}

.s4-right a .s4-tx h4,
.s4-right a .s4-tx p,
.s4-right a .s4-tx span {
    color: #fff;
}

.s4-right a .s4-tx span {
    margin-top: 0.4rem;
    background-color: #1b84b2;
}

.s4-right a .s4-tx i {
    display: block;
    height: 1px;
    margin-top: 0.13rem;
    margin-bottom: 0.185rem;
    background: rgba(255, 255, 255, 0.2);
}

.s4-right a .s4-tx p {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.68);
    line-height: 0.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.75rem;
}

.s4-right .s4-tx {
    position: relative;
    padding: 0.24rem 0.2rem 0.4rem;
    background-color: rgba(2, 119, 170, 0.9);
}

.s4-right .s4-tx:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0.48rem;
    width: 100%;
    height: 1px;
    background-color: #47a8c4;
}

.s4-main {
    margin-top: 0.48rem;
}

.section4 {
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
    background: url("../images/section4.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.gg-tit.w2 h4 {
    color: #fff;
}

.gg-tit.w2 a.mores {
    color: #fff;
    background-image: url('../images/mores2.png');
}

.s5-left {
    width: 7rem;
}

.s5-main a {
    display: block;
    overflow: hidden;
    position: relative;
}

.s5-main a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url("../images/s5-item.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

.s5-left .s5-item1 .pic {
    padding-top: 52.71%;
}

.s5-main .s5-tx {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0.27rem 0.3rem;
    z-index: 9;
}

.s5-main .s5-tx p {
    font-size: 0.14rem;
    color: #fff;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-main .s5-tx span {
    display: block;
    font-size: 0.14rem;
    color: #fff;
    line-height: 1;
    padding-left: 0.33rem;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 0.15rem;
}

.s5-main .s5-tx span.sp {
    background-image: url("../images/s5-sp.png");
    background-size: 0.24rem;
}

.s5-main .s5-tx em {
    position: absolute;
    left: 0.27rem;
    bottom: 0;
    width: 0.6rem;
    height: 0.04rem;
}

.s5-main .s5-tx em.sp {
    background-color: #e1ac61;
}

.s5-item2 .pic {
    padding-top: 105.43%;
}

.s5-item2 {
    overflow: hidden;
}

.s5-item2>div {
    float: left;
    width: 3.5rem;
}

.s5-main .s5-tx span.wx {
    background-image: url("../images/s5-wx.png");
    background-size: 0.18rem;
}

.s5-main .s5-tx em.wx {
    background-color: #4d9648;
}

.s5-main .s5-tx span.wb {
    background-image: url("../images/s5-wb.png");
    background-size: 0.19rem;
}

.s5-main .s5-tx em.wb {
    background-color: #d64a29;
}

.s5-main a .pic>i {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.64rem;
    height: 0.64rem;
    margin: auto;
    background-image: url("../images/play.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.64rem;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.s5-main a:hover .pic>i {
    opacity: 1;
    visibility: visible;
}

.s5-main a:hover .pic img {
    transform: scale(1.05);
}

.s5-main {
    margin-top: 0.42rem;
}

.section5 {
    position: relative;
    z-index: 9;
    padding-top: 0.74rem;
    background-image: url("../images/section5.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}

.xydh {
    background-image: url("../images/xueyuandaohang-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
padding-top: 0.6rem;
margin-top: -0.6rem;
background-size: 100% 100%;
}
.xydh .gg-tit h4>span{
color: #5a8ece;
}
.xydh .gg-tit::before,.xydh .gg-tit::after{border-top: 1px solid #ffffff61;}
.xydh-main ul{display:flex;justify-content: space-between;padding-bottom: 0.3rem;flex-wrap: wrap;position:relative;margin:0px 0.4rem;}
.xydh-main ul li{width:16%}
.xydh-main ul li img{width: 65%;
    height: auto;
    margin: 0.3rem auto 0.1rem ;
    display: block;}
.xydh-main ul li p{text-align:center;color:#fff;}
.xydh-main .slick-prev{position:absolute;top:50%;left:-0.4rem;width:0.3rem;height:0.3rem;border:none;background:url(../images/link-prev.png) center no-repeat;background-size:100%;margin-top:-0.15rem;}
.xydh-main .slick-next{position:absolute;top:50%;right:-0.4rem;width:0.3rem;height:0.3rem;border:none;background:url(../images/link-next.png) center no-repeat;background-size:100%;margin-top:-0.15rem;}

.xydh-main .slick-list{width:100%;}
.xydh-main .slick-track{margin:0 auto;}

.s6-l {
    width: 6.87rem;
}

.s6-main a {
    display: block;
    overflow: hidden;
    position: relative;
}

.s6-l a .pic {
    padding-top: 56.17%;
}

.s6-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.2rem;
    padding: 0 0.4rem;
    font-size: 0.18rem;
    color: #fff;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
    padding-left: 0.85rem;
    padding-right: 0.15rem;
}

.s6-l a .pic:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url("../images/s5-item.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

.s6-l a:hover .pic img {
    transform: scale(1.05);
}

.s6-l .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0053b0;
    padding: 0 0.07rem;
}

.s6-l .date span {
    display: block;
    font-size: 0.12rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding-bottom: 0.1rem;
}

.s6-l .date span:first-child {
    font-size: 0.21rem;
    font-weight: 600;
    padding-bottom: 0.05rem;
    padding-top: 0.12rem;
}

.s6-r {
    width: 6.83rem;
    overflow: hidden;
}

.s6-r>div {
    float: left;
    width: 3.28rem;
    margin-left: 0.27rem;
}

.s6-r>div:first-child {
    margin-left: 0;
}

.s6-r>div .pic {
    padding-top: 60.98%;
}

.s6-r>div .s6-tx span {
    display: block;
    font-size: 0.16rem;
    color: #979797;
    line-height: 1;
   text-align:right;
}
.s6-r>div .s6-tx span span{float:left;margin:0;line-height: 24px;}
.s6-r>div .s6-tx span em {
    font-size: 0.24rem;
    font-weight: 600;
    margin-right: 0.05rem;
}

.s6-r>div .s6-tx h4 {
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.6rem;
margin-bottom:0.23rem;
}

.s6-r>div .s6-tx2 p {
    font-size: 0.15rem;
    line-height: 0.3rem;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.8rem;
    margin-top: 0.2rem;
}

.s6-r>div .s6-tx2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    background-image: url("../images/s6-li.png");
    background-repeat: no-repeat;
    background-position: right 0.18rem bottom 0.22rem;
    background-size: 1.42rem 1.59rem;
    background-color: #fff;
    transition: all .3s;
}

.s6-r>div .s6-tx {
    padding: 0.3rem 0.24rem 0.45rem;
    background-color: #fff;
    border-bottom: 3px solid #0053b0;
}

.s6-r>div:hover .s6-tx2 {
    top: 0;
}

.s6-top {
    overflow: hidden;
}

.s6-list li {
    float: left;
    width: 3.28rem;
    margin-left: 0.29rem;
}

.s6-list li:first-child {
    margin-left: 0;
}

.s6-list li .pic {
    padding-top: 60.98%;
}

.s6-list li .s6-txt span {
    display: block;
    font-size: 0.16rem;
    color: #979797;
    line-height: 1;
   text-align:right;
}
.s6-list li .s6-txt span span{float:left;margin:0;line-height: 24px;}
.s6-list li .s6-txt span em {
    font-size: 0.24rem;
    font-weight: 600;
    margin-right: 0.05rem;
}

.s6-list li .s6-txt p {
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.6rem;
    margin-bottom:0.1rem;
}

.s6-list li .s6-txt {
    padding: 0.16rem 0.24rem 0.24rem;
    background-color: #fff;
border-bottom: 3px solid #0053b0;
}

.s6-list li:hover p {
    color: #0053b0;
}

.s6-list {
    margin-top: 0.3rem;
}

.s6-main {
    margin-top: 0.5rem;
}

.section6 {
    position: relative;
    margin-top: -1.58rem;
    margin-top: 0;
    padding-top: 2.25rem;
    padding-top: 0.55rem;
    padding-bottom: 0.6rem;
    background-image: url("../images/section6.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.s7-list li {
    float: left;
    width: 3.24rem;
    margin-left: 0.34rem;
}

.s7-list li:first-child {
    margin-left: 0;
}

.s7-list li a {
    display: block;
    overflow: hidden;
}

.s7-list li .pic {
    padding-top: 43.58%;
}

.s7-list {
    margin-top: 0.55rem;
}

.linkbox{margin-top:0.4rem;}
.linkbox .link-list{overflow: hidden; margin: 0.3rem 0;padding: 0px 0.4rem;}
.linkbox .link-list ul li{width:11.5%;margin:0 0.45%;float:left;}
.linkbox .link-list ul li .img{border:1px dashed #4474c4;border-bottom:none;padding:1px;}
.linkbox .link-list ul li img{margin:0.3rem auto;display:block;width: 0.5rem;height: 0.5rem;transition: all 0.3s;}
.linkbox .link-list ul li:hover img{transform: scale(1.3);}
.linkbox .link-list ul li p{background:#015bb1;color:#fff;text-align:center;padding: 0.1rem 0;}
.linkbox .link-list .slick-prev{position:absolute;top:50%;left:-0.4rem;width:0.3rem;height:0.3rem;border:none;background:url(../images/link-prev.png) center no-repeat;background-size:100%;margin-top:-0.15rem;}
.linkbox .link-list .slick-next{position:absolute;top:50%;right:-0.4rem;width:0.3rem;height:0.3rem;border:none;background:url(../images/link-next.png) center no-repeat;background-size:100%;margin-top:-0.15rem;}

.f-logo{background: url(../images/foot-LOGO.png) center 0.4rem no-repeat;width: 3rem;padding-top: 20%;margin: 0 0.5rem;background-size: 80%;}
.f-logo.fr{display:none;}
.lxwm{width: 5rem;}
.lxwm .p{overflow: hidden;margin-bottom: 0.2rem;}
.lxwm .p .left{width: 60%;float: left;}
.lxwm .p .right{width: 40%;float: right;}
.f-lin .p a{font-size: 0.14rem;color: #fff;line-height: 0.3rem;float:left;width:50%;}

.section7 {
    padding-top: 0.58rem;
    padding-bottom: 0.2rem;
}

/* 12.6新增 */
.section22 {
    background: url(../images/section22-bg.png) no-repeat center top;
    background-size: cover;
    padding-top: 1.35rem;
    padding-bottom: 0.35rem;
}

.s22-l,
.s22-r {
    width: 48.28%;
}

.section22 .gg-tit {
    position: relative;
    margin-bottom: 0.4rem;
}

.section22 .gg-tit::before {
    content: '';
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: 0;
    right: 50%;
    margin-right: 1rem;
    border-top: 1px solid rgba(78, 120, 177, 0.39);
}

.section22 .gg-tit::after {
    content: '';
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    right: 0;
    left: 50%;
    margin-left: 1rem;
    border-top: 1px solid rgba(78, 120, 177, 0.39);
}

.section22 .gg-tit h4 {
    color: #fff;
}

.section22 .gg-tit h4 span {
    color: #5a8ece;
}

.section22 a.mores {
    color: #fff;
    background-image: url(../images/mores2.png);
}

.s22-l ul li {
    margin-top: 0.2rem;
}

.s22-l ul li:first-child {
    margin-top: 0;
}

.s22-l ul li a {
    display: block;
    border: 1px solid #3d71b7;
    padding: 0.1rem 0.25rem 0.1rem 0.1rem;
    overflow: hidden;
    transition: all 0.3s;
}

.s22-l ul li a .date {
    float: left;
    width: 0.8rem;
    height: 0.63rem;
    text-align: center;
    border: 1px solid #3d71b7;
    color: #fff;
    margin-right: 0.25rem;
    transition: all 0.3s;
}

.s22-l ul li a .date>p {
    font-size: 0.22rem;
    padding-top: 0.05rem;
}

.s22-l ul li a .date>span {
    display: block;
    font-size: 0.14rem;
}

.s22-l ul li a h3 {
    font-size: 0.16rem;
    line-height: 0.31rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    transition: all 0.3s;
}

.s22-l ul li:hover a {
    background: rgba(25, 96, 162, 0.9);
}

.s22-l ul li:hover a .date {
    border-color: #fff;
}

.s22-r .s22-rt {
    display: none;
}

.s22-r ul li.on .s22-rt {
    display: block;
}

.s22-r ul li.on .s22-show {
    display: none;
}

.s22-r .s22-rt a {
    display: block;
    background: #fff;
    padding: 0.3rem;
}

.s22-r .s22-rt a h3 {
    font-size: 0.16rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 0.25rem;
    transition: all 0.3s;
}

.s22-r .s22-rt a .s22-rtd {
    overflow: hidden;
}

.s22-r .s22-rt a .s22-rtd .date-k {
    float: left;
    position: relative;
    width: 0.8rem;
    height: 0.9rem;
    padding-left: 0.1rem;
    padding-bottom: 0.1rem;
    z-index: 1;
    margin-right: 0.2rem;
}

.s22-r .s22-rt a .s22-rtd .date-k::before {
    content: '';
    position: absolute;
    top: 0.24rem;
    left: 0;
    bottom: 0;
    right: 0.24rem;
    background: #d3e1f0;
    z-index: -1;
}

.s22-r .s22-rt a .s22-rtd .date {
    width: 0.7rem;
    height: 0.8rem;
    background: #0053b0;
    text-align: center;
    color: #fff;
}


.s22-r .s22-rt a .s22-rtd .date>p {
    font-size: 0.24rem;
    padding-top: 0.15rem;
}

.s22-r .s22-rt a .s22-rtd .date>span {
    display: block;
    font-size: 0.12rem;
}

.s22-r .s22-rt a .s22-rtd>p {
    overflow: hidden;
    font-size: 0.16rem;
    line-height: 0.3rem;
    max-height: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgba(51, 51, 51, 0.8);
}

.s22-r ul {
    background: rgba(25, 96, 162, 0.9);
}

.s22-r ul li .s22-show>span {
    float: right;
    color: #fff;
    padding-left: 0.2rem;
}

.s22-r ul li .s22-show {
    overflow: hidden;
    line-height: 0.6rem;
    transition: all 0.3s;
    font-size: 0.16rem;
    margin: 0 0.3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.s22-r ul li:first-child .s22-show {
    border-top: none;
}

.s22-r ul li .s22-show a {
    display: block;
    color: #fff;
    background: url(../images/s22-sj.png) no-repeat left center;
    padding-left: 0.22rem;
    background-size: 0.09rem 0.11rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}



@media screen and (max-width: 1024px) {

    html,
    body {
        height: auto;
        overflow: auto;
    }

    .body_home .banner {
        height: 51vw;
    }

    .body_home .banner .lb img {
        height: 51vw;
    }

    .body_home .bb {
        display: none;
    }

    .body_b {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        overflow: hidden;
    }

    .section1 {
        background-size: 9rem;
    }

    .scroll {
        padding-top: 0;
    }
}

@media screen and (max-width: 800px) {

    .s1-left,
    .s1-right,
    .s1-r,
    .s1-l {
        float: none;
        width: auto;
    }

    .body_b .scroll {
        /* padding-top: 0.4rem;*/
    }

    .s1-banner .s1-text h4 {
        font-size: 0.30rem;
        line-height: 0.48rem;
        height: auto;
       margin-bottom:0.1rem;
    }
.s1-banner .s1-text h4:hover{color:#0053b0;}
    .s1-banner .s1-text p,
    .s1-r .s1-pic-txt p,
    .s1-right .s1-pic-txt p {
        font-size: 0.38rem;
        line-height: 0.48rem;
        height: auto;
    }
.h_title{
        font-size: 0.38rem;
        line-height: 0.48rem;
        height: auto;
}
.h_title span{font-size: 0.26rem;}
.h_title>a{font-size: 0.26rem;}
.h_title>a img{width: 0.26rem;}
.l_date{font-size: 0.26rem;line-height: 0.38rem;}
.l_title{font-size: 0.28rem;line-height: 0.48rem;}
.nl_con .l_title{height: 0.96rem;}
.nl_img{width: 2.3rem;}
.nl_con{
       width: -webkit-calc(100% - 2.45rem);
       width: calc(100% - 2.45rem);
       }
.tice_list ul li .time{width: 1.48rem;}
.tice_list ul li .time time{line-height: 0.6rem;height: 0.6rem;}
.tice_list ul li .time time span{font-size: 0.32rem;}
.tice_list ul li .time .text{line-height: 0.45rem;font-size: 0.26rem;}
.tice_list ul li .txt h4{font-size: 0.28rem;line-height: 0.36rem;}

.s1-right, .s1-l{padding:0 0.25rem;margin-top: 0.25rem;}



    .s1-banner .date span:first-child,
    .s6-l .date span:first-child {
        font-size: 0.32rem;

    }

    .s1-banner .date span,
    .s6-l .date span {
        font-size: 0.18rem;
    }

    .s1-r .s1-pic-txt span {
        font-size: 0.23rem;
        margin-top: 0.18rem;

    }

    .s1-r .s1-pic-txt span em {
        font-size: 0.28rem;
    }

    .s1-right li:first-child .s1-pic-txt span {
        font-size: 0.25rem;
    }

    .s1-right .s1-pic-txt span {
        font-size: 0.23rem;
        margin-bottom: 0.18rem;
    }

    .s1-right .s1-pic-txt span em {
        font-size: 0.28rem;
    }

    .s1-right .s1-pic-txt b {
        visibility: hidden;
        opacity: 0;
    }

    .gg-tit-posfix {
        margin: 0 0.2rem;
    }

    .s2-list li {
        width: 49%;
        margin-left: 0;
        margin-top: 0.3rem;
    }

    .s2-list li:nth-child(3n+2) {
        margin-right: 0;
        margin-left: 0;
    }

    .s2-list li:nth-child(2n) {
        margin-left: 2%;
    }

    .s2-list li div p {
        font-size: 0.28rem;
        line-height: 0.48rem;
        height: 0.96rem;
        height: auto;
    }

    .section1 {
        padding-top: 0.1rem;
        padding-bottom: 0.3rem;
        position: relative;
        z-index: 2;
    }
.s1-banner .slick-dots {
    bottom: 10px;
}
    .section2 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .s3-left,
    .s3-right {
        float: none;
        width: auto;
    }

    .s3-tx a h4 {
        font-size: 0.28rem;
        line-height: 0.48rem;
    }

    .s3-tx .s3-tx-info .s3-p p {
        font-size: 0.26rem;
        line-height: 0.36rem;
    }

    .s3-tx .s3-tx-info .date span:first-child {
        font-size: 0.44rem;
        padding-left: 0.42rem;
        padding-bottom: 0.18rem;
        padding-top: 0.2rem;
    }

    .s3-tx .s3-tx-info .date span {
        font-size: 0.18rem;
        padding-bottom: 0.4rem;
        padding-left: 0.32rem;
    }

    .s3-list li a {
        font-size: 0.26rem;
        padding-left: 0.3rem;
        padding-right: 1.4rem;
    }

    .s3-list li span {
        font-size: 0.26rem;
        padding-left: 0.15rem;
    }

    .s3-list li {
        line-height: 0.72rem;
    }

    .s3-list2 li {
        width: 49%;
        margin-left: 2%;
    }

    .s3-list2 li .s3-tx2 h4 {
        font-size: 0.28rem;
        line-height: 0.48rem;
        height: 0.96rem;
    }

    .s3-list2 li .s3-tx2 p {
        font-size: 0.26rem;
        line-height: 0.46rem;
    }

    .s3-list2 li .s3-tx2 span {
        font-size: 0.26rem;
    }

    .s3-list2 li .s3-tx2 span em {
        font-size: 0.38rem;
    }

    .s3-right {
        margin-top: 0.4rem;
    }

    .section3 {
        padding: 0.3rem 0.2rem;
        background-size: cover;
    }

    .s4-l {
        display: none;
    }

    .s4-r,
    .s4-left {
        float: none;
        width: auto;
    }

    .s4-right {
        float: none;
        width: auto;
        margin-top: 0.4rem;
    }

    .s4-r>div {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .s4-r>div h4,
    .s4-right a .s4-tx h4 {
        font-size: 0.28rem;
        line-height: 0.48rem;
        height: auto;
    }

    .s4-r>div p,
    .s4-right a .s4-tx p {
        font-size: 0.26rem;
        line-height: 0.46rem;
        height: auto;
    }

    .s4-r>div span,
    .s4-right a .s4-tx span {
        font-size: 0.26rem;

    }

    .s4-r>div span em,
    .s4-right a .s4-tx span em {
        font-size: 0.34rem;
    }

    .s4-right a .s4-tx i {
        margin-top: 0.25rem;
        margin-bottom: 0.35rem;
    }

    .section4 {
        padding-top: 0.4rem;
        padding-bottom: 0;
    }

    .s5-left,
    .s5-right {
        float: none;
        width: auto;
    }

    .s5-item2>div {
        width: 50%;
    }

    .s5-main .s5-tx p,
    .s5-main .s5-tx span {
        font-size: 0.24rem;
        line-height: 0.4rem;
    }

    .s5-main .s5-tx span.sp {
        background-size: 0.3rem auto;
    }

    .s5-main .s5-tx span {
        padding-left: 0.45rem;
    }

    .s5-main .s5-tx span.wx {
        background-size: 0.26rem auto;
    }

    .s5-main .s5-tx span.wb {
        background-size: 0.28rem auto;
    }

    .section5 {
        padding: 0.4rem 0.2rem 0;
    }

.xydh-main ul li {
    width: 33%;
}
.xydh-main ul li img {
    margin: 0.15rem auto;
}

    .s6-l {
        float: none;
        width: auto;
    }

    .s6-l a p {
        font-size: 0.28rem;
        line-height: 0.48rem;
        padding-left: 1.25rem;
        bottom: 0.15rem;
    }

    .s6-r>div {
        width: 49%;
        margin-left: 2%;
    }

    .s6-r {
        float: none;
        width: auto;
        margin-top: 0.3rem;
    }

    .s6-r>div .s6-tx span,
    .s6-list li .s6-txt span {
        font-size: 0.26rem;
    }

    .s6-r>div .s6-tx span em,
    .s6-list li .s6-txt span em {
        font-size: 0.34rem;
    }

    .s6-r>div .s6-tx h4 {
        font-size: 0.28rem;
        line-height: 0.48rem;
        min-height: 0.96rem;
    }

    .s6-r>div .s6-tx2 p {
        font-size: 0.26rem;
        line-height: 0.42rem;
        height: auto;
    }

    .s6-list li {
        width: 49%;
        margin-left: 0;
        margin-top: 0.3rem;
    }

    .s6-list li:nth-child(2n) {
        margin-left: 2%;
    }

    .s6-list li .s6-txt p {
        font-size: 0.28rem;
        line-height: 0.48rem;
        min-height: 0.96rem;
    }

    .s6-list {
        margin-top: 0;
    }

    .s6-main {
        margin-top: 0.3rem;
    }

    .section6 {
        margin-top: 0;
        padding: 0.4rem 0.2rem;
        background-size: cover;
    }

    .s7-list li {
        width: 49%;
        margin-left: 0;
        margin-top: 0.3rem;
    }

    .s7-list li:nth-child(2n) {
        margin-left: 2%;
    }

    .s7-list {
        margin-top: 0;
    }

    .section7 {
        padding: 0.4rem 0.2rem 0.42rem;
    }

    .section22 {
        padding: 1px 0.2rem 0.4rem 0.2rem;
        margin-top: -1rem;
    }

    .s22-l,
    .s22-r {
        float: none;
        width: 100%;
    }

    .s22-l {
        margin-top: 2.4rem;
    }

    .s22-l ul li a {
        padding: 0.2rem 0.35rem 0.2rem 0.2rem;
    }

    .s22-l ul li a .date {
        width: 1.2rem;
        height: 1rem;
        margin-right: 0.35rem;
    }

    .s22-l ul li a .date>p {
        font-size: 0.32rem;
        padding-top: 0.1rem;
    }

    .s22-l ul li a .date>span {
        font-size: 0.24rem;
    }

    .s22-l ul li a h3 {
        font-size: 0.26rem;
        line-height: 0.48rem;
    }

    .s22-r {
        margin-top: 0.5rem;
    }

    .s22-r .s22-rt a h3 {
        font-size: 0.28rem;
        margin-bottom: 0.35rem;
    }

    .s22-r .s22-rt a .s22-rtd .date>p {
        font-size: 0.34rem;
        padding-top: 0.2rem;
    }

    .s22-r .s22-rt a .s22-rtd .date>span {
        font-size: 0.22rem;
    }

    .s22-r .s22-rt a .s22-rtd .date-k {
        width: 1.3rem;
        height: 1.4rem;
        padding-left: 0.2rem;
        padding-bottom: 0.2rem;
        margin-right: 0.3rem;
    }

    .s22-r .s22-rt a .s22-rtd .date {
        width: 1.1rem;
        height: 1.2rem;
    }

    .s22-r .s22-rt a .s22-rtd>p {
        overflow: hidden;
        font-size: 0.26rem;
        line-height: 0.4rem;
        max-height: 1.2rem;
    }

    .s22-r ul {
        margin-top: 0.4rem;
    }

    .s22-r ul li .s22-show {
        line-height: 0.8rem;
        font-size: 0.26rem;
    }

    .s22-r ul li .s22-show span {
        padding-left: 0.3rem;
    }

    .gg-tit h4 {
        font-size: 0.38rem;
    }

    .gg-tit h4>span {
        font-size: 0.28rem;
    }

    a.mores {
        width: 1.3rem;
        font-size: 0.25rem;
        margin-top: 0.33rem;
    }
   
    .section1 a.mores {
        width: 1.52rem;
        height: 0.6rem;
        line-height: 0.6rem;
        background: #1b58a9;
        color: #fff;
        text-align: center;
        padding-right: 0;
    }
.s22-l ul li a h3 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.s22-l ul li a>p{
display:none;}

.lxwm{width:100%;}
.f-logo.fl{display:none;}
.lxwm .p a{
    font-size: 0.24rem;
    line-height: 0.44rem;
}
.foot{padding-top:0.1rem;}

}

@media screen and (max-width: 550px) {

    .s2-list li,
    .s3-list2 li,
    .s6-r>div,
    .s6-list li {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .s2-list li:nth-child(2n),
    .s3-list2 li:nth-child(2n),
    .s6-list li:nth-child(2n) {
        margin-left: 0;
    }

    .s3-list2 li:nth-child(2) {
        margin-top: 0.3rem;
    }

    .s3-tx .s3-tx-info .date {
        width: 60px;
    }

    .s3-tx .s3-tx-info .date span {
        padding-left: 0 !important;
        text-align: center;
    }

    .s6-l a p {
        padding-left: 1.35rem;
    }
}