/**通用**/
.fl{
    float: right;
}
.body-wrap{
    width: 1280px;
    margin: 0 auto;
}
.fn-clear:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.fn-clear {
    zoom:1; /* for IE6 IE7 */
}

.body-wrap {width: 1280px; margin: auto;}

.no-data {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.no-data span {
    display: block;
    font-size: 18px;
    color: #bab9b9;
    margin-top: 10px;
}
.article-page {margin: 80px 0; text-align: center; font-size: 14px;}
.article-page .current {color: #EF4300; margin-left: 24px;}
.article-page .num {color: #333333; margin-left: 24px;}
.article-page .prev {display: inline-block; width: 6px; height: 10px; background: url("../images/page_prev.png");}
.article-page .prev:hover {background: url("../images/page_prev_h.png")}
.article-page .next {display: inline-block; width: 6px; height: 10px; margin-left: 24px; background: url("../images/page_next.png");}
.article-page .next:hover {background: url("../images/page_next_h.png")}
.article-page .first {color: #333333; margin-left: 24px;}
.article-page .end {color: #333333; margin-left: 24px;}
.article-page a:hover {color: #EF4300;}
.view-more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #EF4300;
    border-radius: 25px;
    font-size: 12px;
    color: #FFFFFF;
}

.body-gray {
    background-color: #EEEEEE;
    height: 100%;
    overflow: hidden;
    padding-bottom: 26px;
}
.body-white {
    background-color: #FFFFFF;
    overflow: hidden;
}
.body-blue-light {
    background-color: #F2F7FB;
    overflow: hidden;
}

.line-clamp-1{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cursor {
    cursor: pointer;
}

/*顶部样式*/
.center-main-contain{
    padding: 80px 0 0 210px;
}
.collect {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.collect img {
    width: 30px;
    height: 30px;
    float: left;
}

.collect span, .share span {
    display: inline-block;
    vertical-align: middle;
}

.logo{
    /*height: 32px;*/
    padding:13px 32px; 
}
.header{
    background: #fff;
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 2;
    box-shadow: 5px 0px 3px;
}
.header-right {
    display: flex;
    float: right;
    padding: 15px 32px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: top;
}
.header-login-box {
    position: relative;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 0;
    display: flex;
}
.header-head-img {width: 50px; height: 50px;}
.header-user-name {
    margin-left: 13px;
    font-size: 14px;
    line-height: normal;
    text-align: left;
}
.header-user-name>div{
    line-height: 26px
}
.header-user-name span:first-child{
    font-size: 16px;
    font-weight: bold;
    color: #333333
}
.header-user-name span:last-child{
    font-size: 14px;
    color: #fff;
    padding: 2px 7px;
    border-radius: 10px;
    background: #CCCCCC;
}
.header-user-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.header-login-box img {margin-right: 6px;}
.header-vip {
    vertical-align: middle;
    margin-left: 14px;
    line-height: normal;
    height: 26px;
    margin-top: 12px;
    padding-right: 18px;
    border-right: 1px solid #ccc;
}
.header-language-box {
    display: inline-block;
    height: 22px;
    line-height: 50px;
    margin-left: 18px;
    vertical-align: middle;
    cursor: pointer;
}

.header-login-box:hover .header-login-menu{
    display: block;
    transition: 0.5s;
}
.header-language-box img {vertical-align: middle;}
.header-login-menu{
    position: absolute;
    display: none;
    left: 50%;
    top: 50px;
    width: 100px;
    padding: 10px;
    margin-left: -50px;
    background-color: #189f00;
    z-index: 1028;
    line-height: 30px;
    font-size: 14px;
}
.header-login-menu ul li a{
    color: #fff;
}
.logout-btn{padding-left: 7px}
.collect{
    margin-right: 73px;
    margin-left:47px;
}
.message{
    display: inline-block;
    background: red;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    vertical-align: top;
    margin-top: 7px;
}
.msg img{
    width: 36px;
}
.icon_user_right{
    margin-left: 18px
}
.icon_user_right img{
    transition: 0.5s;
}
.header-login-box:hover .icon_user_right img{
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(180deg);
    transition: 0.5s;
}

/*左侧菜单样式*/
.left{
    position: fixed;
    width: 210px;
    height:100%;
    background: #ffffff;
}
.left-menu ul li{
    color: #333;
    font-size: 16px;
    margin: 15px 0;
    padding:12px 37px;
}
.left-menu ul li img{
    vertical-align: middle;
    padding-right: 10px;
}
.left-menu ul li span{
    float: right;
}
.left-menu ul li.current, .left-menu ul li:hover,.left-menu ul li:hover a{
    color: #ffffff;
    background: #189f00
}
.left-menu ul li a{
    color: #333;
}
.left-menu ul li.current a:hover,.left-menu ul li.current a{
    color: #ffffff;
}
/*订阅板块样式*/
.body-center{
    width: 80%;
    margin: 0 auto;
}
.body-center h3{
    padding: 40px;
    text-align: center;
}
.body-center form{
   text-align: center;
}
.data-box{

    padding: 40px;
}
.ul_box {
    margin:0 auto;
    padding:0;
    list-style:none;
}
.ul_box>li {
    padding:10px 10px 0 10px;
    overflow:hidden;
    border-bottom:#e5e5e5 solid 1px;
}
.ul_box>li:last-child {
    border-bottom:none;
}
.ul_box>li>div {
    float:left;
}
.ul_box>li>div:nth-child(1) {
    min-width: 100px;
    padding: 10px 20px;
}
.ul_box>li>div:nth-child(2) {
    width:600px;
    overflow:hidden;
}
.label_box>label {
    display:block;
    float:left;
    margin:0 10px 10px 0;
    position:relative;
    overflow:hidden;
    cursor: pointer;
}
.label_box>label>input {
    position:absolute;
    top:0;
    left:-20px;
}
.label_box>label>div {
    padding: 0 15px;
    border-radius: 10px;
    background: #fff;
    text-align:center;
    border:#dddddd solid 1px;
    height:40px;
    line-height:40px;
    color:#666666;
    user-select:none;
    overflow:hidden;
    position:relative;
}
.label_box>label>input:checked + div {
    border:#0055b7 solid 1px;
    color:#0055b7;
}
.label_box>label>input:checked + div:after {
    content:'';
    display:block;
    width:20px;
    height:20px;
    background-color:#0055b7;
    transform:skewY(-45deg);
    position:absolute;
    bottom:-10px;
    right:0;
    z-index:1;
}
.label_box>label>input:checked + div:before {
    content:'';
    display:block;
    width:3px;
    height:8px;
    border-right:#ffffff solid 2px;
    border-bottom:#ffffff solid 2px;
    transform:rotate(35deg);
    position:absolute;
    bottom:2px;
    right:4px;
    z-index:2;
}
.btn {
    display: inline-block; font-size: 14px; color: #ffffff; background-color: #EF4300; border: none; border-radius: 6px; text-align: center; cursor: pointer;
}
.index-edit-btn {width: 180px; height: 40px; line-height: 40px;}

.center-body-footer {padding: 0 0 60px; text-align: center;margin-left: 210px}
.center-body-footer span {display: inline-block; font-size: 12px; color: #cccccc;  margin-left: 5px; vertical-align: middle;}