html{
    font-size: 26.66667vw;

}
body{
    font-size: 0.14rem;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.limitLine{
    overflow: hidden; /* ���闒√�阪��絎� */
    text-overflow: ellipsis; /* �丞ず���ュ� */
    display: -webkit-box; /* 鋎睡���������� Webkit ���醐�絋� iOS Safari */
    -webkit-box-orient: vertical; /* ���贋�劫������ */
    white-space: normal; /* 紊�篏������∵��丞ず */
}
.limitLine2{
    -webkit-line-clamp: 2; /* ��紊ц��� */
}
.limitLine3{
    -webkit-line-clamp: 3; /* ��紊ц��� */
}
.fixTop{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0.02rem 0.04rem 0px rgba(0,0,0,0.05);
}
.newIndexNav,
.navLeft,
.navRight{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newIndexNav{
    font-size: 0.14rem;
    padding:0.06rem  0.12rem;
    background: #d00000;
}
.newIndexNav  a{
    text-decoration: none;
    color: #CCCCCC;
}
.goMain{
    width: 0.84rem;
    height: 0.32rem;
    background-size: 100%;
}
.goMain img{
    display: block;
    height: 100%;
}
.goSearch{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left:0.12rem;
    margin-left:  0.16rem;
    width: 1.7rem;
    height: 0.32rem;
    background: #f8f8f8;
    border-radius: 0.16rem;
    color: #cccccc;
    box-sizing: border-box;
}
.goSearch img{
    display: block;
    height: 0.16rem;
    margin-right: 0.04rem;
    width: auto;
}
.navRight .goLogin{
    font-size: 0.14rem;
    text-align: left;
    color: #cc0000;
    line-height: 0.2rem;
    margin-right: 0.14rem;
}
.goMenu{
    width: 0.24rem;
    height: 0.24rem;
}
.goMenu img,.userIcon img{
    display: block;
    height: 100%;
    width:100%
}
.userIcon{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.16rem;
}
.userIcon img{
    border-radius: 50%;
}
.navLis{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding:0 0.12rem;
}
.navLis li{
    position: relative;
    padding-right: 0.24rem;
}
.navLis a{
    display: block;
    color: #666666;
    font-size: 0.14rem;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 0.2rem;
    padding: 0.12rem 0;
}
.navLis li.active a{
    position: relative;
    color: #333333;
}
.navLis li.active a::after{
    content:"";
    position: absolute;
    left: 0px;
    bottom: 0.04rem;
    width: 100%;
    height: 0.04rem;
    background: #cc0000;
    border-radius: 0.02rem;
}
.part{
    padding: 0 0.12rem;
}
.frontPage{
    padding-top: 0.88rem;
    padding-bottom: 0.16rem;
}
.part_title{
    position:relative;
    border-top: none;
    padding: 0.13rem 0;
    line-height: 0.22rem;
}

.part_title::before{
    content:"";
    position:absolute;
    left:-0.12rem;
    top:0px;
    background: #f5f5ff;;
    width:100vw;
    height:1px
}
.part_title span{
    font-size: 0.16rem;
    font-weight: 700;
    text-align: left;
    color: #333333;
}
.part_title a{
    font-size: 0.12rem;
    font-weight: 500;
    color: #666666;
}
.part_title a img{
    width: 0.12rem;
    height: 0.12rem;
    margin-left:0.04rem ;
}
.frontPageSwiper{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.frontPageSwiper .swiper-slide{
    align-items: flex-start;
}
.frontPageSwiper .swiper-slide img{
    width: 1.2rem;
    height: 0.9rem;
    margin-right: 0.12rem;
    border-radius: 0.04rem;
}
.frontPageSwiper .swiper-slide a{
    align-items: flex-start;
}
.frontPageSwiper .swiper-slide div{
    font-size: 0.16rem;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 0.24rem;
    flex: 1;
}
.frontPageSwiper .swiper-pagination{
    position: absolute;
    right: 0px;
    left: auto;
    bottom: 0px;
    text-align: right;
    line-height: 0.04rem;
}
.frontPageSwiper .swiper-pagination span{
    width: 0.08rem;
    height: 0.04rem;
    background: #e6e6e6;
    border-radius: 0.02rem;
    opacity: 1;
    margin: 0 0.02rem!important;
}
.frontPageSwiper .swiper-pagination span.swiper-pagination-bullet-active{
    background: #CC0000;
}

.subHeadline{
    padding: 0.16rem 0 ;
}
.subHeadline li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.12rem;
}
.subHeadline li:last-child{
    margin-bottom: 0;
}
.subHeadline li a{
    display: block;
    font-size: 0.14rem;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.subHeadline li a .videoIcon{
    width: 0.16rem;
    height: 0.16rem;
    vertical-align: middle;
    margin-right: 0.06rem;
}
.scrollActivity{
    padding:0 0.12rem ;
    height: 0.44rem;
    width: 100%;
    box-sizing: border-box;
    background:url(/images/newIndex/acBg.png) left top no-repeat;
    background-size: 100% 100%;
}
.scrollActivity .activeSwiper{
    position: relative;
    width: 2.65rem;
    height: 0.2rem;
    overflow: hidden;
}
.scrollActivity .activeSwiper .swiper-slide{
    height: 0.2rem!important;
}
.scrollActivity ul a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.webinarPart span{
    font-size: 0.14rem;
    font-weight: 400;
    text-align: left;
    color: #666666;
    margin-right: 0.32rem;
}
.webinarPart span.active{
    font-size: 0.16rem;
    font-weight: 700;
    text-align: left;
    color: #333333;
}
.webinarContent li {
    margin-bottom: 0.16rem;
}
.webinarItemLeft{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0.56rem;
    height: 0.64rem;
    background: linear-gradient(180deg,#cc0000, #e43916);
    border-radius: 0.04rem;
    margin-right: 0.1rem;

}
.webinarItemLeft span{
    display: block;
    text-align: center;
    margin-right: 0;
    font-size: 0.14rem;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 0.2rem;
}
.webinarItemLeft span.day{
    font-size: 0.18rem;
    font-weight: 700;
    text-align: left;
    line-height: 0.24rem;
}
.webinarItemRight{
    flex: 1;
    overflow: hidden;
}
.webinarItemRight h3{
    height: 0.4rem;
    font-size: 0.14rem;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 0.2rem;
}
.webinarTime{
    font-size: 0.12rem;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 0.24rem;
}
.w_viewer{
    margin-left: 0.12rem;
}
.webinarTime .goViews{
    margin-right: 0px;
    width: 0.64rem;
    height: 0.24rem;
    line-height: 0.24rem;
    background:#fdf2f2;
    border-radius: 0.12rem;
    font-size: 0.12rem;
    font-weight: 400;
    text-align: center;
    color: #cc0000;
}
.liveWrap {
    display: none;
}
.liveWrap .webinarItemLeft{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.64rem;
    height: 0.64rem;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 0.04rem;
    background: #fff;
}
.liveWrap .webinarItemLeft img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.ztContent {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.16rem;
}
.ztContent .swiper-slide{
    width: 2rem!important;
    margin-right:0.1rem ;
}
.ztContent .swiper-slide img{
    display: block;
    width: 100%;
    height: 1.17rem;
    background: rgba(0,0,0,0.00);
    border-radius: 0.04rem;
}
.ztContent .swiper-slide div{
    margin-top: 0.08rem;
    font-size: 0.14rem;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 0.18rem;
}
.newPContent li{
    margin-bottom: 0.12rem;
}
.newPContent li:last-child{
    margin-bottom: 0;
}
.newPContent li a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:0.14rem;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 0.2rem;
}
.newPwrap{
    padding-bottom: 0.16rem;
}
.recomContent li{
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 0.15rem;
}
.recomUserInfo{
    justify-content: flex-start;
    font-size: 0.12rem;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 0.24rem;
    margin-bottom: 0.1rem;
}
.recomUserInfo img{
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    margin-right: 0.08rem;
}
.recomUserInfo i{
    padding: 0 0.04rem;
    border-radius: 0.02rem;
    font-size: 0.12rem;
    font-weight: 400;
    text-align: center;
    line-height: 0.16rem;
    margin-left: 0.06rem;
}
.recomUserInfo i.zl{
    background: #E3F5FF;
    color: #199de9;
}
.recomUserInfo i.qyh{
    background: #FEE8C5;
    color: #FF8112;
}
.recomItem .recommTit{
    flex: 1;
    overflow: hidden;
    font-size: 0.14rem;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 0.22rem;
    word-break: break-all;
}
.recomItem .recommTit .waitAnswer{
    padding: 0 0.04rem;
    background: #fef0df;
    border-radius: 0.02rem;
    font-size: 0.12rem;
    font-weight: 400;
    text-align: left;
    color: #e3404f;
    line-height: 0.18rem;
    margin-right: 0.04rem;
}
.recomItem .recommImg{
    width: 1.28rem;
    height: 0.72rem;
    border-radius: 0.06rem;
    margin-left: 0.1rem;
}
.recomDesc{
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}
.recomTime{
    margin-top: 0.11rem;
    font-size: 0.12rem;
    font-weight: 400;
    text-align: left;
    color: #999999;
}
.recomTime .isOrigin{
    display: block;
    width: 0.16rem;
    line-height: 0.16rem;
    background: #ff7575;
    border-radius: 2px;
    font-size: 0.12rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-right: 0.06rem;
}
.recomWrap .loadMore{
    width: 1.2rem;
    background: #ffffff;
    border: 0.01rem solid #e4e4e4;
    border-radius: 0.17rem;
    margin: 0 auto 0.16rem;
    font-size: 0.14rem;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height:0.32rem;
}

.m_footer{
    padding:0.24rem 0.12rem  0.16rem;
    background: #333333;
    text-align: center;
    margin-top: 0.24rem;
}
.m_footer h3{
    font-size: 0.16rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 0.22rem;
}
.m_footer dl{
    padding-bottom: 0.16rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.m_footer dt{
    font-size: 0.12rem;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 0.26rem;
    margin-top: 0.16rem;
}
.m_footer  dd{
    font-size: 0.12rem;
    font-weight: 400;
    text-align: center;
    color: #cccccc;
    line-height: 0.17rem;
    margin-top: 0.04rem;
}
.downApp{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.2rem;
    padding-top: 0.16rem;
    margin-bottom: 0.1rem;
}
.downApp img{
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.06rem ;
}
.recordNumber{
    font-size: 0.12rem;
    font-weight: 400;
    text-align: center;
    color: #cccccc;
    line-height: 0.18rem;
}
.recordNumber a{
    color: #cccccc;
}
.goTop{
    display: none;
    position: fixed;
    bottom:30px ;
    right: 0.12rem;
    z-index: 99;
    width: 0.36rem;
    height: 0.36rem;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 50%;
    box-shadow: 0px 0px 0.04rem 0px rgba(0,0,0,0.10);
    justify-content: center;
}
.goTop img{
    display: block;
    width: 0.2rem;
    height: 0.2rem;
}
.itemVideo{
    position: relative;
}
.videoPlay{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.24rem;
    height: 0.24rem;
    transform: translate(-50%,-50%);

}
.runk {display: flex;flex-wrap: wrap}
.runk a{padding:10px 24px;display: block}