.allnews-list-hot{
    padding-top: 6rem;
}
.allnews-list-hot h1{
    margin-bottom: 0;
    line-height: 1;
}
.allnews-list-hot .swiper-container{
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    border-radius: 5px;
}
.allnews-list-hot .item{
    align-items: center;
}
.allnews-list-hot .item .img{
    flex: 4;
}
.allnews-list-hot .item .text{
    flex: 3;
    padding: 15px 3vmax;
}
.allnews-list-hot .item .text i{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #999;
}
.allnews-list-hot .item .text h2{
    margin: 15px 0;
}
.allnews-list-hot .item .text p{
    color: #666;
}
@media screen and (max-width: 480px){
	.allnews-list-hot .item .img{
	    flex: auto;
	    width: 100%;
	}
}