@charset "utf-8";

body {
    overflow-x: hidden;
}



/* index */
.index {
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.tit {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
}

.tit h2 {
    position: relative;
    z-index: 1;
    padding: 0 .8rem 0 .7rem;
    transition: all .5s;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .64rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.tit h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/tit-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all .5s;
    opacity: 1;
    z-index: -1;
}

.tit h2.noon {
    color: #666666;
    padding: 0 .55rem;
}

.tit h2.noon::before {
    opacity: 0;
}
.tit  b.showMore{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #781aa4;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.tit  b.showMore::before{
        content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.tit  b.showMore::after{
        content: "";
    position: absolute;
    height: 18px;
    width: 2px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.tit  b.showMore.on::after{
    opacity:0;
}


.er_tit b.more_btn{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #781aa4;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.er_tit  b.more_btn::before{
        content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.er_tit  b.more_btn::after{
        content: "";
    position: absolute;
    height: 18px;
    width: 2px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.er_tit  b.more_btn.on::after{
    opacity:0;
}


.tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #9E9E9E;
}


.tab-hd h2 {
    cursor: pointer;
}

.tab-bd {
    position: relative;
    overflow: hidden;
}

.tab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(100%);
    pointer-events: none;
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


.s1 {
    margin-top: .62rem;
}

.s1-c {
    margin-top: .4rem;
}

.s1-c p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #333333;
}


.s2 {
    margin-top: .5rem;
}

.s2-c {
    margin-top: .32rem;
}

.s2-c ul {
    display: flex;
    flex-wrap: wrap;
}

.s2-c ul li {
    width: 33.33%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
}
/*
.s2-c ul li:nth-child(-n+3) {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
}
*/

.s2-c ul li a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    cursor: default;
    padding: 0.15rem 0;
}

.s3 {
    margin-top: .54rem;
}

.s3-c {
    margin-top: .32rem;
}

.s3-c ul li {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.s3-c ul li span {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.6rem;
    letter-spacing: normal;
    color: #333333;
    min-width: 1.93rem;
    position: relative;
}
.s3-c ul li div{
    flex: 1;
    min-width: 0;
    position: relative;
}
.s3-c ul li p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
    flex: 1;
    min-width: 0;
    padding-left: .48rem;
    position: relative;
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.s3-c ul li:before {
    content: "";
    position: absolute;
    left: 1.93rem;
    top: .45rem;
    width: 1px;
    bottom: -.15rem;
    background: rgba(0, 0, 0, 0.08);
    margin-left: .07rem;
}

.s3-c ul li:last-child p::before {
    display: none;
}

.s3-c ul li div::before {
    content: "";
    position: absolute;
    left: 0;
    top: .22rem;
    border: 1px dashed #701CB3;
    width: 0.13rem;
    height: 0.13rem;
    border-radius: 50%;
}

.s3-c ul li div::after {
    content: "";
    position: absolute;
    left: 0;
    top: .26rem;
    background: #701CB3;
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    margin-left: .04rem;
}

.s4 {
    margin-top: .44rem;
}

.s4-c {
    margin-top: .36rem;
}

.s4-c ul li a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
    padding-left: .45rem;
    background: url(../images/list-bef1.png) no-repeat;
    background-position: left .2rem;
    background-size: .2rem auto;
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.s4-c ul li+li a {
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.s5 {
    margin-top: .5rem;
}

.s5-c {
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
}

.s5-l {
    background: rgba(0, 0, 0, 0.02);
    width: 47.85%;
    padding: .38rem .3rem .4rem .3rem;
}

.s5-r {
    background: rgba(0, 0, 0, 0.02);
    width: 47.85%;
    padding: .38rem .3rem .4rem .3rem;
}

.s5-teaminfo {}

.s5-teaminfo h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .32rem;
    letter-spacing: normal;
    color: #333333;
}

.s5-teaminfo div {
    margin-top: .23rem;
}

.s5-teaminfo div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #666666;
    max-height: 0.85rem;
    padding-right: 0.05rem;
    overflow-y: auto;
}

.s5-list {
    margin-top: .33rem;
}

.s5-list>ul {
    margin: 0 -.07rem;
}

.s5-list ul li a {
    display: block;
    margin: 0 .07rem;
}

.s5-list ul li a .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s5-list ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    text-align: center;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    margin-top: .26rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s5-list .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .11rem;
}

.s5-list .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    box-sizing: border-box;
    border: 1px solid #701CB3;
    border-radius: 50%;
    padding: 0;
    transition: all .5s;
    margin: 0 .04rem;
}

.s5-list .slick-dots li.slick-active {
    background: #701CB3;
}


.s6 {
    margin-top: .72rem;
}

.s6-c {
    margin-top: .4rem;
}

.s6-c p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #333333;
}


.s7 {
    margin-top: .5rem;
}

.s7-c {
    margin-top: .23rem;
}

.s7-c ul li {}

.s7-c ul li a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #333333;
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
    padding-left: .45rem;
    background: url(../images/list-bef2.png) no-repeat;
    background-position: left .2rem;
    background-size: .2rem auto;
    padding-top: .16rem;
    padding-bottom: .16rem;
}



.s7-c ul li:nth-child(1) a {
    border-top: none;
}


.s7-c ul li:nth-child(1) a {
    border-top: none;
}


.s7-c ul.st-name li{
    width: 19%;
    display:inline-block;
}
.s7-c ul.st-name li a{
    border: none ;
    background: none;
    padding-left:0.15rem;
}


.s8 {
    margin-top: .3rem;
}

.s8-c {
    margin-top: .3rem;
}

.lwcg_box .lwcg_child{
    display:none;
}

.lwcg_box div.lwcg_child:first-of-type{
    display:block;
    max-height: 260px;
    overflow: hidden;
}


.s8-c p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: normal;
    color: #333333;
}
.er_tit{
    position: relative;   
}

.s8-c .bd_con{
    display:none;
    margin-top: 0.1rem;
}
.s8-c .er_tit h2{
    font-size: 0.24rem;
    font-weight: bold;
    color: #701CB3;
    line-height: 40px;
    height: 40px;
    align-items: center;
    width: auto;
    display: inline-block;
    padding: 0 0.4rem 0 0.25rem;
    background-color: #fff;
    background-image: linear-gradient(120deg, rgba(112, 28, 179, .2) 31%, rgba(255, 255, 255, 1) 100%);
    border-radius: 0.3rem;
}


.s8-c .enclosure .column_tit{
    line-height:30px;
    position: relative;
}
.s8-c .enclosure .column_tit .tmt{
    font-size: 0.22rem;
    position: relative;
    font-weight: bold;
    color: #701CB3;
    line-height: 40px;
    height: 40px;
    align-items: center;
}



.s8-c .enclosure .wzlist {
    padding-left: 20px;
}

.s8-c .enclosure .wzlist li {
    line-height: 24px;
    padding: 5px 0px;
    position: relative;
    padding-left: 20px;
    font-size: 0.16rem;
}
.s8-c .enclosure .wzlist li:hover a{
    color:#701CB3;
}

.s8-c .enclosure .wzlist li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 14px;
    /* transform: translateY(-50%); */
    background: #701CB3;
}



.s9 {
    margin-top: .57rem;
}

.s9-c {
    margin-top: .31rem;
}

.s9-c ul {}

.s9-c ul li {padding-left: .45rem;background: url(../images/list-bef3.png) no-repeat;background-position: left  0.2rem;background-size: .2rem auto;/* display: flex; *//* align-items: flex-start; */}


.s9-c ul li a {
    display: flex;
    align-items: flex-start; 
}

.s9-c ul li+li  {
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.s9-c ul li  span {
    width: 1.45rem;
    /* padding-left: .45rem; */
    /* background: url(../images/list-bef3.png) no-repeat; */
    /* background-position: left center; */
    /* background-size: .2rem auto; */
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.6rem;
    letter-spacing: normal;
    color: #333333;
    display: inline-block;
}

.s9-c ul li p {
 /*   flex: 1;*/
 min-width: 0;
 background-size: .2rem auto;
 font-size: 0.16rem;
 font-weight: normal;
 line-height: 0.3rem;
 letter-spacing: normal;
 color: #333333;
 padding-top: .15rem;
 padding-bottom: .15rem;
 width: calc(100% - 1.5rem);
 display: inline-block;
}


.s10 {
    margin-top: .45rem;
}

.s10-c {
    margin-top: .13rem;
}

.s10-c ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.s10-c ul li {
    width: 25%;
}

.s10-c ul li a {
    display: block;
    margin-top: .4rem;
}

.s10-c ul li a .pics {
    /* width: 2.6rem; */
    /* margin-right: .3rem; */
}

.s10-c ul li a .pics .pic {
    padding-top: 69.5%;
  /*  background: #d2d1e9;*/
}

.s10-c ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .1rem;
}

.s10-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
}

.s10-c ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
    margin: 0.05rem 0 0.12rem 0;
    display: none;
}

.s10-c ul li a .info span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #999999;
    display: block;
    padding-left: .3rem;
    background: url(../images/s10-time.png) no-repeat;
    background-position: left center;
    background-size: .2rem auto;
    transition: all .5s;
}


.s11 {
    margin-top: .63rem;
}

.s11-c {
    margin-top: .26rem;
}

.s11-c ul li a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #333333;
    padding-left: .45rem;
    background: url(../images/list-bef4.png) no-repeat;
    background-position: left .2rem;
    background-size: .2rem auto;
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.s11-c ul li+li a {
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}


.s12 {
    margin-top: .5rem;
}

.s12-c {
    margin-top: .32rem;
}

.s12-c ul {
    display: flex;
    flex-wrap: wrap;
}

.s12-c ul li {
    width: 33.33%;
}

.s12-c ul li:nth-child(-n+3) {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
}

.s12-c ul li a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.6rem;
    color: #333333;
}




.s13 {
    margin-top: .5rem;
}

.s13-c {
    margin-top: .4rem;
}


 .piclist li {
    padding: 0 20px;
}

 .piclist li a {
    display: block;
}

 .piclist li a .pic {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    background-color: rgba(50, 45, 156, 0.22);
}

 .piclist li a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height:100%;
    transform:translate(-50% , -50%);
    width: auto;
    height: auto;
}

 .piclist li p {
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}



.s13-c .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .11rem;
}

.s13-c .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    box-sizing: border-box;
    border: 1px solid #701CB3;
    border-radius: 50%;
    padding: 0;
    transition: all .5s;
    margin: 0 .04rem;
}

.s13-c .slick-dots li.slick-active {
    background: #701CB3;
}
.nth3{margin:0 -.15rem}

.nth3 li{
    display:none;
}
.nth3 li a{
    display:block;
    margin:0 .15rem
}
.nth3 li:nth-child(-n+4){
    display:block;
}
.nth3.nthall li{
    display:block;
}


@media screen and (min-width: 1025px) {

    .tit a:hover, .s7-c ul li a:hover, .s11-c ul li a:hover, .s5-list ul li a:hover p, .s4-c ul li a:hover, .s9-c ul li a:hover p {
        color: #701CB3;
    }

    .s10-c ul li a:hover .info h3 {
        font-weight: 600;
    }

    .s10-c ul li a:hover .info span {
        background: url(../images/s10-time2.png) no-repeat;
        background-position: left center;
        background-size: .2rem auto;
        color: #701CB3;
    }
}



@media screen and (max-width: 1024px) {
    .tit h2{
        font-size: .2rem;
        line-height: .5rem;
        padding: 0 .4rem 0 .3rem ;
    }
    .tit h2.noon{
        padding: 0 .3rem;
    }

    .s2-c ul,.s12-c ul{
        display: block;
    }
    .s2-c ul li,.s12-c ul li{
        width: auto;
        /* border-bottom: none !important; */
    }
    .s2-c ul li+li,.s12-c ul li+li {
        /* border-top: 1px dashed rgba(0, 0, 0, 0.16); */
    }
    .s3-c ul li{
        display: block;
        position: relative;
    }
    .s3-c ul li span{
        display: block;
        padding-left: .35rem;
        line-height: .4rem;
    }
    .s3-c ul li span::before{
        left: 0;
        top: 0.14rem;
    }
    .s3-c ul li span::after{
        left: 0;
        top: 0.19rem;
    }
    .s3-c ul li p{
        line-height: .3rem;
        padding-left: .35rem;
        padding-bottom: .1rem;
        padding-top: 0;
    }
    .s3-c ul li p:before{
        top: -.05rem;
        bottom: -0.1rem;
    }

     .s3-c ul li span{
        display: block;
        padding-left: .35rem;
        line-height: .3rem;
    }
    .s3-c ul li span{
        position:static;
    }
    .s3-c ul li::before{
        left: 0;
        top: 0.14rem;
    }
    .s3-c ul li div{
        position:static;
    }
    .s3-c ul li div::before{
    top: .07rem;
}
    .s3-c ul li div::after{
    top: .115rem;
}



    
    .s4-c ul li a{
        line-height: .3rem;
        padding-top: .15rem;
        padding-bottom: .15rem;
        background-position: left .2rem;
        padding-left: .35rem;
    }
    .s5-c{
        display: block;
    }
    .s5-l{
        width: auto;
        padding: .25rem .2rem;
    }
    .s5-r{
        width: auto;
        margin-top: .25rem;
        padding: .25rem .2rem;
    }

    .s5-teaminfo div p{
        max-height: none;
    }
    .s5-teaminfo h3{
        font-size: .2rem;
    }
    .s7-c ul li a{
        padding-left: .35rem;
    }

    .s2-c ul li a,.s12-c ul li a{
        line-height: .3rem;
        padding: 0.1rem 0;
    }
    .s7-c ul.st-name li{
        width: 24%;
    }

   .s9-c ul li{
        /* display: block; */
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
   .s9-c ul li a{
        display: block;

    }
    .s9-c ul li{
        padding-left: .3rem;
        background-position: left 0.24rem;
    }
    .s9-c ul li span{
        display: block;
        /*      width: auto;
        padding-left: .3rem;*/
        line-height: .4rem;
    }

    .s9-c ul li p{
        line-height: .3rem;
        /* margin-top: .1rem; */
        padding-top: 0;
        padding-bottom: 0;
        padding: 0.05rem  0;
    }


    .s10-c ul{
        display: block;
    }
    .s10-c ul li{
        width: auto;
    }
    .s11-c ul li a{
        padding-top: .15rem;
        padding-bottom: .15rem;
        line-height: .3rem;
        padding-left: .35rem;
        background-position: left .2rem;
    }

    .s1,.s2,.s3,.s4,.s5,.s6,.s7,.s9,.s10,.s11,.s12{
        margin-top: .35rem;
    }
    .s1-c,.s3-c,.s5-c,.s10-c ul li a{
        margin-top: .25rem;
    }
    .s2-c,.s4-c,.s6-c,.s7-c,.s8-c,.s9-c,.s12-c{
        margin-top: .2rem;
    }
}


@media screen and (max-width: 768px) {

    .s7-c ul.st-name li{
        width: 32%;
    }

}

@media screen and (max-width: 580px) {
    .s7-c ul.st-name li{
        width: 49%;
    }
  
    
}
@media screen and (max-width: 500px) {
    .s7-c ul.st-name li{
        width: 49%;
    }
    .s10-c ul li a .pics {
        /* width: 2rem; */
        /* margin-right: .15rem; */
    }
    .s10-c ul li a .info h3 {
        white-space:nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
    }

    
    
}




.gotop{

position: fixed;

right: .3rem;

bottom: .5rem;

width: .5rem;

height: .5rem;

background: #781aa4;

z-index: 998;

border-radius: 50%;

display: flex;

justify-content: center;

align-items: center;

transition: all 0.5s;
    cursor:pointer;
}

.gotop:hover{
    /* transform:scale(1.1) */
}
.gotop img{}