.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;
}
.SwiperData {
    margin-top: 12px;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.SwiperData .ModuleTitle{
    padding: 14px 0 14px 24px;
}

.SwiperData .TabBar {
    display: flex;
    align-items: center;
    position: relative;
}

.SwiperData .TabBar > span {
    font-size: 18px;
    color: #666666;
    position: relative;
    cursor: pointer;
    user-select: none;
    padding: 0 8px;
    font-weight: normal;
}

.SwiperData .TabBar .Active {
    font-weight: bold !important;
    color: #333333;
}


.LatestNews {
    box-sizing: border-box;
    padding: 4px 12px 16px 15px;
    overflow: hidden;
}

.SwiperList .ItemList > a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #F2F2F2;
    height: 47px;
    box-sizing: border-box;
}

.SwiperList .ItemList > a:hover p > .labelContent {
    color: #2872C9 !important;
}

.SwiperList .ItemList > a > p:nth-child(1) .labelTime {
    font-size: 14px;
    color: #4E4E4E;
    margin-left: auto;
    /*padding-left: 24px;*/
    /*background: url(https://static.cnfeol.com/2023/img/time2_icon.png) no-repeat left top 4px;*/
    /*background-size: 20px;*/
}

.SwiperList .ItemList > a > p:nth-child(1) .labelContent {
    font-size: 14px;
    color: #333333;
    /*margin-left: 10px;*/
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: normal;
}

.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;
    height: 100%;
}

.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;
    text-align: center;
    /*background: #3C7BD2;*/
    border-radius: 4px;
    margin: 16px auto;
    transition: all 0.25s;
}

.MoreData:hover {
    opacity: 0.8;
}

.MoreData i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/arrow_right_white.png") no-repeat center;
    background-size: cover;
    margin-left: 4px;
}

.MoreData span {
    font-size: 14px;
    color: #333333;
}

.HotSwiper {
    position: relative;
}

.IndexMeet,
.IndexMeet img {
    display: flex;
    width: 100%;
    height: 100%;
}


.weekHotBox{
    background-color: #FFFFFF;
    border-radius: 4px;
}
.weekHotBox .boxTitle{
    padding: 14px 16px;
}

.weekDataList > a {
    display: flex;
    align-items: center;
    height: 42px;
    box-sizing: border-box;
    padding: 0 4px 0 16px;
}

.weekDataList > a > span:nth-child(1) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    color: #AAAAAA;
    margin-right: 8px;
    background-color: #F5F5F5;
}

.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;
}


.ModuleTitle {
    font-size: 20px;
    position: relative;
    padding: 14px 0 14px 32px;
    border-radius: 4px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.ModuleTitle > a:nth-child(2) {
    margin-right: 12px;
    margin-left: auto;
    font-size: 14px;
    color: #818181;
}

.ModuleTitle:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: url("../Img/break_icon.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 16px;
    top: calc(50% - 10px);
}

.PopularSupply {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding-bottom: 10px;
}

.SupplyList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 14px;
    /*justify-content: space-around;*/
}

.ItemSupply {
    width: 248px;
    height: 140px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease-in-out;
}

.SupplyList a {
    margin: 0 0 8px 7px;
    transition: all 0.28s;
}

.SupplyList a:hover {
    /*opacity: 0.8;*/
    box-shadow: 3px 3px 12px rgba(55, 99, 170, .2);
}

.ItemSupply:hover {
    /*box-shadow: 3px 3px 12px rgba(0,0,0,0.2);*/
    /*transform: translateY(4px);*/
}

.SupplyList a:nth-child(3n + 1) {
    margin-left: 0;
}

.ItemSupply > span:nth-child(1) {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 16px 0 16px 60px;
    flex-shrink: 0;
    position: relative;
}

.ItemSupply > span:nth-child(1).gong:before {
    content: "供";
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background-color: #30BD57;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    left: 19px;
    top: 14px;
}

.ItemSupply > span:nth-child(1).qiu:before {
    content: "求";
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background-color: #FF6B2C;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    left: 19px;
    top: 14px;
}


.ItemSupply > span:nth-child(1) i {
    font-style: normal;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ItemSupply > span:nth-child(1) i:nth-child(1) {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.ItemSupply > span:nth-child(1) i:nth-child(2) {
    font-size: 12px;
    color: #666666;
    margin-top: 4px;
}

.ItemSupply > div:nth-of-type(1) {
    box-sizing: border-box;
    padding-left: 19px;
    flex: 1;
    font-size: 14px;
    color: #666666;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 3px;
}

.ItemSupply > div:nth-of-type(1) > p:not(:first-child) {
    margin-top: 6px;
}

.ItemSupply > div:nth-of-type(1) > p span:nth-child(1) {
    margin-right: 6px;
}

.ItemSupply > div:nth-of-type(1) > p:nth-child(1) span:nth-child(2),
.ItemSupply > div:nth-of-type(1) > p:nth-child(2) span:nth-child(2) {
    width: 128px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.ItemSupply > div:nth-of-type(1) > p:nth-child(2) span:nth-child(2) {
    color: #4E4E4E;
}

.ItemSupply > div:nth-of-type(2) {
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    padding-left: 19px;
    background: url("https://static.cnfeol.com/2023/img/location_icon.png") no-repeat left center;
    background-size: 18px;
    font-size: 14px;
    color: #4E4E4E;
    display: flex;
}

.ItemSupply > div:nth-of-type(2) span:nth-child(1) {
    margin-right: 8px;
}

.ItemSupply > div:nth-of-type(2) span:nth-child(2) {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PurchaseBox{
    border-radius: 4px;
    overflow: hidden;
}
.ItemPurchase {
    height: 70px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}


.ItemPurchase > div:nth-child(1) {
    flex: 1;
    display: flex;
    background-color: #EEEEEE;
}

.ItemPurchase > div:nth-child(1) a {
    box-sizing: border-box;
    padding: 0 20px 0 44px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background: #FFFFFF url("../img/fabu_icon.png") no-repeat left 10px center/28px 28px;
    transition: all .3s ease-in-out;
}

.ItemPurchase > div:nth-child(1) a i {
    font-style: normal;
    font-size: 14px;
    color: #AAAAAA;
    font-weight: normal;
    padding-right: 19px;
    background: url("../img/arrow-right.png") no-repeat right center;
    background-size: 16px 16px;
}

.ItemPurchase > div:nth-child(1) a:hover {
    opacity: 0.7;
}

.ItemPurchase:nth-child(1) > div:nth-child(2) a {
    background: url("https://static.cnfeol.com/2023/img/demand_icon.png") no-repeat left 10px center/28px 28px, url("https://static.cnfeol.com/2023/img/right_icon.png") no-repeat right 24px center/24px 24px;
}


.InternationalSupplyBox{
    background-color: #FFFFFF;
    border-radius: 4px;
    padding-bottom: 16px;
}
.InternationalSupplyBox .boxTitle{
    padding: 14px 16px;
}

.InternationalSupplyBox>div:nth-child(2) a{
    display: flex;
    margin: 16px 16px 0;
    height: 120px;
    background: url("../img/gongqiu.png") no-repeat center;
    background-size: cover;
}

.MoreData {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    text-align: center;
    margin: 16px auto;
    transition: all 0.25s;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
}

.MoreData:hover {
    border-color: transparent;
    opacity: 0.8;
    background-color: #2872C9;
}
.MoreData:hover i{
    background: url(../img/arrow_right_white.png) no-repeat center;
    background-size: cover;
    margin-left: 7px;
}
.MoreData:hover span{
    color: #FFFFFF;
}

.MoreData i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/arrow-right.png) no-repeat center;
    background-size: cover;
    margin-left: 7px;
    transition: all 0.28s;
}

.MoreData span {
    font-size: 14px;
    color: #666666;
    transition: all 0.28s;
}

.Breadcrumb {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.Breadcrumb a {
    font-size: 12px;
    color: #666666;
    position: relative;
}

.Breadcrumb a:not(:nth-last-child(1)){
    padding-right: 20px;
}

.Breadcrumb a:not(:last-child):not(:nth-last-child(2)):after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 3px;
    top: 0px;
    background: url(../img/arrow-right.png) no-repeat center;
    background-size: cover;
}

.Breadcrumb a:nth-last-child(2):after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 3px;
    top: 0px;
    background: url(../img/arrow_right_deep.png) no-repeat center;
    background-size: cover;
}