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;
    }
}
body a:hover{opacity:0.8}
.header1 {
    display: block;
    /* background-image: url(./imgs/hbg.png); */
    background-size: cover;
    height: 92px;
    background-color: rgb(20, 103, 255);
    box-shadow: 0px 5px 10px 0px rgba(8, 43, 106, 0.25);
    padding: 0px 4%;
}
.header1:after{content:'';width: 0px;display: inline-block;height: 100%;vertical-align: middle;}
.header1 .site_logo {
    display: inline-block;
    vertical-align: middle;
}

.header1 .site_logo img.logo_a {}

.header1 .flex_content {
    display: inline-block;
    vertical-align: middle;
    float: right;
    height: 100%;
}

.header1 .flex_content .nav {height: 100%;}

.header1 .flex_content .nav .item {
    color: #fff;
    font-size: 14px;
    margin-left: 30px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-bottom: 24px;
    height: 92px;
    line-height: 92px;
}

.header1 .flex_content .nav a.item:last-child {
    text-align: center;
    padding: 6px 0px;
    width: 94px;
    height: 25px;
    border-radius: 12px;
    background-color: rgb(255, 73, 44);
    line-height: 25px;
}
.header1 .flex_content .nav .p_child {
    display: none;
    position: absolute;
    left: 0px;
    margin-top: 60px;
    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;
    line-height: 1;
}

.header1 .flex_content .nav .p_child a.c_item:hover {
    color: rgb(45, 105, 249);
}
.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;
}
.banner {
    height: 280px;
    position: relative;
    text-align: center;
}
.banner .bg {
    background: url(./imgs/ppt_index_bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.banner .text_box {
    position: relative;
    display: inline-block;
    text-align: left;
    width: auto;
    margin-top: 96px;
}

.banner .text_box .logo_box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.banner .text_box .logo_box img {}
.banner .global_search.search-box {
    display: inline-block;
    width: 781px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    vertical-align: middle;
    margin-right: 78px;
}

.banner input.search-input {
    display: block;
    width: 781px;
    height: 57px;
    background-color: #fff;
    box-shadow: 0px 5px 7px 0px rgba(77, 122, 203, 0.55);
    z-index: 1;
    border: none !important;
    outline: none !important;
    color: #666666;
    font-size: 16px;
    padding-left: 20px;
    border-radius: 25px;
}

.banner .searchBtn {
    display: inline-block;
    background-color: rgb(244, 67, 54);
    width: 129px;
    height: 49px;
    position: absolute;
    right: -17px;
    bottom: 7px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 49px;
    border: none;
    cursor: pointer;
    border-radius: 25px;
}
.banner .searchBtn:hover{opacity:0.8}
.banner .slogan {
    color: #fff;
    font-size: 14px;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.top_category_box {
    position: relative;
    top: -50px;
    margin-bottom: 35px;
}

.top_category_box .top_category_item {
    display: inline-block;
    width: 249px;
    height: 92px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 16.02px 1.98px rgba(33, 27, 67, 0.44);
    font-size: 16px;
    color: #bcbcbc;
    text-align: center;
    line-height: 92px;
    margin-right: 17px;
}
.top_category_box .top_category_item:last-child{margin-right:0px;}
.top_category_box span.img {
    display: inline-block;
    width: 33px;
    height: 32px;
    border-radius: 5px;
    background-color: rgb(244, 67, 54);
    text-align: center;
    line-height: 42px;
    margin-right: 5px;
}

.top_category_box span.img img {
    display: inline-block;
    max-width: 25px;
}

.top_category_box span.text {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 24px;
}

.tag_box {
    font-size: 14px;
    color: #ffffff;
}

.tag_box .tag_con {
    margin-bottom: 20px;
}

.tag_box .tag_con span.title_text {
    display: inline-block;
    margin-right: 17px;
    vertical-align: middle;
}

.tag_box .tag_con .tag_item_box {
    display: inline-block;
    vertical-align: middle;
}

.tag_box .tag_con .tag_item_box a.tag_a.choosed {
    background-color: rgb(255, 37, 0);
}

.tag_box .tag_con .tag_item_box a.tag_a {
    display: inline-block;
    width: auto;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    margin-right: 9px;
    cursor: pointer;
    color: #fff;
    padding: 0px 7px;
}

.sort_box {
    display: inline-block;
    width: 228px;
    height: 39px;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 20px;
    margin-bottom: 40px;
    margin-top: 21px;
}

.sort_box a.sort_item.choosed {
    background-color: rgb(255, 37, 0);
}

.sort_box a.sort_item {
    display: inline-block;
    width: 68px;
    height: 31px;
    border-radius: 25px;
    text-align: center;
    line-height: 31px;
    margin-top: 4px;
    margin-left: 4px;
    cursor: pointer;
    color: #fff;
}
.mb_index_box .mb_list_box{
    padding: 35px 0%;
    background: transparent;
}
.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: 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 .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 {
    padding: 20px 4% 20px;
    color: #666666;
    font-size: 14px;
}

.nav_box a {
    color: #666666;
}
.nav_box a:hover {
    color: #1467ff;
}

body.mb_index_box {
    background: #f4f4f4;
}

.mb_index_box .page_content {
    padding: 0px 7.5% 35px;
    background: rgb(33, 27, 67);
    color: #fff;
    position: relative;
    z-index: 1;
}

.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: 17%;
    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 10px;
    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(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;
}
.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(../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%);
    cursor: pointer;
    padding: 6px;
}

.com_mb_list .mb_item .img_box img {
    width: 100%;
}

.com_mb_list .mb_item .title_box {
    margin-top: 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;
    width: calc(100% - 100px);
}

.com_mb_list .mb_item .title_box .down_box {display: inline-block;float: right;vertical-align: middle;position: relative;top: 14px;}

.com_mb_list .mb_item .title_box .down_left {
    color: #999999;
    display: none !important;
}

.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;
    border-radius: 25px;
}
.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*/
.detail_box .mb_title_box {
    display: block;
    height: 199px;
    width: 100%;
    background: url(./imgs/dt_bg.png);
    text-align: center;
    color: #fff;
    background-size: cover;
}

.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 0px;
    background: rgb(33, 27, 67);
    padding: 0px 7.5%;
}

.detail_box  .left_box {
    display: inline-block;
    width: 76%;
    vertical-align: top;
    margin-right: 2%;
    padding: 0px 0px 20px 0px;
    margin-bottom: 82px;
    margin-top: -30px;
}

.detail_box  .left_box .nav_box {
    margin-bottom: 20px;
    padding-left: 0px;
    color: #fff;
}

.detail_box  .left_box .nav_box a {
    font-size: 14px;
    color: #fff;
}.detail_box .left_box .desc_box {}

.detail_box .left_box .img_thumb_list {
    display: inline-block;
    width: auto;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    padding: 15px 20px;
    vertical-align: top;
    margin-right: 30px;
    height: 830px;
}

.detail_box .left_box .img_thumb_list .img_item {
    margin-bottom: 5px;
    cursor: pointer;
}
.detail_box .left_box .img_thumb_list .text_tips{
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin: 10px 0px 0px;
}
.detail_box .left_box .img_thumb_list .img_item img {
    max-width: 100%;
    height: 70px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    box-shadow: 0px 10px 16.02px 1.98px rgba(33, 27, 67, 0.44);
}

.detail_box .left_box .desc_box .desc_content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 310px);
    background: transparent;
}

.detail_box .left_box .desc_box .desc_content .desc_intro {
    padding: 30px 0px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.detail_box .left_box .desc_box .desc_content .desc_intro .desc_intro_img{
    height: 463px;
    overflow: auto;
    padding: 0px 50px;
}
.detail_box .left_box .desc_intro img {
    max-width: 100%;
    box-shadow: 0px 10px 16.02px 1.98px rgba(33, 27, 67, 0.44);
    margin-bottom: 20px;
}

.detail_box .left_box .desc_intro .show_text_tips {
    font-size: 16px;
    color: #eb4e41;
    text-align: center;
    margin: 30px 0px 0px;
}
.detail_box  .right_box {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.detail_box  .right_box .info_box {
    padding: 0px 13px 30px;
    border-bottom: 8px solid #fff;
    background: #f7f6f6;
    padding: 20px 30px;
    border-radius: 5px;
}

.detail_box  .right_box .info_box .item_box {}

.detail_box  .right_box .info_box .item {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    width: 49%;
    margin-bottom: 16px;
    white-space: nowrap;
}
.detail_box .right_box .info_box .item span{
    /* font-size: 12px; */
    /* color: #666666; */
}
.detail_box .right_box .info_box .title_text{
    margin: 10px 0px 30px;
}
.detail_box .right_box .info_box .title_text span {
    letter-spacing: 2px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.detail_box .right_box .info_box .title_text img{
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}
.detail_box  .right_box #download_btn,.detail_box .right_box #online_create_btn  {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 20px 0px;
    width: 100%;
    line-height: 36px;
    height: 36px;
    border-radius: 5px;
    background-color: rgb(244, 67, 54);
}
.detail_box .right_box #online_create_btn {
    background-color: transparent;
    color: rgb(75, 143, 255);
    border: 1px solid rgb(75, 143, 255);
}
.detail_box  .right_box .info_box p {
    font-size: 13px;
    color: #8b8b8b;
}

.detail_box  .right_box .news_list_box {
    padding: 15px;
    background: #fff;
    margin-top: 30px;
}

.detail_box  .right_box .news_list_box h2 {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}
.detail_box .right_box .news_list_box h2>a{
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    display: inline-block;
    float: right;
}
.detail_box  .right_box .news_list_box .news_list {
    padding: 0px 0px 12px;
    display: block;
}
.detail_box .right_box .news_list_box .news_list .mb_item{
    width: 100% !important;
    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;
    display: block;
}
.detail_box .right_box .news_list_box .news_list .mb_item:nth-child(2n){
    margin-right: 0px;
}
.detail_box .right_box .news_list_box .news_list .mb_item .title_box .down_box{
}
.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: 22px;
    /* width: 100% !important; */
    background: #f6f6f6;
    margin-top: 30px;
    border-radius: 5px;
}

.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 .re_list .mb_item{
    min-width: 28%;
    margin: 0px 20px 50px 0px !important;
}
.detail_box .re_list_box .re_list .mb_item:nth-child(3n){
    margin-right: 0px !important;
}
.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_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 .page_content{
    text-align: center;
    font-size: 14px;
    background: #f0f0f0;
    padding: 35px 0px;
}
.article_index_box  .left_box {
    width: 52%;
    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;
    border: 1px solid rgb(163, 213, 255);
}

.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: 24%;
    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; */
    border: 1px solid rgb(163, 213, 255);
}

.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 {}

.article_detail_box .page_content {
    font-size: 12px;
    /* background: #f8f8f8; */
}

.article_detail_box .ar_detail_box {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.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: 47.5%;
    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 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 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: 21.8%;
    /* float: right; */
    /* position: static; */
    text-align: left;
    margin-top: 13px;
}

.article_detail_box .right_box .right_fix {
    width: 419px;
    height: 367px;
    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);
    height: 307px;
    position: relative;
}

.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 0px;
}

.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: 12px;margin-right: 10px;border-radius: 4px;background: unset !important;font-size: 16px;font-weight: bold;}
.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;
}
.article_detail_box .right_box .mb_list_box {
    margin-top: 23px;
}

.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% - 26px) !important;
    max-width: unset;
    box-sizing: content-box;
}
.article_detail_box .right_box .mb_list_box .mb_item:nth-child(2n){
    margin-right: 0px;
}
.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: 100px;
    float: left;
    margin-top: 12px;
    height: 100px;
    margin-right: 13px;
    background: #2a5fe5;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.download_card_pic:before{content:'ä¸ªäººç®€åŽ†';display: block;font-size: 19px;margin: 23px 0px 6px;}
.download_card_pic:after{content:'51ç®€åŽ†æ¨¡æ¿ç½‘';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: 60px;
    top: 49px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    width: 168px;
    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: 15px;
    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;
}