﻿@charset "utf-8";
.news {
	position: relative;
	z-index: 1;
	background: #fff;
	padding-bottom: 50px;
	top: 25px;
	/* margin-bottom: 30px; */
}
.news:after {content: "";display: block;clear: both;}
.left-part {
	float: left;
	width: 260px;
	margin-top: -25px;
}
.left-part:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 260px;
	content: "";
	background: #fff;
	box-shadow: 5px 0 10px rgba(0,0,0,.05);
	z-index: -1;
}
.news-guid h2 {
	position: relative;
	height: 69px;
	font-size: 24px;
	font-weight: lighter;
	line-height: 74px;
	color: #fff;
	text-align: center;
	background: #a21e1e;
}
.news-guid h2:after {
	position: absolute;
	right: -15px;
	bottom: 0;
	border-width: 0 0 44px 15px;
	border-style: dashed dashed solid solid;
	border-color: transparent transparent transparent rgba(0,0,0,.8);
	content: "";
}
.news-guid {


}
.news-guid ul {
	padding: 10px 20px 0;
}

.news-guid li {
	line-height: 36px;
	font-size: 15px;
	color: #6b6b6b;
	/* text-align: center; */
	border-bottom: 1px solid #bbc3c5;
	/* padding: 0 20px; */
}
.news-guid li:nth-last-child(){
	border-bottom: 1px solid #bbc3c5;
}
.news-guid li i {
	margin-right: 10px;
	cursor: pointer;
	/* display: none; */
	margin-left: 20px;
}
.news-guid li a {
	display: inline-block;
	padding: 0 20px;
	font-size: 15px;
	color: inherit;
}
.news-guid li.mulit a {
	padding: 0;
}

.news-guid li.current, .news-guid li:hover{
	position: relative;
	color: #fff;
	background: #a21e1e;
	opacity: 1;
	filter: alpha(opacity=100);
}
.news-guid li.current,.news-guid li:hover{
	/* border-bottom: 1px solid #fff; */
}
.news-guid ol {
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e5db;
}
.news-guid ol li {
	position: relative;
	padding-left: 60px;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 0
}
.news-guid ol li:before {
	position: absolute;
	left: 45px;
	top: 13px;
	content: " ";
	width: 6px;
	height: 5px;
	/*background: url(/images/site/news/left-guid-icon.png) no-repeat;*/
}
.news-guid ol li a {
	font-size: 12px;
}

/*äºŒçº§*/

.class2 {
	padding-left: 17px;
	background: #ffffff;
}
.bot_line{
	padding:5px 10px;
	border-bottom:2px solid #015ec5;
}
.bot_linenone{
	border-bottom:none;
}
.cn2 {
	color: #004862;
	font-size: 14px;
	line-height: 28px;
	_padding-top: 5px;
	_height: 21px;
}
.news-guid li .cn2 a{
	width: auto;
	font-size: 12px;
	background: none;
	text-indent: 0;
	padding: 4px 0;
	display: inline-block;
	color: #333;
	font-weight: bold;
	padding-left: 7px;
}
.news-guid li .cn2 a:hover,.news-guid li .cn2 a.current{
	text-decoration: underline;
	color: #0092ca;
}
.cn2 span {
	background: url(/images/site/news/domain-pic.png) no-repeat -40px 0;
	display: inline-block;
	height: 9px;
	margin-right: 3px;
	width: 9px;
	*margin-bottom: 2px;
	_margin-bottom: -6px;
}
.s_key{
	color: #fff;
	font-weight:bold;
}
.left-guid li span {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 3px;
}

.cn1 span {
	background: url(/images/site/news/domain-pic.png) no-repeat -20px -40px;
}


.main {
	position: relative;
	margin-left: 260px;
	/* padding-top: 25px; */
	z-index: -2;
}
.main-site {
	height: 44px;
	padding: 10px 0px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	background: #a21e1e;
}
.main-site .current {
	padding-left: 15px;
}
.main-site a {
	color: inherit;
}
.main-content {
	min-height: 500px;
	padding: 20px 75px 55px;
	background: #fff;
}
.news-detail, .activity-detail {
	min-height: 300px;
	padding: 15px 0;
	background: #fff;
}
.news-detail h1 {
	margin: 0 -15px;
	padding: 10px 50px;
	font-size: 20px;
	font-weight: lighter;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px dashed #dedad6;
}
.news-detail em {
	display: block;
	text-align: center;
	line-height: 30px;
	color: #999999;
}
.news-detail em span {
	margin: 0 15px;
}
.news-content, .activity-content {
	padding: 20px 0;
	font-size: 14px;
	line-height: 24px;
}
.news-content table, .activity-content table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border-color: grey;
	border: 1px solid;
}
.news-content tbody, .activity-content tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
	border: inherit;
}
.news-content tr, .activity-content tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	border: inherit;
}
.news-content td, .activity-content td {
	display: table-cell;
	vertical-align: inherit;
	border: inherit;
}

.news-content img, .activity-content img {
	max-width: 100%;
	height: auto;
}
.news-list {
	position: relative;
	padding: 10px 10px 10px 150px;
	padding: 10px;
}
.news-list.no-time dl {
	padding-left: 14px;
}
.news-list.no-time dt {
	padding-right: 0;
}
.news-list.no-intro dl {
	min-height: 55px;
}
.news-list dl {
	position: relative;
	min-height: 97px;
	margin-bottom: 10px;
	padding: 8px 14px 8px 100px;
	vertical-align:middle;
	border-bottom: 1px solid #dedede;
	position: relative;
}
.news-list dl:last-child:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 10px;
	bottom: 0px;
	left: -24px;
	border-left: 2px solid #f1f1f1;
	z-index: 2;
	display: none;
}
.news-list dl:hover .time {
	background-color: #a21e1e;
	color: #fff;
}
.news-list dt {
	font-size: 18px;
	padding-right: 100px;
}
.news-list dt a {
	color: #333333;
}
.news-list dt a + .view {
	margin-left: 1em
}
.news-list dt .view {
	font-size: 12px;
	color: #8b8b8b;
}
.news-list dd {
	color: #8b8b8b;
	line-height: 22px;
}
.news-list dd.publish span{
	padding-right: 15px;
}
.news-list dd.intro{
	font-size: 14px;

}
.news-list .time {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	background-color: #e0dfdf;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.news-list .time span{
	display: block;
	font-size: 30px;
	width: 100%;
	padding-top: 12px;
}
.news-list .time i {
	display: none;
	position: absolute;
	top: 7px;
	left: -17px;
	font-size: 15px;
	z-index: 9;
	/* background-color: #fff; */
	border-radius: 100%;
}

.pages {
	clear: none;
}
.pages .total {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.pages .page {

	vertical-align: middle;
}
.pages:before, .pages:after {
	display: table;
	content: "";
	clear: both;
}

.service-switch {
	height: 41px;
	font-size: 14px;
	line-height: 38px;
	background: #fff;
	border: 1px solid #c8c8c8;
	border-bottom: 2px solid #d64141;
}
.service-switch a {
	float: left;
	width: 130px;
	height: 38px;
	text-align: center;
	color: #3d3d3d;
	background: #f7f7f7;
	border-right: 1px solid #c8c8c8;
}
.service-switch .current {
	color: #fff;
	background: #d64141;
	border-right: 1px solid #d64141;
}
.service-content, .service-intro {
	min-height: 265px;
	margin-top: -1px;
	padding: 15px 30px;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #c8c8c8;
}
.service-intro {
	min-height: inherit;
	padding: 20px 0;
	font-size: 14px;
	line-height: 24px;
	border: 0;
}
.service-content table, .service-intro table {
	display: table;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border-color: grey;
	border: 1px solid;
}
.service-content tbody, .service-intro tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
	border: inherit;
}
.service-content tr, .service-intro tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	border: inherit;
}
.service-content td, .service-intro td {
	display: table-cell;
	vertical-align: inherit;
	border: inherit;
}

.service-content img, .service-intro img {
	max-width: 100%;
}
.service-content .alert {
	height: 30px;
	margin: 0 -15px;
	padding: 0 10px;
	line-height: 28px;
	color: #666;
	background: #FDF6F6;
	border: 1px solid #F3DFDF;
}
.service-core {
	margin-top: -1px;
	height: 70px;
	padding: 25px 70px;
	font-size: 14px;
	background: #f2f2f2;
	border: 1px solid #c8c8c8;
}
.service-core .post-core, .service-core .average-core {
	float: left;
	width: 50%;
}
.service-core .stars {
	margin: 0 0.5em
}
.service-input {
	padding: 10px 50px;
}
.service-input p {
	position: relative;
	margin: 0;
	padding: 8px 0;
}
.service-input .label {
	display: inline-block;
	width: 7em;
	height: 30px;
	line-height: 28px;
	font-weight: lighter;
	text-align: right;
	vertical-align: top;
}
.service-input p input[type="text"], .service-input p textarea {
	width: 530px;
	height: 30px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.service-input p textarea {
	height: 76px;
	line-height: 22px;
}
.service-input .submit {
	margin: 0;
	padding: 0;
	padding-left: 7em;
	text-align: left;
	background: transparent;
}
.service-input .submit .btn-s {
	width: 80px;
	height: 28px;
	text-align: center;
	color: #fff;
	background: #4dc0dd;
	border: 0;
}
.service-input .submit .tip {
	display: inline-block;
	height: 28px;
	margin-left: 5px;
	line-height: 26px;
	color: #808080;
}
.activity-intro {
	position: relative;
	margin: 0 -15px 15px;
	padding: 0 15px;
	border-bottom: 1px dashed #dedad6;
}
.activity-intro h1 {
	padding: 10px 0;
	font-size: 20px;
	font-weight: lighter;
	line-height: 30px;
}
.activity-intro p {
	font-size: 14px;
}
.activity-intro p.sign {
	position: absolute;
	right: 15px;
	bottom: 80px;
	text-align: center;
}
.activity-intro p.sign .num {
	display: block;
	line-height: 24px;
}
.activity-intro p.sign button {
	width: 166px;
	height: 36px;
	padding: 8px;
	line-height: 20px;
	text-align: center;
	background: #eb5f3c;
	border: 0;
}
.activity-intro p.sign button[disabled] {
	color: #fff;
	background: #ccc;
	cursor: not-allowed;
}
.activity-intro p.post {
	float: right;
	font-size: 12px;
	color: #777;
	margin-top: -30px;
}

.activity-intro p .label {
	display: inline-block;
	width: 6em;
	margin-right: 1em;
	text-align:justify;
	text-align-last:justify;
}
.activity-intro p .label:after {
	position: absolute;
	display: inline-block;
	content:":"
}

/*Ã¦â€“Â°Ã¥Â¢Å¾Ã¦Â Â·Ã¥Â¼Â*/
#body{
	background: #ebece7 url("../../images/site/news/banner-bg.jpg") no-repeat center top;
	padding-bottom: 50px;
}
#body .l-width{
	padding-top: 140px;
}

/*新增文献订阅*/
.right-part {
	/* width: 935px; */
}
.in-box-head{
	position:relative;
}
.in-box-head h2 {
	height: 37px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: lighter;
	color: #636363;
	line-height: 36px;
	background: #fafafa;
	border: 1px solid #cfcfcf;
}

.in-box-head .in-search {
	position: absolute;
	width: 353px;
	right: 3px;
	top: 3px;
	border: 0;
	padding: 0;
}
.in-box-head .in-search input {
	width: 100%;
	height: 30px;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 0;
}
.in-box-head .in-search button {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 40px;
	height: 26px;
	padding: 4px;
	color: #fff;
	text-align: center;
	background: #8f8f8f;
	border: 0;
	border-radius: 0;
}

.search-op {
	height: 44px;
	padding: 5px;
	color: #c0d3d5;
	background: #fff;
	border: 1px solid #d5e2e3;
	border-bottom: 5px solid #d5e2e3;
}

.search-op-sel {
	display: inline-block;
}

.search-op-sel a {
	display: inline-block;
	margin-right: 3px;
	padding: 4px 5px; /* padding: 4px 7px; update: 5px*/
	line-height: 20px;
	color: #004fa1;
}

.search-op-sel i {
	position: relative;
	top: 1px;
	margin-right: 3px;
	font-size: 13px;
}
.search-op-sel b {
	position: relative;
	display: inline-block;
	top: 0px;
	min-width: 14px;
	height: 14px;
	padding: 0 3px;
	margin-left: 3px;
	line-height: 14px;
	color: #fff;
	font-weight: lighter;
	background: #004fa1;
	border-radius: 3px;
}
.search-op-sel .tip {
	padding: 0 5px;
	color: #004fa1;
	cursor: help;
}


.in-box .paper-list {
	overflow: visible;
	height: auto;
	padding: 0;
	zoom: 1;
}

.paper-list dl {
	position: relative;
	overflow: hidden;
	line-height: 20px;
	background: #fff;
	border-bottom: 1px dashed #d6d6d6;
	margin-right: 0;
	padding: 10px 15px;
	padding-left: 40px;
}

.paper-list dd {
	overflow: hidden;
	height: 22px;
	line-height: 25px;
	color: #a6a6a6;
	text-overflow: ellipsis;
}

.paper-list dt {
	overflow: hidden;
	height: 23px;
	margin-bottom: 1px;
	text-overflow: ellipsis;
	line-height: 25px;
}

.paper-list dt a {
	font-size: 16px;
	color: #333;
}
.paper-list dt i {
	position: relative;
	top: -2px;
}

.paper-list .check {
	position: absolute;
	height: 17px;
	left: 10px;
	top: 13px;
	line-height: 17px!important;
}

.paper-list .d-more {
	position: relative;
	height: 32px;
	margin: 10px 0 0 0;
	padding: 0;
	background: #f9f9f9;
	border: 1px solid #c5d0dc;
}
.paper-list .d-more a {
	float: left;
	height: 31px;
	margin: 0;
	padding: 0 20px 0 5px;
	line-height: 29px;
	color: #333;
	border: 0;
	border-right: 1px solid #c5d0dc;
}
.paper-list .d-more a i {
	margin-right: 3px;
	font-size: 13px;
}
.paper-list .d-more .current {
	position: relative;
	background: #fff;
	border-top: 2px solid #135E33;
}
.paper-list .d-more .current i {
	color: #135E33;
}
.paper-list .d-more .more-right {
	float: right;
	border-left: 1px solid #c5d0dc;
	border-right: 0;
}
.paper-list .d-more .el-source {
	padding-left: 0;
	border-right: 0;
}
.paper-list .d-more .asource {
	border-right: 0;
}
.paper-list .d-more .adetail {
	border-left: 1px solid #c5d0dc;
}
.paper-list .s-pic {
	display: inline-block;
	height: 20px;
	margin: 0 3px !important;
}
.paper-list .s-pic img {
	position: relative;
	top: -2px;
	height: 13px;
	vertical-align: middle;
}
.paper-list .s-pic.vip {
	width: 37px;
}
.paper-list .s-pic.cnki {
	width: 42px;
	background-position: -46px 0;
}
.paper-list .s-pic.cx {
	width: 19px;
	background-position: -96px 0;
}
.paper-list .s-pic.wf {
	width: 19px;
	background-position: -122px 0;
}
.d-more a .stars {
	position: relative;
	top: 0px;
	margin-left: 3px !important;
	vertical-align: middle;
	zoom: 0.8;
}
.paper-list .d-more-content {
	overflow: inherit;
	height: auto;
	margin: -1px 0 0 0;
	padding: 10px;
	border: 1px solid #c5d0dc;
}

/*新增相关资料*/

.solution-detail .left-part {
	width: 530px;
	margin-right: -1px;
	margin-top: 10px;
	border: 1px #cfcfcf solid;
}
.solution-list {
	margin: 10px;
}
.solution-detail .in-box-head h2 {
	border: none;
	border-bottom: 1px solid #cfcfcf;
}
.solution-list dl {
	position: relative;
	margin-bottom: 10px;
	padding: 15px 15px 15px 145px;
	background: #fff;
	border: 1px solid #dbdbdb;
}
.solution-list .no-data {
	border: 0 !important;
	background: #fff !important;
}
.solution-list dt {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.solution-list dt i {
	position: relative;
	left: -15px;
	margin-right: -10px;
	padding: 4px 15px 4px 7px;
	font-size: 17px;
	color: #fff;
	background: #adadad;
	border-radius: 0 14px 14px 0;
}
.solution-list dd {
	padding: 5px 0;
	color: #7e7e7e;
	line-height: 22px;
}
.solution-list .cover {
	position: absolute;
	left: 0;
	overflow: hidden;
	height: 60px;
	top: 11px;
	width: 130px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	z-index: 1;
	background: #adadad;
	border-radius: 0 20px 20px 0;
}
.solution-list .cover:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	height: 60px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3) inset;
	border-radius: 0 20px 20px 0;
}
.solution-list .cover img {
	width: 130px;
	margin-top: -15px;
}
dd.download {
	width: 600px;
	min-height: 32px;
}
dd.download a {
	display: inline-block;
	margin-right: 15px;
	text-decoration: underline;
}
dd.download i {
	margin-right: 3px;
}
.solution-list .op {
	position: absolute;
	right: 10px;
	bottom: 15px;
	text-align: right;
	color: #ed4141;
	font-weight: bold;
}
.solution-list .op a {
	color: #949494;
	font-weight: lighter;
}
.solution-list .op i {
	position: relative;
	font-size: 15px;
	margin-right: 3px;
}
.solution-list .op span {
	display: inline-block;
	margin-right: 15px;
}
.right-part {
	float: right;
	width: 240px;
	margin-top: 10px;
}

.right-part  .side-box {
	background: #f7f7f7;
	border: 1px solid #d6d6d6;
}

.side-box h3 {
	height: 36px;
	padding-left: 50px;
	font-size: 16px;
	font-weight: lighter;
	color: #fff;
	line-height: 35px;
	background: url(../../../images/assemblydetail/k1/side-box-h.png) no-repeat #ec7c7c;
}

.side-box .simple-list {
	padding: 10px;
}
.side-box .simple-list li {
	padding: 8px 5px;
	line-height: 24px;
	border-bottom: 1px dotted #c9c9c9;
}
.side-box .simple-list li i {
	position: relative;
	top: 3px;
	margin-right: 4px;
	font-size: 24px;
	color: #adadad;
}
.side-box .simple-list li a {
	font-size: 14px;
	color: #555;
}

/*交流讨论*/

.discuss-post {
	/*margin-bottom: 10px;*/
	padding: 15px;
	background: #f2f2f2;
	border-top: 1px solid #c8c8c8;
	width: 530px;
}
.discuss-post .post-name {
	margin-bottom: 10px;
}
.discuss-post .post-name input {
	width: 80%;
}
.discuss-post .post-input {
	height: 85px;
	margin-bottom: 20px;/*	background: #f5f5f5;
	border: 1px solid #b6b6b6;*/
}
.discuss-post .post-input textarea {
	width: 100%;
	height: 99%;
	background: #f7f7f7;
	border: 0;
}
.discuss-post .post-sel {
	float: left;
}
.discuss-post .post-sel li {
	float: left;
	position: relative;
	width: 55px;
	padding-top: 20px;
	text-align: center;
	color: #9b9b9b;
	cursor: pointer;
}
.discuss-post .post-sel li i {
	font-size: 24px;
}
.discuss-post .post-sel li span {
	display: block;
	line-height: 30px;
}
.discuss-post .post-sel .current:before {
	border-top: 9px solid rgba(0, 0, 0, 0.2);
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	content: "";
	display: inline-block;
	left: 50%;
	margin-left: -9px;
	position: absolute;
	top: 0px;
}
.discuss-post .post-sel .current:after {
	border-top: 8px solid #f5f5f5;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	display: inline-block;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	top: -1px;
}
.discuss-post .post-sel .current i {
	color: #82a03d;
}
.discuss-post .post-sel .current span {
	color: #333;
	font-weight: bold;
}
.discuss-post .post {
	/*height: 70px;*/
	padding-top: 15px;
	padding-left: 420px;
	text-align: right;
}
.discuss-post .post button {
	color: #fff;
	padding: 5px 10px;
	background: #df5f62;
	border: 0;
}
.discuss-post .post button i {
	margin-right: 10px;
}

.discuss .left-part {
	margin-top: 10px;
}
.discuss-last{
	width:530px;
}
.discuss-last h3 {
	height: 35px;
	line-height: 33px;
	background: #f7f7f7;
	border: 1px solid #d4d4d4;
	border-bottom: none;
}
.discuss-last h3 span {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 90px;
	height: 36px;
	color: #ab0000;
	text-align: center;
	border-top: 2px solid #ab0000;
	border-right: 1px solid #d1d1d1;
}
.discuss .discuss-list dl, .discuss-detail .discuss-top dl, .solution-detail .discuss-top dl {
	height: auto;
	padding: 50px 15px 15px 15px;
	background: #fff;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	position: relative;
}
.discuss .discuss-list .user-pic, .discuss .discuss-list .user-name, .discuss .discuss-list .post-time, .discuss .discuss-top .user-pic, .discuss .discuss-top .user-name, .discuss .discuss-top .post-time {
	position: absolute;
	left: 15px;
	top: 10px;
	line-height: 20px;
}
.discuss .discuss-list .user-pic img, .discuss-detail .discuss-top .user-pic img, .solution-detail .discuss-top .user-pic img {
	width: 42px;
	height: 42px;
}
.discuss .discuss-list .user-name, .discuss-detail .discuss-top .user-name, .solution-detail .discuss-top .user-name {
	left: 66px;
	font-weight: bold;
}
.discuss .discuss-list .post-time, .discuss-detail .discuss-top .post-time, .solution-detail .discuss-top .post-time {
	left: 66px;
	top: 30px;
	color: #959595;
}
.discuss .discuss-list .intro, .discuss-detail .discuss-top .intro, .solution-detail .discuss-top .intro {
	padding: 5px 0;
	color: #636363;
	line-height: 22px;
}
.discuss .discuss-list .intro img, .discuss-detail .discuss-top .intro img, .solution-detail .discuss-top .intro img {
	max-width: 100%
}
.discuss .discuss-list .op, .discuss .discuss-top .op {
	margin-top: 10px;
	padding-top: 5px;
	color: #ed4141;
	font-weight: bold;/*border-top: 1px  dotted #e2e2e2;*/
}
.discuss .discuss-list .op span, .discuss .discuss-top .op span {
	display: inline-block;
	margin-right: 8px;
}
.discuss .discuss-list .op a, .discuss .discuss-top .op a {
	color: #949494;
	font-weight: lighter;
}
.discuss .discuss-list .op i, .discuss .discuss-top .op i {
	position: relative;
	font-size: 15px;
	margin-right: 3px;
}
.discuss .discuss-list .op input {
	width: 278px !important;
	height: 26px !important;
	padding: 3px 4px !important;
	border: 1px solid #d6d6d6 !important;
	border-radius: 0 !important;
}
.discuss .discuss-list .op button {
	height: 26px !important;
	margin-left: 4px;
	padding: 3px 10px !important;
	color: #555 !important;
	border: 1px solid #d6d6d6 !important;
	background: #fff !important;
	border-radius: 3px !important;
}
.member-list {
	padding: 10px 0;
}
.member-list:before, .member-list:after {
	content: " ";
	display: table;
}
.member-list:after {
	clear: both;
}
.member-list .list-op {
	width: 300px;
	height: 40px;
	padding: 3px;
	margin-bottom: 20px;
	background: -moz-linear-gradient(top, #949494 0%, #cdcdcd 100%);
	background: -webkit-linear-gradient(top, #949494 0%, #cdcdcd 100%);
	background: -o-linear-gradient(top, #949494 0%, #cdcdcd 100%);
	background: -ms-linear-gradient(top, #949494 0%, #cdcdcd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#cdcdcd', GradientType=0 );
	border-radius: 5px;
}
.member-list .list-op a {
	float: left;
	width: 50%;
	height: 100%;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.member-list .list-op .current {
	background: -moz-linear-gradient(top, #95b100 0%, #73880a 100%);
	background: -webkit-linear-gradient(top, #95b100 0%, #73880a 100%);
	background: -o-linear-gradient(top, #95b100 0%, #73880a 100%);
	background: -ms-linear-gradient(top, #95b100 0%, #73880a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95b100', endColorstr='#73880a', GradientType=0 );
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.member-list .list-op a i {
	font-size: 17px;
	margin-right: 3px;
}

.member-list dt {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	font-weight: lighter;
	color: #333;
}
.member-list dt span {
	font-family: Tahoma;
	font-size: 12px;
}
.member-list dt .sp {
	color: #dd0000;
}
.member-list dd {
	color: #959595;
}
.member-list .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 10px;
	background: #fff;
	border-bottom: 1px dashed #cccccc;
}
.member-list .pic img {
	width: 80px;
	height: 80px;
	border: 1px solid #b2b2b2;
	border-radius: 100%;
}
.member-list .op {
	margin-top: 10px;
}
.member-list .op a {
	display: inline-block;
	min-width: 50px;
	height: 20px;
	margin: 0 5px;
	padding: 0 5px;
	text-align: center;
	line-height: 17px;
	color: #333;
	background: #fff;
	border: 1px solid #bebebe;
	border-radius: 3px;
}
.side-box .member-list {
	padding: 10px;
}
.side-box .member-list dl {
	float: none;
	width: auto;
	height: 65px;
	margin: 0;
	text-align: left;
	border: 0;
	border-bottom: 1px dotted #c9c9c9;
	padding: 9px 0px 9px 60px;
	position: relative;
}
.side-box .member-list .pic {
	left: 0;
	top: 0;
	width: 60px;
	height: 65px;
	padding-top: 11px;
	background: transparent;
	border: 0;
}
.side-box .member-list .pic img {
	width: 43px;
	height: 43px;
}
.side-box .member-list .op {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding-top: 20px;
	text-align: center;
}

.discuss-list dt, .discuss-top dt {
	font-weight: bold;
	line-height: 24px;
}
.discuss-list dd, .discuss-top dd {
	line-height: 24px;
}
.discuss-list .user {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 65px;
	height: 90px;
	line-height: 25px;
	text-align: center;
}
.discuss-list .user img {
	width: 65px;
	height: 65px;
}
.discuss-list .intro {
	color: #aaaaaa;
}

/*关注成员*/

.member-list dl {
	float: left;
	position: relative;
	width: 182px;
	height: 190px;
	margin: 0 20px 20px 0;
	padding: 105px 10px 10px;
	text-align: center;
	background: #f8f8f8;
	border: 1px solid #d1d1d1;
}

.member-list dl:nth-child(4n) {
	margin-right: 0;
}





