*{
    box-sizing: border-box;
}
/* 
.vcp-controls-panel {
    display: none;
} */

.fn-hide{
    display: none !important;
}

.w1200center{
    width: 1200px;
    margin: 0 auto;
}

input,select,textarea{
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
    border: none;
}

.header{
    width: 100%;
    height: 62px;
    background: #f4f4f4;
}
.head_content{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}
.logo{
    width: 362px;
    height: 42px;
    background:url(../img/logo.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}
.btns{
    display: flex;
    align-items: center;
}
.btn{
    width: 93px;
    height: 34px;
    cursor: pointer;
    margin-left: 28px;
}
.btn_tg{
    background: url(../img/tougao.png) no-repeat center center;
    background-size: 100%;
}
.btn_dl{
    background: url(../img/login.png) no-repeat center center;
    background-size: 100%;
}

.container{
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    background:#22356B;
    background-size: 1920px;
    padding-bottom: 50px;
    margin: 0 auto;
}
.banner{
    width: 100%;
    /* height: 484px; */
}
.banner img{
    display: block;
    width: 100%;
}
.title{
    width: 254px;
    height: 89px;
    margin: 84px auto 18px;
}
.tit_zb{
    background: url(../img/zb.png) no-repeat center center;
    background-size: 100%;
}
.tit_zf{
    background: url(../img/cl.png) no-repeat center center;
    background-size: 100%;
}
.tit_bd{
    background: url(../img/bd.png) no-repeat center center;
    background-size: 100%;
}
.tit_zx{
    background: url(../img/zx.png) no-repeat center center;
    background-size: 100%;
}

.group{
    display: flex;
    flex-wrap: wrap;
    padding: 0 18px;
}
.art_item{
    cursor: pointer;
    width: 364px;
    margin-right: 34px;
    margin-bottom: 55px;
}
.art_item:nth-child(3n){
    margin-right: 0;
}
.art_img{
    width: 100%;
    height: 212px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.art_img img{
    width: 100%;
    height: 100%;
    display: block;
}
.art_tit{
    margin-top: 27px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    color: #f4f4f4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.look_more{
    cursor: pointer;
    width: 224px;
    height: 54px;
    background: url(../img/more.png) no-repeat center center;
    background-size: 100%;
    margin: 0 auto;
}

.zb {
    display: flex;
}

.zbvideo {
    width: 812px;
    height: 457px;
    background-color: black;
    border-radius: 10px 0px 0px 10px;
    margin-right: 16px;
    position: relative;
}
.zbvideo img {
    position: absolute;
    width: 163px;
    height: 163px;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.zblist {
    width: 335px;
    height: 457px;
    background: #FFFFFF;
    border-radius: 0px 10px 10px 0px;
    display: flex;
}

.ddlist {
    margin-top: 14px;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dd {
    width: 12px;
    height: 12px;
    background: #484848;
    border-radius: 50%;
}

.line {
    width: 1px;
    height: 61px;
    background: #9B9B9B;
    opacity: 0.5;
}

.ddactive {
    background: #3368FF;
}

.ct {
    margin-top: 10px;
    margin-left: 13px;
    line-height: 1;
    color: #484848;
    cursor: pointer;
}

.ct1 {
    font-family: OPPOSans;
    font-weight: 800;
    font-size: 21px;
    margin-bottom: 7px;
}

.ct2 {
    font-family: OPPOSans;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
}

.ct3 {
    font-family: OPPOSans;
    font-weight: bold;
    font-size: 14px;
}

.cactive {
    color: #3368FF;
}

.time {
    margin-left: 27px;
}