html,body,*{padding:0px;margin:0px;text-decoration: unset;}
div#pages {
    text-align: center;
}
div#pages a {
    display: inline-block;
    width: 45px;
    height: 40px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    line-height: 40px;
    color: #000000;
    font-size: 17px;
    margin-right: 15px;
}
div#pages a#pageactive,div#pages a:hover{
    background-color: rgb(94, 164, 243);
    color: #fff;
}
div#pages a:last-of-type {
    width: 100px;
    margin-right: 0px;
}
div#pages a:first-child,div#pages .go {
    display: none;
}
@media only screen and (min-width:0) and (max-width:1500px) {
    .header1 {
        padding: 0px 5% !important;
    }

    .header1 .site_logo + span {
        display: none !important;
    }

    .mb_index_box .page_content {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .detail_box .content_box {
        margin: 30px 5% !important;
    }
}
.header1 {
    display: block;
    height: 82px;
    background-image: url(./imgs/hbg.png);
    background-size: cover;
    padding: 0px 6%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    background-color: rgb(245, 245, 245);
    box-shadow: 1.06px 1.696px 18px 0px rgba(190, 190, 190, 0.6);
}

.header1 .site_logo {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    float: left;
}
.header1 .site_logo {
    width: 52px;
    overflow: hidden;
}
.mb_index_box .header1 .site_logo{width:auto}
.header1 .site_logo img.logo_a {}


.header1 .flex_content {
    display: inline-block;
    vertical-align: middle;
    margin-top: 14px;
    max-width: calc(100% - 210px);
    float: right;
    /* vertical-align: middle; */
}

.header1 .flex_content .nav {
}

.header1 .flex_content .nav .item {
    color: #fff;
    font-size: 14px;
    margin-left: 30px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-bottom: 24px;
}

.header1 .flex_content .nav a.item.btn_item {
    background-color: rgb(101, 115, 231);
    text-align: center;
    border-radius: 25px;
    width: auto;
    padding: 6px 12px;
}
.header1 .flex_content .nav .p_child {
    display: none;
    position: absolute;
    left: 0px;
    margin-top: 26px;
    background: #fff;
    padding: 0px 10px;
    width: 85px;
    color: #000000;
    font-size: 13px;
    z-index: 2;
}

.header1 .flex_content .nav .item:hover .p_child {
    display: inline-block;
}

.header1 .flex_content .nav .p_child a.c_item {
    display: block;
    color: #000000;
    font-size: 14px;
    margin: 15px 0px;
}

.header1 .flex_content .nav .p_child a.c_item:hover {
    color: rgb(45, 105, 249);
}
body.mb_index_box body.mb_index_box {}

body.mb_index_box .header1 {
    background: transparent;
    box-shadow: unset;
    position: absolute;
    z-index: 2;
    /* max-width: 1920px; */
    /* left: 50%; */
    /* margin-left: -50%; */
}

.header1 .header_box {
    position: relative;
}

.header1 .flex_content .nav_category {
    display: inline-block;
    width: 200px;
}

.header1 .flex_content .nav_category .item_a {
    display: inline-block;
    font-size: 14px;
    margin-right: 26px;
}
.mb_index_box .header1 .flex_content .nav_category .item_a a{color: #fff;}
.header1 .flex_content .nav_category .item_a a{
    color: #666666;
}
.header1 .flex_content  .global_search {
    display: inline-block;
    width: calc(100% - 390px);
    position: relative;
    text-align: left;
}

.header1 .flex_content  .global_search.search-box input.search-input {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 852px;
    max-width: calc(100% - 130px);
    height: 50px;
    z-index: 219;
    border: none;
    display: inline-block;
    padding-left: 21px;
}

.header1 .flex_content  .global_search.search-box button.searchBtn.iconfont {
    border: none;
    display: inline-block;
    background-color: rgb(22, 103, 234);
    width: 120px;
    height: 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    position: absolute;
    right: 109px;
    top: 0px;
}



.header1 .flex_content a.nav_jl_btn {
    display: inline-block;
    background-color: rgb(53, 204, 255);
    width: 150px;
    height: 50px;
    border-radius: 10px;
    color: #fff;
    line-height: 50px;
}
.footer_box {
    background-color: rgb(29, 38, 45);
    color: #adadad;
    font-size: 15px;
    text-align: center;
    line-height: 72px;
    letter-spacing: 0px;
    z-index: 1;
    position: relative;
}
/**
index
 */
.top_box {text-align: center;position: relative;}

.top_box .top_bg {
    z-index: 0;
    width: 100%;
}

.top_box .top_bg>img {
    width: 100%;
}

.top_box .person_box {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -500px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 113px;
    z-index: 3;
}

.top_box .person_box>img {}

.top_box .slogan_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -250px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    z-index: 5;
}

.top_box .slogan_box h1.slogan_h1 {
    font-size: 48px;
    font-weight: bold;
}

.top_box .slogan_box h2.slogan_h2 {
    font-size: 37px;
    margin: 3px 0px 21px;
}

.top_box .slogan_box .btn_txt {
    display: inline-block;
    border-radius: 20px;
    background-color: rgb(53, 204, 255);
    width: 295px;
    height: 50px;
    line-height: 50px;
}

.top_box .slogan_box .btn_txt img {
    position: relative;
    top: 4px;
    margin-right: 4px;
}

.top_box .slogan_box .btn_txt span {}
body.mb_index_box .sub_list_box {
    margin-bottom: 23px;
}

body.mb_index_box .sub_list_box .sort_box {
    margin-bottom: 10px;
}

body.mb_index_box .sub_list_box .sort {
    display: inline-block;
}

body.mb_index_box .sub_list_box .sort a.active {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

body.mb_index_box .sub_list_box .sort_box a.result_tips {
    float: right;
    color: #999999;
}

body.mb_index_box .sub_list_box .sub_list {}

body.mb_index_box .sub_list_box .sub_list li {display: inline-block;margin-right: 20px;width: calc(16.5% - 17px);}
body.mb_index_box .sub_list_box .sub_list li:last-child{margin-right:0px}
body.mb_index_box .sub_list_box .sub_list li img{
    height: 120px;
    width: 100%;
}

body.mb_index_box .sub_list_box .sub_list li .title {
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-bottom: 6px;
}

body.mb_index_box .sub_list_box .sub_list li .title a {
    color: #999999;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
body.mb_index_box {
    background: #f4f4f4;
}
/** changgui list page*/
body.mb_list_page {
    background: #eceff1;
}
.nav_box {
    margin-bottom: 20px;
}

.nav_box a {
    font-size: 14px;
    color: #666666;
}

.category_box {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    min-height: 161px;
}

.category_box .category_con {
    border-bottom: 2px solid rgb(236, 239, 241);
    padding: 12px 0px  12px 12px;
    margin-bottom: 10px;
}

.category_box .category_con a.selected:after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 78px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    background: #1667ea;
    margin-left: -39px;
}

.category_box .category_con a {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    width: auto;
    padding: 0px 37px;
    position: relative;
}
.category_box .category_con a:hover{opacity:0.8}
.category_box .category_con_two {
    padding: 12px 0px 12px 39px;
}
.category_box .category_con_two a{color: #999999;font-size: 14px;padding-right: 64px;}
.category_box .category_con_two a.selected,.category_box .category_con_two a:hover{color:#1667ea}
.category_box  .category_con_two .re_search_box {
    margin: 20px 0px 20px;
}

.category_box  .category_con_two .re_search_box a {
    border-radius: 5px;
    background-color: rgb(236, 239, 241);
    height: 24px;
    padding: 0px 17px;
    margin-right: 24px;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
}
.category_box .category_con_two .re_search_box a:hover{
    color: #fff;
    background:#1667ea;
}
.category_box .category_con_two .re_search_box a:first-child{
    background: transparent;
    padding-right: 0px;
    padding-left: 0px;
    cursor: default;
    color: #999999 !important;
}
.sort_box {
    margin-top: 30px;
}

.sort_box .sort_con {}

.sort_box .sort_con a {
    color: #666666;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0px 16px;
    cursor: pointer;
    border: 1px solid transparent;
}
.sort_box .sort_con a.selected{
    border: 1px solid rgb(22, 103, 234);
    border-radius: 5px;
    color: rgb(22, 103, 234);
}
.sort_box .sort_con a:hover{color: rgb(22, 103, 234);}
.page_content {
    padding: 35px 6%;
}

.page_content .com_mb_list {
    text-align: left;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100% !important;
}

.com_mb_list .mb_item {
    display: inline-block;
    min-width: 14%;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.351px 3.236px 5.88px 0.12px rgba(183, 183, 183, 0.33);
    padding: 4px 4px 18px;
    animation: slidedown 0.3s linear forwards;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-basis: 0;
    -webkit-flex-basis: 0;
    margin: 0px 20px 50px 0px;
}
.com_mb_list .mb_item:nth-child(6n){
    margin-right: 0px;
}
.com_mb_list .mb_item.flex_empty_item{
    border: 0px;
    box-shadow: unset;
    background: transparent;
    width: 0px !important;
    height: 0px !important;
    margin-bottom: 0px;
}
.com_mb_list .mb_item_box{
    width: 100%;
    overflow: hidden;
}
.com_mb_list .mb_item .img_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(241, 241, 241);
    border-radius: 3px;
    background: url(./imgs/word_item_bg.png);
    background-size: cover;
    cursor: pointer;
    padding: 11px;
    box-sizing: border-box;
}

.com_mb_list .mb_item .img_box img {
    width: 100%;
}

.com_mb_list .mb_item .title_box {
    padding: 0px 8px;
}

.com_mb_list .mb_item .title_box>a {
    display: inline-block;
    color: #000000;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 18px 0px 8px 0px;
}

.com_mb_list .mb_item .title_box .down_box {}

.com_mb_list .mb_item .title_box .down_left {
    color: #999999;
    display: inline-block;
}

.com_mb_list .mb_item .title_box .down_left svg.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #999999;
    vertical-align: middle;
}
.mb_index_box .com_mb_list .mb_item .title_box .down_left svg path{fill:#999999}
.com_mb_list .mb_item .title_box .down_left span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.com_mb_list .mb_item .title_box .down_right {
    display: inline-block;
    float: right;
    width: 80px;
    height: 24px;
    border-radius: 3px;
    background-color: rgb(45, 105, 249);
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 13px;
}
.com_mb_list .mb_item .img_box span {
    display: inline-block;
    width: 40px;
    height: 19px;
    background-color: #2d69f9;
    color: #fff;
    text-align: center;
    font-size: 13px;
    position: absolute;
    left: 0px;
    top: 11px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-right: 2px;
}

.mb_index_box .zx_ad_box{background-image: url(./imgs/index_bg2.png);background-size: cover;min-height: 470px;}

.mb_index_box .mb_list_box:first-child{}
.mb_list_box{
    padding: 40px 0% 0px;
}
.mb_index_box .mb_list_box:nth-child(1){background:#f6f6f6;padding-top: 0px;}
.mb_index_box .mb_list_box .a_title {
    display: block;
    margin-bottom: 15px;
}

.mb_index_box .mb_list_box .a_title span {
    color: #666666;
    font-size: 18px;
}

.mb_index_box .mb_list_box .a_title>a {
    color: #999999;
    font-size: 14px;
    float: right;
}
.mb_index_box .mb_list_box .a_title>a:hover{color:rgb(20, 103, 255)}

.mb_index_box .article_mw {
    margin: 35px 9%;
    background: #fff;
    border-radius: 25px;
    position: relative;
    padding: 20px;
    margin-bottom: 110px;
}

.mb_index_box .article_mw .article_mw_l_tl {
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #1467ff;
    margin-bottom: 22px;
}

.mb_index_box .article_mw .article_mw_l_tl>span {
    height: 42px;
    line-height: 42px;
    color: #333;
    font-weight: 700;
    float: left;
}

.mb_index_box .article_mw .article_mw_l_tl a.more {
    font-size: 14px;
    float: right;
    border-radius: 6px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    color: #1467ff;
}

.mb_index_box .article_mw .article_mw_l_tl>span a {
    min-width: 82px;
    height: 42px;
    line-height: 42px;
    font-size: 19px;
    color: #333;
    font-weight: 700;
    float: left;
}

.mb_index_box .article_mw .article_mw_l_tl>span i {}

.mb_index_box .article_mw .article_mw_bot {}

.mb_index_box .article_mw .article_mw_bot .article_mw_l {}

.mb_index_box .article_mw .article_mw_bot  ul {
    margin-top: 9px;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 18px;
}
.mb_index_box .article_mw .article_mw_bot ul:last-child{border:none}
.mb_index_box .article_mw .article_mw_bot  ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 41px;
    width: 24%;
}

.mb_index_box .article_mw .article_mw_bot  ul li span {
    font-size: 12px;
    color: #9f9f9f;
    margin-right: 10px;
    background: #f0f0f0;
    padding: 4px 10px;
    border-radius: 48px;
    height: 30px;
    line-height: 30px;
}

.mb_index_box .article_mw .article_mw_bot  ul li i {
    font-size: 13px;
    color: #a9a9a9;
    float: right;
    font-style: initial;
}

.mb_index_box .article_mw .article_mw_bot  ul li a {
    color: #333;
}

/**changui detail page*/
.detail_box {
    background: #eceff1;
}
.detail_box .header1{
    padding: 0px 9%;
}
.detail_box .content_box {
    margin: 30px 9%;
}

.detail_box  .left_box {
    display: inline-block;
    width: 68%;
    vertical-align: top;
    margin-right: 2%;
    background: #fff;
    padding: 20px 20px 20px 20px;
    margin-bottom: 190px;
    box-sizing: border-box;
}
.detail_box .tempalte_ad_box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #ccccccbf;
    padding: 15px 15px 5px;
    margin-bottom: 10px;
}
.detail_box .tempalte_ad_box  .ad_title {
    display: block;
    width: 100%;
    color: #666;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 11px;
}

.detail_box .tempalte_ad_box  .ad_title h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}

.detail_box .tempalte_ad_box  .ad_title a {
    float: right;
    color: #666;
    font-size: 14px;
}
.detail_box .tempalte_ad_box .ad_title a:hover {
    color: #5fd1d2;
}
.detail_box .tempalte_ad_box .ad_item {
    display: inline-block;
    max-width: 15.5%;
    animation: slidedown 0.3s linear forwards;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-basis: 0;
    -webkit-flex-basis: 0;
    text-align: center;
    vertical-align: top;
}

.detail_box .tempalte_ad_box a.img {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px solid rgb(241, 241, 241);
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    opacity: 0.969;
    box-shadow: 0px 2px 13px 0px rgba(108, 108, 108, 0.2);
}

.detail_box .tempalte_ad_box a.img img {
    max-width: 100%;
}

.detail_box .tempalte_ad_box a.btn {
    display: inline-block;
    width: 66px;
    height: 23px;
    border: 1px solid rgb(233, 233, 233);
    text-align: center;
    padding: 0px;
    font-size: 14px;
    color: #c7c7c7;
    border-radius: 25px;
    margin: 20px 0px 10px;
}
.detail_box .tempalte_ad_box a.btn:hover{opacity:.8}

.detail_box  .left_box .nav_box {
    margin-bottom: 20px;
}

.detail_box  .left_box .nav_box a {
    font-size: 14px;
    color: #666666;
}

.detail_box  .left_box .desc_img {
    margin: unset;
    border: none;
    background: url(./imgs/word_item_bg.png?v=1);
    padding: 30px;
    box-shadow: 5.89px 1.145px 9px 0px rgba(190, 190, 190, 0.94);
    margin-bottom: 26px;
}
.detail_box .left_box .desc_img>p {
    margin-bottom: 4px;
}
.detail_box .left_box .word_img_box {
    background: #fafafa; padding: 20px;
}
.detail_box .left_box .desc_img img{
    width: 100%;
}
.detail_box  .right_box {
    width: 26%;
    display: inline-block;
    vertical-align: top;
    background: transparent;
    padding: 0px 10px 20px;
}
.detail_box .right_box .title {
    padding: 0px 0px 21px;
    position: relative;
}

.detail_box .right_box .title h1 {
    font-size: 18px;
    color: #8b8b8b;
    width: calc(100% - 37px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail_box .right_box .title span {
    position: absolute;
    right: 0px;
    top: 1px;
    display: inline-block;
    padding: 3px 8px;
    background: rgb(101, 155, 255);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
}
.detail_box .right_box .mb_title_box {
    background: #fff;
    padding: 20px 30px 30px 30px;
    border-radius: 5px;
    height: auto;
}
.detail_box  .right_box .info_box {
    padding: 20px 30px 0px 30px;
    border-bottom: 8px solid #fff;
    background: #fff;
    margin: 20px 0px;
}

.detail_box  .right_box .info_box .item_box {}

.detail_box  .right_box .info_box .item {
    display: block;
    font-size: 14px;
    color: #8b8b8b;
    width: 100%;
    margin-bottom: 16px;
    white-space: nowrap;
}
.detail_box .right_box .info_box span{
    color: #000;
    font-size: 14px;
}

.detail_box .right_box .info_box span:last-child {
    float: right;
}

.detail_box  .right_box #download_btn,.detail_box .right_box #online_create_btn  {
    display: inline-block;
    height: 45px;
    border-radius: 10px;
    background-color: #1667ea;
    text-align: center;
    color: #fff;
    margin: 20px 0px;
    width: 99%;
    line-height: 45px;
    margin-top: 25px;
}
.detail_box .right_box #online_create_btn {
    background-color: rgb(78, 217, 212);
}
.detail_box  .right_box .info_box p {
    font-size: 13px;
    color: #999999;
    margin: 25px 0px;
}

.detail_box  .right_box .news_list_box {
    padding: 13px;
    background: #fff;
    padding: 0px 20px;
}

.detail_box  .right_box .news_list_box h2 {
    font-size: 14px;
    color: #848484;
    font-weight: normal;
}

.detail_box  .right_box .news_list_box .news_list {
    padding: 12px 5px;
}
.detail_box .right_box .news_list_box .news_list .mb_item{
    max-width: calc(50% - 20px);
}
.detail_box .right_box .news_list_box .news_list .mb_item:nth-child(2n){
    margin-right: 0px;
}
.detail_box  .right_box .news_list_box .new_item {
    display: block;
    margin-bottom: 16px;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.07);
    cursor: pointer;
}
.detail_box .right_box .news_list_box .new_item:hover{opacity:0.8}
.detail_box  .right_box .news_list_box .new_item img {
    max-width: 100%;
}
.page_c {
    margin: 30px 0px 20px;
    min-height: 20px;
}

.page_c a {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(132, 132, 132);
}
.page_c a:hover{color:#5bb6ff}

.page_c a:last-child {
    float: right;
}
.detail_box .re_list_box {
    margin: 30px 9%;
    /* width: 100% !important; */
}

.detail_box .re_list_box h2 {
    font-size: 14px;
    font-weight: bold;
    color: #848484;
    margin-bottom: 10px;
}

.detail_box .re_list_box .re_list .com_mb_list {}

.detail_box .re_list_box .re_list .com_mb_list .mb_item {
    max-width: calc(15.5% - 20px);
}

.detail_box .re_list_box .rew_item {
    display: inline-block;
    width: 17%;
    margin-right: 30.3px;
    margin-bottom: 36px;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.07);
    cursor: pointer;
}
.detail_box .re_list_box .rew_item:nth-child(5n){margin-right:0px;}
.detail_box .re_list_box .rew_item:hover{opacity:0.8}
.detail_box .re_list_box img {
    max-width: 100%;
}

.hz_mb_ad {
    text-align: left;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hz_mb_ad .rc_con_item {
    display: inline-block;
    max-width: 289px;
    min-width: 15%;
    display: inline-block;
    margin: 0px 30px 50px 0px;
    animation: slidedown 0.3s linear forwards;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-basis: 0;
    -webkit-flex-basis: 0;
    background: #fff;
    padding: 5px;
}
.hz_mb_ad .rc_con_item.item_flex_empty {
    height: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}
.hz_mb_ad .rc_con_item .img_box {
    border: 1px solid rgb(241, 241, 241);
    border-radius: 3px;
    background-color: rgba(255, 255, 255,0.969);
    /* box-shadow: 0px 2px 13px 0px rgba(108, 108, 108, 0.2); */
    cursor: pointer;
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255,0.969) url(../images/cv_bg.png);
    background-size: cover;
    background-image: -moz-linear-gradient( 10deg, rgb(176,183,187) 0%, rgb(238,242,245) 100%);
    background-image: -webkit-linear-gradient( 10deg, rgb(176,183,187) 0%, rgb(238,242,245) 100%);
    background-image: -ms-linear-gradient( 10deg, rgb(176,183,187) 0%, rgb(238,242,245) 100%);
}

.hz_mb_ad .rc_con_item .img_box img {
    max-width: 100%;
    /*border: 1px solid rgb(241, 241, 241);*/
    background-color: rgba(255, 255, 255,0.969);
    box-shadow: 0px 2px 13px 0px rgba(108, 108, 108, 0.2);
}

.hz_mb_ad .rc_con_item .img_box .layer_box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% + 1px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
}

.hz_mb_ad .rc_con_item .img_box .layer_box a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -76px;
    width: 152px;
    height: 41px;
    border-radius: 20px;
    background-image: -moz-linear-gradient( 148deg, rgb(78,217,212) 0%, rgb(75,206,236) 100%);
    background-image: -webkit-linear-gradient( 148deg, rgb(78,217,212) 0%, rgb(75,206,236) 100%);
    background-image: -ms-linear-gradient( 148deg, rgb(78,217,212) 0%, rgb(75,206,236) 100%);
    text-align: center;
    color: #fff;
    line-height: 41px;
    font-size: 14px;
}

.hz_mb_ad .rc_con_item  .title_box {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(165, 164, 164);
    padding: 5px 8px 0px;
    height: 35px;
    line-height: 35px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.hz_mb_ad .rc_con_item  .title_box a {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(165, 164, 164);
    width: calc(100% - 50px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hz_mb_ad .rc_con_item  .title_box .icon_box {
    display: inline-block;
    float: right;
}

.hz_mb_ad .rc_con_item .title_box i {
    display: inline-block;
    vertical-align: middle;
    background: url('./imgs/css_sprites.png')  -164px -123px;
    width: 9px;
    height: 11px;
}
.hz_mb_ad .rc_con_item:nth-child(4n) {
    margin-right: 0px;
}
.hz_mb_ad .rc_con_item:hover .img_box .layer_box{display:block;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.hz_mb_ad .rc_con_item:hover{background-color: rgba(255, 255, 255,0.969);box-shadow: 0px 8px 18px 0px rgba(108, 108, 108, 0.34);}
.hz_mb_ad .rc_con_item:hover .title_box .icon_box i{
    width: 11px;
    height: 14px;
    background: url('./imgs/css_sprites.png') -164px -89px;
}
.hz_mb_ad .rc_con_item:hover .title_box,.hz_mb_ad .rc_con_item:hover .title_box a{
    color: #353535;
    font-size: 14PX;
}
.hz_mb_ad .rc_con_item:hover .title_box a{    width: calc(100% - 70px);}
.sub_box{
    background: #fff;
    margin-bottom: 50px;
    position: relative;
}
.sub_box .sub_nav{
    padding: 20px 36px;
}
.sub_nav a {
    border-radius: 8px;
    /* box-shadow: inset 0 0 0 1px rgba(53,71,90,.2); */
    color: #666666;
    display: inline-flex;
    font-weight: 400;
    height: 40px;
    max-width: 100%;
    /* transition: .15s ease-in-out; */
    /* transition-property: color, background-color, box-shadow; */
    width: auto;
    line-height: 40px;
    /* margin-bottom: 20px; */
    margin-right: 35px;
    font-size: 14px;
}

.sub_nav a:hover {
    background: rgba(64,87,109,.07);
}

.sub_nav a.checked {
    color: rgb(45, 105, 249);
}
.mb_index_box .page_content .sub_nav {
    position: relative;
    z-index: 1;
    height: 300px;
    overflow: hidden;
    text-align: left;
}

.mb_index_box .page_content .sub_box {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.sub_box  .sub_more_btn {
    /* background: #f4f4f4; */
    width: 148px;
    height: 30px;
    text-align: center;
    position: absolute;
    bottom: -7px;
    left: 50%;
    display: inline-block;
    margin: 0 auto;
    margin-left: -74px;
    cursor: pointer;
    display: none;
}
.sub_box  .sub_more_btn:hover{opacity:0.8}
.sub_box  .toggle-btn {
    color: #7f8792;
    display: inline-block;
    text-align: center;
}
.sub_box  svg.icon {
    width: 1em;
    height: 1em;
    overflow: hidden;
    font-size: 20px;
    fill: #7f8792;
    vertical-align: middle;
    margin-top: -3px;
}
.sub_more_btn.show svg.icon {
    transform: rotate(180deg);
}
.sub_box  svg.icon path{
    fill: #7f8792;
}
/** 手机端*/
@media screen and (max-width: 768px){
    .header1 .flex_content .nav{
        background: #fff;
        margin: 15px 0px;
        padding: 10px;
    }
    .header1 .flex_content .nav:not(.mobile_nav){display:none}
    .header1 .flex_content .nav.mobile_nav{display:block !important;}
    .header1 .flex_content .nav .item{
        color: #212121;
        /* font-weight: bold; */
        font-size: 1rem;
        margin-left: 0px !important;
        padding-bottom: 12px;
        background-color: unset !important;
        text-align: left !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        width: 79px;
    }
    .mb_index_box .com_mb_list .mb_item{
        min-width: 40%;
        margin: 0px 15px 30px 0px;
        padding-bottom: 15px;
    }
    .mb_index_box .com_mb_list .mb_item:nth-child(2n){
        margin-right: 0px;
    }
    .cd_mb_box{display:none}
    /**详情页*/
    .detail_box .left_box{
        width: 100%;
        padding: 6px;
        margin-bottom: 0px;
    }
    .detail_box .right_box{width:100%}
    .detail_box .left_box .page_c,.detail_box .left_box .template_con{display:none}
    .detail_box .re_list_box .rew_item{width:100%}
    .content_box .cd_left img{max-width:100%}
    .content_box .cd_left{
        margin-right: 0px;
    }
    .content_box .nav_a{
        padding: 8px 5px;
    }
    .content_box .cd_right,.content_box .cd_right .down_tips{max-width:100%;}
    .content_box .cd_right .down_tips .item span{
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        overflow: hidden;
        max-width: 100%;
    }
    .content_box .cd_right .down_tips .item i{
        margin-left: 0px;
    }
}


/**文章页*/
.ad_box {
    background: #fff;
    border-radius: 15px;
    margin: 0 auto 15px;
    overflow: hidden;
    padding: 30px;
    width: 1135px;
    padding-top: 25px;
    text-align: left;
}

.ad_box h2 {
    width: 100%;
    line-height: 50px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    float: left;
    height: 50px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}
.ad_box h2:before{content:'';content: "";font-weight: 700;color: #333;float: left;background: url(/assets/all/imgs/artilce_ico.png) no-repeat -110px 0px;width: 30px;height: 33px;margin-right: 5px;margin-top: 10px;}

.ad_box .ad_list {
    float: left;
    height: 48px;
    line-height: 48px;
    width: 98%;
    padding: 0 1%;
    overflow: hidden;
    background: #f0f0f0;
    border-radius: 10px;
}
.ad_box .ad_list:nth-child(even) {
    background: #ffffff;
}

.ad_box .ad_list span.list_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 2px 10px 5px 0px;
    background: #2ca6e0 none repeat scroll 0% 0%;
    padding: 3px 10px;
    border-radius: 20px;
    color: #FFF;
    float: left;
    margin-top: 9px;
}

.ad_box .ad_list span.list_title a {
    color: #fff;
}

.ad_box .ad_list:nth-child(even) span.list_title  {
    background: #e6a01b;
}

.ad_box .ad_list:nth-child(3n-1) span.list_title  {
    background: #97cc51;
}

.ad_box .ad_list>a {
    display: inline-block;
    padding: 0px 12px;
    text-align: center;
    font-size: 14px;
    color: #333;
    float: left;
}
.ad_box .ad_list>a:nth-child(2n){color:#0000ff}
.ad_box .ad_list>a:nth-child(3n){color:#333}
.ad_box .ad_list>a:nth-child(4n){color:#990000}
.ad_box .ad_list>a:nth-child(5n){color:#333}
.ad_box .ad_list>a:nth-child(6n){color:#4bacf3}

.ad_box .ad_list:nth-child(2n)>a:nth-child(2n){color:#990000}
.ad_box .ad_list:nth-child(2n)>a:nth-child(3n){color:#ff0000}
.ad_box .ad_list:nth-child(2n)>a:nth-child(4n){color:#333}
.ad_box .ad_list:nth-child(2n)>a:nth-child(5n){color:#9900ff}
.ad_box .ad_list:nth-child(2n)>a:nth-child(6n){color:#333}

.article_index_box a:hover{    text-decoration: underline;color: #57c0ff !important;}
.article_index_box .page_content{
    text-align: center;
    font-size: 14px;
    background: #f5f9f9;
    padding: 35px 0px;
}
.article_index_box  .left_box {
    width: 775px;
    background: #fff;
    padding: 33px;
    border-radius: 10px;
    padding-bottom: 21px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin-right: 30px;
    margin-bottom: 44px;
}

.article_index_box .left_box .left_title {
    height: 47px;
    width: 100%;
    border-bottom: 2px solid #d8d8d8;
    margin-bottom: 15px;
    line-height: 39px;
    font-size: 20px;
}

.article_index_box .left_box .left_title span {
    height: 35px;
    position: absolute;
    font-weight: 700;
    color: #333;
    line-height: 35px;
}
.article_index_box .left_box .left_title span:after{content: "";font-weight: 700;color: #333;float: left;background: url(./imgs/artilce_ico.png) no-repeat -82px 0px;width: 30px;height: 33px;margin-right: 5px;margin-top: 2px;}
.article_index_box .left_box .left_title span em {
    font-style: normal;
    height: 30px;
    display: inline-block;
    font-weight: 700;
    color: #2ca6e0;
    margin-right: 5px;
}

.article_index_box .left_box .list_news {
    float: left;
    width: 100%;
}

.article_index_box .left_box .list_news ul {}

.article_index_box .left_box .list_news li {
    color: #333333;
    margin-bottom: 27px;
    list-style: none outside none;
}

.article_index_box .left_box .list_news h2 {
    line-height: 35px;
    height: 35px;
    position: relative;
    margin-bottom: 4px;
}
.article_index_box .left_box .list_news h2:before{content:'';display: block;position: absolute;left: 0;width: 6px;height: 6px;background-color: #b1d2e0;border-radius: 10px;z-index: 22;top: 15px;}
.article_index_box .left_box .list_news h2:after{content:'';content: "";display: block;position: absolute;border-bottom: 1px dashed #cbd9d9;width: 86%;top: 20px;z-index: 0;}
.article_index_box .left_box .list_news h2 a {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: #fff;
    position: absolute;
    padding-right: 10px;
    padding-left: 15px;
    z-index: 17;
}

.article_index_box .left_box .list_news h2 em {
    margin-left: 0px;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    float: right;
    color: #999;
}

.article_index_box .left_box .list_news p.txt {
    line-height: 26px;
    color: #959595;
    overflow: hidden;
    font-size: 12px;
    height: 48px;
}

.article_index_box .right_box {
    /* background: #fff; */
    border-radius: 10px;
    width: 315px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.article_index_box .right_box .right_fix {
    background: #fff;
    display: block;
    height: 100%;
    padding: 18px 20px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.article_index_box .right_box ul.newest_list {}

.article_index_box .right_box .newest_list span {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}
.article_index_box .right_box .newest_list span:after{content:'';background: url(./imgs/artilce_ico.png) no-repeat 2px -1px;float: left;width: 19px;height: 20px;margin-top: 1px;margin-right: 2px;}

.article_index_box .right_box  li {
    /* float: left; */
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.article_index_box .right_box  li a {
    overflow: hidden;
    float: left;
    line-height: 28px;
    height: 28px;
    font-size: 15px;
    color: #333;
}
.article_index_box .right_box li a:before{content:'';content: "";float: left;height: 3px;width: 3px;background: #2ca6e0;margin-top: 14px;margin-right: 5px;}

.article_detail_box {}

.article_detail_box .page_content {
    font-size: 12px;
    background: #f8f8f8;
}

.article_detail_box .ar_detail_box {
    width: 1170px;
    margin: 0 auto;
}

.article_detail_box .sidebar {
    width: 100%;
    float: left;
    line-height: 45px;
    font-size: 12px;
    color: #a5a5a5;
    height: 45px;
    overflow: hidden;
}

.article_detail_box .sidebar em {
    background: url(./imgs/artilce_ico.png) no-repeat -15px -4px;
    float: left;
    width: 15px;
    height: 18px;
    margin-top: 15px;
    margin-right: 2px;
}

.article_detail_box .sidebar span {
    font-size: 13px;
}

.article_detail_box .sidebar span a {
    color: #a5a5a5;
    padding: 0 4px;
    font-size: 14px;
}

.article_detail_box .sidebar span code {}

.article_detail_box .left_box {
    width: 720px;
    background: #fff;
    padding: 40px 33px;
    border-radius: 10px;
    padding-bottom: 21px;
    display: inline-block;
    margin-right: 30px;
}

.article_detail_box .left_box .article {}

.article_detail_box .left_box .article h1.title {
    line-height: 36px;
    font-size: 27px;
    text-align: center;
    margin: 10px 0px 8px;
    color: #000;
    font-weight: bold;
}

.article_detail_box .left_box .article .info {
    line-height: 24px;
    padding: 8px 0;
    color: #C5C5C5;
    overflow: hidden;
    margin: 2px auto;
    width: 600px;
    text-align: center;
    margin-bottom: 13px;
}

.article_detail_box .left_box .article .info span {
    margin-right: 10px;
}

.article_detail_box .left_box .article .info span a {
    color: #C5C5C5;
}

.article_detail_box .left_box .article .content {
    color: #000;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    float: left;
}
.article_detail_box .left_box .article .content [style*="text-indent"] {
    text-indent: 0px !important;
}
.article_detail_box .left_box .article .content img {
    max-width: 100%;
}
.article_detail_box .left_box .article .content p.title_1 {
    font-weight: bold;
}
.article_detail_box .left_box .article .content p{
    color: #000;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 12px;
}
.article_detail_box .left_box .article .content p.artile_c_title {
    font-weight: bold;
    color: red;
    font-size: 15px;
}

.article_detail_box .left_box .article .content h3 {
    font-size: 15px;
}
.article_detail_box .left_box .article .content  ul ,.article_detail_box .left_box .article .content  ol{
    margin-left: 19px;
}
.article_detail_box .tempalte_ad_box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #ccccccbf;
    padding: 15px 15px 5px;
    margin-bottom: 20px;
    display: none !important;
}
.article_detail_box .tempalte_ad_box  .ad_title {
    display: block;
    width: 100%;
    color: #666;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 11px;
}

.article_detail_box .tempalte_ad_box  .ad_title h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

.article_detail_box .tempalte_ad_box  .ad_title a {
    float: right;
    color: #666;
}
.article_detail_box .tempalte_ad_box .ad_title a:hover {
    color: #5fd1d2;
}
.article_detail_box .tempalte_ad_box .ad_item {
    display: inline-block;
    max-width: 19%;
    animation: slidedown 0.3s linear forwards;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-basis: 0;
    -webkit-flex-basis: 0;
    text-align: center;
}

.article_detail_box .tempalte_ad_box a.img {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px solid rgb(241, 241, 241);
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    opacity: 0.969;
    box-shadow: 0px 2px 13px 0px rgba(108, 108, 108, 0.2);
}

.article_detail_box .tempalte_ad_box a.img img {
    max-width: 100%;
}

.article_detail_box .tempalte_ad_box a.btn {
    display: inline-block;
    width: 66px;
    height: 23px;
    border: 1px solid rgb(233, 233, 233);
    text-align: center;
    padding: 0px;
    font-size: 14px;
    color: #c7c7c7;
    border-radius: 25px;
    margin: 20px 0px;
}
.article_detail_box .tempalte_ad_box a.btn:hover{opacity:.8}
.article_detail_box .right_box {
    display: inline-block;
    vertical-align: top;
    width: 336px;
    /* float: right; */
    /* position: static; */
}

.article_detail_box .right_box .right_fix {
    top: 0;
    width: 336px;
    /* position: fixed !important; */
}

.article_detail_box .right_box .right_conttop_download {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    text-align: center;
    padding: 30px 0;
}

.article_detail_box .right_box .right_conttop_download a.dow_btn.download_card_box {
    width: 240px;
    height: 58px;
    line-height: 58px;
    background: #2975e5;
    color: #fff;
    border-radius: 4px;
    padding: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.article_detail_box .right_box .right_conttop_download a.dow_btn.download_card_box:before{
    content: "";
    display: inline-block;
    width: 27px;
    height: 21px;
    background: url(./imgs/article_ico_2.png?v11) no-repeat;
    background-position: 4px -109px;
    margin-right: 10px;
}
.article_detail_box .right_box .right_newest {
    float: right;
    background: #fff;
    border-radius: 10px;
    width: 296px;
    padding: 18px 20px;
}

.article_detail_box .right_box .right_newest span {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}

.article_detail_box .right_box .right_newest span em {
    background: url(./imgs/artilce_ico.png) no-repeat -57px -1px;
    float: left;
    width: 21px;
    height: 20px;
    margin-top: 1px;
    margin-right: 2px;
}

.article_detail_box .right_box .right_newest ul {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    float: left;
}

.article_detail_box .right_box .right_newest li {
    float: left;
    width: 48%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.article_detail_box .right_box .right_newest li:before{content: "1";line-height: 15px;color: #ffffff;width: 16px;height: 16px;font-size: 12px;text-align: center;float: left;margin-top: 12px;margin-right: 7px;background: #c7c7c7;border-radius: 4px;}
.article_detail_box .right_box .right_newest li:nth-child(1):before{content:"1";background: #e33e42;}
.article_detail_box .right_box .right_newest li:nth-child(2):before{content:"2";background: #e7805c;}
.article_detail_box .right_box .right_newest li:nth-child(3):before{content:"3";background: #f79f4b;}
.article_detail_box .right_box .right_newest li:nth-child(4):before{content:"4";background: #e8b856;}
.article_detail_box .right_box .right_newest li:nth-child(5):before{content:"5";}
.article_detail_box .right_box .right_newest li:nth-child(6):before{content:"6";}
.article_detail_box .right_box .right_newest li:nth-child(7):before{content:"7";}
.article_detail_box .right_box .right_newest li:nth-child(8):before{content:"8";}
.article_detail_box .right_box .right_newest li:nth-child(9):before{content:"9";}
.article_detail_box .right_box .right_newest li:nth-child(10):before{content:"10";}
.article_detail_box .right_box .right_newest li:nth-child(11):before{content:"11";}
.article_detail_box .right_box .right_newest li:nth-child(12):before{content:"12";}
.article_detail_box .right_box .right_newest li:nth-child(13):before{content:"13";}
.article_detail_box .right_box .right_newest li:nth-child(14):before{content:"14";}
.article_detail_box .right_box .right_newest li:nth-child(15):before{content:"15";}
.article_detail_box .right_box .right_newest li:nth-child(16):before{content:"16";}
.article_detail_box .right_box .right_newest li a {
    overflow: hidden;
    line-height: 28px;
    height: 28px;
    font-size: 15px;
    color: #333;
}
.article_detail_box .left_box .article .content p.rel_art_line:before{    background: #e8b856;
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 6px;
    border-radius: 10px;
    left: 10px;
    top: 12px;}
.article_detail_box .left_box .article .content p.rel_art_line {
    line-height: 40px !important;
    padding-left: 20px;
    font-size: 15px;
    background-color: #f2f8fc;
    border-radius: 10px;
    float: left;
    width: 97% !important;
    font-weight: 700;
    color: #333 !important;
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
    font-size: 16px !important;
    position: relative;
    overflow: hidden;
    height: 33px;
    float: left;
}

.article_detail_box .left_box .article .content .re_list {}

.article_detail_box .left_box .article .content .re_list p {
    position: relative;
    width: 50%;
    overflow: hidden;
    height: 33px;
    float: left;
    font-size: 15px;
    color: #2965b1;
    line-height: 30px;
    padding-bottom: 12px;
}
.article_detail_box .left_box .article .content .re_list p:after{    content: "";
    border-bottom: 1px dashed #cecece;
    width: 68%;
    top: 15px;
    display: inline-block;
    position: absolute;
    right: 46px;}
.article_detail_box .left_box .article .content .re_list p a {
    display: inline-block;
    background: #fff;
    font-size: 17px;
    position: absolute;
    z-index: 2;
    max-width: 68%;
    height: 24px;
    padding-right: 5px;
    font-weight: 700;
    color: #2965b1 !important;
}
.article_detail_box .left_box .article .content .re_list p a:hover{    text-decoration: underline;}
.article_detail_box .left_box .article .content .re_list p a:before{
    content: "";
    height: 28px;
    background: url(./imgs/word_ico.png) no-repeat;
    float: left;
    width: 24px;
    background-size: 110%;
    margin-right: 6px;
    background-position: 0px -3px;
    margin-top: 4px;
    border: 0;
}
.article_detail_box .left_box .article .content .re_list p span {
    float: right;
    font-size: 12px;
    color: #bebbbb;
    background: #fff;
    position: absolute;
    z-index: 2;
    right: 6px;
    padding-left: 6px;
}
.download_card {
    padding: 10px;
    border: 1px solid #e4e4e4;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 57px 0;
    float: left;
    width: 100%;
}

.download_card div {
    clear: none;
}

.download_card_pic {
    width: 78px;
    float: left;
    margin-top: 12px;
    background: url(./imgs/article_detail_ico.png) no-repeat -38px 0px;
    height: 78px;
    margin-right: 13px;
}

.download_card_msg {
    float: left;
}

.download_card_title {
    font-size: 19px;
    color: #1c69cc;
    text-decoration: underline;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 360px;
    font-weight: 700;
}

.download_card_tip {
    font-size: 16px;
    color: #ff7b00;
    margin: 4px 0 4px 0;
}

.download_card_tj {
    font-size: 14px;
    color: #999;
    float: left;
    line-height: 23px;
}

.download_card_tj span {
    float: left;
}

.download_card_tj img {
    width: 17px;
    margin-top: 4px;
    float: left;
    margin-right: 3px;
}

.download_card_btn {
    width: 218px;
    height: 59px;
    /* Safari 5.1 - 6.0 */
    /* Opera 11.1 - 12.0 */
    /* Firefox 3.6 - 15 */
    background: #44b449;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    top: 29px;
    display: flex;
    cursor: pointer;
    justify-content: center;
}

.download_card_btn img {
    width: 30px;
    float: left;
    display: block;
    margin-right: 10px;
    border-radius: 0;
}

.download_card_btn em {
    width: 34px;
    float: left;
    margin-top: 12px;
    background: url(./imgs/article_detail_ico.png) no-repeat -50px -206px;
    height: 34px;
    margin-right: 13px;
}

.downlod_btn_right {
    float: left;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    margin-top: 15px;
}

.downlod_btn_right p {
    font-size: 12px;
    margin: 2px 0 0 0;
}

.download_card_btn:hover {
    background-color: #0095ff;
}


.article_detail_box .right_box .right_fix1 {
    width: 100%;
    height: 308px;
    display: block;
    cursor: pointer;
    display: none !important;
}

.article_detail_box .right_fix1 .right_conttop_download {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
    text-align: center;
    height: 234px;
    position: relative;
}
.article_detail_box .right_fix1 .right_conttop_download img{width: 100%;position: absolute;top: 0px;left: 0px;}
.article_detail_box .right_fix1 .right_conttop_download a.dow_btn.href_card_box {
    width: 70%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    padding: 0;
    font-size: 18px;
    display: inline-block;
    margin: auto;
    border-radius: 20px;
    background-color: rgb(248, 174, 0);
    box-shadow: 0px 5px 16px 0px rgba(131, 131, 131, 0.65);
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translate(-50%,0);
}
.article_detail_box .right_fix1 .right_conttop_download a.dow_btn.href_card_box:hover{background-color: #0095ff;}
.article_detail_box .right_fix1 .right_conttop_download a.dow_btn.href_card_box:before{
    content: "";
    display: none;
    width: 27px;
    height: 21px;
    background: url(./imgs/article_ico_2.png?v11) no-repeat;
    background-position: 4px -109px;
    margin-right: 10px;
}

.search_index_box{    background: #f5f5f5;}
.search_index_box .sub_list_box{
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin-right: 24px;
    margin-bottom: 44px;
    min-height: 260px;
}
.search_index_box .page_content {
    width: 1100px;
    box-sizing: border-box;
    /* background: #fff; */
    text-align: left;
    padding: 29px 10px 10px;
    border-radius: 5px;
    min-height: 729px;
    margin: 0 auto;
}


.search_index_box .tips_box {
    margin-bottom: 30px;
}

.search_index_box .tips_box p {
    color: #666;
}

.search_index_box .tips_box a {
    color: #169bd5;
    font-style: normal;
}

.search_index_box .tips_box i {
    color: #169bd5;
    font-style: normal;
}

.search_index_box .sw_item {
    display: block;
    margin: 15px 0px 25px;
}

.search_index_box .sw_item .right_t {
    display: inline-block;
}

.search_index_box .sw_item .right_t>b {
    background: url(/assets/all/imgs/word_ico.png);
    display: inline-block;
    width: 24px;
    height: 28px;
    background-size: cover;
    vertical-align: middle;
}

.search_index_box .sw_item .right_t a.title_a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 16px;
    width: 374px;
    white-space: nowrap;
    margin-left: 6px;
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号来表示溢出 */
}

.search_index_box .sw_item .right_t a.title_a i.highliht {
    font-style: normal;
    color: red;
}

.search_index_box .sw_item .right_t span.time {
    margin-left: 63px;
    color: #666;
    vertical-align: middle;
}

.search_index_box .sw_item .left_t {
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-top: 2px;
}

.search_index_box .sw_item .left_t span.start_s {
    font-style: normal;
}

.search_index_box .sw_item .left_t span.start_s em {
    font-style: normal;
}
.search_index_box .sw_item .left_t span.start_s em:after{content:'';display: inline-block;width: 100px;height: 20px;background: url(/assets/all/imgs/starticon.png?v=12d3);background-size: contain;position: relative;z-index: 2;top: 4px;}

.search_index_box .sw_item .left_t span.start_s i.start_icon {
    font-style: normal;
}

.search_index_box .sw_item .left_t a.gobtn {
    display: inline-block;
    margin-left: 5px;
    border-radius: 4px;
    background-color: #169bd5;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 85px;
    text-decoration: none;
    margin-top: -2px;
    margin-left: 30px;
}