.news_border_bottom {
    border-bottom: 1px solid #D8D9DC;
}

.text_indent_2em {
    text-indent: 2em;
}

.news_info {
    font-size: 16px;
    color: #333;
    padding-top: 20px;
}

.hoverYellow {
    cursor: pointer;
}

.hoverYellow:hover {
    color: #F1A000 !important;
}

.hoverYellow:hover .dy_video_time{
    color: #F1A000 !important;
}

.hoverScale105:hover img {
    transform: scale(1.05);
    transition: all 0.3s;
}

.callme_img {
    /* transform: rotate(180deg, 0); */
    /* rotate: -360deg; */
}

.callme input,
textarea {
    border: 1px solid #BCBCBC;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dynamic_video_info{
    border-radius: 0 0 10px 10px;
}

.b_radius_10{
    border-radius: 10px !important;
}

.abs_center{
    left: 50%;
    transform: translateX(-50%);
}

.cpxq_md_1{
    overflow: hidden;
    border-radius: 10px;
}
@media screen and (max-width:1200px) {
    .cpxq_md_1{
        height: 32%;
        margin-top: 1%;
        padding: 0;
    }
    /* .cpxq_md_1 img{
        height: auto;
    } */
    .cpxq_img_con{
        margin: 10px auto;
        padding: 0;
    }
}

@media screen and (max-width:1024px) {
    .aside_global{
        display: none !important;
    }
}

.aside_global{
    width: 75px;
    height: 350px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    right: 20px;
    border-radius: 16px;
    border: 1px solid #F2F3F5;
    box-shadow: 0px 10px 16.5px 0px #0000001A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #fff;
}

.aside_global img{
    width: 45px;
    height: 45px;
}
.aside_global>div+div{
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}
.aside_global>div+div .hover-img{
    display: none;
}
.aside_global>div+div:hover{
    background-color: #F8B800;
}
.aside_global>div+div:hover .gray-img{
    display: none;
}
.aside_global>div+div:hover .hover-img{
    display: block;
}
.aside_global>div+div:hover .hover-img-wb{
    scale: 1.3;
}

.imgContents{
    display: none;
}

.imgContents_select{
    display: block;
}

.video_contents{
    display: none;
}

.video_contents_select{
    display: block;
}

.videoCs{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    display: none;
}
.videoCs video{
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
}
.videoCs img{
    position: absolute;
    top: 10px ;
    right: 10px;
    cursor: pointer;
}
.bg{
    display: none;
}

.asset_list img{
    object-fit:cover;
    border-radius: 10px 10px 0 0;
}

.asset_list.img_con img{
    border-radius: 10px 10px 10px 10px;
}

.fit-cover{
    object-fit: cover;
}

.callMe-form input,textarea{
    border-radius: 4px;
}