.news_list {
    background: rgb(48, 98, 157);
    width: 260px;
    margin-top: 5px;
    float: left;
}

.news_list li {
    height: 36px;
    padding: 10px;
    line-height: 36px;
}

.news_list li a {
    color: #fff;
}

.active {
    color: rgb(62, 178, 241);
    font-weight: 700;
}

.gcgl {
    line-height: 28px;
    width: calc(100% - 390px);
    padding: 10px 80px 1.1rem 50px;
    margin-left: 260px;
    text-align: center;
}


.gcgl1{
    line-height: 28px;
    text-align: center;
}

.title {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}
.gcgl1 img{
    max-width: 90%;
}