.news{
    margin-bottom: 80px;
}
.news .banner{
    width: 100%;
    margin-bottom: 50px;
}
.news-containt {
    justify-content: space-between;
}
.news .banner img{
    width: 100%;
    height: auto;
    display: block;
}
.news .news-l {
    width: 940px;
}
.news .news-r{
    width: 230px;
}
.news-containt .items-show{
    align-items: center;
}
.news-containt .items-show .items-img{
    margin-right: 30px;
    /* border: 1px dashed #666; */
}
.news-containt .items-show .items-img img{
    width: 320px;
    height: 200px;
    display: block;
}
.news-containt .items-show .items-info .items-time{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3860F4;
    line-height: 18px;
    margin-bottom: 18px;
}
.news-containt .items-show .items-info .items-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #374567;
    line-height: 18px;
    margin-bottom: 14px;
}
.news-containt .items-show .items-info .items-des{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A8BA6;
    line-height: 22px;
    display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-containt .items-show .items-info .items-more{
    width: 82px;
    height: 30px;
    background: #3860F4;
    border-radius: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    text-align: center;
    line-height: 30px;
    margin-top: 27px;
}
.news-containt .news-l .news-list ul li{
    width: 940px;
    height: 160px;
    border-bottom: 1px solid #E4EEFF;
    padding: 0 28px;
    box-sizing: border-box;
    align-items: center;
}
.news-containt .news-l .news-list ul li:hover{
    background: #FFFFFF;
    box-shadow: 0px 3px 17px 1px rgba(161, 181, 254, 0.35);
    border-radius: 5px;
    border-bottom: 1px solid #fff;
}
.news-containt .news-l .news-list ul li .news-list-l{
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
}
.news-containt .news-l .news-list ul li .news-list-l .day{
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #374567;
    line-height: 60px;
}
.news-containt .news-l .news-list ul li .news-list-l .list-time{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A8BA6;
    line-height: 16px;
    margin-top: 11px;
}
.news-containt .news-l .news-list ul li  .news-list-r .list-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #374567;
    line-height: 18px;
    margin-bottom: 12px;
    margin-top: 5px;
}
.news-containt .news-l .news-list ul li  .news-list-r .list-des{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A8BA6;
    line-height: 24px;
    display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-containt .news-r ul{
    background: #FFFFFF;
    width: 100%;
}
.news-containt .news-r ul li {
    /* border: 1px dashed #666; */
    margin-bottom: 10px;
}
.news-containt .news-r ul li:last-child{
    margin-bottom: 10px;
}
.news-containt .news-r ul li img{
    width: 100%;
    height: auto;
    display: block;
}
