/* ----------------------------------
CSS file for Discuz! x3.2 By 新视界
(C) http://addon.discuz.com/?@79344.developer
Design QQ: 2413248487
---------------------------------- */

.container {
    width: 1100px;
    height: auto;
    margin: 20px auto 0;
    position: relative;
}
.mb-16 {
    margin-bottom: 16px;
}

.operate-layout {}

.operate-layout .operate-left {
    float: left;
    width: 770px;
}

.operate-layout .operate-right {
    float: right;
    width: 310px;
    position: relative;
}

.operate-right .btn_post {
    display: block;
    width: 310px;
    height: 55px;
    line-height: 55px;
    background: #00a7ea;
    margin-bottom: 12px;
}
.operate-right .btn_post .icon_post {
    float: left;
    margin-left: 110px;
    margin-right: 25px;
    margin-top: 16px;
}
.operate-right .btn_post p {
    display: block;
    float: left;
    height: 55px;
    line-height: 55px;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    cursor: pointer;
}
.operate-right .btn_post:hover {
    background: #0298d4;
}

.operate-right .btn_sign {
    width: 310px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 12px;
    overflow: hidden;
    clear: both;
    display: block;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
}
.operate-right .btn_sign_left {
    width: 50%;
    height: 55px;
    float: left;
    background: #fe8535;
}
.operate-right .btn_sign .icon_sign {
    float: left;
    margin-left: 37px;
    margin-top: 14px;
    margin-right: 14px;
}
.operate-right .btn_sign_left p {
    float: left;
    width: 70px;
    height: 55px;
    line-height: 55px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.operate-right .btn_sign_right {
    width: 50%;
    height: 55px;
    float: left;
    background: #ffa64f;
}
.operate-right .btn_sign_right .lineTop {
    width: 100%;
    height: 27px;
    line-height: 37px;
    _line-height: 27px;
    font-size: 14px;
    margin-bottom: 1px;
    text-align: center;
    vertical-align: bottom;
}
.operate-right .btn_sign_right .lineBtm {
    width: 100%;
    height: 27px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
}

.operate-layout .operate-right.absolute {
    position: absolute;
    right: 0;
}
.operate-layout .operate-right .block-item {
    width: 308px;
    height: auto;
}
.operate-banner {
    position: relative;
    height: 310px;
    margin-bottom: 15px;
    
}

/*右边*/
.h2ohz-article-block {
    width: 738px;
    margin: 0 15px 16px;
}
.h2o_item_list {
}
.article-butotns-tab {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #2b2b2b;
    overflow: hidden;
}
.article-butotns-tab .tab-link {
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
	color: #757575;
    margin-right: 10px;
}

.article-butotns-tab.activity-list-tab .tab-link {
    margin: 0 30px;
}
.h2ohz-article-block .article-lists .article-img {
    float: left;
    width: 210px;
    height: 150px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.h2ohz-article-block .article-lists .article-img img {
    width: 210px;
    height: 150px;
}


.h2ohz-article-block .article-lists .article-content .article-title a {
    color: #333;
}

.h2ohz-article-block .article-lists .article-content .article-author {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.h2ohz-article-block .article-lists .article-content .article-author .author-avatar {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.h2ohz-article-block .article-lists .article-content .article-author .author-avatar img {
    width: 100%;
    height: auto;
}

.h2ohz-article-block .article-lists .article-content .article-author .author-name {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    margin-left: 8px;
}

.h2ohz-article-block .article-lists .article-content .article-other-link {
    font-size: 12px;
    margin-top: 8px;
    color: #999;
}

.h2ohz-article-block .article-lists .article-content .article-other-link .article-label {
    font-size: 12px;
    color: #999;
    border: 1px solid #999;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-right: 10px;
}

.h2ohz-article-block .article-lists .article-content .article-other-link .article-label:hover {
    color: #00a7ea;
    border-color: #00a7ea;
}

.h2ohz-article-block .article-lists .article-content .article-other-link .article-reading {
    margin-left: 20px;
}

.h2ohz-article-block .article-lists .article-content .article-other-link .article-other {
    float: right;
    color: #00a7ea;
    font-size: 12px;
    margin-left: 8px;
}
.h2ohz-article-block .article-lists:hover .article-content .article-title a {
    color: #00a7ea;
}

.h2ohz-article-block .article-lists-block {
    display: none;
}

.h2ohz-article-block .article-lists-block.active {
    display: block;
}

.item-title-head {
    margin: 0;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    background: #fff;
    text-indent: 20px;
    font-size: 16px;
    color: #2b2b2b;
    overflow: hidden;
}
.h2ohz-item-container {
    padding: 20px;
}

.h2ohz-item-container .item-label {
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0 12px;
    color: #999;
    border: 1px solid #999;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
    margin: 0 10px 15px 0;
    float: left;
}

.h2ohz-item-container .item-label:hover {
    color: #00a7ea;
    border-color: #00a7ea;
}

.h2ohz-tab-list {
    display: none;
}

.h2ohz-tab-list.active {
    display: block;
}

.article-item-lists {  
    display: block;
    font-size: 14px;
    line-height: 20px;
	margin-bottom: 20px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-item-lists .article-number {
    display: inline-block;
    width: 16px;
    height: 16px;   
    line-height: 16px;
	font-size: 12px;
    color: #fff;
    margin-right: 10px;
    background-color: #b2b2b2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
	vertical-align: middle;
	text-align: center;
}

.article-item-lists:first-of-type .article-number {
    background-color: #ea5246;
}
.article-item-lists:nth-of-type(2) .article-number {
    background-color: #f56313;
}
.article-item-lists:nth-of-type(3) .article-number {
    background-color: #eea313;
}

.article-item-lists:hover {
    color: #00a7ea;
}

.article-item-lists:hover .article-number {
    background-color: #00a7ea;
}

.article-tab-bar {
    position: absolute;
    right: 10px;
    bottom: 0;
}

.article-tab-bar .bar-button {
    float: left;
    width: 55px;
    height: 45px;
    margin: 0 auto;
    font-size: 12px;
    color: #666;
}
.article-tab-bar .bar-button.active {
    color: #00a7ea;
}

.article-recommend-list {
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.article-recommend-list:last-of-type {
    border: none;
    margin-bottom: 0;
}

.article-recommend-list .article-recommend-img {
    float: left;
    width: 100px;
    height: 75px;
    overflow: hidden;
}
.article-recommend-list .article-recommend-content {
    float: left;
    width: 155px;
    margin-left: 12px;
    height: 64px;
    overflow: hidden;
    padding: 8px 0 0;
    font-size: 14px;
    color: #666;
}

.article-recommend-list .article-recommend-content p {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article-recommend-list:hover .article-recommend-content {
    color: #00a7ea;
}
.operate-layout .operate-right .ad a img {
    width: 310px;
    opacity: 0.85;
    
    overflow: hidden;
    
}
.operate-layout .operate-right .ad a:hover img {
    opacity: 1;
}

.load-more_htn, .load-morelink {
    height: 58px;
    background: #f8f8f8;
    border-top: 1px solid #f1f1f1;
    text-align: center;
    line-height: 58px;
    background-image: -moz-linear-gradient(top,#fafafa,#f4f4f4);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#f4f4f4));
}

.plate-list {
    margin: 0 0 -1px;
    padding: 0;
    width: 320px;
    list-style: none;
    overflow: hidden;
}
.plate-list li {
    float: left;
    width: 159px;
    height: 66px;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    text-indent: 60px;
    overflow: hidden;
}
.plate-list a {
    text-decoration: none;
    line-height: 66px;
    font-size: 14px;
    color: #737373;
}


.fixed {
    position: fixed;
    top: 16px;
    z-index: 100;
}
