.main-page{
    padding-top: 40px;
}
.content-line{
    width: 100%;
    height: 4px;
    background-color: #292638;
}
.news-content{
    margin-bottom: 62px;
}
.news-content-left{
    flex: 1;
    margin-right: 32px;
    position: relative;
}
.news-content-left-top-title{
    font-size: 32px;
    font-weight: bold;
    color: #292638;
    margin: 15px 0;
}

.tranimg{
    overflow: hidden;
    border-radius: 8px;
    display: block;
}
.tranimg img{
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
}
.tranimg:hover img{
    transform: scale(1.1);
}
.tranbox{
    flex: 1;
    margin-right:12px;
}
.tranimg-1{
    margin-top: 18px;
    overflow: hidden;
    border-radius: 8px;
    display: block;
    width: 120px;
    height: 80px;
}
.tranimg-1 img{
    transition: all 0.5s;
    width: 120px;
    height: 80px;
    border-radius: 8px;
    display: block;
}
.tranimg-1:hover img{
    transform: scale(1.1);
}
.news-content-left-top-content-left{
    width: 60%;
    border-right: 1px solid #E5E5E5;
    padding-right: 15px;
    padding-bottom: 24px;
}
.news-content-left-top-content-left-title{
    font-weight: bold;
    color: #292638;
    margin:24px 0;
    display: block;
}
.news-content-left-top-content-left-title:hover{
    color: #5E3FF8;
}
.news-content-left-top-content-left-txt{
    color: #526069;
    margin-bottom:40px;
    display: block;

}
.lf-userinfo{
    align-items: center;
}
.lf-userinfo img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    display: block;
}
.lf-userinfo-txt{
    font-size: 14px;
    color: #A3ABB1;
}
.lf-userinfo-txt>a{
    color: #A3ABB1;
}
.lf-userinfo-txt>a:hover{
    color: #5E3FF8;
}
.news-content-left-top-content-right{
    padding-left: 15px;
    width: 40%;
}
.news-content-left-top-content-right-item{
    padding-bottom: 24px;
    border-bottom: 1px solid #E5E5E5;
}
.news-content-left-top-content-right-item:first-child{
    margin-bottom: 16px;
}
.news-content-left-top-content-right-item:last-child{
    border-bottom: none;
}
.news-content-left-top-content-right-item>a>img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
}
.news-content-left-top-content-right-item-title{
    margin: 12px 0;
    font-weight: bold;
    color: #292638;
}
.news-content-left-top-content-right-item-title:hover{
    color: #5E3FF8;
}
.news-content-left-top-content-right-item-txt{
    color: #526069;
    margin-bottom: 16px;
}
.news-item{
    padding: 32px 0;
    border-top: 1px solid #E5E5E5;
}
.news-item-left{
    flex: 1;
    align-items: center;
}
.news-item-left>a{
    display: block;
}
.news-item-title{
    font-weight: bold;
    color: #263238;
}
.news-item-title:hover{
    color: #5E3FF8;
}
.news-item-content{
    color: #526069;
    margin: 12px 0 20px 0;
}
.userinfo{
    align-items: center;
}
.userinfo>img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    display: block;
}
.userinfo-txt{
    font-size: 14px;
    color: #9DA3A5;
}
.userinfo-txt{
    color: #9DA3A5;
}
.news-item-right{
    overflow: hidden;
    border-radius: 8px;
    display: block;
    width: 150px;
    height: 100px;
    margin-left: 20px;
}
.news-item-right img{
    transition: all 0.5s;
    width: 150px;
    height: 100px;
    border-radius: 8px;
    display: block;
}
.news-item-right:hover img{
    transform: scale(1.1);
}
.news-more,.flash-more{
    border: 1px solid #E5E5E5;
    font-size: 16px;
    color: #526069;
    padding: 14px 0;
    text-align: center;
    background: #fff;
    transition: all 0.5s;
    cursor: pointer;
}
.news-more:hover,.flash-more:hover{
    transform: translateY(-3px);
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
}
.news-content-right{
    width: 280px;
}

.tabBar-item{
    align-items: center;
    justify-content: space-between;
    background: #F7F7FA;
    padding: 20px 28px 20px 20px;
    margin-bottom: 8px;
    cursor: pointer;
}
.active{
    background: #5E3FF8 !important;
}
.active .tb-item-txt,.active .iconfont{
    color: #fff !important;
}
.tabBar-item:last-child{
    margin-bottom: 0;
}
.tabBar-item:hover{
    background: #5E3FF8;
}
.tb-item-txt,.iconfont{
    color: #292638;
}
.icon-xiazaiapp{
    color:#fff;
}
.tabBar-item:hover .tb-item-txt,.tabBar-item:hover .iconfont{
    color: #fff;
    text-decoration: none;
}
.ad_5{
    width: 280px;
    height: 302px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
    margin: 20px 0;
}
.ad_5 img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: all 0.5s;
}
.ad_5:hover img{
    transform: scale(1.1);
}


.flash-content-left{
    flex: 1;
    margin-right: 32px;
    position: relative;
}
.flash-content-left-top{
    align-items: center;
}
.flash-content-left-top-left{
    align-items: center;
}
.flash-content-left-top-txt{
    font-size: 32px;
    font-weight: bold;
    color: #292638;
    margin-right: 15px;
}
.date{
    margin-top: 4px;
}
.mouth,.day{
    align-items: center;
}
.mouth>.txt{
    margin:0 8px;
}
.day>.txt{
    margin-left:8px;
}
.num{
    width: 32px;
    height: 32px;
    background: #292638;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    color: #fff;

}
.txt{
    color: #526069;
}
.flash-content-left-top{
    justify-content: space-between;
    margin-top: 15px;
}
.flash-content-left-top-right{
    align-items: center;
}
.ts{
    margin-right: 12px;
}
/* .custom-control{
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
}
.custom-control-input{
    width: 0 !important;
    height: 0 !important;
} */
.custom-switch .custom-control-label::before{
    background: #E5E5E5 !important;
    width: 44px !important;
    height: 22px !important;
    border-radius: 11px !important;
    border: 1px solid #DDDDDD;
}
.custom-control-input:checked~.custom-control-label::before{
    background: #5E3FF8 !important;
}
.custom-switch .custom-control-label::after{
    background: #FFFFFF !important;
    width: 18px !important;
    height: 18px !important;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after{
    -webkit-transform: translateX(22px) !important;
    transform: translateX(22px) !important;
}
.flash-main{
    margin-top: 24px;
    margin-bottom: 46px;
}
.flash-item-left{
    margin-right:12px;
    align-items: center;
}
.flash-yuan{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 2px solid #292638;
    border-radius: 50%;
}
.flash-line{
    width: 1px;
    height: calc(100% - 12px);
    background-color: #E5E5E5;
}
.flash-item-right{
    margin-top: -4px;
    padding-bottom: 24px;

}
.flash-item-txt{
    color: #292638;
    line-height: 28px;
    margin-left: 20px;
    text-align: justify;
    margin-top: -2px;
}
.flash-item:last-child>.flash-item-right{
    padding-bottom: 0;
}
