body{ color: #333333; }
.section-video{ margin-bottom: 15px; }
.news-items ul{ width: 100%; display: block; list-style: none; margin-top: 55px; padding-bottom: 100px; }
.news-items ul li{ height: 300px; width: 100%; background-color: #eff1ff; position: relative; border: 1px solid #eff1ff; border-radius: 20px;box-shadow: 0 0 8px 2px #eff1ff; margin-bottom: 60px; }
.news-items ul li{ display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; }
.news-img{ position: absolute; right: 0; height: 100%; width:42%; border-top-right-radius: 20px; border-bottom-right-radius: 20px; }
.news-desc{     
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 58%;
    height: 100%;
    padding-right: 60px;
    padding-left: 60px }
.news-desc .news-detail{ width:100%; display: block; }
.news-desc .news-detail .news-title{ font-size: 32px; font-weight: 600; color: #122547; }
.news-desc .news-detail .news-title a:hover{ color: #6077ff;}
.news-desc .news-detail .news-text{ font-size: 17px; color: #666666; line-height: 28px; margin-top: 20px; }
.news-desc a{ display: inline-block; }