body {
    margin: 0;
    background: #F1F4F9;
}

ul li{
    list-style: none;
}

a{
    text-decoration: none;
}

/*bannner*/
.banner {
    color: #FEFEFE;
    background-image: url(./../images/news/img_002.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    height: 50vh;
    padding: 0 15%;
    display: flex;
    align-items: center;
}

.banner_content {
    width: 100%;
}

.banner_title {
    font-weight: bold;
    font-size: 32px;
    margin-left:10%;
    margin-bottom:15px;
}

.banner_des {
    /* height: 50px; */
    font-size: 22px;
    margin-left:10%;
    font-weight:100
}

.content_title{
    padding:5px 20%;
    height:30px;
    background:#F5F9FA;
    line-height:30px;
    font-size: 14px;
}

.content_title img{
    width:12px;
    vertical-align: middle;
    margin-right:20px;
}
.content_part{
    padding:30px 20%;
    display: flex;
    background:#fff;
}
.news_list{
    flex: 2;
    width: 60%; 
}
.news_item{
    display: flex;
    margin-bottom:20px;
}

/* .news_img{
    height:20vh;
} */
.news_content{
    padding: 0 5%;
}
.news_title{
    font-size: 18px;
    font-weight: bold;
    color: #160E41;
}
.news_des{
    font-size: 14px;
    color: #313E47;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0;
}
.news_time{
    color: #949494;
    font-size: 14px;
}

.news_recommand{
    flex:1
}

.recommand_title{
    position: relative;
}
.recommand_title img{
    height:30px;
}

.recommand_title span{
    position: absolute;
    font-size: 16px;
    color: #fff;
    left: 20px;
    line-height: 30px;
}

.recommand_item{
    display: flex;
    margin-bottom: 20px;
}
.recommand_item .news_img{
    flex:1;
}

.recommand_item .news_img img{
    height:10vh;
}
.recommand_content{
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 10%;
    width: 345px;
}
.recommand_title{
    font-size: 14px;
    font-weight: bold;
    color: #160E41;
}
.item_button{
    width:100%;
    border: none;
    height: 35px;
    cursor:pointer;
}

