#content_body{
    background-image: url("/content/image/page_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgb(249, 249, 255);
}
.content_1160{
    width: 1160px;
    margin: 0 auto;
}
.content_860{
    width: 860px;
}
.content_284{
    width: 284px;
}

.content_page_header{
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}
.content_page_header .banner{
    height: 330px;
    overflow: hidden;
}
.content_page_header .banner .img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.content_page_header .banner .swiper-pagination-bullet{
    width: 82px;
    height: 4px;
    background: rgba(217,217,217,0.5);
    margin: 0 3px;
    opacity: 1;
    border-radius: 0;
}
.content_page_header .banner .swiper-pagination-bullet-active{
    background: #4151FB;
}

.content_page_header .other{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content_page_header .other .advertisement{
    width: 100%;
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.content_page_header .other .advertisement .img{
    width: 100%;
    height: 100%;
}
.content_page_header .other .advertisement .msg{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(0,0,0,0.3);
    font-weight: 600;
    font-size: 12px;
    color: #FFF;
}
.content_page_header .other .email{
    background-image: url("/content/image/email_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    
    width: 100%;
    height: 160px;
    border-radius: 8px;
    padding: 24px 24px 17px;
}
.content_page_header .other .email .title{
    font-weight: 600;
    font-size: 16px;
    color: #36354C;
    text-align: center;
}
.content_page_header .other .email .input_wrap{
    width: 236px;
    height: 32px;
    background: #FFF;
    border-radius: 100px;
    padding-left: 12px;
    display: flex;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 17px;
}
.content_page_header .other .email .input_wrap > label{
    flex: 1;
    height: 100%;
}
.content_page_header .other .email .input_wrap input{
    height: 100%;
    font-size: 12px;
    font-weight: 400;
    color: rgba(112,114,122,0.8);
}
.content_page_header .other .email .input_wrap .btn{
    width: 83px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #4151FB;
    border-radius: 100px;
    color: #FFF;
    cursor: pointer;
}
.content_page_header .other .email .check_wrap{
    display: flex;
}
.content_page_header .other .email .check_wrap .check{
    width: 12px;
    min-width: 12px;
    height: 12px;
    margin-right: 10px;
    flex-shrink: 0;
    -webkit-appearance: checkbox;
    margin-top: 2px;
    cursor: pointer;
}
.content_page_header .other .email .text{
    font-size: 12px;
    font-weight: 400;
    color: rgba(112,114,122,0.8);
}
.content_page_header .other .email .text span{
    color: #2875e8;
    cursor: pointer;
}

.content_page_content{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 40px;
}
.content_page_content .main_left .block{
    width: 100%;
    border-radius: 8px;
    padding: 36px 24px;
    background: #FFF;
    margin-top: 16px;
}
.content_page_content .block:first-child{
    margin-top: 0;
}

.content_page_content .block .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}
.content_page_content .block .header .title{
    font-size: 20px;
    font-weight: 600;
    color: #4151FB;
}
.content_page_content .block .header .more{
    font-size: 14px;
    font-weight: 400;
    color: #4F5365;
    cursor: pointer;
}
.content_page_content .block .list{
    display: flex;
    flex-wrap: wrap;
}
.content_page_content .block .list .card{
    width: 256px;
    margin-right: 22px;
    margin-top: 29px;
}
.content_page_content .block .list .card:nth-child(3n){
    margin-right: 0;
}
.content_page_content .block .list .card.document > img{
    width: 256px;
    /*height: 109px;*/
    height: auto;
    background: #DDD;
    border-radius: 8px;
    object-fit: cover;
}
.content_page_content .block .list .card.document .title{
    font-size: 16px;
    font-weight: 600;
    color: #36354C;
    margin-top: 12px;
    margin-bottom: 6px;
    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content_page_content .block .list .card.document .msg{
    font-size: 14px;
    font-weight: 400;
    color: rgba(112,114,122,0.8);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_page_content .block .list .card.video .img{
    width: 256px;
    height: 144px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.content_page_content .block .list .card.video .img > img{
    width: 100%;
    height: 100%;
    background: #DDD;
}
.content_page_content .block .list .card.video .img .label{
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 20px;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    border-radius: 0 8px 0 8px;
}
.content_page_content .block .list .card.video .img .label.active{
    background: rgba(65,81,251,0.8);
}
.content_page_content .block .list .card.video .img .label.no_active{
    background: rgba(0,0,0,0.5);
}
.content_page_content .block .list .card.video .title{
    font-size: 16px;
    font-weight: 600;
    color: #36354C;
    margin-top: 12px;
    margin-bottom: 6px;
    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content_page_content .block .list .card.video .time{
    font-size: 14px;
    font-weight: 500;
}
.content_page_content .block .list .card.video .time.active{
    color: #4151FB;
}
.content_page_content .block .list .card.video .time.no_active{
    color: rgba(112,114,122,0.8);
}
.content_page_content .block .main{
    display: flex;
    justify-content: space-between;
    margin-top: 29px;
}
.content_page_content .block .main .big{
    width: 384px
}
.content_page_content .block .main .big .img{
    width: 384px;
    /*height: 216px;*/
    height: auto;
    border-radius: 8px;
    background: #DDD;
    object-fit: cover;
}
.content_page_content .block .main .big .title{
    font-size: 20px;
    font-weight: 600;
    color: #36354C;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 14px 0;
}
.content_page_content .block .main .big .btn{
    width: 116px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    background: #4151FB;
    border-radius: 100px;
}
.content_page_content .block .main .list{
    display: flex;
    flex-wrap: wrap;
    width: 408px;
}
.content_page_content .block .main .small{
    width: 194px;
    margin-right: 20px;
}
.content_page_content .block .main .small:nth-child(2n){
    margin-right: 0;
}
.content_page_content .block .main .small .img{
    width: 194px;
    /*height: 82px;*/
    height: auto;
    border-radius: 8px;
    background: #DDD;
    object-fit: cover;
}
.content_page_content .block .main .small .title{
    font-weight: 600;
    font-size: 14px;
    color: #36354C;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}


.protocol_popup{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    align-items: center;
}
.protocol_popup .protocol_mask {
    position: absolute;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.protocol_popup .protocol_main {
    display: none;
    width: 600px;
    margin: 54px auto;
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    left: 50%;
    transform: translateX(-50%);
}

.protocol_popup .protocol_main .protocol_header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.protocol_popup .protocol_main .protocol_header span {
    float: right;
    padding: 0 10px 10px 10px;
    cursor: pointer;
    color: #333;
}
.protocol_popup .protocol_main .protocol_content {
    max-height: 400px;
    overflow-y: auto;
    font-size: 14px;
    position: relative;
    padding: 15px;
}
.protocol_popup .protocol_main .protocol_content p {
    margin-bottom: 10px;
}

.protocol_popup .message_main {
    display: none;
    width: 600px;
    margin: 54px auto;
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    left: 50%;
    transform: translateX(-50%);
}
.protocol_popup .message_main .message_content {
    max-height: 400px;
    overflow-y: auto;
    font-size: 14px;
    position: relative;
    padding: 15px;
}