﻿/*主题标题*/
.contain_plate {
    margin-top: 100px;
}
.contain_header {
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 0 0 10px 0;
    padding: 0 0 0 260px;
    position: relative;
    font-size: 12px;
  /*  width: 728px;*/
}
.contain_header img {
    background: #fff;
    position: absolute;
    left: 30px;
    bottom: 15px;
    padding: 2px;
    border: 1px solid #e6e6e6;
    width: 176px;
    height: 176px;
}
.contain_header .contain_header_con {
    color: #8c8c8c;
    padding: 37px 0 34px;
}
.contain_header .contain_header_con div:first-child {
    height: 28px;
    margin-bottom: 15px;
}
.contain_header .contain_header_con h2 {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #333;
    float: left;
}
.contain_header .contain_header_con .intro, .contain_header .contain_header_con .link {
    color: #333;
}
.contain_header .btn {
    position: absolute;
    right: 25px;
    top: 34px;
    width: 126px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-color: #09b0b7;
    border: 1px solid #09b0b7;
    color: #fff;
    padding: 0;
}
.contain_header .gearedto {
    position: absolute;
    left: 847px;
    top: 69px;
}
.con {
    border: 1px solid #e6e6e6;
    padding: 0 19px 25px 29px;
}
.hotspot h3 {
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 4px;
    margin: 16px 0 20px 0;
}
.hotspot ul {
    width: 100%;
}
.hotspot .announcement li {
    overflow: hidden;
    white-space: normal;
    word-warp: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    list-style-type: none;
}
.hotspot ul li {
    width: 200px;
    color: #333;
    list-style: inside;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    font-size: 12px;
    line-height: 24px;
}
.hotspot ul li a {
    width: 180px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
}
.hotspot h4 {
	text-indent: 15px;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 4px;
    margin: 16px 0 0 0;
}

.hotspot .moderator_wrap {
    padding-left: 10px;
}
.hotspot .moderator_wrap li {
    list-style-type: none;
    margin-bottom: 10px;
}
.hotspot .moderator_wrap a {
    display: block;
}
.hotspot .moderator_wrap .head {
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: -5px 5px 0 0;
    vertical-align: middle;
}
/*大版块*/
.filtrate {
    width: 100%;
    background: #fafafa;
    border-bottom: 1px solid #e6e6e6;
}
.filtrate ul {
    padding: 21px 0 21px 30px;
}
.filtrate ul li {
    float: left;
    margin: 5px 20px;
}
.filtrate ul li a {
    display: inline-block;
    color: #333;
    line-height: 16px;
    text-decoration: none;
}
.filtrate ul li a i{
    font-size:18px;
    margin-right: 4px;
}
.filtrate ul li:hover a, .filtrate ul li.current a {
    color: #09b0b7;
    text-decoration: none;
}