/* 页面加载 */
a{
    color:#000;
}
a:hover{
    text-decoration: none;
    color: #000;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
}
.spinner6 {
    margin: 30% auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

.spinner6>div {
    background-color: #00FFCC;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner6 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner6 .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner6 .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner6 .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}



/* 头部 */
.aline{
    width: 100%;
    height: 1px;
    border-bottom:1px dotted #000;
}
header{
    padding-bottom:0;
}
/* 页面顶部 */

.page_top {
    height: 45px;
    background: #000;
    font-size: 1.2em;
    line-height: 45px;
}

.page_top a {
    color: #fff;
    height: 45px;
}

.page_top i {
    display: inline-block;
    font-size: 1.4em;
}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

.pull_right>a {
    display: inline-block;
    padding-left:35px;
    text-align: right;
    vertical-align: text-bottom;
    position: relative;
    margin:0 10px;
}
.top_hover_box {
    position: absolute;
    top: 45px;
    right: 0px;
    width: 120px;
    display: none;
}

.top_hover_box img {
    width: 100%;
}

.pull_right a:hover>.top_hover_box {
    display: block;
    z-index: 10;
}
/* 页面顶部图标 */
.top_microblog,.top_phone,.top_wechat{
    position: absolute;
    left:0;
}
/* 页面标题头部 */

.page_header_top {
    padding: 20px 0;
}

.logo {
    display: inline-block;
}

.form {
    display: inline-block;
    position: relative;
    height: 31px;
    width: 100%;
}

.select_i {
    position: absolute;
    right: 11px;
    top: 13px;
    font-size: 1.6em;
}

.select_btn {
    display: absolute;
}

/* 页面头部右侧区域 */

.page_header_top_right, .take_box {
    float: right;
}

/* 订阅按钮 */

.take_box {
    margin-top:calc(15px / 2);
    margin-left:32px;
    width: 55px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    text-align: center;
}

.take_box .take {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 30px;
}

.take:hover {
    color: #aaa;
}

/* .user_box {
    font-size: 1.2em;
    font-weight: 700;
    padding-left: 15px;
} */


/* 改版头部 */
.new_user_box{
    float:right;
    margin-left:15px;
    position: relative;
}
.new_user_box .user_box{
    display: inline-block;
}
/* 未登录状态 */

.login, .registered {
    display: inline-block;
    /* margin: 0 10px; */
}

/* 已登陆状态 */

.user_box span {
    display: inline-block;
    color:#fff;
}

.user_name, .user_home {
    display: inline-block;
    margin: 0 5px;
}

.user_box .user_name {
    color: #fff;
}

.user_box .user_message {
    color: #fff;
    position: relative;
    width:22px;
    height:22px;
    display: inline-block;
}

.user_message i{
    display: inline-block;
    background-color: #D70110;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    line-height: 22px;
    top:7px;
    font-size: 1em;
}

.user_exit {
    margin-left: 10px;
    display: inline-block;
}


/* 搜索按钮 */
.select{
    width: 422px;
    height: 44px;
    margin-top:3px;
}
/* 导航菜单列表 */

.nav_list {
    width: 100%;
    flex-wrap: nowrap;
}

.nav_list_parent, .nav_list_separate {
    padding-right: 18px;
}

.nav_list_column {
    display: none;
    z-index: 10;
}

.nav_list_parent::after {
    content: "";
    display: inline-block;
    height: 0px;
    width: 0px;
    border-top: 7px solid #000000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: relative;
    top: -1px;
    right: 9px;
}

.column_parent {
    font-weight: bold;
}

.column_name {
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 31px;
    padding: 4px 0 4px 0;
    margin-right: 8px;
    display: inline-block;
}

.nav_list_parent:hover .nav_list_column {
    display: flex;
    flex-wrap: wrap;
    width: 290px;
}

.nav_list_column {
    background: #ffffff;
    border: 1px solid #000000;
    padding: 24px 20px;
    margin-top: -3px;
    box-shadow: 0px 2px 14px -4px rgba(0, 0, 0, 0.51);
    position: absolute;
    top: 42px;
}

.nav.nav_list>li {
    position: relative;
}

.nav_list>li:nth-last-child(2) {
    margin-right: auto;
}

.nav_list_last>.nav_list_column {
    right: 0;
}

.nav_list_last:hover .nav_list_column {
    display: block;
}

/* 主内容区域 */
/* 顶部广告 */

.top_advertising {
    margin-top: 20px;
}

.top_advertising_img {
    width: 100%;
    height:140px;
}

.top_advertising_box {
    position: relative;
}

.top_dvertising_close {
    width: 76px;
    height: 25px;
    cursor: pointer;
    line-height: 23px;
    font-size: 12px;
    color: #ffffff;
    background: #000000;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 4px;
    opacity: .5;
}


/* 头部栏目名称 */


.title_column_name{
    margin: 0;
    font-size: 28px;
    color: #000000;
    line-height: 40px !important;
}
.page_title p{
    font-size: 52px !important;
    font-weight: 600 !important;
    line-height: 62px !important;
    margin: 3px 0 0 0;
    overflow: hidden;
    color: #000;
}










/* 文章内容区域 */
/* 文章内容区域左侧 */
.content_cluster_zero_left{
    padding:0;
}
.content_area_left_title{
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    border-top: 1px solid #000000;
}
.content_area_left_audio{
    margin: 10px 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #000000;
    position: relative;
    color: #ffffff;
}
.content_area_left_audio_left{
    width: 14px;
    height: 14px;
    margin-top: 14px;
    margin-left: 20px;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.content_area_left_audio_left i{
    display: inline-block;
    height: 0px;
    width: 0px;
    border-left: 14px solid #ffffff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.content_area_left_audio_right{
    display: inline-block;
    font-size: 14px;
}


/* 左侧分享区域 */

.share_title a{
    color:#000;
}
.share_list{
    padding-bottom:6px;
    border-bottom:1px solid #000;
}

.share_list i{
    color:#000;
    font-size: 14px;
    border:1px solid #000;
    display: inline-block;
    height: 22px;
    width: 22px;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    margin-right: 2px;
}
/* 左侧广告 */
.ad_left_box{
    margin-top:22px;
    position: relative;
}
.ad_left_img{
    width:170px;
    height: 417px;
}


/* 文章内容区域 */
.content_area_right_content{
    min-height:480px;
}

.content_area_right_content p strong span{
    margin-top: 10px !important;
    font-size: 14px !important;
}
.content_area_right_content p span{
    font-size: 14px;
    margin-top: -15px;
    font-weight: normal;
}

/* 文章结尾区域 */

.content_foot_box span{
    font-size: 16px;
    line-height: 28px;
}


.nav_list_last{
    padding-right:0 !important;
}

/* 右侧区域 */
.hot_rank{
    margin-top: 80px;
}
.hot_rank_title a{
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #000000;
    width: 100%;
    display: block;
}
.rank_list li {
    padding: 12px 0;
    border-bottom: 1px dotted #000;
}
.hot_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000;
}
.hot_more_box {
    padding: 8px 20px 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    font-size: 14px;
}
.hot_rank{
    width: 100%;
    margin-top: 20px;
    /* padding: 10px 20px 44px; */
    padding-top:18px;
    /* border: 1px solid #000000; */
    /* border-top: 8px solid #000000; */
    margin: 20px 0 0;
    position: relative;
}
.hot_more_box{
    display: none;
}

/* 右侧最下广告 */
/* .right_advertising_two{
    margin-top: 80px;
} */
.right_advertising_two_img{
    width: 100%;
    height: 455px;
}
.content_area_last{
    width: 280px;
}



/* 评论区域 */
.remark_area{
    border: 1px solid #000000;
    margin-bottom: 18px;
}
#remark{
    border: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    overflow: auto;
    margin: 0;
    resize: none;
    width: 100%;
    padding: 16px;
    height: 150px;
    font-size: 20px;
    line-height: 28px;
}
#remark::placeholder{
    color:#aaa;
}
#remark:focus{
    outline: none;
}
.mark_box{
    text-align: center;
}
.mark{
    width: 115px;
    line-height: 37px;
    font-size: 14px;
    border: none;
    background: #000000;
    color: #ffffff;
    text-shadow: none;
    font-weight: 600;
}
.mark_content{
    padding-top: 10px;
    text-align: center;
    color: #d70110;
    font-size: 1.2em;
}


.more{
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    display: block;
}
.more_img_box{
    margin-bottom: 12px;
}
.more_img_box img{
    width: 100%;
    height:290px;
}
.more_column{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 4px;
    color: #000;
}
.more_title{
    margin-bottom: 12px;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.more_title a{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.update_time{
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    position: absolute;
    bottom: 12px;
}
.more_box{
    position: relative;
    padding-bottom: 32px;
    padding-top: 14px;
}
.more_box:nth-child(n+4){
    padding-top: 20px;
}
.col-4{
    padding-left:10px;
    padding-right:10px;
}
.more_box::after{
    content: "";
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    left: 10px;
    border-bottom: 1px dotted #000;
}
/* 尾部广告 */
.foot_advertising_img{
    width: 100%;
}


/* 页脚 */
.page_footer{
    background: #000000;
    padding: 50px 70px;
    font-size: 0;
    letter-spacing: -4px;
    font-weight: 400;
    color: #ffffff;
    line-height: 34px;
    margin-top: 72px;
}
.foot_nav_top{
    margin-bottom: 60px;
}
.page_footer a,.page_footer p{
    font-size: 14px;
    letter-spacing: normal;
    color: #ffffff;
    display: inline-block;
    zoom: 1;
}

.foot_nav_top>div{
    margin: 0;
    padding: 0;
}
.page_footer span{
    margin:0 8px;
}
.scroll_to_top{
    padding: 2px;
    text-align: center;
    position: fixed;
    z-index: 10001;
    right: auto;
    bottom: 20px;
    left: 51%;
    margin-left: 600px;
    display:none;
}


/* 二维码 */
.attention_box{
    padding: 16px;
    margin: 25px 0 0 0;
    border: 1px solid #000000;
    position: relative;
}
.attention_img{
    width: 129px;
    height: 129px;
    margin-right: 16px;
}
.attention_box span{
    font-size: 22px;
    line-height: 30px;
    display: block;
    width: 110px;
    position: absolute;
    right:15px;
    top:20px;
}


/* 吸顶 */
.suck_top{
    position: fixed;
    background-color: #fcfcfc;
    width:100%;
    /* padding:0 calc((100% - 1200px)/2); */
    padding-left:calc((100% - 1200px)/2 + 2px);
    padding-right: calc((100% - 1200px)/2 - 2px);
    z-index:100001;
    top:0;
}

header{
    width: 100%;
    position: fixed;
    top: 58px;
    z-index: 9999;
}
main{
    margin-top: 58px;
}

/* 注册页面 */
.login_in_box{
    display:none;
}
.login_content{
    display:none;
}
.registered_in_box{
    display:none;
}
#dr_code_img{
    width: 120px;
    height: 40px;
}
.vertical_box{
    margin-top:72px;
}
.tail{
    margin-top:32px;
}


.content_area_right_content .img{
    width: 220px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.content_area_right_content .img_box a:nth-child(3n) .img{
    margin-right:0
}



/* 附件下载 */
#down_load{
    display:none;
}
.down_load_btn{
    font-size: 24px;
    letter-spacing: 15px;
    cursor: pointer;
    width: 300px;
    height: 44px;
    margin-top: 25px;
    padding: 0;
    background: #9a4;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgb(167, 190, 50);
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset,
     0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset,
     0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset,
     0 2px 7px 0 rgba(0,0,0,.2);
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.down_load_btn:hover {
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
}
.down_load_btn:focus{
    outline: none;
}

.right_box{
    padding-left:20px;
    padding-right:0;
    width:300px;
}
.col-4{
    padding-left: 10px;
    padding-right: 10px;
}


/* 修改密码 */
.find_pwd{
    display: none;
}
.pull-right{
    float:right;
}
.login-routes{
    margin-top: 35px;
}
.layui-layer .find_pwd_form{
    height: 560px;
}

.multimedia_box{
    position: relative;
}
/* .hav_after::before{
    content:"";
    display:block;
    height:467px;
    width: 100%;
    background-color: #000;
    position: absolute;
    opacity: .3;
} */
.to_play{
    position: absolute;
    left:calc(50% - 25px);
    top:calc(50% - 25px);
    width: 50px;
    height: 50px;
    text-align: center;
    border:3px solid #fff;
    border-radius: 50%;
}
.to_play i{
    display:block;
    width:0;
    height:0;
    border-width:15px 0 15px 20px;
    border-style:solid;
    border-color:transparent transparent transparent #fff;/*透明 透明 透明 黄*/
    position: relative;
    left:15px;
    top:8px;
}
.to_play:hover{
    cursor: pointer;
}



.select_menulist{
    width: 13px;
    height:13px;
    position:absolute;
    left: 173px;
    top: 17px;
}

.page_header_top_language{
    background: url(../images/menulist.png);
    background-repeat: no-repeat;
    background-position: 50px;
    background-size: 13px;
}
.page_header_top_language option{
    background: #000;
}
.page_header_top_language{
    padding: 5px;
    height:30px;
    outline: none;
    /* background: #000; */
    color: #FFF;
    border: 1px solid #FFF;
    font-size: 14px;
    margin-left: 20px;
    -webkit-appearance: none;
    line-height: 17px;
}















.lead{
    border-top: 1px dotted #000;
}
.lead li{
    font-size: 14px;
    line-height: 21px;
    position: relative;
    padding: 7px 0 !important;
    border-bottom: 1px dotted #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-family: PublicoText-Roman-Web,Georgia,Cambria,"Times New Roman",Times,serif;
}
.content_cluster_zero_left{
    max-width: 100%;
}
.content_cluster_zero{
    margin: 0px auto;
}
.page_title{
    padding-top:16px !important;
}
.multimedia_center{
    width:100%;
    max-height:800px;
}
.content_area_right{
    width:calc(730px - 110px);
    margin: 0 auto;
    /* margin-left: 120px;   5.9注释 */
    border-bottom: 1px solid;
    width: 740px;
    margin-left: 100px;
}
.multimedia_area p{
    margin: 4px 0 0 0px;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    color: #767676;
    font-style: italic;
}
.content_details{
    padding-top: 28px !important;
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 21px;
}
.content_details span{
    margin-right: 28px;
    color: #000000;
}
.content_area_right_content p{
    font-size: 16px;
    line-height: 28px;
    margin: 0px 0px 20px 0px;
    text-align: justify;
}
.content_area{
    margin-top: 30px;
    margin-bottom: 90px;
    margin-left:0;
    margin-right:0;
    position: relative;
}
.content_area_right_content  img{
    width:100%;
}
.content_area_left{
    width: 170px;
    margin-top: 7px;
    /* position: absolute;
    left: 115px;
    top: 6px; */
    color: #000;
}
.share_title{
    font-size: 12px;
    line-height: 20px;
    padding-top: 14px;
    border-top: 1px solid #000000;
}
.share_list a{
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin: 7px 7px 7px 0;
    color:#000;
}
.remark_details_2,.detailsRemark_ar{
    margin: 0 auto;
}
.content_area_right_foot{
    margin:90px 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_foot_box{
    width: 55px;
    text-align: center;
    display: inline-block;
    margin: 0 70px;
}
.lead li a{
    color: #767676;
}
.page_column_name_Qi{
    font-size: 20px;
    font-weight: 500;
    color: rgba(0,0,0,1);
    line-height: 24px;
    margin-bottom: 10px;
}
.page_time_Qi {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,1);
    line-height: 21px;
}
