@charset "utf-8";

.index {
  
    z-index: 99;
}



.banner {
    position: relative;
    z-index: 9;
}




.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
    height:500px;
}

.banner .slick .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick .slick-slide a img {
    display: block;
    width: 100%;
 height:500px;
}


.banner .slick-dots {
    font-size: 0;
    text-align: right;
    bottom: 1.2rem;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 0.15rem;
}

.banner .slick-dots li {
    display: flex;
    border-radius: 50%;
    margin: 0 0.12rem;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.3rem;
    height: 0.3rem;
    justify-content: center;
    align-items: center;

}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
}

.banner .slick-dots li.slick-active {
    border-color: #fff;
    background: url(../images/baanner-dot-bor.png) no-repeat;
    background-size: 100% 100%;
    animation: cilcle 2s infinite linear;
}

.banner img {
    width: 100%
}

.banner {
    position: relative;
    background: #3f52f4
}

.banner .slick-slide a {
    display: block;
    position: relative
}



.banner .slick-prev {
    width: 0.45rem;
    height: 0.44rem;
    left: 0.64rem;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 0.45rem;
    opacity: .4;
}

.banner .slick-next {
    width: 0.45rem;
    height: 0.44rem;
    right: 0.9rem;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 0.45rem;
    opacity: .4;
}

.link-box{background: #615e5e80;
   
    padding: 0rem 0.6rem;
    border-radius: 0.2rem;
}
.link-img{display: flex;}
.link-img ul li{width:23%;float:left;margin-right: 2%;}
.link-img ul li img{height:0.58rem;}


#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .4rem;
    z-index: 9;
    cursor: pointer;
}

#downPage img {
    display: block;
    animation: bb 2s linear 0s infinite;
}

@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;
    }
}



.title {
    display: flex;
    align-items: flex-end;
}

.title h2 {
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #333333;
    margin-right: .1rem;
}

.title span {
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #7e7e7e;
    opacity: 0.29;
    margin-right: .2rem;
}

.title div {
    flex: 1;
    min-width: 0;
    height: 0.3rem;
    background: url(../images/tit-line.png) repeat-x;
    background-position: center center;
}

.title a {
    width: 1.22rem;
    height: 0.41rem;
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.41rem;
    letter-spacing: 0rem;
    color: #ffffff;
    background: url(../images/tit-more.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    padding-left: .15rem;
    transition: all 0.5s;
}

.title-w h2 {
    color: #ffffff;
}

.title-w div {
    height: 0.3rem;
    background: url(../images/tit-line2.png) repeat-x;
    background-position: center center;
}

.title-w a {
    color: #1e48b6;
    background: url(../images/tit-more2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.titlecter {
    position: relative;
}

.titlecter h2 {
    margin-left: .1rem;
}

.titlecter a {
    position: absolute;
    right: 0;
    bottom: 0;
}

.section1 {
    position: relative;
    z-index: 9;
    padding-bottom: .25rem;
    margin-top: -0.65rem;
}



.section1 .w14 {
    position: relative;
    z-index: 9;
}

.s1-c {
    display: flex;
    align-items: center;
    margin-top: .3rem;
}

.s1-l {
    width: 54%;
}

.s1-l>ul {
    margin-left: -0.45rem;
}

.s1-l ul li a {
    display: block;
    position: relative;
    padding-left: .45rem;
}

.s1-l ul li a .pic {
    padding-top: 65%;
}

.s1-l ul li a .date {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/s1-date-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.91rem;
    height: 1.05rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.s1-l ul li a .date b {
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: block;
}

.s1-l ul li a .date span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
}

.s1-r {
    flex: 1;
    min-width: 0;
    background-color: #ffffff;
    padding: 0.2rem .3rem;
    position: relative;
    z-index: 9;
}

.s1-rt ul {
    margin: 0 -.1rem;
}

.s1-rt ul li a {
    display: block;
    margin: 0 .1rem;
}

.s1-rt ul li a .pic {
    padding-top: 62%;
}

.s1-rb {
    margin-left: -.89rem;
    padding: .3rem .3rem .5rem .3rem;
    background-color: #0159c7;
    box-shadow: 0rem 0.01rem 0.08rem 0rem rgba(56, 56, 56, 0.12);
    position: relative;
    margin-top: .3rem;
}

.s1-rb-more {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(25%) translateY(50%);
}

.s1-rb-more a {
    display: block;
    width: 0.79rem;
    height: 0.87rem;
    background: url(../images/s1-rbmore.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.s1-rb ul li a {
    display: block;
    position: relative;
}

.s1-rb ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.22rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-rb ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.68;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .84rem;
    margin-top: .2rem;
}

.s1-b {
    margin-top: .65rem;
    position: relative;
}

.s1-b::after {
    content: "";
    position: absolute;
    bottom: 0.1rem;
    width: 100rem;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: #e5e5e5;
    z-index: 1;
}

.s1-b>ul {
    margin: 0 -.2rem;
    padding-bottom: .7rem;
    position: relative;
    z-index: 9;

}

.s1-b ul li a {
    display: block;
    margin: 0 .2rem;
}

.s1-b ul li a div {
    display: flex;
    align-items: flex-end
}

.s1-b ul li a div span {
    font-size: 0.24rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #004aa7;
    margin-right: .1rem;
}

.s1-b ul li a div b {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #004aa7;
}

.s1-b ul li a h3 {
    font-size: 0.18rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    margin: 0.15rem 0 .25rem 0;
}

.s1-b ul li a i {
    display: block;
    width: 2.18rem;
    max-width: 100%;
    height: 0.05rem;
    background-color: #113ba7;
    background-image: linear-gradient(#0159c7,
            #0159c7),
        linear-gradient(#113ba7,
            #113ba7);
}

.s1-b ul li a:hover h3 {
    color: #113ba7;
}

.s1-b .slick-dots {
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
}

.s1-b .slick-dots li {
    width: 0.2rem;
    height: 0.2rem;
    background-color: #ffffff;
    border: solid 0.01rem #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

.s1-b .slick-dots li button {
    width: 0.08rem;
    height: 0.08rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

.s1-b .slick-dots li.slick-active {
    border: solid 0.01rem #113ba7;
}

.s1-b .slick-dots li.slick-active button {
    background-color: #0159c7;
}





.section2 {
    position: relative;
    background: url(../images/s2-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .6rem 0 .2rem 0;
}

.s2-c {
    display: flex;
    justify-content: space-between;
}

.s2-l {
    flex: 1;
    min-width: 0;
}

.s2-r {
    width: 6.74rem;
    margin-left: .6rem;
}

.s2-llist {
    margin-top: .3rem;
}

.s2-llist ul li a {
    display: flex;
    align-items: center;
    padding: .2rem 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.s2-llist ul li:nth-child(1) a {
    border-top: none;
    padding-top: 0;
}

.s2-llist ul li a .date {
    width: 0.76rem;
    height: 0.88rem;
    background: url(../images/s1-date-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-right: .2rem;
}

.s2-llist ul li a .date b {
    display: block;
    font-size: 0.25rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.35rem;
    color: #ffffff;
}

.s2-llist ul li a .date span {
    display: block;
    font-size: 0.13rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #ffffff;
}

.s2-llist ul li a .info {
    flex: 1;
    min-width: 0;
}

.s2-llist ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .24rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-llist ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s2-llist ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .2rem;
    color: #ffffff;
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .1rem;
}

.s2-rlist ul {
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
}

.s2-rlist ul li {
    width: 100%;
}

.s2-rlist ul li a {
    display: block;
}

.s2-rlist ul li a .pic {
    padding-top: 62%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.s2-rlist ul li a .info {
    padding-top: .25rem;
    margin-top: -0.7rem;
    background: #d1cdcd38;
    position: absolute;
    width: 100%;
}

.s2-rlist ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #fefefe;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    margin-left: 0.5rem;
}

.s2-rlist ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s2-rlist ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .28rem;
    color: #ffffff;
    opacity: 0.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 1.04rem;
    margin-top: .2rem;
    padding-top: .2rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: .2rem;
}

.s2-rlist ul li a .info div {
    display: flex;
    align-items: flex-end;
}

.s2-rlist ul li a .info div span {
    font-size: 0.24rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-right: .1rem;
}


.s2-rlist ul li a .info div b {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.s2-rlist .ul2 {position: relative;display: block;}
.s2-rlist .ul2 li a{display: block;padding: 0.1rem 0rem;}
.s2-rlist .ul2 li .h3 {
    align-items: center;
}
.s2-rlist .ul2 li h3 {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.3rem;
    transition: 0.5s;
    flex: 1;
    min-width: 0;
    padding-right: 0.15rem;
    font-weight: normal;
}
.s2-rlist .ul2 li span{color:#fff;}

.section3 {
    padding: .65rem 0 .95rem 0;
    background: url(../images/s3-bg.png) no-repeat;
    background-position: center center;
}
.s2-rlist .ul2 li h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s5-rlist .ul2 {position: relative;display: block;}
.s5-rlist .ul2 li a{display: block;padding: 0.14rem 0rem;}
.s5-rlist .ul2 li .h3 {
    align-items: center;
}
.s5-rlist .ul2 li h3 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    transition: 0.5s;
    flex: 1;
    min-width: 0;
    padding-right: 0.15rem;
    font-weight: normal;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s5-rlist .ul2 li span{color:#333;}

.s5-rlist .ul2 li h3 i {
    background-image: linear-gradient(#1969bb, #1969bb);
}

.s3-c {
    display: flex;
    margin-top: .35rem;
}

.s3-l {
    flex: 1;
    min-width: 0;
}

.s3-l ul li {}

.s3-l ul li a {
    display: block;
    height: 2.65rem;
    background: #174490;
    background-image: linear-gradient(#0062bf,
            #0062bf),
        linear-gradient(#174490,
            #174490);
    padding: .25rem .3rem 0 .3rem;
}

.s3-l ul li a h3 {
    font-size: 0.18rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #fff;
    padding-left: .3rem;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .64rem;
}

.s3-l ul li a h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s3-l ul li a h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.06rem;
    width: 0.14rem;
    height: 0.14rem;
    border: solid 0.03rem #edf0f6;
    border-radius: 50%;

}

.s3-l ul li a .info {
    margin: .1rem 0 .2rem 0;
}

.s3-l ul li a .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    letter-spacing: 0rem;
    color: rgba(255, 255, 255, .8);
}

.s3-l ul li a .info p img {
    width: 0.2rem;
    margin-right: .1rem;
}

.s3-l ul li a .date {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.s3-l ul li a .date::before {
    content: "";
    position: absolute;
    left: -.3rem;
    background-color: rgba(255, 255, 255, .2);
    height: 1px;
    width: 0.25rem;
    top: 50%;

}

.s3-l ul li a .date::after {
    content: "";
    flex: 1;
    min-width: 0;
    height: 1px;
    top: 50%;
    background-color: rgba(255, 255, 255, .2);
    margin-right: -.3rem;
    margin-bottom: .1rem;
}


.s3-l ul li a .date b {
    font-size: 0.24rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-right: .1rem;
}


.s3-l ul li a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-right: .1rem;
}

.s3-l ul li a:hover h3 {
    color: #fff;
}

.s3-l ul li:nth-child(2) a {
    background: #fff;
    box-shadow: 0rem 0.02rem 0.08rem 0rem rgba(10, 11, 24, 0.1);
}

.s3-l ul li:nth-child(2) a h3 {
    color: #333333;
}

.s3-l ul li:nth-child(2) a h3::before {
    border: solid 0.03rem #0164c1;
}

.s3-l ul li:nth-child(2) a h3 i {
    background-image: linear-gradient(#0164c1, #0164c1);
}

.s3-l ul li:nth-child(2) a .info p {
    color: rgba(51, 51, 51, .8);
}


.s3-l ul li:nth-child(2) a .date b {
    color: #0164c1;
}

.s3-l ul li:nth-child(2) a .date span {
    color: #0164c1;
}

.s3-l ul li:nth-child(2) a:hover h3 {
    color: #0164c1;
}

.s3-l ul li:nth-child(2) a .date::before {
    background-color: #eeeeee;
}

.s3-l ul li:nth-child(2) a .date::after {
    background-color: #eeeeee;
}

.s3-m {
    width: 4.11rem;
}

.s3-m a {
    display: block;
}

.s3-m a .pic {
    padding-top: 64.47%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.s3-m a .info {
    background: #174490;
    background-image: linear-gradient(#0086ad,
            #0086ad),
        linear-gradient(#174490,
            #174490);
    padding: .25rem .2rem 0 .2rem;
    height: 2.65rem;
}

.s3-m a .info h3 {
    font-size: 0.18rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-m a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s3-m a .info div {
    margin-top: .2rem;
    padding-top: .2rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.s3-m a .info div p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.48;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 1.04rem;
}



.s3-r {
    width: 3.92rem;
}

.s3-r a {
    display: block;
}

.s3-r a .pic {
    padding-top: 135.4%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* section5 new */
.section5 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.section5 .s4lt {}

.section5 .s4l {
  float: left;
  width: 65%;
}

.section5 .s4l .hd ul li {
  float: left;
    position: relative;
    padding-right: 0.2rem;
}
.titmore a{display:block}
.titmore .hide{display:none}
.section5 .s4l .bd{margin-top:0.2rem;}

.section5 .s4lt p {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 31px;
  color: #333;
  font-weight: 600;
}

.section5 .s4lt span {
  font-size: 14px;
  line-height: 31px;
  color: #999999;
  text-transform: uppercase;
}

.section5 .s4lt a {
  float: right;
  font-size: 0.14rem;
  line-height: 31px;
  color: #333;
}

.section5 .s4lt a:hover {
  color: #00488b;
  font-weight: bold;
}

/* section4 */
.section4 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.section4 .s4lt {}

.section4 .s4l {
  float: left;
  width: 65%;
}

.section4 .s4lt p {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 31px;
  color: #333;
  font-weight: 600;
}

.section4 .s4lt span {
  font-size: 14px;
  line-height: 31px;
  color: #999999;
  text-transform: uppercase;
}

.section4 .s4lt a {
  float: right;
  font-size: 14px;
  line-height: 31px;
  color: #333;
}

.section4 .s4lt a:hover {
  color: #00488b;
  font-weight: bold;
}

.s4l>ul {
  padding-top: 30px;
}

.s4l>ul>li {
  float: left;
  width: 48.5%;
}

.s4l>ul>li:nth-child(2n) {
  margin-left: 3%;
}

.s4l>ul>li>a {
  display: block;
}

.s4l ul li .pic {
  padding-top: 51%;
}

.s4l ul li .text {
  font-size: 0.18rem;
  line-height: 0.50rem;
  color: #333;
  background-color: #eeeeee;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.s4l ul li .text p {
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i-list {
  padding-top: 15px;
}

.i-list li {
  position: relative;
  font-size: 0.16rem;
  line-height: 0.56rem;
  padding: 0px 0.7rem 0 0.20rem;

  background-position: left center;
  border: none !important;
}

.i-list li>a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}

.i-list li a:hover {
  color: #1969bb;
  /* font-weight: 600; */
}

.i-list li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #808080;
  font-size: 14px;
}

.s4-c {
    display: flex;
    justify-content: space-between;
}

.s4r {
  overflow: hidden;
  padding-left: 3.4%;
width: 35%;
    float: right;
}

.s4rb>ul {
  padding-top: 20px;
}

.s4r .s4rb ul li {
  position: relative;
  padding-bottom: 0px;
  border-bottom: 1px dashed #d2d2d2;
}
.i-list li{line-height: 0.42rem;}

.s5-rlist .ul2 li a {
    
    padding: 0.12rem 0rem;
}

.s4r .s4rb ul li:nth-child(n + 2) {
  padding-top: 0.24rem;
}

.s4r .s4rb ul li a {
  display: block;
  overflow: hidden;
}

.s4r .s4rb .date {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%); */
  float: left;
  width: 70px;
  text-align: center;
  padding-top: 12px;
}

.s4r .s4rb .date .day {
  font-size: 0.28rem;
  line-height: 0.31rem;
  color: #666666;
}

.s4r .s4rb .date .year {
  font-size: 0.16rem;
  line-height: 0.31rem;
  padding-top: 10px;
  color: #666666;
}

.s4r .s4rb li:hover .date .day {
  color: #1969bb;
}

.s4r .s4rb li:hover .date .year {
  color: #1969bb;
}

.s4r .s4rb .zi {
  overflow: hidden;
  padding-left: 20px;
  font-size: 0;
  line-height: 84px;
}

.s4r .s4rb .zi p {

  box-sizing: content-box;
  position: relative;
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #333333;
  padding-bottom: 0.12rem;
  max-height: 0.8rem;
  overflow: hidden;
  vertical-align: middle;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.s4r .s4rb li:hover .zi p {
  color: #1969bb;
}

.s4r .s4rb .zi p:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #d2d2d2;
  bottom: 0px;
  left: 0;
}

.s4r .s4rb li:hover p:after {
  background-color: #1969bb;
}

@media screen and (max-width: 1400px) {
.banner .slick{height: auto;}
.banner .slick .slick-slide a img{
height: auto;
}



  .s4r .s4rb ul li:nth-child(n + 2) {
    padding-top: 0.15rem;
  }



  .section4 .s4lt p {
    font-size: 0.2rem;
  }

  .section4 .s4lt span {
    font-size: 0.12rem;
  }

  .section4 .s4lt a {
    font-size: 0.12rem;
  }
}

@media screen and (max-width: 1200px) {


  .s4r .s4rb ul li:nth-child(n + 2) {
    padding-top: 0.15rem;
  }

  .s4r .s4rb ul li {
    padding-bottom: 0.07rem;
  }



@media screen and (max-width: 1024px) {

.link-box {

    padding: 0.15rem 0rem;

}
.link-img ul li img {
    height: 0.55rem;
}

    .banner .slick-dots {
        bottom: 0.7rem;
    }

    .banner .slick-prev {
        left: .1rem;
    }

    .banner .slick-next {
        right: 0.1rem;
    }

    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
    }

    .s1-l>ul {
        margin-left: 0;
    }

    .s1-l ul li a {
        padding-left: 0;
    }

    .s1-r {
        padding: .1rem 0;
    }

    .s1-rb {
        margin-left: 0;
        margin-top: .1rem;
        padding: .2rem .15rem;
    }

    .s1-rb-more a {
        width: 0.5rem;
        height: 0.6rem;
    }

    .s1-rb-more {
        transform: rotateX(30%) translateY(50%);
    }

    .s1-rb-more {
        bottom: 0;
    }

    .s1-b {
        margin-top: .25rem;
    }

    .s1-b ul li a {
        margin: 0 .1rem;
    }

    .s1-b>ul {
        margin: 0 -.1rem;
        padding-bottom: .5rem;
    }

    .s2-c {
        display: block;
    }

    .s2-r {
        width: auto;
        margin-left: 0;
        margin-top: .3rem;
    }

    .s2-rlist ul li {
        width: 100%;
    }

    .s3-c {
        display: block;
    }

    .s3-l {
        width: 100%;
        flex: none;
    }

    .s3-m {
        width: auto;
        margin: .2rem 0;
    }

    .s3-m a .info {
        height: auto;
        padding: .2rem .15rem;
    }

    .s3-m a .info div ,.s2-rlist ul li a .info p{
        margin-top: .1rem;
        padding-top: .1rem;
    }
    .s2-rlist ul li a .info p{
        height: 0.94rem;
    }
    .s3-r {
        width: auto;
    }



    .s4-c ul {
        display: block;
    }

   

    .s4-c ul li a .pic {
        padding-top: 50%;
    }

    .s4-c ul li a .info {
        padding: .15rem;
        transform: translateY(0);
        opacity: 1;
    }

    .s4-c ul li a .info h3 {
        font-size: .18rem;
    }

    .s4-c ul li a .pic::after {
        transform: translateY(0);
        opacity: 1;
    }
    .title h2{
        font-size: .26rem;
        line-height: .3rem;
        margin-left: 0;
    }
    .title div:nth-child(1){
        display: none;
    }
    .title span{
        font-size: .2rem;
        line-height: .2rem;
    }
    .banner::after{
        height: 0.3rem;
    }
    .section1{
        padding-top: .5rem;
        padding-bottom: .35rem;
        display:none;
    }
    .section2,.section3,.section4{
        padding: .35rem 0;
    }



  .s4r {
    padding-left: 1.4%;
  }

  .s4l>ul {
    padding-bottom: 0.2rem;
  }



  .s4r .s4rb .date .year {
    font-size: 14px;
    padding-top: 0;
  }

  .section4 .s4lt p {
    font-size: 0.2rem;
  }

  .s4r .s4rb .zi p {
    line-height: 33px;
    max-height: 64px;
    font-size: 0.16rem;
  }

  .s4r .s4rb .zi {
    line-height: 74px;
  }

  .i-list li {
    line-height: 0.32rem;
  }

  .s4l ul li .text {
    font-size: 0.18rem;
  }

  .section4 .s4lt span {
    font-size: 0.12rem;
  }

  .section4 .s4lt a {
    font-size: 0.12rem;
  }
}

@media screen and (max-width: 768px) {

.s4l>ul>li{width:auto;float: none;}
.link-box {

    padding: 0.15rem 0rem;

}
.link-img ul li img{height: 0.5rem;}
.i-list li{
padding: 0 0.7rem 0.1rem 0;

}
    .link-img ul li{width: 48%;float:left;margin-bottom: 0 !important;}
.link-img ul li img{height: 0.55rem;}
.s4l>ul>li:nth-child(2n) {
    margin-left: 0%;
}

.footer .fl,.footer .fr{float: none;
    width: auto;}

.footer .fm{display:none;
}
.footer .fl2 ul{border-right: none;}
.footer .fr ul{border-left: none;}
.footer .fl .fl1{width:50%;}
.footer .fl .fl2{width:50%;}

.section5{
padding-top: 0.1rem;
    padding-bottom: 0.3rem; 
}

.section5 .s4lt p{font-size:0.2rem}

.title h2{font-size:0.2rem;}
.s4-c {
    display: block;
}

.section5 .s4l{
 float: none;
    width: auto;
}

 .section4 .s4l {
    float: none;
    width: auto;
    padding-bottom: 0px;
  }

  .s4r {
float: none;
    padding-left: 0;
 width: auto;
margin-top: 0.2rem;
  }

  .s4r .s4rb .zi {
    font-size: 0;
    line-height: 0.55rem;
  }

  .s4r .s4rb .zi p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 0.27rem;
    max-height: 0.54rem;
    vertical-align: middle;
  }

  .s4r .s4rb .date .day {
    font-size: 0.24rem;
  }

  .s4r .s4rb .date .year {
    line-height: 0.24rem;
  }

  .s4r .s4rb .date {
    padding-top: 0;
  }

  .search p {
    font-size: 0.16rem;
    padding-bottom: 0.1rem;
  }}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {

 .link-img ul li{width: 100%;text-align:center;margin: 0 !important;}
.link-img ul li img{height: 0.5rem;}
    
}