.notice-editor{
    max-width: 1080px; 
    margin: 0 auto;
}
.notice-editor .col{
    width: 50%;
    float: left;
}
.notice-editor .col2 {
    padding-left: 15px;
}
.notice-title, .notice-title2{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    padding: 7px 0 7px 50px;
}
.notice-title{
    background-color: #9AA110;
}
.notice-title span, .notice-title2 span {
    background: #9AA110;
    padding: 5px 10px 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.notice-title span{
    background: #663366;
}
.notice-content{
    margin: 50px 0 70px;
}
.notice-title2{
    background-color: #663366;
}
.notice-title2 span {
    background: #9AA110;
}
.editor-stitle{
    color: #666659;
    font-size: 13px;
    margin: 0;
}
.notice-green{
    color: #999F10;
}
@media screen and (max-width: 875px) {
    .notice-editor .col{
        width: 100%;
       
    }
    .notice-editor .col1{
        text-align: center;
        margin-bottom: 10px;
    }
    .notice-editor .col2 {
        padding-left: 0;
    }
    .notice-content {
        margin: 25px 0;
    }
}