@charset "UTF-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1;
    font-family: PingFang SC !important;
    font-size: 16px;
}

/*清除col边距*/
.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}

* [class*="col-"] {
    padding: 0 10px;
}

.onek {
    width: 1200px;
    margin: 0 auto;
}

.first .leftsec{
    transition: all 0.8s;
    opacity: 0;
    margin-top: 120px;
}

body{
    background: #01050e url(https://s4.51cto.com/oss/202207/06/c30c2a2916164e78932737b3f21c3d9d.png) repeat-y center top;
}

.mainbox {
    padding-top: 85px;
    margin-top: 30px;
}

.home-top {
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 10000;
}

.navliveId{
    display:none;
}

/* .showTop .schedule .pubtit img:first-child {
    display:none;
} */

.showTop .schedule .pubtit div img{
    display:block!important;
}

.top-nav {
    height: 86px;
    width: 100%;
    background: #0F073E;
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 1000;
}

.top-nav .onek {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 86px;
}

.top-nav .onek ul {
    list-style: none;
    margin: 0;
    width: 815px;
}

.top-nav .onek ul li {
    display: inline-block;
    margin: 0 15px;
    font-size: 18px;
    line-height: 27px;
    position: relative;
    cursor: pointer;
}

.top-nav .onek ul li a {
    color: #fff;
    text-decoration: none;
}

.top-nav .onek ul li:hover {
    font-weight: 600;
}

.top-nav .onek ul li:hover::before {
    content: "";
    display: block;
    position: absolute;
    top: 52px;
    width: 100%;
    height: 4px;
    background: #00FCFF;
}

.top-nav .onek ul .nav-on {
    font-weight: 600;
}

.top-nav .onek ul .nav-on::before {
    content: "";
    display: block;
    position: absolute;
    top: 52px;
    width: 100%;
    height: 4px;
    background: #00FCFF;
}

.top-nav .onek .AIbtn {
    width: 200px;
    height: 60px;
    background: #00FCFF;
    font-size: 20px;
    font-weight: 600;
    color: #0F073E;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    position:relative;
}

.top-nav .onek .AIbtn::before  {
    content: "";
    display: block;
    width: 250px;
    height: 105px;
    position:absolute;
    top:-12px;
    left:-32px;
    background:url(https://s2.51cto.com/oss/202207/06/bbbe5ad8841a477aa824ed070a0f6fbb.png) no-repeat center top;
    background-size:100% 100%;
    z-index: -1;
}

.top-nav .onek .endbtn::before{
    content: "";
    display: block;
    width: 260px;
    height: 105px;
    position:absolute;
    top:-12px;
    left:-32px;
    background:none;
    background-size:100% 100%;
    z-index: -1;
}

.top-nav .onek .endbtn{
    background: #b9b9b9;
    color: #585858;
    cursor: not-allowed;
}

.left-nav{
    z-index:1000;
    position:fixed;
    bottom:0px;
    right:50%;
    margin-right:620px;
    width:130px;
    top:25%;
    height:50%;
    border-left: 1px solid #A5A2A2;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
    padding-left: 20px;
}
.left-nav li{
    position:relative
}
.left-nav li::after{
    content: '';
    display:block;
    width: 7px;
    height: 7px;
    background:  #A5A2A2;
    border-radius: 50%;
    position:absolute;
    left:-24px;
    top:6px;
}

.left-nav li a{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.65;
}

.left-nav .ln-on::after{
    content: '';
    display:block;
    width: 9px;
    height: 9px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 198, 255, 1);
    border-radius: 50%;
    position:absolute;
    left:-25px;
    top:5px;
}

.left-nav .ln-on a{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
}
@media all and (max-width: 1500px){
    .left-nav{
        position:fixed;
        bottom:100px;
        left:30px;
        right:auto;
        margin-left:0
    }
}

.top-ban {
    height: 788px;
    padding-top:20px;
    position:relative;
    opacity:1;
    margin-left: 0;
    animation:banfly 1s 1 linear;
}

.top-ball{
    position:absolute;
    width:900px;
    top:-750px;
    left:50%;
    margin-left:-450px;
    animation:ball 50s infinite linear
}


.right-ball{
    position:fixed;
    width:200px;
    top:300px;
    right:-30px;
    animation:ball 50s infinite linear;
    z-index: -1;
}

@keyframes ball {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes banfly {
    0% {
        transform: scale(0.2);
        transform-origin: center;
    }
    50% {
        transform: scale(0.5);
        transform-origin: center;
    }
    100% {
        transform: scale(1);
        transform-origin: center;
    }
}

.top-ban .onek{
    z-index: 10;
    opacity:1;
}

.top-ban::after{
    content: '';
    display:block;
    width:100%;
    height:100%;
    position: absolute;
    background:url(https://s3.51cto.com/oss/202207/08/81f912c8ab51974c8711e485f42d3a76.png) no-repeat center -100px;
    opacity:0.7;
    /* background-size:auto 100%; */
    top:0;
    left:0;
    z-index: 0;
}

.top-ban .countdown {
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 37px;
    position: relative;
    z-index: 10;
}

.top-ban .countdown span {
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    line-height: 37px;
}

.top-ban .title {
    margin-top: 100px;
    padding-top: 393px;
    height:630px;
    z-index: 10;
    position: relative;
    background:url(https://s2.51cto.com/oss/202207/14/d40542351f21c4d9f83acdbba085cb1e.png) no-repeat center top;
    animation-name: titlelight;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes titlelight {
    0% {
        background:url(https://s4.51cto.com/oss/202207/14/93317ad98d9ea5f8d789b13fcb1bcef0.png) no-repeat center top;
        
    }
    50% {
        background:url(https://s2.51cto.com/oss/202207/14/d40542351f21c4d9f83acdbba085cb1e.png) no-repeat center top;
    }
    100% {
        background:url(https://s4.51cto.com/oss/202207/14/93317ad98d9ea5f8d789b13fcb1bcef0.png) no-repeat center top;
    }
}

.top-ban .title .time {
    font-size: 36px;
    font-family: zihun230hao;
    font-weight: 400;
    line-height: 1;
    color: #00FCFF;
    padding-left:300px;
}

.pubtit {
    text-align: center;
    height: 75px;
    background:url(https://s4.51cto.com/oss/202207/06/0a948c6b2137294e3bb0d0fa2787f50e.png) no-repeat center top;
    background-size:auto 100%;
    padding-top: 0px;
}

/* .pubtit div {
    margin-top: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
}

.pubtit span {
    padding: 0 30px;
    font-size: 32px;
    font-weight: 600;
    color: #6af6ea;
    line-height: 1;
} */

.brief {
    padding:0 0 20px;
}

.brief .cont {
    height:555px;
    margin-top: 5px;
    background:url(https://s2.51cto.com/oss/202207/06/bb98fffe0d88859abb4a9a15d04aa0c5.png) no-repeat center top;
    padding:90px 125px 0;
    background-size:100% 100%;
}

.brief .cont p {
    font-size: 16px;
    font-weight: 400;
    color: #00FCFF;
    line-height: 32px;
    text-align: justify;
    margin: 0 0 0px;
}

.showTop{
    flex-direction: column-reverse;
}

.chairman {
    padding: 0px 0 0;
}

.liveman {
    padding: 35px 0 0;
}

.percont1 {
    margin-top: 24px;
    border-radius: 30px;
    padding: 10px 10px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;    
    justify-content: center;
}

.percont1 .percard {
    display:block;
    height: 345px;
    width: 283px;
    margin: -15px -10px 0;
    text-align: center;
    position: relative;
    transition: all 0.6s;
    background:url(https://s3.51cto.com/oss/202207/08/f84421dcc6028b8debea0a9022cf32b8.png) no-repeat center top;
    background-size:100% 100%;
    padding:31px 0 0;
}

.percont1 .percard::after{
    content: '';
    display:block;
    width:15px;
    height:75px;
    background: url(https://s3.51cto.com/oss/202207/08/735d934d8e767d137d6b8993224a0efa.png) no-repeat center top;
    position:absolute;
    top:30px; 
    right:33px;
}

.percont1 .percard:hover{
    margin-top: -20px;
    transform: scale(1.05);
    transition: all 0.6s;
}

.percont1 .percard:hover::after{
    content: '';
    display:block;
    width:15px;
    height:75px;
    background: url(https://s2.51cto.com/oss/202207/08/366e9e476d128de3181559de15b97c92.gif) no-repeat center top;
    position:absolute;
    top:30px; 
    right:33px;
}



.percont1 .percard .icon{
    width:145px;
    height:70px;
    background:url(https://s2.51cto.com/oss/202207/08/4ee23d0e8315859e9533d868ea4e8b99.png) no-repeat center;
    position:absolute;
    top:7px;
    left:28px;
    font-size: 15px;
    font-weight: 500;
    color: #20223E;
    line-height: 67px;
    text-align: center;
    padding-right: 73px;;
}

.percont1 .percard .icon-none{
    width:47px;
    height:25px;
    background:url(https://s4.51cto.com/oss/202207/06/6352d6e535a487b3174fd9b9411e0a1c.png) no-repeat center;
    position:absolute;
    top:27px;
    left:28px;
}



.percont1 .percard img {
    height:195px;
}

.percont1 .percard .perinfo {
    min-height: 110px;
    padding: 5px 40px 0 60px;
}

.percont1 .percard .perinfo .name {
    font-size: 18px;
    font-weight: bold;
    color: #20223E;
    line-height: 1.1;
    text-align: left;
    /* display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center; */
    white-space:nowrap;
    width:max-content;
    display:flex;
    align-items: center;

}
.percont1 .percard .perinfo .name .zx-icon{
    display:inline-block;
    width: 64px!important;
    height: 20px;
    background: linear-gradient(-76deg, #F4D990, #D69B1C);
    border-radius: 8px 0px 8px 0px;
    font-size: 12px;
    font-weight: 400;
    color: #674A0C;
    line-height: 20px;
    margin-left: 10px;;
    text-align: center;
    
}

.percont1 .percard .perinfo .name .cp-icon{
    display:inline-block;
    width: 64px;
    height: 20px;
    background: linear-gradient(-76deg, #F9EDCB, #F9E59F);
    border-radius: 8px 0px 8px 0px;
    font-size: 12px;
    font-weight: 400;
    color: #4E4533;
    line-height: 20px;
    margin-left: 10px;;
    text-align: center;
}

.percont1 .percard .perinfo .position {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #20223E;
    line-height: 18px;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.percont2 {
    margin-top: 24px;
    background: #001a4f;
    border-radius: 30px;
    padding: 30px 35px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.percont2 .percard {
    display:block;
    height: 285px;
    width: 188px;
    margin: 0 19px;
    text-align: center;
    position: relative;
    background: url(https://s3.51cto.com/oss/202205/25/5b9aa5544a7d8c8796718b68b9e58bc6.png) no-repeat right 35px;
    transition: all 0.6s;
}

.percont2 .percard:hover{
    -webkit-transform: scale(1.1,1);
    -moz-transform: scale(1.1,1);
    -ms-transform: scale(1.1,1);
    transform: scale(1.1,1);
    transition: all 0.6s;
}

.percont2 .percard img {
    width: 100%;
}

.percont2 .percard .perinfo {
    width: 188px;
    height: 208px;
    background: url(https://s3.51cto.com/oss/202205/25/000cc7dccfa3c8504e577fbcddf7dbe6.png) no-repeat center bottom;
    position: absolute;
    top: 65px;
    left: 0;
    padding: 100px 30px 10px;
}

.percont2 .percard .perinfo .name {
    background: url(https://s4.51cto.com/oss/202205/25/8f0ac0f355890b5352918f7167acb623.png) no-repeat left center;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    width: 120px;
    height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.percont2 .percard .perinfo .position {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.subjects {
    padding: 0px 0px 50px;
}

.subjects .subcont {
    padding: 17px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.subjects .subcont .subitem {
    margin: 10px;
    width: 250px;
    height: 321px;
    background: url(https://s3.51cto.com/oss/202207/08/ba45ded002bccf7cea4f1a52b0653363.png) no-repeat center top;
    padding: 45px 34px 0;
    text-align: center;
    position: relative;
    text-decoration: none!important;
    transition: all 0.3s;
}
.subjects .subcont .subitem:hover{
    background: url(https://s3.51cto.com/oss/202207/06/b271f49d94d37cc53a665c1c398df3a3.png) no-repeat center top;
}

.subjects .subcont .subitem .sub-name {
    background:url(https://s5.51cto.com/oss/202207/06/b6c2f96802a86ca6671c9177ece0fc65.png) no-repeat center 10px;
    padding:0 30px;
    height:60px;
    font-size: 24px;
    font-weight: bold;
    color: #00FCFF;
    line-height: 30px;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.subjects .subcont .subitem .sub-info {
    margin: 30px 7px 20px;
    height: 120px;
    font-size: 14px;
    font-weight: 400;
    color: #00FCFF;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: left;
}

.subjects .subcont .subitem .cover {
    position: absolute;
    height:0;
    opacity: 0;
    top: 124px;
    left: 20px;
    overflow: hidden;
    width: 210px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.subjects .subcont .subitem .cover .sub-info-cover {
    font-size: 15px;
    font-weight: 400;
    color: #00FCFF;
    line-height: 27px;
    text-align: justify;
}

.subjects .subcont .subitem:hover .cover {
    z-index: 10;
    opacity: 1;
    height:auto;
    min-height:400px;
    border-radius: 0px;
    background: #0A3A5C;;
    padding: 15px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.subjects .subcont .subitem:hover .sub-name{
    background:url(https://s4.51cto.com/oss/202207/08/4ecff7d79be801e5b65b898f618da673.gif) no-repeat center 10px;
}

.subjects .subcont .subitem:hover .cover::before{
    content:'';
    display:block;
    width:210px;
    height:12px;
    background:url(https://s3.51cto.com/oss/202207/06/ab6f58dc000df88e54a1d520f997c15f.png) no-repeat center top;
    background-size:100% 100%;
    position: absolute;
    top:0px;
    left:0px;
}
.subjects .subcont .subitem:hover .cover::after{
    content:'';
    display:block;
    width:210px;
    height:12px;
    background:url(https://s4.51cto.com/oss/202207/06/2beaad2a196e5f8bff270ec5f317d824.png) no-repeat center top;
    background-size:100% 100%;
    position: absolute;
    bottom:0px;
    left:0px;
}

.subjects .moresubject {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 51px;
    text-align: center;
}

.bmpart {
    margin-top: 30px;
    height: 564px;
    background: url(https://s4.51cto.com/oss/202205/25/e493b7ab5a6ca65669e561b6494427eb.png) no-repeat center top;
    padding-top: 70px;
    text-align: center;
    display:none;
}

.bmpart .title2 {
    margin-top: 22px;
}

.bmpart .time {
    margin: 24px 0 0;
    font-size: 23px;
    font-weight: 400;
    color: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, from(#10e6d4), to(#dbe9e8));
    background: linear-gradient(0deg, #10e6d4 0%, #dbe9e8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bmpart .AIbtn {
    margin: 20px auto 0;
    width: 320px;
    height: 60px;
    background: -webkit-gradient(linear, left bottom, left top, from(#10e6d4), to(white));
    background: linear-gradient(0deg, #10e6d4, white);
    border-radius: 30px;
    font-size: 32px;
    font-weight: 600;
    color: #2e5285;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.bmpart .endbtn{
    background: #b9b9b9;
    color: #585858;
    cursor: not-allowed;
}

.partner {
    margin: 0px auto 0;
    padding-top: 50px;
    padding-bottom:0px;
}

.partner .partcont {
    margin-top: -22px;
    background: url(https://s2.51cto.com/oss/202207/06/86a8d6e320556342af3db7dd59f88e22.png) no-repeat center top;
    background-size:100% 100%;
    border-radius: 30px;
    padding: 90px 70px 95px;
}

.partner .partcont p {
    margin: 15px 0 0;
    font-size: 20px;
    font-weight: 400;
    color: #c5d3fb;
    font-size: 20px;
    font-weight: 400;
    color: #c5d3fb;
    text-align: center;
}

.partner .partcont .logolist {
    margin-top: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partner .partcont .logolist div {
    box-sizing: border-box;
    width: 155px;
    margin: 20px 25px;
    padding:7px 24px;
    text-align: center;
    background:#fff;
    height:60px;
    display: flex;
    align-items: center;
    position:relative;
}

.partner .partcont .logolist div::after{
    content:'';
    display:block;
    background:url(https://s2.51cto.com/oss/202207/06/ad0a80b25dbd1d5259d9c183b20ace55.png) no-repeat center top;
    background-size:100% 100%;
    width:165px;
    height:72px;
    position:absolute;
    top:-6px;
    left:-5px;
}
a{
    text-decoration: none!important;
}
.partner .partcont .logolist div img{
    width:100%;
}

.footban {
    height: 530px;
    padding-top: 50px;
}

.footban .tit {
    text-align: center;
    font-size: 37px;
    font-weight: 600;
    color: #ffffff;
}

.footban .footcont {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.footban .footcont .cont1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 360px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    margin-right: 168px;
}

.footban .footcont .cont1 .logo2 {
    margin-right: 5px;
    width:210px
}

.footban .footcont .cont1 .btmpic {
    margin-top: -10px;
    width:380px;
}

.footban .footcont .cont2 {
    width: 270px;
    margin-right: 190px;
}

.footban .footcont .cont2 div {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 39px;
}

.footban .footcont .cont2 div img {
    margin-right: 10px;
}

.footban .footcont .cont3 {
    width: 115px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 39px;
}

.footban .footcont .cont3 div {
    width:130px;
    height:130px;
    background:url(https://s3.51cto.com/oss/202207/06/dd17ac413281bde26490864e55f7de4c.png) no-repeat center top;
    background-size:100% 100%;
    padding:15px;
}

.footban .footcont .cont3 div img {
    width:100%;
}

.schedule {
    padding: 50px 0;
    /* display:none; */
}

.schedule .schedule-cont {
    padding: 0px 0 0;
}

.schedule .schedule-cont .data-tab {
    padding-left: 59px;
    text-align: center;
}

.schedule .schedule-cont .data-tab div {
    display: inline-block;
    width: 352px;
    height: 127px;
    font-size: 24px;
    font-weight: 600;   
    color: #BCC6E3;
    line-height: 60px;
    text-align: center;
    padding-top:35px;
    cursor: pointer;
    margin-left: -59px;
    background:url(https://s2.51cto.com/oss/202207/06/fe9357466b1ad3608e7f2b86706050e7.png) no-repeat center top;
}

.schedule .schedule-cont .data-tab div:first-child{
    background:url(https://s5.51cto.com/oss/202207/06/fe4a2846cc5b19818debfcb8e8441897.png) no-repeat center top;
}

.schedule .schedule-cont .data-tab div.data-on {
    color: #00FCFF;
    background:url(https://s4.51cto.com/oss/202207/06/dfb149a10704d23701082c5b87e6d094.png) no-repeat center top;
}

.schedule .schedule-cont .data-tab div:first-child.data-on{
    background:url(https://s2.51cto.com/oss/202207/06/4dc72855d726c9bedb68dd44153ac444.png) no-repeat center top;
}

.schedule .schedule-cont .data-tab div:hover {
    color: #00FCFF;
    background:url(https://s4.51cto.com/oss/202207/06/dfb149a10704d23701082c5b87e6d094.png) no-repeat center top;
}

.schedule .schedule-cont .data-tab div:first-child:hover{
    background:url(https://s2.51cto.com/oss/202207/06/4dc72855d726c9bedb68dd44153ac444.png) no-repeat center top;
}


.schedule .schedule-cont .sched-list .sched-item {
    display: none;
}


.schedule .schedule-cont .sched-list .sched-item .sched-card {
    margin: 0px 0 0;
    background:url(https://s2.51cto.com/oss/202207/06/338289190f4e364b15eec553a979edad.png) no-repeat center top;
    padding:0 80px;
    height:830px;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .time-tag {
    width: 100%;
    height: 40px;
    border-radius: 20px 20px 0px 0px;
    padding-left: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #00FCFF;
    line-height: 36px;
    margin:10px 0 0;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab {
    margin-top: 20px;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    border-bottom: 1px solid rgba(0,198,221,0.1400);
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab li {
    width: 280px;
    height: 120px;
    margin:0 10px;
    border-radius: 20px 20px 0px 0px;
    color: #4DB5E3;
    text-align: left;
    padding: 13px 10px 0;;
    cursor: pointer;
}
.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab li .sub-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab li .sub-addr {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab li .sub-per {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab li .sub-per a {
    color: #fff;
    
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab li.sub-on {
    color: #fff;
    border-bottom: 2px solid #00FCFF ;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab li.sub-on .sub-title a {
    color: #11214F;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab li.sub-on .sub-title a:hover{
    color:#2e427d;
    text-decoration: none;
}
.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab li.sub-on .sub-title{
    color: #2CFFFD;
}
.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab li .sub-title{
    word-break: break-all;
    /* color: #ffffff; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab li.sub-on .sub-per a {
    color: #11214F;
}
.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-tab li.sub-on .sub-per a:hover {
    color:#2e427d;
    text-decoration: none;
}
.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list {
    padding: 20px 0 0;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item {
    display: none;
    margin-top:0;
    padding-top:0;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item.sitem-on {
    display: block;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-info {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 26px;
    background: rgba(47,134,226,0.1000);
    border: 1px solid rgba(153,204,255,0.2000);
    padding:15px 24px;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live {
    margin-top: 20px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    background: rgba(47,134,226,0.1000);
    border: 1px solid rgba(153,204,255,0.2000);
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time {
    width: 560px;
    height: 400px;
    overflow-y: auto;
    padding:20px 0 20px 21px;
}
.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time::-webkit-scrollbar {/*滚动条整体样式*/
    width: 16px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}
.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 5px #174F85;;
    background: #174F85;;
 }
 .schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #112A49;
    border-radius: 0px;
    background: #112A49;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item{
    position: relative;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dt {
    width: 115px;
    font-size: 17px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 36px;
    float: left;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item .time-on  {
    color: #2CFFFD;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd {
    width: 400px;
    padding-right: 10px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: left;
    border-left: 1px solid  #112A49;
    color: #fff;
    float: left;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .cir {
    position: absolute;
    top: 10px;
    left: -6px;
    width: 11px;
    height: 11px;
    background: #fff;
    border: 1px solid #2BF8DB;
    border-radius: 100%;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item .in-tag{
    display:none;
    width:31px;
    height:64px;
    position: absolute;
    top: -15px;
    left: -142px;
    z-index: 200;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item .in-tag-on{
    display:block;
    width:19px;
    height:45px;
    position: absolute;
    top: -4px;
    left: -144px;
    z-index: 200;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .cirCheck {
    background: #2BF8DB;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd ul {
    list-style: none;
    padding: 0;
    margin:0;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .sctit {
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    background: rgba(113, 205, 249, .1);
    padding-left: 15px;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .sctit a{
    color: #FFFFFF;
}
.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .sctiton a{
    color: #2CFFFD;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .sctit a:hover{
    color: #d9f4fc!important;
    text-decoration: none;;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .sctit img {
    height: 16px;
    margin-left: 5px;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .sctit .downfile {
    width: 75px;
    height: 22px;
    margin-left: 5px;
    display:inline-block;
    background: #25BEB8;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #17285C;
    line-height: 22px;
    text-align: center;
    cursor:pointer;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .litLi {
    position: relative;
    padding-left: 60px;
    min-height: 40px;
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 24px;
    padding-top: 0px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .litLi a{
    color: #FFFFFF;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .litLi a:hover{
    color: #d9f4fc!important;
    text-decoration: none;;
}

/* a:hover{
    color: #d2cece!important;
    text-decoration: none;;
} */

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .litLi .litPic {
    position: absolute;
    top: 0px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #11214F;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-time .theme-item dd .litLi .litPic img {
    width: 100%;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-live {
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    position:relative;
    margin:0 25px;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-live img{
    width:100%;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-live .AIbtn {
    position:absolute;
    width: 360px;
    height: 70px;
    background: #00FCFF;
    border-radius: 35px;
    top:90px;
    left:36px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 70px;
    text-align: center;
    cursor:pointer;
}

.schedule .schedule-cont .sched-list .sched-item .sched-card .sub-list .sub-item .sub-time-live .sub-live .endbtn{
    cursor:not-allowed;
}

.schedule .schedule-cont .sched-list .item-show {
    display: flex;
    flex-direction: column;
}

.schedule .schedule-cont .sched-list .sched-item-reverse {
    flex-direction: column-reverse;
}

.modal-dialog {
    width: 600px;
    margin: 100px auto;
}

.modal-content {
    border-radius: 20px;
}

.modal-header {
    border: none;
    padding: 0px 5px 0 0;
    line-height: 1;
    height: 25px;
}

.modal-header .close {
    margin-top: 5px;
    margin-right:5px
}

.modal-header .close img{
    width:30px;
}

.modal-body {
    padding-top: 0;
    padding-bottom: 35px;
}

.modal-body .wintit {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    text-align: center;
    margin-top:10px;
}

.modal-body .winbrief {
    margin-top:10px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 1;
    text-align: center;
}

.modal-body .quest-list {
    padding: 30px 40px 0;
}

.modal-body .quest-list div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: flex-start;
    flex-wrap: wrap;
}

.modal-body .quest-list div span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
    width: 110px;
    padding-left: 30px;
    height: 48px;
}

.modal-body .quest-list div .must {
    background: url(https://s5.51cto.com/oss/202206/06/8ac29b8f8edd17f502c97abc83de2297.png) no-repeat left center;
}

.modal-body .quest-list div input, .modal-body .quest-list div select {
    width: 370px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #E6E8EC;
    padding-left: 20px;
}

.modal-body .quest-list div .tips {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #FF6C6C;
    padding-left: 120px;
    margin-bottom: 2px;
}

.modal-body .quest-list .hideinput {
    display: none;
}

.modal-body .btn-list {
    margin: 0px 0 0;
    text-align: center;
}

.modal-body .btn-list span {
    display: inline-block;
    width: 120px;
    height: 40px;
    background: linear-gradient(128deg, #003A86 0%, #00C0D3 100%);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
    cursor: pointer;
}

.modal-body .joingroup {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.modal-body .joingroup img {
    width: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
}

.modal-body .joingroup p {
    margin: 0;
}

#myModal_video .modal-dialog {
    width: 100%;
    max-width: 900px;
    margin-top: 100px;
}
#myModal_video .modal-body {
    padding: 0;
}
#myModal_video .modal-header {
    background: transparent;
}
#myModal_video .modal-content {
    background: transparent;
}
#myModal_video .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
#myModal_video .modal-header .close {
    margin-top: -25px;
}
#myModal_form_zc{
    overflow: auto;
}

.gifts{
    padding:0px 0 
}
.gifts .gift-list{
    background:url(https://s4.51cto.com/oss/202207/08/525a2d6680de5aaceb9628d6f4ee9b3e.png) no-repeat center top;
    background-size:100% 100%;
    padding:70px 50px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: flex-start;
}

.gifts .gift-list img{
    width:24%;
    transition: all 0.5s ;
}
.gifts .gift-list img:hover{
    transform: scale(1.05);
}

.gifts .tips{
    margin-top:0px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}
/* 版权声明 */
.copright {
    width: 100%;
    line-height: 1.3;
    padding: 5px 0 5px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

/* ******************************** 议程详情页 start ******************************** */
.mainbox.subjectpage {
    background: #01050e url(https://s2.51cto.com/oss/202207/06/94c84c12c47f15ece0a56d4b970251bf.png) no-repeat center 80px;
}

.sub-banner {
    width: 1200px;
    margin: 0 auto;
    min-height: 310px;
    padding: 20px 0 0;
    text-align: center;
    position: relative;
    background:url(https://s4.51cto.com/oss/202207/06/0317ec5ad171379356f020e1f7c21e3e.png) no-repeat center top;
    background-size:100% 100%;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
    height:514px;
    display:flex;
    padding:27px 10px 0;
}

.sub-banner .sub-title {
    display: inline-block;
    text-align: center;
    width: 35%;
    font-size: 38px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #00FCFF;
    line-height: 1.5;
    margin: 0;word-break: break-all;
}

.sub-banner .sub-detail {
    margin: 0;
    width:65%;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-align: justify;
    padding:0 30px;
}

.sub-banner .sub-detail .text-detail{
    height:200px;
    background:url(https://s2.51cto.com/oss/202207/06/beb04183c84dd5cef3a643deb3e5b60b.png) no-repeat left top;
    overflow:hidden;
    padding:30px 0px 15px 50px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.sub-banner .sub-detail .cp-box{
    margin:30px  0 0 -13px;
    height:170px;
    padding:0px 70px 0px 58px;
    min-height: auto;
    background:url(https://s2.51cto.com/oss/202207/06/9b694885f4fe81ee18d0b05d723567a9.png) no-repeat left top;
    border:none;
}

.sub-banner .sub-detail .cp-box .imgbox{
    margin-right:40px;
    width: 101px;
    height: 101px;
    border-radius: 50%;
    border: 1px solid #000000;
    background: linear-gradient(178deg, #0E56DA 40%, #011C8D 99%);
}
.sub-banner .sub-detail .cp-box .imgbox img{
    width:100%;
}
.sub-banner .sub-detail .cp-box .text-box{
    width:435px;
}

.sub-banner .sub-detail .cp-box .cp-name{
    font-size: 26px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 36px;
}

.sub-banner .sub-detail .cp-box .cp-posi{
    margin-top:10px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}


.sub-banner .swiper-button-next:after, .sub-banner .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.sub-banner .swiper-button-prev:after, .sub-banner .swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -70px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -70px;
    right: auto;
}


.cp-box {
    min-height: 206px;
    background: rgba(31, 52, 101, 0.9) url(https://s3.51cto.com/oss/202206/08/d298bc34a58631f9bcf4a90e508ab252.png) no-repeat 1160px 160px;
    border: 1px solid rgba(127, 224, 203, 0.38);
    border-radius: 20px 20px 0px 0px;
    padding: 35px 70px 35px 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
    text-decoration: none!important;
}

.subjectpage .cp-box{
    margin-top:60px;
}

.cp-box .imgbox{
    width: 130px;
    height:130px;
    border-radius: 50%;
    border: 1px solid rgba(127, 224, 203, 0.4);
    margin-right: 57px;
    overflow: hidden;
    background: #11214F;
} 

.cp-box .imgbox-rela{
    position:relative;
}

.cp-box .typeicon{
    display:inline-block;
    width: 74px!important;
    height:25px;
    background: url(https://s4.51cto.com/oss/202207/13/72fcfd63889aedfce5e313ff30980580.png) no-repeat center top;;
    font-size: 14px;
    font-weight: 400;
    color:#20223E;
    line-height: 25px;
    text-align: center;
    position:absolute;
    bottom:-5px;
    left:13px;
}

.cp-box .imgbox img {
    width:100%;
}

.cp-box .cp-info {
    width: 885px;
}

.cp-box .cp-info .cp-name {
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2;
    margin: 0;
}

.cp-box .cp-info .cp-name span {
    display: inline;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    height: 18px;
    margin-left: 30px;
    padding-left: 10px;
    border-left: 1px solid #818590;
}

.cp-box .cp-info .cp-detail {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin: 20px 0 0;
    text-align: justify;
}

.sub-item {
    margin-top: 30px;
    min-height: 260px;
    padding: 35px 0;
    display: flex;
    text-decoration: none!important;
}

.subjectpage .sub-item{
    background: rgba(10,43,81,0.5000);
    border: 1px solid rgba(153,204,255,0.2000);
    position:relative;
}
.subjectpage .sub-item::after{
    content: '';
    display:block;
    background:url(https://s2.51cto.com/oss/202207/06/5c04a7b3868aacadc6e72db1bde1b745.png) no-repeat center top;
    background-size:100% 100%;
    height:16px;
    width:100%;
    position:absolute;
    top:0;
    left:0;
}
.sub-item .sub-per {
    width: 207px;
    padding: 0 40px 0;
    text-align: center;
}

.sub-item .sub-per .imgbox{
    width: 90px;
    height:90px;
    margin:0 auto;
    overflow: hidden;
    border-radius:50%;
    background:rgba(17, 33, 79, 1);
} 

.sub-item .sub-per .imgbox img {
    width:100%;
}

.sub-item .sub-per .p-name {
    display: inline-block;
    min-width: 87px;
    height: 30px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 15px;
    text-decoration: none;
}

.sub-item .sub-per .p-posi {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-decoration: none;
}

.subjectpage .sub-item .sub-info {
    margin-left: 42px;
    width:884px;
}
.sub-item .sub-info {
    margin-left: 0px;
}

.sub-item .sub-info .sub-name {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 36px;
    margin: 0;
    text-decoration: none;
}

.sub-item .sub-info .sub-cont {
    font-size: 15px;
    font-weight: 400;
    color: #BAD5FC;
    line-height: 30px;
    margin: 10px 0 0;
    text-align: justify;
    text-decoration: none;
}

/* ******************************** 议程详情页 end ******************************** */
/* ******************************** 人物详情页 start ******************************** */
.mainbox.personpage {
    padding-bottom: 0px;
    background: none;
}

.personpage .cp-box{
    margin-top:0;
}
.personpage .pubtit{
    padding-top: 0;;
}

.cp-outer{
    background:url(https://s5.51cto.com/oss/202207/08/d189c9817e37c983a5958618b9229356.png) no-repeat center top;
    background-size:100% 100%;
    padding: 50px 77px 80px;
    margin-top: -40px;
}
.cp-outer .cp-box{
    border:none;
    border-radius: 0;
    background:url(https://s2.51cto.com/oss/202207/06/68056abd6677d5cbc1226cb0f2549583.png) no-repeat center top;
    background-size:100% 100%;
    margin:25px 0 0 -22px;
    padding: 35px 39px 35px 70px;
}

.cp-title span{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #00FCFF;
    line-height: 36px;
    background: linear-gradient(0deg, #76C0FF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 30px;
    padding-bottom:10px;
    border-bottom: 2px solid #4CADFF;
}
.cp-title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    border-bottom: 1px solid rgba(0,198,221,0.1400);;
    padding-bottom:10px;
}

.cp-outer .cp-box .cp-info .cp-detail{
    margin-top:0;
}

.cp-outer .cp-box .imgbox{
    width: 101px;
    height: 101px;
    border: 1px solid #000000;
    background: linear-gradient(178deg, #0E56DA 40%, #011C8D 99%);
    border-radius: 50%;
}

.sub-banner.person {
    position:relative;
    padding-top: 80px;
    min-height: 280px;
    text-align: right;
    background:none;
}

.personpage .top-ball{
    top:-400px;
}

.sub-banner.person p {
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    color: #FFFFFF;
    background: linear-gradient(6deg, #10E6D4 0%, white 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-item.personpage {
    margin-top: 30px;
    min-height: 260px;
    background: rgba(204,230,255,0.0500);
    border: 1px solid rgba(153,204,255,0.2000);
    padding: 35px 0;
    display: flex;
    align-items: stretch;
    text-decoration: none;
}

.sub-item.personpage .sub-per {
    width: 207px;
    padding: 0 40px 0;
    text-align: center;
    /* border-right: 1px solid rgba(43, 248, 219, 0.3); */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sub-item.personpage .sub-per .tig {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-decoration: none;
}

.sub-item.personpage .sub-per .sub-class {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-decoration: none;
    word-break: break-all;
}

.sub-item.personpage .sub-info {
    width: 884px;
    margin: 0 30px 0 10px;
}

.sub-item.personpage .sub-info .sub-name {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 36px;
    margin: 0;
    text-decoration: none;
}

.sub-item.personpage .sub-info .sub-cont {
    font-size: 15px;
    font-weight: 400;
    color: #BAD5FC;
    line-height: 26px;
    margin: 10px 0 0;
    text-align: justify;
    text-decoration: none;
}

.percont2.personpage {
    position: relative;
}

.percont2.personpage .swiper-button-next:after, .percont2.personpage .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.percont2.personpage .swiper-button-prev:after, .percont2.personpage .swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.percont2.personpage .swiper-button-next, .percont2.personpage .swiper-container-rtl .swiper-button-prev {
    right: -60px;
    left: auto;
}

.percont2.personpage .swiper-button-prev, .percont2.personpage .swiper-container-rtl .swiper-button-next {
    left: -60px;
    right: auto;
}

/* ******************************** 人物详情页 end ******************************** */
/* ******************************** 人物列表页 start
 ******************************** */
.listtitle {
    height: 300px;
    text-align: center;
}

.listtitle p {
    display: inline-block;
    font-size: 50px;
    font-family: FZZDHJW;
    font-weight: 600;
    color: #FFFFFF;
    background: linear-gradient(6deg, #10E6D4 0%, white 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ******************************** 人物列表页 end ******************************** */
.showTop {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.color68{
    color:#686868!important;
}