.news {
    margin-bottom:100px;
}
.news-title {
    margin: 55px auto 0;
    font-size:24px;
    font-weight:600;
    color:rgba(74,74,74,1);
    text-align: center;
}
.news-list >li>a{
    display:flex;
    align-items: flex-start;
    border-bottom:1px solid #E5E5E5;
    padding-bottom:24px;
    margin-top:40px;

}
.img-news {
    width: 132px;
    height: 132px;
}
.img-news>img {
    width: 100%;
    height: 100%;
}
.des-news {
    flex: 1;
    margin-left:30px;
}
.des-news p:first-child {
    margin-bottom:15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.des-news p:first-child > span:first-child {
    font-size:18px;
    font-weight:600;
    color:rgba(74,74,74,1);
}
.des-news p:last-child > span:last-child {
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.des-news p:last-child {
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:29px;
}
/* 新闻详情 */
.news-date {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 35px;
}
.date-text {
    display: flex;
    align-items: center;
}
.date-text > span:first-child{
    width:4px;
    height:18px;
    background:rgba(233,71,58,1);
    border-radius:4px;
}
.date-text > span:last-child{
    font-size:16px;
    font-weight:400;
    color:rgba(74,74,74,1);
    margin-left:10px;
}

.news-headline{
    color:#4A4A4A;
    font-size:20px;
    line-height:33px;
    font-weight:600;
    margin-bottom: 10px;
}
.news-content{
    color:#4A4A4A;
    font-size:16px;
    line-height:33px;
}
.news-img {
    text-align: center;
}
.mg-bt-50{
    margin-bottom:50px;
}
.mg-bt-30{
    margin-bottom:30px;
}