.article  .poy{width: 100%;
    float: left; background: #f9f9f9; }
.article  .poy .left{width: 40%;float: left}
.article .poy .arc-tite{width: 60%;float: left}
.article .ck-logo img{width: 40px !important;}
@media only screen and (max-width:800px) {
    .article .poy .left{width: 100%;float: left}
    .article .poy .arc-tite{width: 100%;float: left}

}


.elementtemp {
    right: 4%;
    bottom: 75px;
    color: #FFF;
    font-size: 15px;
    line-height: 30px;
    background-color: rgba(244, 67, 54, 0.9);
    border-radius: 25px;
    padding: 0 24px;
    width: auto;
    cursor: pointer;
    display: none;
    opacity: 0.3;
}
#case_details img{width: 60px}
#case_details .left img{width: 100%}
.adfront{
    width: 100%;
    height: 100%;
    background: #000000;
    display: none;
}
.adfront .content{
    width: 50%;
    height: 50%;
    color: #FFF;
    position: absolute;
    background: #0000CC;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
    line-height: 38px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    padding: 50px;
}
.ck-yytf-closead1,.ck-time{
    position: absolute;right: 30px;top: 10px;z-index: 999;float: right;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 15px;
    background: rgba(0, 0, 0, .6);
    padding: 0px 10px;
    line-height: 30px;
    height: 30px;
    color: #FFF;}
.ck-yytf-closead1{right: 100px;}
/*.video1 .ck-bar{display: none}*/
.imgres{display: none}
.imgres li{
    padding: 0;margin-top: 5px}
.imgres li a{
    height: 34px;line-height:34px;
    color: #fff;font-size: 14px;
    padding: 0px 8px;
    border-radius: 25px;
    width: 100%;
    display: inline-block;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
a.video.active{background-color: rgba(255, 255, 255, 0.4);}
div.video,#iframe{
    width:100% !important; height: 675px;padding-bottom:0 !important;
}
div.video1{
    width:100% !important; height: 675px!important;padding-bottom:0 !important;overflow: hidden
}
div.video{overflow: hidden}
.ckplayer-ckplayer .ck-main .ck-screenshot{bottom: -110px!important;}

.cont,.cont p{width: 100%;float: left}
.cont p img{width: 100% !important}
.videotitle{width: 100%;float: left;margin:15px 0}
@media (max-width:1024px) {

    div.video,#iframe{
        height: 460px;
    }
    div.video1{
        height: 460px!important;
    }
    .imgres{width: 100% !important;
        position: initial!important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;}
    .imgres li{margin : 10px}
    .imgres li,.imgres li a{
        height: 24px;line-height:24px;}
}
@media (max-width:719px) {
    div.video,#iframe{
        height: 260px;
    }
    div.video1{
        height: 260px!important;
    }
    .imgres{width: 100% !important;
        position: initial!important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;}
    .imgres li{margin : 10px}
    .imgres li,.imgres li a{
        height: 24px;line-height:24px;}
}


.img_p{text-align: center;text-indent:0!important;position: relative;overflow: hidden;}
.img_p .background{
    position: absolute;
    top: 0;
    z-index: 0;
}
.img_p img{
    position: relative;z-index: 1}
.p_l{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #555;text-indent: 0em;
    background: #fff url(https://hbsjsdoss.oss-cn-zhangjiakou.aliyuncs.com/hbsjsd-img/33/20250106/x.png) no-repeat 0 6px;
    background-size: 13px;padding-left: 15px;line-height: 1.6; position: relative;z-index: 1;padding-top: 8px;transition:.3s
}

.img_p img {
    /* 默认情况下 */
    cursor: default;
}

.img_p img:hover {
    /* 当鼠标悬停在图片上时 zoom-out*/
    cursor: zoom-in;
}
.img_p.fullscreen {position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #000;
    width: 100% !important;
    height: 100vh !important;
    display: flex
;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;  animation: slideopacity 0.3s ; }
.img_p.fullscreen img{max-height: 100%!important;width: auto!important;max-width:90%}
.img_p.fullscreen .p_l{display: none}
.img_p.fullscreen img:hover{
    cursor: zoom-out;
}

@keyframes slideopacity {
    0%{ opacity:0}
    100% { opacity: 1}
}