.news_list{
    margin-top: 6px;
    overflow: hidden;
}
.news_list li{
    padding: 14px;
    
}

.news_box{
    background: #FAFAFA;
}
.news_box .img{
    width: 100%;
    height: 266px;
    overflow: hidden;
}
.news_box .item{
    padding: 10px 24px;
}
.news_box .item p{
    font-size: 22px;
    font-family: AlibabaSans-Regular;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
    /* height: 58px; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_box .item .time{
    display: flex;
    align-items: center;
    /* margin-top: 40px; */
}
.news_box .item .time img{
    opacity: 0.26;
    margin-right: 6px;
}
.news_box .item .time span{
    font-size: 14px;
    font-family: AlibabaSans-Regular;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
    opacity: 0.42;
}




.news_show {
	
}

.news_show .title{
	margin-top: 70px;
	font-size: 18px;
	font-family: AvenirLT-Medium;
	font-weight: 400;
	color: #303030;
	text-align: center;
	line-height: 30px;
}

.news_show .date{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	font-family: AvenirLT-MediumOblique;
	font-weight: normal;
	color: #303030;
	text-align: center;
}
.news_show .img{
	margin-top: 35px;
	max-height: 330px;
}
.news_show img{
	max-height: 100%;
	max-width: 100%;
}

.news_show .content{
	margin-top: 20px;
	font-family: AlibabaSans-Regular;
}


@media screen and (min-width: 1200px) {
    .news_list{
        margin-left: -12px;
        margin-right: -12px;
    }
}