.hotNews {
   
    text-align: center;
    padding: 20px 5px;
    width: 100%;
    box-sizing: border-box;
}
.hotNews a{
    font-size: 20px;
    font-weight: bold;
    color:#000;
    line-height: 26px;
}
.banner {
    width: 100%;
    height: 168px;
    position: relative;
    margin-top: 10px;
}
 
.banner img {
    width: 100%;
    height: 100%;
}
.banner .mui-slider-item {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.banner  .mui-slider-group {
    height: 168px;
}
.banner .mui-slider-item a {
    width: 100%;
    height: 100%;
}
.tab-title-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.banner .mui-segmented-control .mui-control-item {
    width: 30px !important;
    border-bottom: 3px solid rgba(255, 255, 255, .3);
}
.adBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}
.adBox a {
    width: 49%;
    height: 140px;
    margin-bottom: 10px;
}
.adBox a img {
    width: 100%;
    height: 100%;
}