.ConferenceNews {
    width: 100%;
    height: 54px;
    background: #FFFFFF url(../img/news_bg.png) no-repeat left center;
    background-size: auto 100%;
    border-radius: 4px;
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.ConferenceNews > a:nth-child(1) {
    display: inline-block;
    line-height: 26px;
    height: 28px;
    border-radius: 14px;
    margin-left: 20px;
    flex-shrink: 0;
    cursor: default !important;
}

.ConferenceNews > a:nth-child(1) span {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    padding: 0 12px 0 30px;
    background: url("../img/notify_icon.png") no-repeat left 0px center;
    background-size: 28px 28px;
}

.ConferenceNews > div {
    flex: 1;
    overflow: hidden;
    height: 100%;
}

.ConferenceNewsList > div {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.ConferenceNewsList > div > a {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
    color: #333333;
    flex-shrink: 0;
    height: 100%;
    transition: color 0.4s;
    box-sizing: border-box;
    padding: 0 20px;
}

.moreNewBtn {
    font-size: 14px;
    color: #4E4E4E;
    text-decoration: underline darkgray;
    margin-right: 12px;
    transition: opacity 0.2s;
    cursor: pointer !important;
}

.moreNewBtn:hover {
    opacity: 0.6;
}

.ConsultContent {
    width: 100%;
    display: flex;
    margin-top: 12px;
}

.LeftConsult {
    width: 790px;
    margin-right: 12px;
}

.RightConsult {
    flex: 1;
    overflow: hidden;
}
.RightConsult>div:not(:first-child) {
    margin-top: 12px;
}
.BusinessNews{
    background-color: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}
.SwiperData .ModuleTitle,
.BusinessNews .ModuleTitle{
    width: auto;
    margin: 0;
}
.BusinessNews .ModuleTitle .more_btn{
    margin-right: 10px;
}
.BusinessList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 14px;
    margin: 10px 0;
}

.BusinessList > a {
    width: 49%;
    font-size: 14px;
    color: #333333;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer !important;
    padding: 10px 0;
}

.BusinessList > a > span:nth-child(1):before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #D9D9D9;
    display: inline-block;
    margin-right: 6px
}

.BusinessList > a > span:nth-child(1) {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    line-height: 1.1;
}
.BusinessList > a > span:nth-child(2){
    color: #666666;
}
.BusinessList > a:nth-child(2n) {
    margin-left: 2%;
}

.BusinessList > a:hover span {
    color: #2872C9;
}
.BusinessList > a:hover span:nth-child(1):before{
    background-color: #2872C9!important;
}

.SwiperData .TabBar {
    display: flex;
    align-items: center;
    position: relative;
}

.SwiperData .TabBar > span {
    font-size: 18px;
    color: #666666;
    padding: 0 16px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: color 0.25s;
    user-select: none;
    font-weight: normal;
}
.SwiperData .TabBar > span:first-child{
    padding-left: 0;
}
.SwiperData .TabBar > span.Active {
    font-weight: bold;
    color: #333333;
}

.SwiperData .TabBar .ActiveIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 84px;
    height: 36px;
    border-radius: 4px;
    background: linear-gradient(180deg, #4C9BED 0%, #2E60BB 100%);
    transition: all 0.25s;
}

.SwiperData {
    margin-top: 12px;
    background-color: #FFFFFF;
    border-radius: 4px;
}


.SwiperList {
    box-sizing: border-box;
    padding: 4px 12px 16px 17px;
    overflow: hidden;
}

.SwiperList .ItemList > a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer !important;
}

.SwiperList .ItemList > a:hover p > .labelContent {
    color: #2872C9!important;
}

.SwiperList .ItemList > a > p:nth-child(1) .labelTime {
    font-size: 14px;
    color: #666666;
    margin-left: auto;
}

.SwiperList .ItemList > a > p:nth-child(1) .labelContent {
    font-size: 14px;
    color: #333333;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 1.04!important;
}


.SwiperList .ItemList > a > p:nth-child(1) .labelTitle {
    display: inline-block;
    height: 22px;
    width: 80px;
    background: linear-gradient(180deg, #4C9BED 0%, #2E60BB 100%);
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
}

.SwiperList .ItemList > a > p:nth-child(1),
.SwiperList .ItemList > a > p:nth-child(2) {
    margin-top: 14px;
    display: flex;
    align-items: center;
}

.SwiperList .ItemList > a > p:nth-child(1) {
    margin-top: 0;
}

.SwiperList .ItemList > a > p:nth-child(2) span:nth-child(1) {
    font-size: 14px;
    color: #4E4E4E;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SwiperList .ItemList > a > p:nth-child(2) span:nth-child(2) {
    font-size: 14px;
    color: #4E4E4E;
    background: url("https://static.cnfeol.com/2023/img/time2_icon.png") no-repeat left center;
    background-size: 20px 20px;
    padding: 2px 0 2px 24px;
}


.MoreData {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 36px;
    border: 1px solid #E2E2E2;
    text-align: center;
    border-radius: 6px;
    margin: 16px auto;
    transition: all 0.25s;
}

.MoreData:hover {
    border-color: transparent;
    opacity: 0.8;
    background-color: #2872C9 ;
}
.MoreData:hover span{
    color: #FFFFFF;
}
.MoreData:hover i{
    background: url("../img/arrow_right_white.png") no-repeat center;
    background-size: cover;
    margin-left: 4px;
}
.MoreData i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/arrow-right.png") no-repeat center;
    background-size: cover;
    margin-left: 4px;
    transition: all 0.28s;
}

.MoreData span {
    transition: all 0.28s;
    font-size: 12px;
    color: #666666;
}

.HotSwiper {
    position: relative;
}

.IndexMeet,
.IndexMeet img {
    display: flex;
    width: 100%;
    height: 100%;
}



.weekHotBox{
    background-color: #FFFFFF;
    border-radius: 4px;
}
.weekDataList {

}

.weekDataList > a {
    display: flex;
    align-items: center;
    height: 42px;
    box-sizing: border-box;
    padding: 0 4px 0 14px;
    cursor: pointer !important;
}

.weekDataList > a > span:nth-child(1) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    color: #AAAAAA;
    margin-right: 8px;
}

.weekDataList > a:nth-child(1) > span:nth-child(1) {
    background: #FD0255 !important;
    -webkit-text-fill-color: #FFFFFF;
}

.weekDataList > a:nth-child(2) > span:nth-child(1) {
    background: #FF7C3D !important;
    -webkit-text-fill-color: #FFFFFF;
}

.weekDataList > a:nth-child(3) > span:nth-child(1) {
    background: #FDB602 !important;
    -webkit-text-fill-color: #FFFFFF;
}

.weekDataList > a > span:nth-child(2) {
    flex: 1;
    font-size: 14px;
    color: #4E4E4E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 100%;
    line-height: 42px;
    position: relative;
}

.weekDataList > a:hover span:nth-child(3),
.weekDataList > a:hover span:nth-child(2) {;
    color: #2872C9;
}


.weekDataList > a > span:nth-child(3) {
    font-size: 14px;
    color: #4E4E4E;
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
}

.weekDataList > a > span:nth-child(3) img {
    width: 20px;
    height: 20px;
    margin: 0 2px 0 6px;
}



.InfoBox img {
    display: inline-block;
    width: 100%;
    height: 288px;
    border-radius: 4px;
    margin-bottom: 12px;
}



