﻿@charset "utf-8";


.banner {
    margin-top: 1rem;
    overflow: hidden;
}

.banner a {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}


.banner .slick-prev, .banner .slick-next {
    width: .24rem;
    height: .32rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.banner .slick-prev {
    background: url(../images/banner-l.png) no-repeat;
    background-size: 100% 100%;
    left: .4rem;
}

.banner .slick-next {
    background: url(../images/banner-r.png) no-repeat;
    background-size: 100% 100%;
    right: .4rem;
}


.banner .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.4rem;
}


.index {
    font-size: 0;
    overflow: hidden;
    z-index: 99;
}



.title {
    position: relative;
    line-height: .36rem;
    overflow: hidden;
}

.tit-text {
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.tit-text h2 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #323232;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    padding: 0 .2rem;
}

.tit-text h2::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 7.5rem;
    background: url(../images/tit-l.png) no-repeat;
    background-position: right center;
    background-size: auto .11rem;
}

.tit-text h2::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 7.5rem;
    bottom: 0;
    background: url(../images/tit-r.png) no-repeat;
    background-position: left center;
    background-size: auto .11rem;
}

.tit-text h2:nth-child(1) {
    margin-left: 0;
}

.tit-text h2.on b {
    font-size: .38rem;
    font-weight: 600;
}

.tit-text h2 b {
    display: block;
    position: relative;
    z-index: 9;
    font-size: .28rem;
    color: #333;
    font-weight: normal;
}

.title-w .tit-text h2 b {
    color: #fff;
}



.section1 {
    padding: .45rem 0;
    background-image: linear-gradient(90deg,
            #28b191 0%,
            #2e5bad 100%);
}

.section1 ul li a {
    display: block;
    text-align: center;
}

.section1 ul li a div {
    background: #fff;
    margin: 0 auto;
    width: 1.13rem;
    height: 1.13rem;
    border-radius: 50%;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section1 ul li a div img {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
    max-height: 55%;
}

.section1 ul li a p {
    font-size: .29rem;
    line-height: .3rem;
    margin-top: .24rem;
    font-weight: normal;
    color: #fff;
}



.section2 {
    background: #fff;
    padding: .5rem .2rem;
}

.s2-c {
    margin-top: .4rem;
}


.s2-l ul li a {
    display: block;
    position: relative;
}

.s2-l ul li a .pic {
    padding-top: 59.15%;
}

.s1-linfo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/zzc.png) repeat-x;
    background-position: center bottom;
}

.s1-linfo h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.1rem;
    font-size: 0.24rem;
	font-weight: normal;
	line-height: 0.64rem;
	color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .3rem;
}
.s1-linfo h3 i{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s2-l .slick-dots {
    position: absolute;
    bottom: .29rem;
    right: .1rem;
    width: auto;
}

.s2-l .slick-dots li {
    width: .12rem;
    height: .12rem;
    margin: 0 .1rem;
    padding: 0;
    background: #fff;
    background-size: 100% 100%;
    border-radius: 50%;
}

.s2-l .slick-dots li.slick-active {
    background-color: #00a5ca;
}


.slick-dots {
    position: static;
    font-size: 0;
}

.slick-dots li {
    margin: 0 .1rem;
    padding: 0;
    border-radius: 50%;
    width: 0.1rem;
    height: 0.1rem;
    border: solid 0.01rem #ffffff;
}

.slick-dots li.slick-active {
    background-color: #ffffff;
}

.text-item {
    color: #333;
    display: block;
    overflow: hidden;
    transition: all 0.3s;
    border: solid 1px #dcdcdc;
}




.i-list {
    margin-top: .25rem;
    overflow: hidden;
}

.i-list li {
    position: relative;
    font-size: 0.24rem;
    line-height: 0.64rem;
    padding: 0px 1.1rem 0 .25rem;
    border-top: 1px solid #e5e5e5;
}

.i-list li:nth-child(1) {
    border-top: none;
}

.i-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .1rem;
    height: .1rem;
    background: #0458a6;
}



.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}


.i-list li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    font-weight: normal;
}

.stn-more {
    width: 100%;
}

.stn-more a {
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 0.68rem;
    font-size: .24rem;
    font-weight: normal;
    color: #666666;
    transition: all 0.5s;
    margin-top: .4rem;
    width: 2.71rem;
    border: solid 0.01rem #dcdcdc;
}

.stn-more-w a {
    color: #fff;
}


.section3 {
    background: url(../images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .5rem .2rem;
}




.text-list2 li a {
    color: #333;
    display: flex;
    overflow: hidden;
    padding: .3rem 0;
    transition: all 0.3s;
    border-top: 1px solid rgba(204, 204, 204, .4);
    align-items: center;
}

.text-list2 li:nth-child(1) a {
    border: none;
}


.text-list2 li a .date2 p {
    line-height: .4rem;
    font-size: .34rem;
    color: #12469e;
    transition: all 0.3s;
    font-weight: 600;
}

.text-list2 li a .date2 span {
    display: block;
    color: #999999;
    font-size: .24rem;
    line-height: .3rem;
    color: #06368b;
    opacity: 0.68;
}

.text-list2 li a .date2 {
    float: left;
    margin-right: .2rem;
    width: 1rem;
    height: 1rem;
    text-align: center;
    background: #fff;
    border-radius: 0.1rem 0rem 0.1rem 0rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.text-list2 li a>p {
    font-size: .28rem;
    line-height: .4rem;
    overflow: hidden;
    color: #fff;
    max-height: .8rem;
    overflow: hidden;
    flex: 1;
    min-width: 0;
}

.s3-c {
    margin-top: .4rem;
}



.section4 {
    padding: .5rem .2rem;
}

.s4-c {
    margin-top: .4rem;
}

.i-list3 li:nth-child(1) a {
    margin-top: 0;
}

.i-list3 li a {
    display: block;
    border-left: .06rem solid #06368b;
    background: rgba(6, 54, 139, .08);
    margin-top: .4rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.i-list3 li a>p {
    color: #333;
    font-size: .28rem;
    line-height: 1rem;
    padding-right: 1.5rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i-list3 li a>p span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .24rem;
    color: #06368b;
}