@charset "utf-8";
/* CSS Document */

.circleTab{
    margin-top: -24px;
    height: 45px;
    float: right;
}
.circleTab>li{
    float: left;
}
.circleTab>li>a{
    display: block;
    width: 119px;
    height: 33px;
    border: 1px solid #EFEFEF;
    background: #F7F7F7;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 31px;
}
.circleTab>li>a:hover,.circleTab>li.active>a{
    background: #FFB13A;
    border: none;
    color: #ffffff;
    text-decoration: none;
}

.circleList{
    padding: 18px 18px;
    border: 1px solid #EFEFEF;
    margin-bottom: 30px;
}
.circleList>li{
    width: 364px;
    height: 224px;
    border: 1px solid #EFEFEF;
    background: #ffffff url("../images/circle-bg.png") center top no-repeat;
    padding: 20px 0 0 18px;
    float: left;
    margin-right: 35px;
    margin-bottom: 16px;
}
.circleList>li:hover{
    border: 1px solid #5ABBF7;
    border-top: 3px solid #5ABBF7;
    background-image: none;
}
.circleList>li:nth-child(3n){
    margin-right: 0;
}
.circleList>li>img{
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin-right: 21px;
}
.circleList>li>h3{
    font-size: 18px;
    color: #1b1f20;
    margin-top: 0;
    margin-bottom: 10px;
}
.circleList>li>h3>a{
    color: #1b1f20;
}
.circleList>li>span{
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
}
.circleUser:before{
    content: '';
    width: 19px;
    height: 17px;
    display: inline-block;
    vertical-align: sub;
    background: url("../images/circle-user-icon.png") no-repeat;
    margin-right: 6px;
}
.circlePost:before{
    content: '';
    width: 19px;
    height: 18px;
    display: inline-block;
    vertical-align: sub;
    background: url("../images/circle-post-icon.png") no-repeat;
    margin-right: 6px;
}
.circleList>li>button{
    display: block;
    width: 114px;
    height: 36px;
    border-radius: 0;
    font-size: 18px;
    color: #ffffff;
    padding: 0;
    margin-top: 16px;
}
.postInfo{
    border-top: 1px solid #ECECEC;
    margin-left: -18px;
    margin-top: 20px;
    text-align: center;
    padding-top: 12px;
}
.postInfo>a {
	color: #5abbf7;
	text-decoration: none;
}
.postInfo>a>p:first-child{
    font-size: 16px;
    color: #5abbf7;
    margin-bottom: 8px;
}
.postInfo>a>p:last-child{
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-blue[disabled]{
    background: #CACACA;
}


/**帖子列表**/
.postList{
    width: 1050px;
    margin: 35px auto 0;
}
.postList>thead>tr>th{
    height: 34px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    background:#5ABBF7 url("../images/whiteLine.png") right center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.postList>tbody>tr>td{
    height: 67px;
    border-bottom: 1px solid #ECECEC;
    font-size: 16px;
    color: #1b1f20;
    text-align: center;
}
.postList>tbody>tr>td:first-child{
    text-align: left;
}
.postList>tbody>tr>td>span{
    display: block;
}



/**帖子详情**/
.postContent{
    float: left;
    border: 1px solid #EFEFEF;
    width: 900px;
    margin-bottom: 40px;
}
.postHeader{
    height: 88px;
    border-bottom: 1px solid #5ABBF7;
    padding-left: 13px;
    padding-top: 20px;
}
.postHeader>h1{
    font-size: 22px;
    color: #5abbf7;
    margin-top: 0;
}
.postHeader>p{
    font-size: 14px;
    color: #999999;
}
.mainText{
    padding:14px  8px;
}
.mainText>p{
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    text-indent: 2em;
    margin-bottom: 0;
}
.postContent>hr{
    margin: 20px 8px;
}

.userRate>label{
    font-weight: normal;
    font-size: 24px;
    color: #3b3e43;
    padding-left: 8px;
    margin-bottom: 10px;
    letter-spacing: 5px;
}
.userRate>ul>li{
    padding-left: 15px;
}
.userRate>ul>li>img{
    width: 66px;
    height: 66px;
    border-radius: 66px;
    float: left;
    margin-right: 15px;
}
.userRate>ul>li>div{
    float: left;
    width: 786px;
}
.userRate>ul>li>div>h2{
    margin-top: 7px;
    height: 20px;
}
.userRate>ul>li>div>h2>a{
    font-size: 18px;
    color: #5abbf7;
    float: left;
}
.userRate>ul>li>div>h2>span{
    font-size: 14px;
    color: #999999;
    float: right;
    margin-right: 15px;
}
.userRate>ul>li>div>p{
    font-size: 16px;
    color: #3b3e43;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
    margin-bottom: 26px;
}

.myComment>label{
    font-weight: normal;
    font-size: 24px;
    color: #3b3e43;
    padding-left: 8px;
    margin-bottom: 10px;
    letter-spacing: 5px;
}
.myComment>div>img{
    float: left;
    width: 66px;
    height: 66px;
    border-radius: 66px;
    margin: 0 15px;
}
.myComment>div{
    float: left;
}
.myComment textarea{
    width: 766px;
    height: 178px;
    border: 1px solid #EFEFEF;
    padding: 10px 15px;
}
.myComment>button{
    display: block;
    width: 157px;
    height: 46px;
    border-radius: 0;
    font-size: 20px;
    color: #FFFFFF;
    margin: 20px 36px;
    float: right;
}








/*******资讯********/
.newsShare{
    display: block;
    width: 26px;
    height: 24px;
    float: right;
    margin-top: -36px;
    margin-right: 22px;
}
.pageLink{
    font-size: 16px;
    color: #999999;
    padding-left: 20px;
    margin: 20px 0;
    line-height: 25px;
}
.pageLink a{
    color: #5abbf7;
}

.news{
    width: 900px;
    float: left;
    margin-bottom: 40px;
}
.newsTab{
    margin-top: 36px;
    height: 45px;
}
.newsTab>li{
    float: left;
    margin-right: 5px;
}
.newsTab>li>a{
    display: block;
    width: 102px;
    height: 45px;
    border: 1px solid #EFEFEF;
    border-bottom: none;
    background: #F7F7F7;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 44px;
}
.newsTab>li>a:hover,.newsTab>li.active>a{
    background: #FFB13A;
    color: #ffffff;
    text-decoration: none;
}

.newsList{
    border: 1px solid #EFEFEF;
    min-height: 345px;
    height: auto;
    background: #ffffff;
    padding: 25px;
}
.newsList>li>img{
    float: left;
}
.newsList>li>div{
    float: left;
    width: 680px;
    height：122px；
}
.newsList>li>div>h3{
    margin-top: 5px;
    padding-left: 18px;
}
.newsList>li>div>h3>a{
    color: #3b3e43;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
}
.newsList>li>div>h3>span{
    font-size: 16px;
    color: #999999;
    float: right;
    line-height: 28px;
}
.newsList>li>div>p{
    border-bottom: 1px solid #ECECEC;
    line-height: 24px;
    padding-left: 18px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 15px;
    margin-top: 10px;
}
.newsList>li:last-child>div>p{
    border: none;
}


























