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 {
    text-align: center;
    background: #ffffff;
    height: 80px;
    color: #d5d5d5;
    word-spacing: 3px;
    font-size: 13px;
    margin-bottom: 15px;
    /* border-top: 2px solid #ff8200; */
    border-bottom: #f9f9f9;
}
.header1  .header_box{width: 1100px;
    margin: 0 auto;
    height: 60px;}
.header1:after{content:'';width: 0px;display: inline-block;height: 100%;vertical-align: middle;}
.header1 .site_logo {
    float: left;
    width: 210px;
    text-align: right;
    padding-top: 5px;
}

.header1 .site_logo img.logo_a {
    width: 160px;
    height: 60px;
}

.header1 .flex_content {
    float: right;
    width: 880px;
    padding: 18px 0px 0px 0px;
    text-align: center;
}
.header1 .flex_content .global_search {
    width: 500px;
    margin: 3px 20px 0px 0px;
    float: left;
    vertical-align: middle;
}
.header1 .flex_content .global_search input{
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 6px 20px;
    width: 360px;
    border: 0 none;
    background: none;
    background-color: #f3f2ef;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    vertical-align: top;
    color: #333;
    box-sizing: content-box;
}
.header1 .flex_content .global_search button{
    display: inline-block;
    height: 36px;
    width: 40px;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    line-height: 0px;
    color: transparent;
    cursor: pointer;
    border: none;
    background: url(/assets/all/imgs/searchicon.png?v=11) no-repeat;
    vertical-align: middle;
}
.header1 .flex_content .slogan{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    float: left;
    height: 28px;
    margin-top: 9px;
}
.header1 .flex_content .slogan span{}
.header1 .flex_content .nav_jl_btn{
    display: inline-block;
    margin-left: 5px;
    border-radius: 4px;
    background-color: #169bd5;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 88px;
    text-decoration: none;
    margin-top: 4px;
}
.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;
}

body.mb_index_box .index-nav {
    width: 1100px;
    margin: 0 auto;
    height: 60px;
    background-color: #fff;
    border-radius: 4px;
    padding: 27px 0;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.05);
}

body.mb_index_box .index-nav .inner-wrapper {
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 200;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    margin: -11px 0px 0 0px;
}

body.mb_index_box .index-nav .index-nav-item {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 274px;
    overflow: hidden;
    border-right: 1px solid hsla(0, 0%, 93.3%, .9);
}

body.mb_index_box .index-nav .index-nav-item-wrapper {
    margin: 0 20px 0 30px;
}

body.mb_index_box .index-nav .index-nav-item-wrapper .index-nav-title {
    display: block;
    /* text-align: center; */
}
body.mb_index_box .index-nav .index-nav-item-wrapper .index-nav-title a:before{content:'';display: inline-block;background: url(/assets/all/imgs/index_icon.png) -46px 2px;width: 24px;height: 24px;position: relative;z-index: 23;top: 4px;left: -15px;}
body.mb_index_box .index-nav .index-nav-item-wrapper .index-nav-title a {
    display: inline-block;
    color: #169bd5;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
    padding-left: 20px;
}

body.mb_index_box .index-nav .index-nav-item-wrapper  .index-nav-content {
    margin: 0px -6px 0;
    font-size: 0;
}

body.mb_index_box .index-nav .index-nav-item-wrapper  .index-nav-content a {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    padding: 3px 6px;
    color: #666;
    width: 28%;
    white-space: nowrap;
}
.index_content {
    width: 1100px;
    margin: 0 auto;
}
.fw_box .fw_wrapper {
    /* background: #fff; */
    /* border-radius: 5px; */
    /* border: 1px solid #f2f2f2; */
    font-size: 16px;
    word-break: break-all;
    overflow: hidden;
    color: #121212;
    margin-bottom: 15px;
}

.fw_box .fw_hot {
    padding: 28px 50px 10px 50px;
    border: 0;
}

.fw_box .fw_hot-nav {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 22px 0
}

.fw_box .fw_hot-nav .hot-nav-title {
    font-size: 20px;
    line-height: 30px;
    float: left;
    margin-right: 20px;
}

.fw_box .fw_hot-nav .hot-nav-title a:hover {
    text-decoration: none;
}

.hot-nav-item {
    font-size: 14px;
    line-height: 30px;
    float: left;
}

.hot-nav-item a {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    border-radius: 5px;
    padding: 8px;
    margin: 0 6px;
    background: #f8f8f9;
    color: #555;
    transition: 0.1s ease;
    -webkit-transition: 0.15s ease;
}

.fw_box .fw_hot-img {
    width: 998px;
    white-space: nowrap;
    height: 92px;
    font-size: 0
}
.fw_box .fw_left .fw_hot-img{
    width: 100%;
    margin: 16px 0px;
}
.fw_box .fw_left .fw_hot-img a {
    display: inline-block;
    float: left;
    width: 25%;
    margin: 10px 0px;
}
.fw_box  .fw_left .fw_hot-img img{
    width: 162px;
}
.fw_box .fw_hot-img img {
    width: 185px;
    height: 92px;
    margin-right: 18px;
    transition: all .4s linear;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 4px 6px 0 rgb(7 17 27 / 5%);
}

.fw_box .fw_hot-img img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px 0 rgb(7 17 27 / 12%);
}
.fw_box .rank-news {
    margin: 0 0px 20px 50px;
}

.fw_box .rank-news {
    margin: 0 30px 20px 50px;
}

.less-margin-bottom,.fw_wrapper .less-margin-bottom {
    margin-bottom: 6px;
}

.fw_box .rank-news-title {
    height: 34px;
    line-height: 34px;
}

.fw_box .rank-news-title a,.fw_box .rank-news-title span {
    display: inline-block;
    *display: inline;
    *zoom:1;width: 50%;
    position: relative;
    text-indent: 33px;
    font-size: 15px;
    font-weight: 700;
    color: #444
}

.fw_box .rank-news-title a:before,.fw_box .rank-news-title span:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 10px;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/assets/all/imgs/start.png?v=123123) no-repeat center center;
    width: 12px;
    height: 16px;
    background-size: 12px 16px;
}

.fw_box .rank-news li {
    width: 23%;
    border: 0;
    margin: 0 1.5% 0 0;
    height: 32px;
    line-height: 32px;
    text-indent: 0px;
    display: inline-block;
    *display: inline;
    *zoom:1;font-size: 0;
    position: relative;
    overflow: hidden;
}

.fw_box .rank-news li a {
    text-indent: 15px;
    font-size: 14px;
    display: inline-block;
    max-width: 310px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
}

.fw_box .rank-news li:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #e5e5e5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fw_box .rank-news li {
    width: 23%;
    margin-right: 1.5%;
    float: left;
}

/* 展开更多文章*/
.switch-box {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #fe6d00;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 2px;
    clear: both
}

.switch-box:hover {
    background: #f5f5f5;
}

.switch-box b {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    background: url(/assets/all/imgs/icon_down.png?v=123123) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    transition: transform .5s;
    font-weight: normal;
}

.fw_box .rank-news .on b {
    transform: translateY(-20%) rotate(180deg);
}

.fw_box .rank-news .hide-box {
    max-height: 170px;
    min-height: 170px;
    overflow: hidden;
}

.fw_box .rank-news .show-box {
    height: 100%;
}

.fw_wrapper .fw_box .rank-news .hide-box {
    max-height: 156px;
    min-height: 156px;
}

.fw_wrapper .fw_box .rank-news li {
    height: 28px;
    line-height: 28px;
}

.mb_index_box .mb_list_box .mb_category_box {
    display: inline-block;
    margin-left: 24px;
    vertical-align: top;
}

.mb_index_box .mb_list_box .mb_category_box a {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    border-radius: 5px;
    padding: 8px;
    margin: 0 6px;
    background: #f8f8f9;
    color: #555;
    transition: 0.1s ease;
    -webkit-transition: 0.15s ease;
}

.mb_index_box .mb_list_box .mb_list_nav {}

.mb_index_box .mb_list_box>a {}

.mb_index_box .mb_list_box .mb_list_nav>a {
    display: inline-block;
    float: right;
    color: #000;
}

.fw_box {
    background: #fff;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

.fw_box .fw_left {
    display: inline-block !important;
    width: 799px;
    /* margin-right: 20px; */
}

.fw_box .fw_right {
    display: inline-block;
    width: 295px;
    vertical-align: top;
}

.fw_box .article_mw {
    margin: 0px;
    background: #fff;
    border-radius: 25px;
    position: relative;
    padding: 0px 20px;
    margin-bottom: 110px;
}

.fw_box .article_mw .article_mw_l_tl {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 22px;
    padding-top: 19px;
}

.fw_box .article_mw .article_mw_l_tl>span {
    height: 42px;
    line-height: 42px;
    color: #333;
    font-weight: 700;
    float: left;
}

.fw_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: #000;
}

.fw_box .article_mw .article_mw_l_tl>span a {
    min-width: 82px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #1467ff;
    font-weight: normal;
    float: left;
}

.fw_box .article_mw .article_mw_l_tl>span i {}

.fw_box .article_mw .article_mw_bot {}

.fw_box .article_mw .article_mw_bot .article_mw_l {}

.fw_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;
}
.fw_box .article_mw .article_mw_bot ul:last-child{border:none}
.fw_box .article_mw .article_mw_bot  ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 41px;
    width: 100%;
}

.fw_box .article_mw .article_mw_bot  ul li span {
    font-size: 12px;
    color: #9f9f9f;
    margin-right: 6px;
    background: #f0f0f0;
    padding: 4px 10px;
    border-radius: 48px;
    height: 30px;
    line-height: 30px;
}

.fw_box .article_mw .article_mw_bot  ul li i {
    font-size: 13px;
    color: #a9a9a9;
    float: right;
    font-style: initial;
    display: none;
}

.fw_box .article_mw .article_mw_bot  ul li a {
    color: #333;
}
.fw_box .article_mw .article_mw_bot ul li a:before{content:'';display: inline-block;width: 5px;height: 5px;background: #9f9f9f;border-radius: 50%;position: relative;top: -3px;left: -3px;}

.mb_index_box .mb_list_box{
    padding: 35px 4%;
    background: #fff;
    margin-bottom: 25px;
}
/*.mb_index_box .mb_list_box:nth-child(2), .mb_index_box .mb_list_box:nth-child(4){*/
/*    background: #fff;*/
/*}*/
.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:nth-child(1){background:#f6f6f6}
.mb_index_box .mb_list_box .a_title {
    display: inline-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)}

.article_mw {
    margin: 35px 4%;
    background: #fff;
    border-radius: 25px;
    position: relative;
    padding: 20px;
    margin-bottom: 110px;
}

.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;
}

.article_mw .article_mw_l_tl>span {
    height: 42px;
    line-height: 42px;
    color: #333;
    font-weight: 700;
    float: left;
}

.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;
}

.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;
}

.article_mw .article_mw_l_tl>span i {}

.article_mw .article_mw_bot {}

.article_mw .article_mw_bot .article_mw_l {}

.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;
}
.article_mw .article_mw_bot ul:last-child{border:none}
.article_mw .article_mw_bot  ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 41px;
    width: 24%;
}

.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;
}

.article_mw .article_mw_bot  ul li i {
    font-size: 13px;
    color: #a9a9a9;
    float: right;
    font-style: initial;
}

.article_mw .article_mw_bot  ul li a {
    color: #333;
}

.mb_index_box .discuss_box {
    margin: 35px 4%;
    background: #fff;
    border-radius: 25px;
    position: relative;
    padding: 20px;
}

.mb_index_box .discuss_box>h2 {
    font-size: 18px;
    color: #666666;
    position: absolute;
    top: -60px;
    left: 0px;
    z-index: 2;
}

.mb_index_box .discuss_box .discuss_list {
    padding-bottom: 30px;
}

.mb_index_box .discuss_box .discuss_item {
    padding: 20px 0px 0px;
    border-bottom: 1px solid #999999;
}

.mb_index_box .discuss_box .left {
    display: inline-block;
    margin-right: 15px;
}

.mb_index_box .discuss_box .left img {}

.mb_index_box .discuss_box .right {min-height: 80px;display: inline-block;vertical-align: top;position: relative;}

.mb_index_box .discuss_box .right h3 {
    font-size: 16px;
    color: #999999;
    font-weight: normal;
    display: inline-block;
}
.mb_index_box .discuss_box a:hover{opacity:0.8}
.mb_index_box .discuss_box .right h3 a {
    color: #4b8fff;
}

.mb_index_box .discuss_box .right .other_dwon {
    margin-top: 25px;
}

.mb_index_box .discuss_box .right .other_dwon h2 {
    font-size: 14px;
    color: #999999;
}
.mb_index_box .discuss_box .right:after {
    content: '';
    height: 62px;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
}
.mb_index_box .discuss_box .right .other_dwon .other_list {}

.mb_index_box .discuss_box .right .other_dwon .other_list a {
    font-size: 14px;
    color: #4b8fff;
    display: block;
    margin-top: 10px;
}
/**pptjianli list page*/
.cd_mb_box {
    background: url(./imgs/cdbg.png);
    border-radius: 7px;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 30px;
}
.cd_mb_box .bg {}
.cd_mb_box img {
    display: inline-block;
    vertical-align: middle;
}
.cd_mb_box .text {
    display: inline-block;
    vertical-align: middle;
    width: 468px;
    height: 98px;
    border-radius: 10px;
    background-color: rgb(12, 19, 31);
    opacity: 0.522;
    color: #fff;
    text-align: left;
    margin-right: 44px;
}
.cd_mb_box .text p {
    line-height: 27px;
    margin: 0px 25px;
}
.cd_mb_box .text p:first-child{
    margin-top: 17px;
    font-weight: bold;
}
/**pptjianli detail page*/
.content_box .nav_a {
    padding: 43px 22px 20px;
    padding-left: 0px;
}

.content_box .nav_a a {
    font-size: 13.335px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}

.content_box .cd_left {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}

.content_box .cd_left img {
    display: inline-block;
    width: 400px;
}

.content_box .cd_right {
    display: inline-block;
    vertical-align: top;
}

.content_box .cd_right .info_box {}

.content_box .cd_right .info_box h1 {
    font-size: 18.669px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    font-weight: bold;
    margin: 10px 0px;
}

.content_box .cd_right .info_box .item_box {}

.content_box .cd_right .info_box .item_box .item {
    display: inline-block;
    width: 32%;
    margin: 20px 0px;
}

.content_box .cd_right .info_box .item_box span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}

.content_box .cd_right .down_tips {
    width: 775px;
    height: 183px;
    border-radius: 8px;
    background-color: rgb(249, 250, 251);
    padding: 20px 10px;
}

.content_box .cd_right .down_tips .item {
    margin-bottom: 20px;
    padding-right: 10px;
}

.content_box .cd_right .down_tips .item span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}
.content_box .cd_right .down_tips .item i {
    display: inline-block;
    width: 47px;
    height: 21px;
    border-radius: 3px;
    background-color: rgb(239, 243, 246);
    font-style: normal;
    text-align: center;
    line-height: 21px;
    font-size: 10.668px;
    font-family: "Microsoft YaHei";
    color: rgb(55, 73, 87);
    margin-left: 27px;
}
.content_box .desc_img {
    margin: 45px 0px 20px;
    border-top: 1px solid #f6f6f6;
    padding-top: 23px;
}

.content_box .desc_img img {
    max-width: 100%;
}
/** changgui list page*/
.nav_box {
    color: #666666;
    font-size: 14px;
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0px;
    position: relative;
    /* left: 3px; */
}

.nav_box a {
    color: #666666;
}
.nav_box a:hover {
    color: #1467ff;
}

body.mb_index_box {
    background: #f5f5f5;
    color: #121212;
    padding: 0;
    margin: 0;
}
.category_box {
    width: 1100px;
    margin: 20px auto 36px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.351px 3.236px 5.88px 0.12px rgba(183, 183, 183, 0.33);
    padding: 23px 10px 18px;
    border-radius: 5px;
    box-sizing: border-box;
}

.category_box .category_con {}

.category_box a {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    border-radius: 5px;
    padding: 8px 22px;
    margin: 0 6px;
    background: #f8f8f9;
    color: #555;
    transition: 0.1s ease;
    -webkit-transition: 0.15s ease;
}
.category_box a:last-child {
    margin-right: 0px;
}
.category_box a.selected,.category_box a:hover {
    text-decoration: none;
    background: #f5f8ff;
    color: #0057ff;
}
.mb_list_box.jl_mb_box {
    background: #ffff;
    width: 1100px;
    margin: 0 auto 42px;
    padding: 0px;
    box-sizing: border-box;
    padding: 37px 25px 25px;
}
.mb_index_box .page_content {
    /* padding: 35px 4%; */
}

.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: 10px 10px 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 30px 0px;
}
.com_mb_list .mb_item:nth-child(5n){
    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;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 0px !important;
}
.com_mb_list .mb_item_box{
    width: 100%;
    overflow: hidden;
}
.com_mb_list .mb_item .img_box {
    width: 94%;
    position: relative;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(241, 241, 241);
    border-radius: 3px;
    background: rgba(255, 255, 255,0.969) url(./imgs/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%);
    cursor: pointer;
    padding: 6px;
}

.com_mb_list .mb_item .img_box img {
    width: 100%;
}

.com_mb_list .mb_item .title_box {}

.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;
    width: 100%;
}

.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;
}
.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: rgb(233, 90, 63);
    color: #fff;
    text-align: center;
    font-size: 13px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.com_mb_list .mb_item .title_box .down_right span {}

/**changui detail page*/
body.detail_box {
    background: #f5f5f5;
}
.detail_box .mb_title_box {
    display: block;
    height: 199px;
    width: 1100px;
    background: url(./imgs/dt_bg.png);
    text-align: center;
    color: #fff;
    background-size: cover;
    margin: 0 auto 12px;
    border-radius: 5px;
}

.detail_box .mb_title_box  h2 {
    font-size: 24px;
    padding-top: 53px;
}

.detail_box .mb_title_box  .desc_item {
    margin-top: 20px;
}

.detail_box .mb_title_box  .desc_item span {
    font-size: 14px;
    margin-right: 40px;
}
.detail_box .content_box {
    margin: 0px auto 30px;
    width: 1100px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px  1px 30px 5px;
    border-radius: 5px;
}

.detail_box  .left_box {
    display: inline-block;
    width: 68%;
    vertical-align: top;
    margin-right: 2%;
    padding: 0px 20px 20px;
    margin-bottom: 35px;
}

.detail_box  .left_box .nav_box {
    margin-bottom: 20px;
    padding-left: 0px;
}

.detail_box  .left_box .nav_box a {
    font-size: 14px;
    color: #666666;
}
.detail_box .content_box  .desc_text {
    height: auto;
    border-radius: 10px;
    background-color: #e1e6e94f;
    font-size: 14px;
    color: #1f3a67;
    padding: 15px;
    margin-bottom: 22px;
}

.detail_box .content_box .desc_text i.icon1 {
    display: inline-block;
    width: 42px;
    height: 34px;
    background: url(./imgs/dt_icon1.png);
    vertical-align: top;
}

.detail_box .content_box .desc_text .mb_text {
    display: inline-block;
    width: calc(100% - 135px);
    height: 77px;
    line-height: 30px;
    margin: 0px 18px;
    vertical-align: middle;
}

.detail_box .content_box .desc_text i.icon2 {
    display: inline-block;
    width: 42px;
    height: 34px;
    background: url(./imgs/dt_icon2.png);
    vertical-align: bottom;
}
.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 .desc_img {
    margin: unset;
    border: none;
    border-radius: 5px;
    background-color: rgb(225, 230, 233);
    padding: 20px;
}
.detail_box .left_box .desc_img>p {
    margin-bottom: 4px;
}
.detail_box .left_box .desc_img img{
    width: 100%;
}
.detail_box .left_box .mb_use_tips {
    border-width: 1px;
    border-color: rgb(191, 226, 254);
    border-style: solid;
    border-radius: 5px;
    background-color: rgba(226, 238, 252,0.58);
    height: 268px;
    color: #000000;
    font-size: 13px;
    padding: 20px 30px 55px;
    margin-top: 29px;
}

.detail_box .left_box .mb_use_tips p {
    margin-bottom: 20px;
}
.detail_box .left_box .mb_use_tips a{
    color: #000000;
}
.detail_box  .right_box {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
}

.detail_box  .right_box .info_box {
    padding: 0px 13px 30px;
    border-bottom: 8px solid #fff;
    background: #f7f6f6;
    padding: 20px 30px;
}

.detail_box  .right_box .info_box .item_box {}

.detail_box  .right_box .info_box .item {
    display: block;
    font-size: 14px;
    color: #333333;
    width: 49%;
    margin-bottom: 16px;
    white-space: nowrap;
}

.detail_box  .right_box .info_box span {
    letter-spacing: 2px;
}

.detail_box  .right_box #download_btn,.detail_box .right_box #online_create_btn  {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 20px 0px;
    border-radius: 10px;
    background-color: rgb(75, 143, 255);
    width: 180px;
    height: 40px;
    line-height: 40px;
}
.detail_box .right_box #online_create_btn {
    background-color: transparent;
    color: rgb(75, 143, 255);
    border: 1px solid rgb(75, 143, 255);
    margin-top: 6px;
}
.detail_box  .right_box .info_box p {
    font-size: 13px;
    color: #8b8b8b;
}

.detail_box  .right_box .news_list_box {
    padding: 13px 0px;
}

.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: 0px 0px 12px;
}
.detail_box .right_box .news_list_box .news_list .mb_item{
    width: 100%;
    max-width: unset;
    margin: 0px;
    min-width: unset;
    padding: 0px;
    padding: 5px;
    margin-right: 10px;
    box-shadow: 0px 1px 7px 0px rgba(140, 140, 140, 0.55);
    margin-top: 20px;
}
.detail_box .right_box .news_list_box .news_list .mb_item .title_box .down_box{
    display: none;
}
.detail_box .right_box .news_list_box  .com_mb_list .mb_item .img_box img{
    width: calc(100% - 6px);
}
.page_c {
    margin: 30px 0px 20px;
    min-height: 20px;
}

.page_c a {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #000000;
    font-size: 12px;
}
.page_c a:hover{color:#5bb6ff}

.page_c a:last-child {
    float: right;
}
.detail_box .re_list_box {
    padding: 30px 5%;
    width: 1100px;
    background: #f6f6f6;
    margin: 0 auto;
}

.detail_box .re_list_box h2 {
    font-size: 14px;
    font-weight: bold;
    color: #848484;
    margin-bottom: 10px;
}

.detail_box .re_list_box .re_list {
}

.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(./imgs/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_nav{
    margin-top: 22px;
    padding: 20px 0% 20px 4%;
    background: url(./imgs/zt_bg.png);
    color: #fff;
    background-size: cover;
}
.sub_nav a {
    /* border-radius: 8px; */
    box-shadow: inset 0 0 0 1px rgba(53,71,90,.2);
    color: #0d1216;
    display: inline-block;
    font-weight: 400;
    max-width: 100%;
    transition: .15s ease-in-out;
    transition-property: color, background-color, box-shadow;
    padding: 0px 12px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-right: 15px;
    font-size: 15px;
    width: 138px;
    height: 45px;
    line-height: 45px;
    background-color: rgb(249, 249, 255);
    text-align: center;
    color: #adadae;
}

.sub_nav a:hover {
    opacity: 0.8;
}

.sub_nav a.checked {
    background-color: rgb(45, 105, 249);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgb(45, 105, 249);
}
/** æ‰‹æœºç«¯*/
@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;
    }
    .com_mb_list .mb_item{
        min-width: 40%;
        margin: 0px 15px 30px 0px;
        padding-bottom: 15px;
    }
    .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 30px;
    overflow: hidden;
    width: 100%;
    padding-top: 25px;
    text-align: left;
    padding: 25px 8% 35px;
    position: relative;
    box-sizing: border-box;
}

.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;
    display: none;
}
.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 {
    height: auto;
    width: 98%;
    padding: 0px;
    font-size: 0px;
    padding: 20px 4px 20px 20px;
    border-width: 2px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 13px 0px rgba(211, 211, 211, 0.51);
}
.ad_box .ad_list:nth-child(even) {
    background: #ffffff;
}

.ad_box .ad_list span.list_title {
    display: none;
    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;
    text-align: center;
    font-size: 14px;
    width: 120px;
    height: 43px;
    border-width: 1px;
    border-color: rgb(16, 44, 254);
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    line-height: 43px;
    color: #2a5fe5;
    margin-right: 8px;
    /* float: left; */
    margin-bottom: 13px;
    /* position: relative; */
}
.ad_box .ad_list>a:nth-child(1) {
    background: #f0f0f0;
    color: #000;
    /* font-weight: bold; */
    border-color: #f0f0f0;
}
.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: #2a5fe5;}
.ad_box .ad_list:nth-child(2n)>a:nth-child(3n){color: #a10505;}
.ad_box .ad_list:nth-child(2n)>a:nth-child(4n){color: #999999;}
.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_top_ad {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    background: #4b88ff;
    overflow: hidden;
}

.article_top_ad>img {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    transform: translate(-50%,0px);
}

.article_top_ad .mb_list.a_ad_list {
    padding: 0px 0px 0px 4%;
    display: inline-block;
    height: auto;
    margin-top: 57px;
    flex-wrap: unset;
    justify-content: unset;
    height: 375px;
    position: relative;
    background: transparent;
}

.article_top_ad .mb_list.a_ad_list .mb_item {
    width: 230px !important;
    min-width: unset !important;
    max-width: unset !important;
    margin-right: 10px;
}
.article_top_ad .mb_list.a_ad_list .mb_item .title_box .down_right{
    display: none !important;
}
.article_top_ad .mb_list.a_ad_list  .mb_item .title_box .down_box{
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
}
.article_top_ad .mb_list.a_ad_list  .mb_item .title_box .down_left{
    float: right;
}
.article_top_ad .mb_list.a_ad_list .mb_item .title_box >a{
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
}
.article_index_box a:hover{    text-decoration: underline;color: #57c0ff !important;}
.article_index_box{
    background: #f5f5f5;
}
.article_index_box .page_content{
    text-align: center;
    font-size: 14px;
    width: 1258px;
    margin: 0 auto;
    padding-bottom: 20px;
    min-height: 1105px;
}
.article_index_box .ar_index_box{
    width: 1100px;
    display: inline-block;
}
.article_index_box  .left_box {
    width: calc(69% - 70px);
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin-right: 24px;
    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;display: none;}
.article_index_box .left_box .left_title span em {
    font-style: normal;
    height: 30px;
    display: inline-block;
    font-weight: 700;
    color: #2ca6e0;
    margin-right: 2px;
}

.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;
    border-bottom: 1px dashed #d6d6d6;
}

.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;display: none;}
.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;display: none;}
.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: 30%;
    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: 20px 20px 18px 20px;
    margin-bottom: 25px;
    border-radius: 5px;
    /* border: 1px solid rgb(163, 213, 255); */
    padding-top: 27px;
}

.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;
    border-bottom: 2px solid #d8d8d8;
    padding-bottom: 14px;
}
.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;display: none;}

.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 {
    background: #f5f5f5;
}

.article_detail_box .page_content {
    font-size: 12px;
    /* background: #f8f8f8; */
}

.article_detail_box .ar_detail_box {
    width: 1100px;
    /* text-align: center; */
    margin: 0 auto 45px;
    padding-top: 20px;
    box-sizing: border-box;
}

.article_detail_box .sidebar {
    width: 100%;
    line-height: 45px;
    font-size: 12px;
    color: #a5a5a5;
    height: 45px;
    overflow: hidden;
    text-align: left;
}

.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: calc(61% - 30px);
    background: #fff;
    padding: 0px 33px 40px;
    /* border-radius: 10px; */
    padding-bottom: 21px;
    display: inline-block;
    margin-right: 30px;
    text-align: left;
}

.article_detail_box .left_box .article {
}

.article_detail_box .left_box .article h1.title {
    line-height: 36px;
    font-size: 27px;
    text-align: center;
    margin: 30px 0px 8px;
    color: #333333;
    font-weight: normal;
}

.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{
    color: #000;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 12px;
}
.article_detail_box .left_box .article .content p.title_1 {
    font-weight: bold;
}
.article_detail_box .left_box .article .content a.a_blod_title {
    font-weight: bold;
    color: #000;
}
.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 .right_box {
    display: inline-block;
    vertical-align: top;
    max-width: 419px;
    width: calc(31% - 0px);
    /* float: right; */
    /* position: static; */
    text-align: left;
    /* margin-top: 13px; */
}
.article_detail_box .left_box .article  .simple_cv_box h1 {
    font-weight: bold;
    color: red;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 12px;
}

.article_detail_box .left_box .article .simple_cv_box h2.title_tag ,.article_detail_box .left_box .article .simple_cv_box h2.t-jq {
    color: #000;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 12px;
}

.article_detail_box .right_box .right_fix {
    width: 100%;
    height: 239px;
    display: block;
    cursor: pointer;
}

.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;
    background: url(./imgs/article_t_ad.png?v=111);
    background-size: contain;
    height: 100%;
    position: relative;
    max-width: 100%;
}

.article_detail_box .right_box .right_conttop_download a.dow_btn.download_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_box .right_conttop_download a.dow_btn.download_card_box:hover{background-color: #0095ff;}
.article_detail_box .right_box .right_conttop_download a.dow_btn.download_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;
}
.article_detail_box .right_box .right_newest {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 18px 20px 18px 20px;
    margin-top: 84px;
}

.article_detail_box .right_box .right_newest span {
    width: 100%;
    font-size: 18px;
    color: #588be7;
    margin-bottom: 15px;
    font-weight: normal;
    border-bottom: 2px solid rgb(214, 214, 214);
    padding-bottom: 11px;
    position: relative;
    display: block;
}

.article_detail_box .right_box .right_newest span em {
    display: inline-block;
    width: 200px;
    height: 4px;
    background: #588be7;
    position: absolute;
    bottom: -3px;
}

.article_detail_box .right_box .right_newest ul {
    display: block;
}

.article_detail_box .right_box .right_newest li {
    display: block;
    height: 40px;
    width: 100%;
    line-height: 40px;
}
.article_detail_box .right_box .right_newest li:before{content: "1";line-height: 15px;color: #999999;width: 16px;height: 16px;font-size: 12px;text-align: center;float: left;margin-top: 15px;margin-right: 10px;border-radius: 4px;background: unset !important;font-size: 16px;font-weight: bold;display: inline-block;vertical-align: middle;}
.article_detail_box .right_box .right_newest li:nth-child(1):before{content:"01";color: #588be7;}
.article_detail_box .right_box .right_newest li:nth-child(2):before{content:"02";color: #588be7;}
.article_detail_box .right_box .right_newest li:nth-child(3):before{content:"03";color: #588be7;}
.article_detail_box .right_box .right_newest li:nth-child(4):before{content:"04";color: #588be7;}
.article_detail_box .right_box .right_newest li:nth-child(5):before{content:"05";}
.article_detail_box .right_box .right_newest li:nth-child(6):before{content:"06";}
.article_detail_box .right_box .right_newest li:nth-child(7):before{content:"07";}
.article_detail_box .right_box .right_newest li:nth-child(8):before{content:"08";}
.article_detail_box .right_box .right_newest li:nth-child(9):before{content:"09";}
.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: #666666;
    white-space: nowrap;
    width: calc(100% - 33px);
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
}
.article_detail_box .right_box .mb_list_box {
    margin-top: 23px;
    background: #fff;
    padding: 18px 20px 18px 20px;
    margin-top: 31px;
    border-radius: 5px;
}

.article_detail_box .right_box .mb_list_box .a_title {
    font-size: 18px;
    color: #588be7;
    margin-bottom: 15px;
    font-weight: normal;
    border-bottom: 2px solid rgb(214, 214, 214);
    padding-bottom: 11px;
    position: relative;
}
.article_detail_box .right_box .mb_list_box .a_title:after{content:'';width: 200px;height: 4px;background: #588be7;display: inline-block;position: absolute;bottom: -3px;left: 0px;}
.article_detail_box .right_box .mb_list_box .a_title span {}

.article_detail_box .right_box .mb_list_box .a_title a {
    float: right;
    color: #666666;
}

.article_detail_box .right_box .mb_list_box .mb_list {
    position: relative;
    display: block;
}

.article_detail_box .right_box .mb_list_box .mb_item {
    min-width: unset;
    margin-right: 8px;
    box-shadow: 0px 1px 7px 0px rgba(140, 140, 140, 0.55);
    width: calc(50% - 6px);
    max-width: unset;
    box-sizing: border-box;
    padding-bottom: 3px;
}
.article_detail_box .right_box .mb_list_box .mb_item:nth-child(2n){
    margin-right: 0px;
}
.article_detail_box .right_box  .com_mb_list .mb_item .title_box .down_box{
    display: none;
}
.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 10px 10px 25px;
    border: 1px solid #e4e4e4;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0px 0 25px;
    float: left;
    width: 100%;
    height: 168px;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(214, 214, 214);
    box-sizing: border-box;
    cursor: pointer;
}

.download_card div {
    clear: none;
}

.download_card_pic {
    width: 95px;
    float: left;
    margin-top: 12px;
    height: 97px;
    margin-right: 13px;
    background: #2a5fe5;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.download_card_pic:before{content:'个人简历';display: block;font-size: 17px;margin: 20px 0px 6px;}
.download_card_pic:after{content: '简历范文网';font-size: 13px;display: block;}

.download_card_msg {
    float: left;
    margin-top: 17px;
    margin-left: 15px;
}

.download_card_title {
    font-size: 16px;
    color: #4681e5;
    text-decoration: underline;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 360px;
    font-weight: 700;
}

.download_card_tip {
    font-size: 14px;
    color: #666666;
    margin: 4px 0 4px 0;
}

.download_card_tj {
    font-size: 14px;
    color: #999;
    float: left;
    line-height: 23px;
}

.download_card_tj span {
    float: left;
    font-size: 14px;
    color: 666666;
}

.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 */
    border-radius: 4px;
    position: absolute;
    right: 11px;
    top: 49px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    width: 120px;
    height: 44px;
    border-radius: 20px;
    background-color: rgb(248, 174, 0);
}

.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;
    display: none;
}

.downlod_btn_right {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-top: 12px;
}

.downlod_btn_right p {
    font-size: 12px;
    margin: 2px 0 0 0;
}

.download_card_btn:hover {
    background-color: #0095ff;
}

.filter_box {
    display: inline-block;
    float: left;
    background: #fff;
    text-align: left;
}
.filter_box .rcc_box {
    /* display: inline-block; */
    /* float: left; */
}

.filter_box .rcc_box .rcc_con {}

.filter_box .rcc_box .rcc_1_item {
    padding: 25px 0px;
    border-top: 1px solid  rgb(239, 239, 239);
    position: relative;
    cursor: pointer;
    min-width: 155px;
}
.filter_box .rcc_box .rcc_1_item:after{content:'';display: inline-block;width: 10px;height: 7px;background: url('./imgs/css_sprites.png')  -46px -126px;position: absolute;right: 41px;top: 37px;}
.filter_box .rcc_box .rcc_1_item.open:after{background: url('../image/up_icon.png');}
.filter_box .rcc_box .rcc_1_item i.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('./imgs/css_sprites.png?v123')  -90px -10px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 25px;
}
.filter_box .rcc_box .rcc_1_item.open i.icon{ background-position: -49px -50px;}
.filter_box .rcc_box .rcc_1_item:nth-child(1) i.icon{
    background-position: -90px -10px;
}
.filter_box .rcc_box .rcc_1_item.open:nth-child(1) i.icon{
    background-position: -49px -50px;
}

.filter_box .rcc_box .rcc_1_item:nth-child(2) i.icon{
    background-position: -10px -89px;
}
.filter_box .rcc_box .rcc_1_item.open:nth-child(2) i.icon{
    background-position: -90px -48px;
}
.filter_box .rcc_box .rcc_1_item:nth-child(3) i.icon{
    background-position: -128px -48px;
}
.filter_box .rcc_box .rcc_1_item.open:nth-child(3) i.icon{
    background-position: -128px -10px;
}
.filter_box .rcc_box .rcc_1_item:nth-child(4) i.icon{
    background-position: -10px -126px;
}
.filter_box .rcc_box .rcc_1_item.open:nth-child(4) i.icon{
    background-position: -128px -86px;
}
.filter_box .rcc_box .rcc_1_item:nth-child(5) i.icon{
    background-position: -84px -89px;
}
.filter_box .rcc_box .rcc_1_item.open:nth-child(5) i.icon{
    background-position: -48px -89px;
}

.filter_box .rcc_box .rcc_1_item span.tree_1_title {
    color: #888888;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.filter_box .rcc_box .rcc_1_item span.tree_1_title a {
    color: #888888;
}
.filter_box .rcc_box .rcc_1_item.open span.tree_1_title a{color:#2a67fe;}
.filter_box .rcc_box .rcc_1_item.open .rcc_2_item {
    display: block;
    position: relative;
}
.filter_box .rcc_box .rcc_2_item {
    padding: 15px 0px;
    /* display: none; */
}
.filter_box .rcc_box .rcc_2_item>li {
    height: 35px;
    line-height: 35px;
    padding: 0px 25px;
    position: relative;
    margin: 10px 0px;
    list-style: none;
}
.filter_box .rcc_box .rcc_2_item>li:hover{background-color: rgb(239, 244, 255);color: #2a67fe;}
.filter_box .rcc_box .rcc_2_item>li:hover .tree_2_title span.name a{color: #2a67fe !important;}
.filter_box .rcc_box .rcc_2_item .tree_2_title {
    padding-left: 27px;
}

.filter_box .rcc_box .rcc_2_item li.select .tree_2_title span.name a {
    color: #2a67fe;
}

.filter_box .rcc_box .rcc_2_item .tree_2_title span.name a {
    font-size: 14px;
    color: #666666;
}

.filter_box .rcc_box .rcc_2_item .tree_2_title i {}

.filter_box .rcc_box .rcc_3_item {
    display: none;
    position: absolute;
    left: 154px;
    margin-top: -102px;
    width: 615px;
    height: auto;
    border-radius: 3px;
    background-color: rgb(252, 252, 252);
    box-shadow: 0px 8px 18px 0px rgba(108, 108, 108, 0.4);
    z-index: 22;
    padding: 25px;
}
.filter_box .rcc_box .rcc_2_item>li:hover .rcc_3_item{display:block;}
.filter_box .rcc_box .rcc_2_item .rcc_3_item a:hover{color:#518efb !important;}
.filter_box .rcc_box .rcc_3_item .tree_3_title {}

.filter_box .rcc_box .rcc_3_item .tree_3_title a {
    font-size: 14px;
    font-weight: bold;
    color: #2b2b2b;
}

.filter_box .rcc_box .rcc_3_item .tree_3 {}

.filter_box .rcc_box .rcc_3_item .tree_3 li {
    display: inline-block;
}
.filter_box .rcc_box .rcc_3_item .tree_3 li:after{content:'';display: inline-block;width: 1px;height: 10px;background: #888888;margin: 0px 10px;}
.filter_box .rcc_box .rcc_3_item .tree_3 li:last-child:after{display:none}
.filter_box .rcc_box .rcc_3_item .tree_3 li a {
    font-size: 14px;
    color: #888888;
}
.filter_box .rcc_box .rcc_3_item .tree_3 li.select a{color: #2a67fe;}

.subject_index_box .top_desc_box {
    background: #fff;
    width: 1100px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 13px;
    box-sizing: border-box;
}

.subject_index_box .top_desc_box .img_dbox {
    display: inline-block;
    width: 210px;
    vertical-align: middle;
}

.subject_index_box .top_desc_box .img_dbox img {}

.subject_index_box .top_desc_box .text_dbox {
    width: calc(100% - 220px);
    display: inline-block;
    text-align: left;
    padding-left: 45px;
    padding-right: 10px;
    box-sizing: border-box;
    vertical-align: middle;
}

.subject_index_box .top_desc_box .text_dbox p {}

.subject_index_box .page_content {
    width: 1100px !important;
    background: #fff;
    border-radius: 5px;
    margin-top: 37px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.subject_index_box .sub_list_box {
    padding: 11px 22px;
    text-align: left;
}

.subject_index_box .sub_list_box .mb_item {
    display: inline-block;
    width: calc(50% - 12px);
    margin-right: 20px;
    text-align: left;
    margin-top: 20px;
    background: #eff3f5;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 5px;
}
.subject_index_box .sub_list_box .mb_item:nth-child(2n){
    margin-right: 0px;
}
.subject_index_box .sub_list_box .mb_item_box {}

.subject_index_box .sub_list_box .mb_item_box a.img_box {
    display: inline-block !important;
}

.subject_index_box .sub_list_box .mb_item_box a.img_box img {}

.subject_index_box .sub_list_box .right_box {
    margin-left: 19px;
    margin-bottom: 0px;
}

.subject_index_box .sub_list_box .right_box .title_box {}

.subject_index_box .sub_list_box .right_box .title_box a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.subject_index_box .sub_list_box .right_box .desc_box {
    color: #555;
    font-size: 14px;
    height: 80px;
    padding: 10px 0px;
    box-sizing: border-box;
}

.subject_index_box .sub_list_box .right_box .bottom_box {
    color: #555;
}

.subject_index_box .sub_list_box .right_box .bottom_box span {}

.subject_index_box .sub_list_box .right_box .bottom_box span i {
    font-style: normal;
    color: #0036ff;
}

.subject_index_box .sub_list_box .right_box .bottom_box>a {
    color: #0036ff;
    position: relative;
    left: 18px;
}
.subject_detail_box {}

.subject_detail_box .top_desc_box {
    background: #fff;
    width: 1100px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 13px;
    box-sizing: border-box;
    margin-bottom: 35px;
}

.subject_detail_box .top_desc_box .img_dbox {
    display: inline-block;
    width: 210px;
    vertical-align: middle;
}

.subject_detail_box .top_desc_box .img_dbox img {}

.subject_detail_box .top_desc_box .text_dbox {
    width: calc(100% - 220px);
    display: inline-block;
    text-align: left;
    padding-left: 45px;
    padding-right: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    max-height: 210px;
    overflow: hidden;
}

.subject_detail_box .top_desc_box .text_dbox>p {}

.subject_detail_box .top_desc_box .show_down_box {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #fe6d00;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 2px;
    clear: both;
}

.subject_detail_box .top_desc_box .show_down_box i {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    background: url(/assets/all/imgs/icon_down.png?v=123123) no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    transition: transform .5s;
    font-weight: normal;
}
.subject_detail_box .top_desc_box .show_down_box i:hover{opacity:0.8}
.subject_detail_box .top_desc_box .rich_text_box {
    display: none;
    padding: 20px 0px;
}

.subject_detail_box .top_desc_box .rich_text_box .subject_content {}

.subject_detail_box .top_desc_box.show_all_text .show_down_box i {
    transform: translateY(-20%) rotate(180deg);
}

.subject_detail_box .top_desc_box.show_all_text  .rich_text_box {
    display: block;
}
.subject_detail_box .top_desc_box .rich_text_box p.small-title {
    position: relative;
    font-size: 22px;
    position: relative;
    text-indent: 0px;
    margin: 25px 0;
    height: 29px;
}

.subject_detail_box .top_desc_box .rich_text_box p.small-title i {
    content: "";
    display: inline-block;
    height: 24px;
    width: 12px;
    background-color: #2396f3;
    position: absolute;
    left: -12px;
    top: 5px;
    border-radius: 0px;
    z-index: 2;
}

.subject_detail_box .top_desc_box .rich_text_box p.small-title span {
    background: #fff;
    padding-right: 10px;
    position: absolute;
    display: block;
    z-index: 1;
    padding-left: 15px;
}

.subject_detail_box .top_desc_box .rich_text_box p.small-title b {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #ececec;
    width: 100%;
    top: 15px;
    z-index: 0;
}

.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: 10px;
    border-radius: 5px;
    min-height: 729px;
}



.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;
}