



.zz-top-header {
    margin-bottom: 0;
}

.zz_news_header {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
    background-image: url(../img/zz_news_dbg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.zz_news_header .zz_news_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.zz_news_header .zz_news_diybg {
    width: 100%;
    height: 260px;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.zz_news_header .zz_news_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 70px 0 77px;
    text-align: center;
}
.zz_news_header .zz_news_section .zz_news_title {
    height: 50px;
    line-height: 50px;
    margin-bottom: 35px;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .2em;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zz_news_header .zz_news_section .zz_news_des {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zz_common_vr {
    margin-left: 20px;
    margin-right: 0;
}


/*作者*/
.zz_lz_author_wrap{position: relative; padding: 28px 30px;}
.zz_lz_author_avatar{display: block; width: 60px;height: 60px; margin-right: 12px;}
.zz_lz_author_avatar img{width: 60px; height: 60px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.zz_lz_author_info{padding-top: 4px; overflow: hidden;}
.zz_lz_author_info a{height: 28px; line-height: 28px; max-width: 140px; font-size: 20px; font-weight: 600; color: #18191a;}
.zz_lz_author_info p{margin-top: 4px; font-size: 12px;color: #797c80;}
.zz_lz_author_mun{height: 65px; margin-top: 28px;}
.zz_lz_author_mun li{float: left; width: 79px; border-right: 1px solid rgba(230,232,235,.98); text-align: center;}
.zz_lz_author_mun li .inst{height: 17px; line-height: 17px; margin-bottom: 6px; font-size: 12px; color: #aaaeb3;}
.zz_lz_author_mun li .number{line-height: 24px; font-size: 20px; color: #18191a; font-family: ZZ_fontdiy; font-weight: 500;}
.zz_lz_author_act{margin-top: 10px; text-align: center;}
.zz_lz_author_act a{display: inline-block; width: 112px; height: 35px; line-height: 35px; margin-right: 5px; color: #fff; font-size: 14px; background-color: #1985ff; border: 1px solid #1985ff; border-radius: 2px; text-align: center;}
.zz_lz_author_act a.right-btn{background: #fff;color: #18191a;border-color: #18191a; margin-right: 0px;}
.zz_lz_author_act a:hover{background: #FC2540; border: 1px solid #FC2540;}
.zz_lz_author_act a.right-btn:hover{background: #fafafa !important;border: 1px solid #18191a;}

/*热点栏目*/
.zz_entry_wrap li {
    height: 32px;
    line-height: 32px;
    padding: 5px 0 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 1px dashed #eee;
    overflow: hidden;
}
.zz_entry_wrap li a {
    font-size: 14px;
    color: #0078b6;
}
.zz_entry_wrap li.a {
    border-top: 0;
}
.zz_entry_wrap li.a a {
    font-size: 17px;
    color: #f00;
}
.zz_entry_wrap li.b a {
    font-size: 16px;
    color: #FF5722;
}
.zz_entry_wrap li.c a {
    font-size: 15px;
    color: #FF9800;
}

#related_article .zz_entry_wrap li a{ color: #454545;}


.nthread_postinfo {
    margin-bottom: 15px;
}
.nthread_postinfo .t {
    font-size: 17px;
    font-weight: bold;
}
.nthread_postinfo .num {
    font-size: 14px;
    color: #1985ff;
}


.zz_pnews_list .zz_list_item .zz_item_info .zz_item_info_d, .zz_pnews_list .zz_list_item .zz_item_content .zz_item_info span{
    padding: 0 10px !important;
}