.marketing_title {
    margin: 0;
    font-size: 0px;
    color: #1f73bc;
    font-weight: normal;
}
.marketing_content {
    width: 100%;
}
.marketing_content img {
    max-width: 100%;
}
.content_class_wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}
.content_class_wrap .cc_item {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content_class_wrap .cc_item .cc_tit {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
}
.content_class_wrap .cc_item .cc_ul li {
    line-height: 1.5;
    list-style-type: disc;
}
.content_class_wrap .cc_item .cc_ul li a {
    color: #333;
    font-size: 14px;
}
.content_class_wrap .cc_item .cc_ul li a:hover {
    text-decoration: underline;
}
.content_class_wrap .cc_item .cc_ul li a[href $='.pdf'] {
    padding-left: 18px;
    background: url('/fronten/images/application-pdf.png') no-repeat left;
}
@media (max-width: 992px) {
    .content_class_wrap .cc_item {
        width: 100%;
    }
}

/*生成页面*/
    .get_div{display: none;}
    .content_block{width: 100%;margin: 0 auto;}
    .banner_link{padding: 0 0 30px;}
    .banner_link img{width: 100%;}
    .get_title{position: relative; font-size: 24px;line-height: 52px; padding: 0px 10px; font-weight: bold; text-transform: capitalize;overflow: hidden;}
    .get_title:before {position: absolute;border-bottom: 1px solid #e6e6e6;content: ""; width: 100%; height: 1px;left: 0;right: 0; bottom: 0px;}
    .get_title:after{position: absolute; content: ""; width: 30%; height: 4px; background: #000; left: 0; bottom: 0px;}
    .view_content{padding: 30px 0;overflow: hidden;}
    .view_content .text_item table tr:nth-child(1){background-color: #eee!important;}
    .view_content .text_item table tr td{border: 1px solid #ddd!important;font-family: 'Microsoft YaHei'!important;font-size: 13px!important;padding: 4px;}
    .view_content .text_item table tr:nth-child(1) td{text-align: center;border: 1px solid #ddd!important;font-family: 'Microsoft YaHei'!important;font-size: 13px!important;font-weight: bold!important;padding: 10px 4px;}

    .vdo_view .l_item{float: left;width: 62%; min-height: 290px; margin-right: 30px;}
    .vdo_view .l_item iframe{ height: 100%; height: 290px; width: 100%;}
    .vdo_view .l_item video{width: 100%;background: #000;}
    .vdo_view .r_item{ padding:0 20px 0 0; box-sizing: border-box;}
    .item_title{font-size: 20px; font-weight: bold; text-transform: capitalize; padding: 10px 0;}
    .item_text{font-size: 14px;line-height: 1.6;}
    .watch_now{width: 200px; height: 45px; background: #f4f5f7; display: inline-block; text-align: center; line-height: 45px; font-size: 16px; color: #006bbd; text-transform: uppercase; font-weight: bold; border-radius: 5px; border: 1px solid #e6e6e6; margin-top: 25px;}
    .picture_view .l_item{float: left;width: 55%;text-align: left;}
    .picture_view .l_item img{width: auto;max-width: 100%;}
    .picture_view .r_item{float: right; width: 37%;padding: 20px; box-sizing: border-box;}
    .picture_view .view_content{padding: 30px 0;overflow: hidden;border-bottom: 1px solid #e6e6e6;}
    .picture_view .view_content:last-child{border-bottom: 0;}
    .col_view .view_content{padding: 30px 0px 0;}
    .col_view .col_item,.col_2_view .col_item{margin-right: 0; box-sizing: border-box; float: left; width: auto;}
    .item_img{text-align: center;}
    .item_img img{width: 100%;}
    .col_2_view .view_content{padding-top: 0;}
    .col_view .col_item:last-child,.col_2_view .col_item:last-child{margin-right: 0;float: right;}
    .col_view .item_text,.col_2_view .item_text{padding: 15px 10px;font-size: 16px;}
@media (max-width: 768px){
    .vdo_view .l_item,.vdo_view .r_item,.picture_view .l_item,.picture_view .r_item{width: 100%;}
    .col_view .col_item,.col_2_view .col_item{width: 100%;margin-right: 0;}
}
