@charset "utf-8";

.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;}

/* 配色方案 ---用于改版切换 */

/* Blue style */
.brandcolor{background-color: #009CFF;}
.page-bg{background-color:#FBFBFD;}
.button-base{background-color: #009CFF;}
.font-base{color: #333333;}
.font-brand-color{color: #009CFF;}
.font-auxiliary{color: #666666;}
.font-tips{color:#999999;}
.font-link{color: #009CFF;}
.border-brand{border-color: #009CFF;}
.border-search{border-color: #009CFF;}
.border-base{border-color: #e2e5ed;}
.success-color{background-color: #67c23a;}
.error-color{background-color: #FA5555;}
.gray-color{background-color: #BBC0CB;}

/* Red style*/
/* .brandcolor{background-color:#d92728;}
.button-base{background-color: #d82627;} */
/* html {
    filter: grayscale(1);
} */

.page_content{
    width: 100%;
}
.page_content_mob{
    width: 100%;
    max-width: 7.5rem;
    margin:0 auto;
}
/* 布局通用-PC */
.content_wrapper_max{
    width: 100%;
    min-width: 1100px;
}

.content_wrapper_min{
    width: 1100px;
    padding:0 0 50px 0;
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    margin: 0 auto;
    align-items:stretch;
}
.content_wrapper_min_noflex{
    width: 1100px;
    margin: 0 auto;
}
.content_left_pc{
    flex: 0 0 730px;
    width: 730px;
    max-width: 730px;
}
.content_right_pc{
    flex: 0 0 340px;
    width: 340px;
    max-width: 340px;
    margin-left: 30px;
}
.row_common_pc{
   margin-bottom:20px;
}
.row_common_pc:after{
    content:".";
    display:block;
    height:0;
    font-size:0;
    clear:both;
    visibility:hidden;
}
.vc_fl{
    float: left;
}
.vc_fr{
    float: right;
}

/* 布局工具类PC */
.mrg_t10{
    margin-top:10px;
}
.mrg_t20{
    margin-top:20px;
}
.mrg_t30{
    margin-top:30px;
}
.mrg_t50{
    margin-top:50px;
}
.mrg_t60{
    margin-top:60px;
}
.mrg_t80{
    margin-top:80px;
}
.mrg_t90{
    margin-top:90px;
}
.mrg_t110{
    margin-top:110px;
}
.mrg_t120{
    margin-top:120px;
}
.gray_bg{
    background:rgba(249,249,249,1);
}

/* 页头PC*/
.header_pc{
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #192B51;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.3);
}
.header_pc_red{
    background: #a10505!important;
}
.header_innner{
    margin: 0 auto;
    width: 1100px;
    min-width: 1100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.logo_zone_pc{
    display: block;
    float: left;
    width:150px;
    height: 50px;
}
.logo_zone_pc img{
    display: block;
    width: 110px;
    height: 30px;
    margin: 10px 0 0 0;
}
.nav_pc{
    float: left;
    height: 50px;
}
.nav_list{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
}
.nav_list li{
    float: left;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.nav_list li a.level1{
    display: block;
    padding: 0 20px;
    color: #FFF;
    font-weight: 400;
}
.nav_list li:hover{
    overflow:visible;
    background: #0F1C37;
}
.nav_list li:hover a.level1{
    font-weight: 700;
    background: #0F1C37;
}
.nav_list li.active a.level1{
    font-weight: 700;
    background: #0F1C37;
}
.userzone_pc{
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #FFF;
}
.search_all_btn{
    display: block;
    float: left;
    width: 80px;
    margin: 10px 0 0 15px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    color: #e8e8e8;
    background: #2D436A url('../images/search_bai_icon.png') no-repeat;
    background-size: 13px;
    background-position: 51px center;
    border-radius: 15px;
    text-align: left;
    text-indent: 17px;
    cursor: pointer;
}
.ercode_drop2{
    float: left;
    overflow: hidden;
}
.ercode_drop2 .textbtn{
    height: 50px;
    line-height: 50px;
    padding: 0 13px 0 25px;
    cursor: pointer;
}
.ercode_drop2:hover .textbtn{
    color: #d3d3d3;
}
.ercode_drop2 .code_list_zone{
    display: none;
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    right: 0;
    background: #192B51;
}
.ercode_drop2:hover .code_list_zone{
    display: block;
}
.ercode_drop2 ul{
    width: 1100px;
    height: 120px;
    display: block;
    margin: 0 auto;
}
.ercode_drop2 ul li{
    display: block;
    float: right;
    width: 120px;
    height: 120px;
}
.ercode_drop2 ul li img{
    display: block;
    width:80px;
    height:80px;
    margin: 0 auto;
}
.ercode_drop2 ul li p{
    height: 35px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.userlogin_btn_box{
    display: block;
    float: left;
    width: 90px;
}
.userlogin_btn{
    display: none;
    float: left;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 15px;
    color: #FFF;
}
.userlogin_btn span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.userlogin_btn span:hover{
    color: #d3d3d3;
}
.usercenter_drop{
    display: none;
    float: left;
    width: 90px;
    height: 60px;
    overflow: hidden;
}
.usercenter_drop:hover{
    overflow: visible;
}
.nav_userheadpic{
    height: 50px;
    padding-top:15px;
    background: url('../images/xiala.png') no-repeat;
    background-size: 8px 5px;
    background-position:60px 23px;
    cursor: pointer;
}
.nav_userheadpic img{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 0 0 30px;
}
.usercenter_drop ul{
    display: block;
    width: 100%;
    background: #FFF;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.2);
    border-radius: 2px;
}
.usercenter_drop ul li{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:rgba(35,35,35,1);
}
.usercenter_drop ul li:hover{
    color: #009CFF;
}
.usercenter_drop ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:rgba(35,35,35,1);
}
.usercenter_drop ul li a:hover{
    color: #009CFF;
}




/* 搜索区---PC */
.search_content_pc{
    display: none;
    position: fixed;
    z-index: 400;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    right:0;
    bottom:0;
}
.search_content_pc_bg{
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.search_tiao_pc{
    width:100%;
    height: 50px;
    background: #192B51;
}
.search_tiao_inner_pc{
    position: relative;
    width:700px;
    height: 50px;
    margin: 0 auto;
}
.searchinput_container{
    display: block;
    float: left;
    width:590px;
    height: 30px;
    margin: 10px 0;
    border-radius: 15px;
    background: #FFF;
    font-size: 12px;
}
.search_input{
    display: block;
    float: left;
    width: 510px;
    padding:0 0 0 20px;
    height: 30px;
    color: #333;
    cursor: text;
    background:none;
}
.searchinput_container .to_search_btn{
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    background: url('../images/search_icon.png') no-repeat center;
    background-size:16px;
    cursor: pointer;
}
.search_input::-webkit-input-placeholder {
	color: rgba(128, 128, 128, 0.5);
}
.search_input:-ms-input-placeholder {
	color: rgba(128, 128, 128, 0.5);
}
.search_input:-moz-placeholder {
	color: rgba(128, 128, 128, 0.5);
}
.search_input::-moz-placeholder {
	color: rgba(128, 128, 128, 0.5);
}
.cacelsearch_btn{
    display: block;
    float: left;
    width:50px;
    height: 50px;
    background: url('../images/close_icon_bai.png') no-repeat center;
    background-size:12px;
}
.search_tips{
    position: absolute;
    display: none;
    top: 60px;
    left: 0;
    z-index: 400;
    width: 700px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 4px rgb(148, 148, 148);
    -moz-box-shadow: 2px 2px 4px rgb(148, 148, 148);
    box-shadow: 2px 2px 4px rgb(148, 148, 148);
}
.search_tips li{
    display: block;
    height: 40px;
    line-height: 40px;
    text-indent: 60px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.search_tips li:hover{
    background: #eaeaea;
    cursor: pointer;
}

/* 登录层 */
.login_warpper_pc{
    display: none;
    position: fixed;
    z-index: 300;
    top: 0px;
    left: 0;
    bottom:0;
    right: 0;
    width: 100%;
    height: 100%;
    border-top:1px solid #ccc;
    box-sizing: border-box;
    background: rgba(255,255,255,0.9)
    /* background: url('../images/test_bg.jpg') no-repeat center;
    background-size: 100% auto; */
}
.login_box_pc{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    padding: 70px 80px;
    background: #FFF;
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.1);
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
    -moz-transform:translate(-50%,-50%); 	/* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%); 	/* Opera */
}
.login_box_pc .close_login_btn{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
    background: url('../images/close_icon.png')  no-repeat center;
    background-size: 20px;
    cursor: pointer;
}
.login_tab_zone{
    width: 100%;
    height: 40px;
}
.login_tablist{
    display: block;
    float: left;
    width: 100%;
    height: 40px;
}
.login_tablist li{
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    font-size: 16px;
    color:#999999;
    font-weight: 600;
    cursor: pointer;
}
.login_tablist li.active{
    height: 38px;
    line-height: 40px;
    color:#009CFF;
    border-bottom: 2px solid #009CFF;
}
.login_tablist li.newuser{
    margin: 0;
    color:#999999;
    float: right;
}
.login_tablist li.newuser.active{
    margin: 0;
    color:#009CFF;
    float: right;
}
.login_text{
    margin:10px 0 30px;
    height: 20px;
    line-height: 20px;
    font-size:12px;
    color:rgba(153,153,153,1);
}
.login_text span{
    display: none;
}
.login_text span.active{
    display: block;
}
.input_zone{
    display: flex;
    display:-webkit-flex;
    height: 50px;
    border-bottom: 1px solid rgba(232,232,232,1);
}
.input_zone input{
    flex:1;
    height: 50px;
}
.tips_label{
    height: 26px;
    line-height: 26px;
    color: #b60303;
    font-size: 12px;
}
.sendcode_btn{
    padding:0 0 0 10px;
    text-align: right;
    background-color: #FFF;
    color: #009CFF;
    font-size:14px;
}
.sendcode_btn.disable{
    color: #ccc;
}
.login_box_pc .login_btn{
    width: 100%;
    height: 50px;
    margin-top: 60px;
    border-radius:2px;
    color: #FFF;
    letter-spacing: 2px;
    font-size: 15px;
}
.login_box_pc .login_btn:hover{
    opacity: 0.8;
}
.user_agreement{
    height: 30px;
    line-height: 30px;
    font-size:12px;
    color:rgba(153,153,153,1);
}
.user_agreement a{
    color: #009CFF;
}
.forget_password_btn{
    display: block;
    flex: 0 0 80px;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #009CFF;
    font-size: 14px;
    background: none;
}
.con_placeholder::-webkit-input-placeholder {
	color: #999;
}
.con_placeholder:-ms-input-placeholder {
	color: #999;
}
.con_placeholder:-moz-placeholder {
	color: #999;
}
.con_placeholder::-moz-placeholder {
	color: #999;
}
#commonlogin_account,#commonlogin_accounttips,#commonlogin_password,#commonlogin_passwordtips,#registerButton{
    display: none;
}


/* 通用性右侧边栏固定工具 */
.common_asidefixed_tools{
    display: block;
    z-index: 300;
    position: fixed;
    width: 44px;
    height: 179px;
    right: 20px;
    bottom: 60px;
}
.common_asidefixed_tools .guestsignup_btn{
    position: absolute;
    right:0;
    top: 0;
    display: block;
    margin-bottom: 1px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: url('../images/aside_signup_icon.png') #f6f6f6 no-repeat center;
    background-size: 44px 44px;
    color: #FFF;
    font-size: 0;
    text-indent: 15px;
    overflow: hidden;
}
.guestsignupStrength{
    width: 120px!important;
    height: 44px;
    right:0;
    top: 0px;
    background: url('../images/aside_signup_icon2.png') #009CFF no-repeat!important;
    background-position: 76px center!important;
    background-size: 44px 44px!important;
    animation: guestsignupStrength 0.2s ease-in-out;
    -moz-animation: guestsignupStrength 0.2s ease-in-out;	/* Firefox */
    -webkit-animation: guestsignupStrength 0.2s ease-in-out;	/* Safari 和 Chrome */
    -o-animation: guestsignupStrength 0.2s ease-in-out;	/* Opera */
    font-size: 14px!important;
}
@keyframes guestsignupStrength{
    from {
        width: 44px;
        background: url('../images/aside_signup_icon.png') #f6f6f6 no-repeat center;
        background-size: 44px 44px;
        font-size: 0;
    }
    to {
        width: 120px;
        background: url('../images/aside_signup_icon2.png') #009CFF no-repeat;
        background-position: 76px center;
        background-size: 44px 44px;
        font-size: 14px;
        border-bottom: none;
    }
}

@-moz-keyframes guestsignupStrength { /* Firefox */
    from {
        width: 44px;
        background: url('../images/aside_signup_icon.png') #f6f6f6 no-repeat center;
        background-size: 44px 44px;
        font-size: 0;
    }
    to {
        width: 120px;
        background: url('../images/aside_signup_icon2.png') #009CFF no-repeat;
        background-position: 76px center;
        background-size: 44px 44px;
        font-size: 14px;
        border-bottom: none;
    }
}

@-webkit-keyframes guestsignupStrength { /* Safari 和 Chrome */
    from {
        width: 44px;
        background: url('../images/aside_signup_icon.png') #f6f6f6 no-repeat center;
        background-size: 44px 44px;
        font-size: 0;
    }
    to {
        width: 120px;
        background: url('../images/aside_signup_icon2.png') #009CFF no-repeat;
        background-position: 76px center;
        background-size: 44px 44px;
        font-size: 14px;
        border-bottom: none;
    }
}

@-o-keyframes guestsignupStrength {/* Opera */
    from {
        width: 44px;
        background: url('../images/aside_signup_icon.png') #f6f6f6 no-repeat center;
        background-size: 44px 44px;
        font-size: 0;
    }
    to {
        width: 120px;
        background: url('../images/aside_signup_icon2.png') #009CFF no-repeat;
        background-position: 76px center;
        background-size: 44px 44px;
        font-size: 14px;
        border-bottom: none;
    }
}
.common_asidefixed_tools .contribute_btn{
    position: absolute;
    right:0;
    top:45px;
    display: block;
    margin-bottom: 1px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: url('../images/aside_contribute_icon.png') #f6f6f6 no-repeat center;
    background-size: 44px 44px;
    color: #FFF;
    font-size: 0;
    text-indent: 15px;
    overflow: hidden;
}
.contributeStrength{
    width: 120px!important;
    height: 44px;
    right:0;
    top: 45px;
    background: url('../images/aside_contribute2_icon.png') #009CFF no-repeat!important;
    background-position: 76px center!important;
    background-size: 44px 44px!important;
    animation: contributeStrength 0.2s ease-in-out;
    -moz-animation: contributeStrength 0.2s ease-in-out;	/* Firefox */
    -webkit-animation: contributeStrength 0.2s ease-in-out;	/* Safari 和 Chrome */
    -o-animation: contributeStrength 0.2s ease-in-out;	/* Opera */
    font-size: 14px!important;
}
@keyframes contributeStrength{
    from {
        width: 44px;
        background: url('../images/aside_contribute_icon.png') #f6f6f6 no-repeat center;
        background-size: 44px 44px;
        font-size: 0;
    }
    to {
        width: 120px;
        background: url('../images/aside_contribute2_icon.png') #009CFF no-repeat;
        background-position: 76px center;
        background-size: 44px 44px;
        font-size: 14px;
        border-bottom: none;
    }
}

@-moz-keyframes contributeStrength { /* Firefox */
    from {
        width: 44px;
        background: url('../images/aside_contribute_icon.png') #f6f6f6 no-repeat center;
        background-size: 44px 44px;
        font-size: 0;
    }
    to {
        width: 120px;
        background: url('../images/aside_contribute2_icon.png') #009CFF no-repeat;
        background-position: 76px center;
        background-size: 44px 44px;
        font-size: 14px;
        border-bottom: none;
    }
}

@-webkit-keyframes contributeStrength { /* Safari 和 Chrome */
    from {
        width: 44px;
        background: url('../images/aside_contribute_icon.png') #f6f6f6 no-repeat center;
        background-size: 24px 24px;
        font-size: 0;
    }
    to {
        width: 120px;
        background: url('../images/aside_contribute2_icon.png') #009CFF no-repeat;
        background-position: 76px center;
        background-size: 24px 24px;
        font-size: 14px;
        border-bottom: none;
    }
}

@-o-keyframes contributeStrength {/* Opera */
    from {
        width: 44px;
        background: url('../images/aside_contribute_icon.png') #f6f6f6 no-repeat center;
        background-size: 24px 24px;
        font-size: 0;
    }
    to {
        width: 120px;
        background: url('../images/aside_contribute2_icon.png') #009CFF no-repeat;
        background-position: 76px center;
        background-size: 44px 44px;
        font-size: 14px;
        border-bottom: none;
    }
}

.common_asidefixed_tools .backtotop_btn{
    position: absolute;
    right:0;
    top:135px;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: url('../images/aside_backtop_icon.png') #f6f6f6 no-repeat center;
    background-size: 44px 44px;
    color: #FFF;
    font-size: 0;
    text-indent: 15px;
    cursor: pointer;
    overflow: hidden;
}
.backtotopStrength{
    width: 120px!important;
    height: 44px;
    right:0;
    top: 134px;
    background: url('../images/aside_backtop2_icon.png') #009CFF no-repeat!important;
    background-position: 76px center!important;
    background-size: 44px 44px!important;
    animation: backtotopStrength 0.2s ease-in-out;
    -moz-animation: backtotopStrength 0.2s ease-in-out;	/* Firefox */
    -webkit-animation: backtotopStrength 0.2s ease-in-out;	/* Safari 和 Chrome */
    -o-animation: backtotopStrength 0.2s ease-in-out;	/* Opera */
    font-size: 14px!important;
}
@keyframes backtotopStrength{
    from {
        width: 44px;
        background: url('../images/aside_backtop_icon.png') #f6f6f6 no-repeat center;
        background-size: 44px 44px;
        font-size: 0;
    }
    to {
        width: 120px;
        background: url('../images/aside_backtop2_icon.png') #009CFF no-repeat!important;
        background-position: 76px center;
        background-size: 44px 44px;
        font-size: 14px;
    }
}

@-moz-keyframes backtotopStrength { /* Firefox */
    from {
        width: 44px;
        background: url('../images/aside_backtop_icon.png') #f6f6f6 no-repeat center;
        background-size: 44px 44px;
        font-size: 0;
    }
    to {
        width: 120px;
        background: url('../images/aside_backtop2_icon.png') #009CFF no-repeat!important;
        background-position: 76px center;
        background-size: 44px 44px;
        font-size: 14px;
    }
}

@-webkit-keyframes backtotopStrength { /* Safari 和 Chrome */
    from {
        width: 44px;
        background: url('../images/aside_backtop_icon.png') #f6f6f6 no-repeat center;
        background-size: 44px 44px;
        font-size: 0;
    }
    to {
        width: 120px;
        background: url('../images/aside_backtop2_icon.png') #009CFF no-repeat!important;
        background-position: 76px center;
        background-size: 24px 24px;
        font-size: 14px;
    }
}

@-o-keyframes backtotopStrength {/* Opera */
    from {
        width: 44px;
        background: url('../images/aside_backtop_icon.png') #f6f6f6 no-repeat center;
        background-size: 44px 44px;
        font-size: 0;
    }
    to {
        width: 120px;
        background: url('../images/aside_backtop2_icon.png') #009CFF no-repeat!important;
        background-position: 76px center;
        background-size: 44px 44px;
        font-size: 14px;
    }
}

.common_asidefixed_tools .appdownload_btn{
    position: absolute;
    right:0;
    top: 90px;
    display: block;
    margin-bottom: 1px;
    width: 44px;
    height: 44px;
    background: url('../images/aside_appdown_icon.png') #f6f6f6 no-repeat center;
    background-size: 44px 44px;
    text-indent: 15px;
}
.common_asidefixed_tools .appdownload_btn.active{
    position: absolute;
    right:0;
    top: 90px;
    display: block;
    width: 44px;
    height: 44px;
    background: url('../images/aside_appdown2_icon.png') #009CFF no-repeat center;
    background-size: 44px 44px;
    text-indent: 15px;
}
.common_asidefixed_tools .appdownload_btn .ercode_box_bg{
    display: none;
    position: absolute;
    right:44px;
    top:-45px;
    width: 220px;
    height: 134px;
    box-sizing: border-box;
    padding:2px 10px 2px 2px;
    background:url('../images/appdown_popbg.png') no-repeat;
    background-size: 220px 134px;
    text-indent: 0;
}
.common_asidefixed_tools .appdownload_btn .ercode_box .appcode_tab{
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}
.common_asidefixed_tools .appdownload_btn .ercode_box .appcode_tab li{
    display: block;
    float: left;
    width: 50%;
    height: 32px;
    line-height: 32px;
    background: #f4f4f4;
    color: #333;
    cursor: pointer;
}
.common_asidefixed_tools .appdownload_btn .ercode_box .appcode_tab li.active{
    background: #FFF;
}
.common_asidefixed_tools .appdownload_btn .ercode_box .appcode_box{
    display: block;
    width: 100%;
    height: 98px;
}
.common_asidefixed_tools .appdownload_btn .ercode_box .appcode_box li{
    display: none;
    position: relative;
    width: 100%;
    height: 98px;
}
.common_asidefixed_tools .appdownload_btn .ercode_box .appcode_box li.active{
    display: block;
}
.common_asidefixed_tools .appdownload_btn .ercode_box .appcode_box li img{
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    width: 78px;
    height: 78px;
}
.common_asidefixed_tools .appdownload_btn .ercode_box .appcode_box li p{
    position: absolute;
    display: block;
    width: 100px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    top: 29px;
    left: 98px;
    font-size: 12px;
    color: #666;
}




/* 页尾PC*/
.footer_pc{
    width: 100%;
    margin-top:60px; 
    background:rgba(59,63,69,1);
}
.footer_innner{
    margin: 0 auto;
    width: 1100px;
    min-width: 1100px;
}
.footer_coperator{
    padding: 40px 0 20px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.footer_logozone_pc{
    float: left;
    width: 48%;
    padding: 0 1%;
}
.footer_title{
    height: 20px;
    line-height:20px;
}
.footer_title span{
    display: block;
    font-size:14px;
    float: left;
    font-weight:600;
    color:rgba(255,255,255,1);
}
.footer_title a{
    display: block;
    padding-right: 25px;
    float: right;
    font-size:12px;
    font-weight: 400;
    color:rgba(255,255,255,0.7);
    background: url('../images/arrow_single.png') no-repeat;
    background-size: 18px 18px;
    background-position: 25px center;
}
.footer_logozone_pc ul{
    width: 100%;
    display: block;
}
.footer_logozone_pc ul li{
    display: block;
    float: left;
    width: 12%;
    margin: 20px 5% 0 0;
}
.footer_logozone_pc ul li img{
    width: 68.92px;
    height: 30px;
    background-color: #fff;
}
.footer_logozone_pc ul li:nth-child(6n){
    margin: 20px 0 0 0;
}
.footer_linkzone_pc{
    width: 98%;
    padding:20px 1% 0;
}
.footer_linkzone_pc ul{
    width: 100%;
    height: 36px;
    overflow: hidden;
}
.footer_linkzone_pc ul li{
    display: block;
    float: left;
    height: 18px;
    margin: 18px 20px 0 0;
}
.footer_linkzone_pc ul li a, .footer_linkzone_pc ul li span{
    display: block;
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size:12px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer_linkzone_pc .m-t-10 {
    margin-top: 10px;
}
.copyright_text{
    padding: 20px 0;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    color: rgba(255,255,255,0.6);
}
.copyright_text p{
    line-height: 26px;
}
.copyright_text a{
    color: rgba(255,255,255,0.6);
}

/* 侧边栏通用标题头部 */
.aside_common_content{
    width: 100%;
    margin-bottom:40px;
}
.aside_commontitle_pc{
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-direction:row;
    height: 20px;
}
.aside_commontitle_pc h4{
    flex: 0 1 auto;
    padding-right:15px;
    height:20px;
    font-size:15px;
    line-height:20px;
    font-weight:600;
    color:rgba(0,0,0,1);
}
.aside_commontitle_pc span{
    display: block;
    flex: 1;
    width:100%;
    margin-top:6px;
    height:8px;
    background:rgba(246,246,246,1);
}
.aside_commontitle_pc a{
    display: none;
    flex: 0 0 20px;
    width:20px;
    height:20px;
    margin-left: 10px;
    background:url('../images/more_icon.png') no-repeat center;
    background-size:24px;
    cursor: default;
}
.asideFixedRight{
    position: fixed;
    width: 340px;
    top: 70px;
    margin-bottom:0;
}


/* 隐藏型新闻标题 */
.common_hiddenChannel_title{
    height: 35px;
    line-height: 36px;
    color: #FFF;
    border-bottom: 2px solid #192B51;
}
.common_hiddenChannel_title span.titletext{
    display: block;
    float: left;
    height: 35px;
    padding: 0 10px 0 15px;
    background: #192B51;
    font-size: 14px;
}
.common_hiddenChannel_title span.triangle{
    float: left;
    display: block;
    width:0;
    height:0;
    border-width:0 15px 35px 0;
    border-style:solid;
    border-color: #192B51 transparent ;
}


/* 通用新闻列表 */
.common_newslist_pc li{
    position: relative;
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}
.common_newslist_pc li a{
    display: block;
    width: 100%;
    height: 150px;
}
.common_newslist_pc li .coverimg{
    position: relative;
    display: block;
    float: left;
    width: 240px;
    height: 150px;
    margin-right: 30px;
    background: url('../images/default_cover.png') no-repeat center;
    background-size: 100%;
    overflow: hidden;
}

.common_newslist_pc li .coverimg img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.common_newslist_pc li .coverimg:hover img{
    transform: scale(1.2); 
    -ms-transform:scale(1.2); 	/* IE 9 */
    -moz-transform:scale(1.2); 	/* Firefox */
    -webkit-transform:scale(1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2); 	/* Opera */
}
.common_newslist_pc li h1{
    display: block;
    float: left;
    width: 460px;
    min-height:28px;
    max-height: 56px;
    margin-bottom: 12px;
    line-height:28px;
    font-size:20px;
    font-weight:600;
    color:rgba(35,35,35,1);
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
}
.common_newslist_pc li:hover h1{
    color: #009CFF;
}
.common_newslist_pc li h2{
    display: inline;
    float: left;
    width: 460px;
    min-height:20px;
    max-height: 40px;
    margin-bottom: 12px;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 0.3px;
}
.common_newslist_pc li p{
    position: absolute;
    display: block;
    left: 270px;
    bottom: 25px;
    width: 460px;
    height:18px;
    line-height:18px;
    font-size:12px;
    color:rgba(153,153,153,1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsPic_label{
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    font-weight:500;
    text-align: center;
    font-size: 12px;
}
.newsPic_label .text{
    display: block;
    float: left;
    padding: 0 5px 0 8px;
    letter-spacing: 0.7px;
}
.newsPic_label .triangle{
    position:relative;
    float: left;
    display: block;
    width:0;
    height:0;
    border-width:0 0 22px 6px;
    border-style:solid;
}
.orign_label{
    background: -webkit-linear-gradient(#F10000, #FFA462); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#F10000, #FFA462); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#F10000, #FFA462); /* Firefox 3.6 - 15 */
    background: linear-gradient(#F10000, #FFA462); /* 标准的语法 */
}
.label_bg_blue{
    background: #009CFF;
}
.label_border_blue{
    border-color:transparent transparent transparent #009CFF;
}


/* 点击加载更多按钮 */
.click_getmore_pc{
    width: 100%;
    height: 44px;
    margin-top: 25px;
    line-height: 44px;
    background:rgba(244,244,244,1);
    border-radius:4px;
    font-size:12px;
    color:rgba(102,102,102,1);
}
.click_getmore_pc:hover{
    background:#e8e8e8;
    color:#333;
}
.common_loading_pc{
    width: 100%;
    height: 44px;
    margin-top: 25px;
    background:url('../images/cvloading.gif') no-repeat center;
    background-size: 32px;
}
.no_morelist{
    width:100%;
    height: 40px;
    margin-top:20px;
    line-height: 40px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
/*用于判断INC内是否有列表内容*/
.no_morelist_inc{
    width:100%;
    height: 40px;
    margin-top:20px;
    line-height: 40px;
    text-align: center;
    color: #999;
    font-size: 12px;
}


/* 消息提示框全局--Pc */
.message_alert{
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.message_alert_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.message_alert_content_pc{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 290px;
    padding: 30px;
    background-color: rgba(255,255,255,1);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.message_alert_content_pc .message_alert_title{
    height: 30px;
    line-height: 30px;
    margin:0 0 15px 0;
    text-align: center;
    font-size:18px;
    font-weight:600;
    color:rgba(34,44,56,1);
    overflow: hidden;
}
.message_alert_content_pc .message_alert_text{
    width:100%;
    margin-bottom: 25px;
    line-height: 24px;
    text-align: center;
    font-size:14px;
    color:rgba(35,35,35,1);
    text-align: center;
}
.message_alert_content_pc .message_alert_closebtn{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url('../images/close_icon.png') no-repeat center;
    background-size:16px 16px;
    cursor: pointer;
}
.message_alert_content_pc .message_alert_btnzone{
    display: flex;
    display:-webkit-flex;
    flex-direction: row-reverse;
}
.message_alert_content_pc .message_alert_btnzone button{
    flex: 1;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    align-items:center;
    justify-content:center;
    -webkit-appearance: none;
    border-radius: 2px;
    background: #009CFF;
    border:none;
    color: #FFF;
}
.message_alert_content_pc .message_alert_btnzone button:nth-child(2){
    background: #FFF;
    color: #232323;
    border:1px solid rgba(232,232,232,1);
    margin-right:15px;
}

@font-face {
    font-family: 'siyuan';
    src: url("./fonts/SOURCEHANSANSCN-REGULAR.OTF");
}
