@charset "utf-8";

body,h1,p,ul,li,input,button {

	margin: 0;

	padding: 0;

}

body {

	font-size: 14px;

	background-color: #f2f2f2;

	font-family: microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif;

}

ul,ol,li {

	list-style:none outside none;

}

img {

	border: none;

	display: block;

	vertical-align: middle;

}

input,button {

	outline:none;

	border: none;

	background: none;

}

h1,strong {

	font-weight: normal;

}

button {

	cursor: pointer;

}

a {

	text-decoration: none;

}



.text-input{

	padding: 6px 6px;

	text-indent: 1px;

	border: 2px solid #dce4ec;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	box-shadow: none;

	background-color: #fff;

	transition: border linear .2s,box-shadow linear .2s;

	height: 20px;

	font-size: 14px;

	line-height: 20px;

	color: #555;

	font-family: "microsoft yahei","lato","helvetica neue",helvetica,arial,sans-serif;

}

.text-input:focus{border: 2px solid #ee4747}



.bg {

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	position: fixed;

	z-index: 9;

	background-color: rgba(0,0,0,.5);

	display: none;

}

.main {

	width: 1120px;

	margin: 0 auto;

}

.clear {

	clear: both;

}

.left {

	float: left;

}

.right {

	float: right;

}

header {

	height: 60px;

	width: 100%;

	min-width: 1200px;

	background-color: #1b1b1b;

}

.logo {

	float: left;

	margin-top: 8px;

	margin-right: 66px;
	margin-left: 30px;

}

.logo img {

	height: 44px;

}

nav {

	float: left;

}

nav li {

	float: left;

}

nav li a {

	height: 60px;

	color: #fff;

	padding: 0 28px;

	font-size: 18px;

	font-weight: bold;

	line-height: 60px;

	display: inline-block;

	box-sizing: border-box;

	-moz-box-sizing:border-box; /* firefox */

	-webkit-box-sizing:border-box; /* safari */

}

nav .active a {

	padding-top: 5px;

	line-height: 50px;

	border-bottom: 5px solid #ee4747;

}

.header_r {

	float: right;

	margin-top: 13px;

}

.search {

	float: left;

	border-radius: 2px;

	margin-top: 2px;

	height: 30px;

	width: 30px;

}

.search_btn {

	float: left;

	width: 18px;

	height: 18px;

	margin-top: 6px;

	margin-left: 6px;

	display: inline-block;

	background: url(/uploads/image/tspaimages/icon-search.png) no-repeat center;

	background-size: 18px;

}

.search input {

	height: 20px;

	width: 0px;

	color: #fff;

	line-height: 20px;

	display: block;

	margin-left: 30px;

	-webkit-transition: 0.3s;

    -moz-transition: 0.3s;

    -ms-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

}

.search_selected {

	width: auto;

	background-color: rgba(255,255,255,.3);

}

.search_selected input {

	width: 124px;

	padding: 5px 2px;

	-webkit-transition: 0.3s;

    -moz-transition: 0.3s;

    -ms-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

}

.home_login {

	float: left;

	line-height: 20px;

	margin-left: 24px;

	margin-top: 7px;

}

.home_login a {

	color: #fff;

	font-size: 16px;

}

.home_login span {

	color: #fff;

	padding: 0 5px;

	font-size: 14px;

}

.home_user_pic {

	float: left;

	width: 120px;

	height: 36px;

	margin-left: 40px;

	margin-right: 6px;

	/*border-radius: 50%;*/

	overflow: hidden;

}

.home_user_pic img {

	width: 36px;

	display: inline-block;

	height: 36px;

}

.home_user_pic span {

	color: #fff;

	padding: 0 5px;

	font-size: 14px;

}

.home {

	min-height: 1260px;

	margin-top: 14px;

}

.subject {

	width: 788px;

	float: left;

}

.slide {

	width: 100%;

	position: relative;

	height: 330px;

	margin-bottom: 14px;

}

.slide .bd {

	z-index: 0;

	width: 100%;

	height: 100%;

	overflow: hidden;

	position: relative;

}

.slide .bd li {

	width: 100%;

	height: 100%;

	position: relative;

}

.slide_tit {

	left: 0;

	bottom: 0;

	width: 100%;

	height: 60px;

	font-size: 18px;

	color: #fff;

	font-weight: bold;

	position: absolute;

	padding: 16px 16px 0;

	line-height: 44px;

	box-sizing: border-box;

	background: url(/uploads/image/tspaimages/tit-bg.png) repeat-x;

}

.slide .bd li img {

	width: 100%;

}

.slide .hd {

	right: 16px;

	bottom: 13px;

	position: absolute;

}

.slide .hd li {

	width: 6px;

	height: 6px;

	cursor: pointer;

	line-height: 20px;

	text-indent: -100%;

	overflow: hidden;

	border-radius: 50%;

	margin:0 3px;

	display: inline-block;

	background-color: #999aa0;

}

.slide .hd .on {

	background-color: #fff;

}

.article {

	overflow: hidden;

	padding-bottom: 40px;

}

.article_top {

	height: 56px;

	padding: 0 15px;

	background-color: #fff;

	border-bottom: 1px solid #e5e5e5;

}

.article_nav {

	float: left;

}

.article_nav a {

	float: left;

	font-size: 18px;

	color: #777;

	line-height: 56px;

	display: inline-block;

	margin-right: 38px;

}

.article_nav .active {

	color: #333;

	font-weight: bold;

	line-height: 48px;

	padding-bottom: 4px;

	border-top: 4px solid #ee4747;

}

.tally {

	float: right;

	margin-top: 17px;

	position: relative;

}

.tally_btn {

	color: #777;

	width: 72px;

	height: 28px;

	padding: 0 10px;

	font-size: 14px;

	line-height: 28px;

	display: inline-block;

	border:1px solid #cccccc;

	border-radius: 3px;

	cursor: pointer;

}

.tally_btn:after {

	top: 12px;

	right: 10px;

	width: 12px;

	height: 7px;

	content: "";

	position: absolute;

	background: url(/uploads/image/tspaimages/icon-trigon.png) no-repeat center;

}

.tally .rotate:after{

 	transform: rotate(180deg);

 }

.tally_main {

	top: 33px;

	right: 0;

	width: 366px;

	display: none;

	padding-top: 6px;

	position: absolute;

	box-shadow: 0 1px 5px rgba(0,0,0,.08);

}

.tally_box {

	overflow: hidden;

	padding: 7px 20px;

	border: 1px solid #e5e5e5;

	border-radius: 3px;

	background-color: #fafafa;

}

.tally_box ul {

	margin-left: -10px;
	
}

.tally_box li {

	margin-left: 10px;

	float: left;

	line-height: 30px;

}

.tally_box li a {

	font-size: 14px;

	color: #777;

}

.popover_arr {

	top: 0;

	right: 40px;

	width: 14px;

	height: 7px;

	position: absolute;

	background: url(/uploads/image/tspaimages/popover_arr.png) no-repeat center;

}

.article_list {

	padding: 0 15px;

	overflow: hidden;

	margin-bottom: 16px;

	background-color: #ffffff;

}



.article_item {

	padding: 22px 0;

	border-bottom: 1px solid #e5e5e5;

}



.article_list a:last-child .article_item{

	border-bottom:none;

}



.article_pic {

	float: left;

	width: 200px;

	height: 150px;

}

.article_pic img {

	width: 200px;

	height: 150px;

}

.article_box {

	margin-left: 216px;

}

.article_text {

	height: 128px;

}

.article_text h1 {

	color: #333;

	font-size: 20px;

	line-height: 28px;

	padding-bottom: 6px;

	overflow: hidden;

	white-space:normal;

    display:-webkit-box;

    -webkit-line-clamp:2;

    text-overflow:ellipsis;

    -webkit-box-orient:vertical;

    font-weight: normal !important;

    margin: 0 !important;

}

.article_text p {

	color: #878787;

	font-size: 14px;

	line-height: 22px;

	overflow: hidden;

	white-space:normal;

    display:-webkit-box;

    -webkit-line-clamp:3;

    text-overflow:ellipsis;

    -webkit-box-orient:vertical;

}

.article_bottom {

	height: 22px;

	line-height: 22px;

}

.article_bottom p {

	font-size: 12px;

	color: #999;

}

.article_bottom p:nth-child(1) {

	margin-right: 28px;

}

.article_bottom p:nth-child(3) {
	width: 40px;
	margin-left: 18px;

}
.article_bottom p:nth-child(3) {
	width: 40px;
}

.article_icon {

	float: left;

	width: 14px;

	height: 14px;

	margin-top: 4px;

	margin-right: 2px;

	background: url(/uploads/image/tspaimages/icon-article.png) no-repeat;

}

.article_user {

	background-position: 0 0;

}

.article_time {

	background-position: -14px 0;

}

.article_check {

	background-position: -28px 0;

}

.article_comment {

	background-position: -42px 0;

}

.article_more {

	color: #3ca5f6;

	cursor: pointer;

	display: block;

	margin: 0 auto;

	width: 140px;

	height: 40px;

	font-size: 16px;

	line-height: 38px;

	box-sizing: border-box;

	border: 1px solid #3ca5f6;

	border-radius: 3px;

	text-align: center;

}



.article_more_end {

	color: #aaa;

	cursor: pointer;

	display: block;

	margin: 0 auto;

	width: 140px;

	height: 40px;

	font-size: 16px;

	line-height: 38px;

	box-sizing: border-box;

	border: 1px solid #aaa;

	border-radius: 3px;

	text-align: center;

}

/*侧栏*/



.sidebar {

	width: 310px;

	float: right;

}

.sidebar_item {

	overflow: hidden;

	margin-bottom: 14px;

	background-color: #fff;

}

.sidebar_tit {

	height: 48px;

	padding: 0 14px 0 10px;

	line-height: 48px;

}

.sidebar_tit .more {

	float: right;

	font-size: 14px;

	color: #999;

}

.sidebar_tit .contribute {

	float: right;

	font-size: 14px;

	color: #333;

}

.sidebar_tit h1 {

	font-size: 18px;

	font-weight: bold;

}

.sidebar_icon {

	width: 24px;

	height: 24px;

	margin-top: 12px;

	margin-right: 6px;

	display: inline-block;

	background: url(/uploads/image/tspaimages/icon-sidebar-tit.png) no-repeat;

}

.sidebar_activity {

	background-position: 0 0;

}

.sidebar_hotpage {

	background-position: -24px 0;

}

.sidebar_tally {

	background-position: -48px 0;

}

.sidebar_column {

	background-position: -72px 0;

}

.sidebar_message {

	background-position: -96px 0;

}

.sidebar_contribute {

	background-position: -120px 0;

}

.sidebar_columnist {

	background-position: -144px 0;

}

.sidebar_contribute_btn {

	background-position: -168px 0;

}

.sidebar_slide {

	padding-top: 3px;

	position: relative;

	padding-bottom: 32px;

}

.sidebar_slide_main {

	width: 100%;

	position: relative;

}

.sidebar_slide_pic {

	width: 100%;

	height: 190px;

}

.sidebar_slide_pic img {

	width: 100%;

	height: 190px;

}

.sidebar_slide_tit {

	padding: 8px 14px 0px;

	line-height: 24px;

}

.sidebar_slide_tit h1 {

	color: #333;

	font-size: 16px;

	white-space: nowrap;

	text-overflow: ellipsis;

	overflow: hidden;
}

.sidebar_slide_tit p {

	font-size: 14px;

	color: #999;

}

.sidebar_slide_position {

	right: 8px;

	bottom: 14px;

	line-height: 20px;

	position: absolute;

}

.sidebar_slide_position li {

	width: 8px;

	height: 8px;

	overflow: hidden;

	border-radius: 4px;

	text-indent: -100%;

	margin: 0 3px;

	cursor: pointer;

	display: inline-block;

	background-color: #cccccc;

}

.sidebar_slide_position .on {

	width: 14px;

	background-color: #faafaf;

}

.hotpage {}

.hotpage_nav {

	padding-top: 10px;

	text-align: center;

}

.hotpage_nav a {

	color: #999;

	width: 96px;

	height: 24px;

	line-height: 24px;

	display: inline-block;

	margin: 0 5px;

	padding-top: 1px;

	border-bottom: 1px solid #999999;

}

.hotpage_nav .active {

	color: #333333;

	border-bottom: 1px solid #333333;

}

.hotpage_main {

	padding: 24px 14px 0;

}

.hotpage_main li {

	padding-left: 16px;

	position: relative;

	line-height: 22px;

	padding-bottom: 26px;

}

.hotpage_main li i {

	top: 9px;

	left: 0;

	width: 5px;

	height: 5px;

	border-radius: 50%;

	display: block;

	position: absolute;

	background-color: #333;

}

.hotpage_main li a {

	color: #333;

	font-size: 14px;

}

.advertise {

	width: 100%;

	position: relative;

	height: 235px;

}

.advertise i {

	top: 5px;

	right: 10px;

	color: #ddd;

	line-height: 20px;

	font-style: normal;

	position: absolute;

}

.advertise_text {

	height: 48px;

	padding: 10px 14px;

	font-size: 16px;

	line-height: 24px;

	overflow: hidden;

	white-space:normal;

    display:-webkit-box;

    -webkit-line-clamp:2;

    text-overflow:ellipsis;

    -webkit-box-orient:vertical;

}

.hot_tally {

	min-height: 230px;

	overflow: hidden;

	padding: 8px 14px 2px;

}

.hot_tally_box {

	margin-left: -8px;

}

.hot_tally_box a {

	color: #fff;

	float: left;

	height: 22px;

	padding: 0 4px;

	margin-left: 8px;

	margin-bottom: 10px;

	line-height: 22px;

	display: inline-block;

	background-color: #bbbbbb;

}

.hot_tally_box .red_tally {

	background-color: #fe8c8c;

}

.hot_tally_box .blue_tally {

	background-color: #7fc8fb;

}

.column {

	width: 100%;

	overflow: hidden;

	padding: 0 14px 32px;

	box-sizing: border-box;

}

.column li {

	width: 25%;

	float: left;

	text-align: center;

	margin-top: 26px;

	margin-bottom: 6px;

}

.column_pic {

	width: 45px;

	height: 45px;

	border-radius: 50%;

	margin: 0 auto;

	overflow: hidden;

	margin-bottom: 4px;

}

.column_pic img {

	width: 45px;

	height: 45px;

}

.column_text {

	height: 20px;

	line-height: 20px;

	font-size: 14px;

	color: #666666;

}

.message_list {

	padding: 3px 14px 14px;

	overflow: hidden;

}

.message_item {

	margin-top: -1px;

	padding: 12px 0;

	height: 45px;

	border-top: 1px solid #e5e5e5;

}

.message_pic {

	float: left;

	width: 60px;

	height: 45px;

	overflow: hidden;

}

.message_pic img {

	width: 60px;

	height: 45px;

}

.message_box {

	color: #333;

	font-size: 14px;

	margin-left: 68px;

	line-height: 22px;

	overflow: hidden;

	white-space:normal;

    display:-webkit-box;

    -webkit-line-clamp:2;

    text-overflow:ellipsis;

    -webkit-box-orient:vertical;

}

.contribute {

	overflow: hidden;

	padding: 0 14px 15px;

}

.contribute li {

	height: 44px;

	position: relative;

	line-height: 22px;

	padding: 10px 0;

	padding-left: 16px;

	margin-top: -1px;

	border-top: 1px solid #e5e5e5;

}

.contribute li i {

	top: 19px;

	left: 0;

	width: 5px;

	height: 5px;

	border-radius: 50%;

	display: block;

	position: absolute;

	background-color: #ee4747;

}

.contribute li a {

	color: #333;

	font-size: 14px;

	overflow: hidden;

	white-space:normal;

    display:-webkit-box;

    -webkit-line-clamp:2;

    text-overflow:ellipsis;

    -webkit-box-orient:vertical;

}

footer {

	width: 100%;

	min-width: 1200px;

	background-color: #23282d;

}

.footer_top {

	padding-top: 18px;

	border-bottom: 1px solid #525353;

}

.footer_nav {

	border-bottom: 1px solid #525353;

}

.footer_nav a {

	padding: 0 15px;

	font-size: 18px;

	color: #aaaaaa;

	line-height: 48px;

	display: inline-block;

}

.footer_nav .active {

	color: #fff;

	line-height: 42px;

	padding-top: 3px;

	font-weight: bold;

	border-bottom: 3px solid #9f9f9f;

}

.footer_partner {

	overflow: hidden;

	padding: 27px 0 30px;

}

.footer_partner ul {

	margin-left: -14px;

}

.footer_partner li {

	float: left;

	width: 128px;

	height: 59px;

	margin-left: 14px;

}

.footer_partner li:nth-child(2){

	margin-left: 13px;

}

.footer_partner li:nth-child(8){

	margin-left: 13px;

}

.footer_partner li img {

	width: 128px;

	height: 59px;

}

.footer_bottom {

	overflow: hidden;

	padding: 20px 0 30px;

	height: 142px;

}

.footer_main {

	float: left;

}

.footer_logo {

	height: 60px;

}

.footer_logo img {

	height: 60px;

}

.footer_menu {

	padding-top: 20px;

	line-height: 20px;

}

.footer_menu a {

	color: #cccccc;

	font-size: 14px;

}

.footer_menu span {

	color: #cccccc;

	font-size: 12px;

	padding: 0 25px;

}

.footer_text {

	font-size: 14px;

	color: #999999;

	line-height: 20px;

	padding-top: 16px;

}

.footer_text i {

	display: inline-block;

	vertical-align: text-bottom;

	margin-left: 10px;

}

.code {

	float: right;
	padding-top: 10px;

}

.code ul {

	margin-left: -36px;

}

.code li {

	width: 106px;

	float: left;

	text-align: center;

	margin-left: 38px;

}

.code li p {

	font-size: 14px;

	color: #999;

	padding-top: 6px;

	line-height: 20px;

}

.footer_sidebar {

	top: 50%;

	right: 20px;

	position: fixed;

}

.footer_sidebar li {}

.footer_sidebar li a {

	width: 48px;

	height: 48px;

	display: block;

	opacity: .6;

	background-image: url(/uploads/image/tspaimages/icon-sidebar-btn.png);

	background-repeat: no-repeat;

	background-size: 100% auto;

}
.footer_sidebar li a:hover {
	opacity: 1;
}
.footer_sidebar li:first-child {
	display: none;
}
.comment {

	color: #fff;

	width: 48px;

	height: 48px;

	font-size: 12px;

	line-height: 16px;

	text-align: center;

	background-image: none !important;

	background-color: #ee4747;

	box-sizing: border-box;

	padding: 6px 0!important;

	position: fixed;

	top:calc(50% - 58px);

	cursor: pointer;

	right:20px;

}
.comment i {
	width: 18px!important;
	height: 18px!important;
	background-size: 100% auto!important;
}
.comment p {
	font-size: 12px!important;
	white-space: nowrap;
	padding-top: 3px!important;
}

.share {

	background-color: #ee4747;

	background-position: 0 0;

}

.top {

	background-color: #303030;

	background-position: 0 -48px;

}



.columnist {

	padding: 0 14px;

}

.columnist_top {

	height: 60px;

	margin-top: 17px;

}

.columnist_top img {

	float: left;

	width: 60px;

	height: 60px;

	display: inline-block;

	border-radius: 50%;

}

.columnist_top p {

	font-size: 20px;

	line-height: 60px;

	margin-left: 66px;

}

.columnist_top p a {

	color: #000;

}

.columnist_text {

	padding: 8px 0;

}

.columnist_text p {

	color: #666;

	font-size: 14px;

	line-height: 22px;

	padding-bottom: 15px;

}

.contribute_btn {

	width: 100%;

	height: 68px;

	text-align: center;

	line-height: 68px;

}

.contribute_btn .sidebar_icon {

	margin-top: 0px;

	margin-right: 12px;

	vertical-align:middle;

}

.contribute_btn span {

	color: #ee4747;

	font-size: 18px;

	display: inline-block;

	vertical-align:middle;

}



.new_top {}

.stair_menu {

	height: 50px;

	background-color: #fff;

	margin-bottom: 20px;

}

.stair_menu a {

	float: left;

	line-height: 50px;

	height: 50px;

	font-size: 16px;

	color: #222;

	min-width: 68px;

	text-align: center;

	padding: 0 20px;

	position: relative;

	display: inline-block;

}

.stair_menu .active {

	background-color: #ee4747;

	color: #fff;

}

.stair_menu .active:after {

	left: 50%;

	bottom: -10px;

	margin-left: -10px;

	position: absolute;

	content: "";

	border-right: 10px solid transparent;

	border-left: 10px solid transparent;

	border-top: 10px solid #ee4747;

}

.new_second_menu {

	height: 50px;

	padding: 0 10px;

	background-color: #fff;

	border-bottom: 1px solid #e5e5e5;

}

.new_second_menu li {

	float: left;

	line-height: 50px;

}

.new_second_menu li a {

	font-size: 14px;

	color: #878787;

	margin: 0 20px;

}

.new_second_menu .active a {

	color: #333333;

	font-weight: bold;

}

.new_second_menu_btn {

	float: right;

	margin-top: 20px;

	margin-right: 17px;

}

.new_second_menu_btn a {

	margin: 0 5px;

	display: inline-block;

	border-bottom: 8px solid transparent;

	border-top: 8px solid transparent;

}

.new_second_menu_btn .new_prev {

	border-right: 7px solid #ee4747;

}

.new_second_menu_btn .new_next {

	border-left: 7px solid #ee4747;

}

.new_second_menu_box {

	height: 50px;

	overflow: hidden;

	margin-right: 65px;

	position: relative;

}

.new_second_menu_box ul {

	float: left;

	position: absolute;

	overflow: hidden;

}



.activity_banner {

	height: 300px;

	width: 100%;

	min-width: 1120px;

	background-image: url(/uploads/image/tspaimages/active-banner.png);

	background-repeat: no-repeat;

	background-size: auto 300px;

	background-position: center;

}

.activity {

	padding-bottom: 45px;

}

.activity_label {

	height: 34px;

	padding: 18px 0 17px;

}

.activity_label a {

	height: 34px;

	line-height: 34px;

	float: left;

	color: #fff;

	padding: 0 10px;

	margin-right: 10px;

	background-color: #bbbbbb;

}

.activity_item {

	width: 546px;

	float: left;

	margin-left: 28px;

	margin-bottom: 26px;

	background-color: #fff;

}

.activity_item:nth-child(odd){

	margin-left: 0;

}

.activity_pic {

	width: 546px;

	height: 300px;

	position: relative;

}

.activity_pic img {

	width: 100%;

	height: 100%;

}

.activity_time {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	box-sizing: border-box;
	padding: 0 20px;
	background-color: rgba(0,0,0,.5);
}

.activity_box {

	padding: 20px;

	border: 1px solid #e5e5e5;

	border-top: none;

}

.activity_tit {

	line-height: 30px;

	padding-bottom: 12px;

}

.activity_btn {

	height: 30px;

	color: #fff;

	padding: 0 14px;

	font-size: 16px;

	line-height: 30px;

	text-align: center;

	border-radius: 4px;

}

.start {

	background-color: #3ca5f6;

}

.live_start {

	background-color: #ee4747;

}

.end {

	background-color: #b4b4b4;

}

.activity_tit p {

	color: #333;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	font-size: 20px;

	font-weight: bold;

}

.activity_text {

	font-size: 14px;

	line-height: 22px;

	color: #878787;

	padding-bottom: 5px;

	height: 66px;

	overflow: hidden;

	white-space:normal;

    display:-webkit-box;

    -webkit-line-clamp:3;

    text-overflow:ellipsis;

    -webkit-box-orient:vertical;

}



.activity_details_banner {

	height: 400px;

	width: 100%;

	min-width: 1120px;

	background-repeat: no-repeat;

	background-size: auto 400px;

	background-position: center;

}

.activity_details {

	width: 100%;

	overflow: hidden;

}

.activity_details_main {

	overflow: hidden;

	margin-top: 15px;

	margin-bottom: 50px;

	padding-bottom: 40px;

	background-color: rgba(0,0,0,.2);

}

.activity_details_tit {

	width: 220px;

	height: 40px;

	line-height: 40px;

	margin: 0 auto;

	text-align: center;

	border-radius: 4px;

	background-color: rgba(0,0,0,.3);

	margin-top: 25px;

	margin-bottom: 15px;

}

.activity_details_icon {

	width: 40px;

	height: 40px;

	display: inline-block;

	background-image: url(/uploads/image/tspaimages/icon-activity-tit.png);

	background-repeat: no-repeat;

	vertical-align: top;

	margin-right: 5px;

}

.activity_sign {

	background-position: 0 0;

}

.activity_introduce {

	background-position: 0 -40px;

}

.activity_texture {

	background-position: 0 -80px;

}

.activity_guest {

	background-position: 0 -120px;

}

.activity_agenda {

	background-position: 0 -160px;

}

.activity_partner {

	background-position: 0 -200px;

}

.activity_media {

	background-position: 0 -240px;

}

.activity_report {

	background-position: 0 -280px;

}

.activity_traffic {

	background-position: 0 -320px;

}

.activity_relation {

	background-position: 0 -360px;

}

.activity_details_tit span {

	color: #fff;

	font-size: 18px;

	color: #fff;

}

.activity_details_item {

	margin: 0 25px;

	padding-bottom: 10px;

}

.activity_details_box {

	padding: 20px;

	border-radius: 4px;

	background-color: #fff;

	font-size: 16px;

	line-height: 30px;

	color: #555;

	word-wrap: break-word;

}

.activity_details_box h1, .activity_details_box strong {

	font-weight: 700;

}

.activity_details_box img {
	display: initial;
}

.sign_buy {}

.sign_buy_list {

	overflow: hidden;

}

.sign_buy_item {

	width: 132px;

	height: 40px;

	float: left;

	overflow: hidden;

	margin-right: 15px;

	padding: 0 10px;

	border-radius: 4px;

	border: 1px solid #cccccc;

	box-sizing: border-box;

	margin-bottom: 15px;

}

.sign_buy_item i {

	float: right;

	margin-right: -10px;

	margin-top: 24px;

}

.sign_buy_active {

	position: relative;

	border: 1px solid #ee4747;

}

.sign_buy_active i {

	display: block;

	position: relative;

	border-left: 0px solid transparent;

	border-right: 15px solid #ee4747;

	border-top: 15px solid transparent;

}

.sign_buy_active i:after {

	top: -8px;

	left: 7px;

	content:"";

	width: 6px;

	height: 3px;

	border-left: 1px solid #fff;

	border-bottom: 1px solid #fff;

	transform: rotate(-45deg);

	position: absolute;

}

.sign_buy_item h1 {

	color: #333333;

	font-size: 16px;

	line-height: 38px;

	font-weight: normal;

}

.sign_buy_item h1 span {

	color: #ee4747;

	font-size: 16px;

	margin-left: 10px;

}

.sign_buy_item p {

	color: #999;

	font-size: 16px;

	line-height: 20px;

}



.sign_buy_item_disabled {

	width: 132px;

	height: 40px;

	float: left;

	overflow: hidden;

	margin-right: 15px;

	padding: 0 10px;

	border-radius: 4px;

	border: 1px solid #cccccc;

	box-sizing: border-box;

	margin-bottom: 15px;

}

.sign_buy_item_disabled i {

	float: right;

	margin-right: -10px;

	margin-top: 24px;

}



.sign_buy_item_disabled h1 {

	color: #a5a5a5;

	font-size: 16px;

	line-height: 38px;

}

.sign_buy_item_disabled h1 span {

	color: #a5a5a5;

	font-size: 16px;

	margin-left: 10px;

}



.sign_buy_amount {

	color: #333;

	font-size: 16px;

	line-height: 36px;

}

.sign_buy_amount select {

	width: 100px;

	height: 36px;

	line-height: 36px;

	text-indent: 6px;

	border: 1px solid #cccccc;

}

.sign_buy_bottom {

	margin-top: 10px;
	
	text-align: center;
}

.sign_buy_btn {

	color: #fff;

	font-size: 16px;

	width: 100px;

	height: 36px;

	line-height: 36px;

	text-align: center;

	border-radius: 4px;

	background-color: #ee4747;

}

.guest {

	overflow: hidden;

}

.guest_item {

	float: left;

	width: 206px;

	height: 214px;

	margin-top: 20px;

	text-align: center;

	margin-bottom: 10px;

}

.guest_pic {

	width: 130px;

	height: 130px;

	overflow: hidden;

	border-radius: 50%;

	margin: 0 auto;

	margin-bottom: 10px;

}

.guest_pic img {

	width: 130px;

	height: 130px;

}

.guest_item h1 {

	color: #222;

	font-size: 18px;

	line-height: 24px;

	margin-bottom: 6px;

}

.guest_item p {

	color: #555;

	font-size: 14px;

	line-height: 22px;

	padding: 0 20px;

}

.partner_media {

	overflow: hidden;

	padding: 0 15px;

}

.partner_media li {

	float: left;

	width: 158px;

	height: 78px;

	margin: 16px 20px;

	background-color: #fff;

	border: 1px solid #dfdfdf;

}

.partner_media li img {

	width: 158px;

	height: 78px;

}

.traffic {

	padding: 8px 2px;

	overflow: hidden;

}

.traffic_site {

	float: left;

	width: 496px;

	height: 240px;

}

.traffic_box {

	color: #333;

	float: left;

	padding-left: 28px;

	line-height: 32px;

	font-size: 16px;

}

.relation {

	padding-top: 12px;

	text-align: center;

}

.relation h1 {

	font-size: 18px;

	color: #999999;

	line-height: 30px;

}

.relation p {

	color: #333;

	font-size: 16px;

	line-height: 26px;

	padding-bottom: 15px;

}

.relation p span {

	font-size: 16px;

	color: #00a0ff;

}

.activity_sidebar {

	top: 50%;

	margin-top: -150px;

	left: 20px;

	width: 80px;

	border-radius: 6px;

	position: fixed;

	padding: 6px 0;

	display: none;
	
	background-color: #ee4747;

}

.activity_sidebar li {

	line-height: 32px;

	text-align: center;

}

.activity_sidebar li a {

	color: #fff;

}



.live {

	margin-top: 23px;

	padding-bottom: 35px;

}

.live_item_tit {

	font-size: 20px;

	line-height: 1em;

	color: #333;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	padding-bottom: 20px;

}

.live_item_bottom {

	line-height: 30px;

}

.live_item_bottom span {

	float: right;

	font-size: 14px;

	color: #878787;

}

.live_main {

	width: 100%;

	padding-bottom: 90px;

	overflow: hidden;

	min-width: 1120px;

	background-color: #134a8e;

}

.live_tit {

	color: #fff;

	height: 40px;

	font-size: 20px;

	font-weight: bold;

	text-align: center;

	line-height: 40px;

	margin: 15px 0;

	background-color: rgba(0,0,0,.2);

}

.live_box {

	float: left;

	width: 825px;

	background-color: rgba(0,0,0,.2);

}

.live_sildebar {

	float: right;

	width: 270px;

}

.live_top {

	overflow: hidden;

	padding: 13px 12px;

	background-color: rgba(0,0,0,.1);

}

.live_btn {

	margin-right: 23px;

	overflow: hidden;

	border-radius: 4px;

}

.live_btn button {

	border-radius: 0;

}

.green {

	background-color: #4aa64a;

}

.lucency {

	background-color: rgba(0,0,0,.3);

}

.live_logo {

	float: left;

	margin-top: 4px;

	margin-left: 5px;

}

.live_logo img {

	height: 23px;

}

.live_top .tit {

	color: #fff;

	float: left;

	line-height: 20px;

	font-size: 14px;

	margin-top: 12px;

	margin-left: 7px;

}

.live_list {

	overflow: hidden;

	padding: 0 13px 36px 27px;

}

.live_list li {

	padding-left: 23px;

	margin-top: 10px;

}

.live_list_tit {

	padding-left: 22px;

	position: relative;

	margin-bottom: 1px;

}

.live_list_tit span {

	color: #fff;

	display: inline-block;

	padding: 0px 8px;

	line-height: 26px;

	border-radius: 2px;

	background-color: rgba(0,0,0,.3);

}

.live_time_icon {

	top: 1px;

	left: -12px;

	width: 24px;

	height: 24px;

	display: block;

	position: absolute;

	background-image: url(/uploads/image/tspaimages/icon-activity-tit.png);

	background-repeat: no-repeat;

	background-position: -9px -169px;

}

.live_list_main {

	padding: 10px 0px 22px 23px;

	border-left: 2px solid #fff;

}

.live_list_box {

	color: #555;

	padding: 10px;

	font-size: 16px;

	line-height: 30px;

	border-radius: 4px;

	background-color: #fff;

}



.live_list_box img{

	width: 100%;

	height: auto;

}

.live_sildebar_item {

	overflow: hidden;

	margin-bottom: 16px;

	background-color: rgba(0,0,0,.2);

}

.live_sildebar_tit {

	color: #fff;

	font-size: 24px;

	font-weight: bold;

	line-height: 56px;

	padding: 0 13px;

	margin-top: 6px;

}

.review {

	height: 480px;

	overflow-x: hidden;

	overflow-y: scroll;

	margin: 0 12px;

	margin-bottom: 12px;

}

.review li {

	margin-bottom: 12px;

}

.review li:last-child {

	margin-bottom: 0;

}

.review img {

	width: 230px;

	height: 127px;

}

.interact {

	height: 726px;

	overflow-x: hidden;

	overflow-y: scroll;

	margin: 6px 12px 12px;

}

.interact li {

	margin-bottom: 22px;

}

.interact_tit {

	font-size: 12px;

	color: #bbbbbb;

	line-height: 20px;

	padding-bottom: 8px;

}

.interact_tit span {

	padding-left: 16px;

}

.interact_box {

	color: #fff;

	font-size: 14px;

	line-height: 22px;

}

.review::-webkit-scrollbar,.interact::-webkit-scrollbar {

	width:4px;

}

.review::-webkit-scrollbar-track,.interact::-webkit-scrollbar-track {

	/*background:rgba(255,255,255,.5);*/

	-webkit-border-radius:8px;

	border-radius:8px;

	width: 2px;

}

.review::-webkit-scrollbar-track-piece,.interact::-webkit-scrollbar-track-piece {

	background-color:rgba(0,0,0,.5) !important;

	border-left:0 !important;

}

.review::-webkit-scrollbar-thumb,.interact::-webkit-scrollbar-thumb {

	background:rgba(255,255,255,.5);

	background-clip:padding-box;

	min-height:28px;

	-webkit-border-radius:8px;

	border-radius:8px;

	height:20px;

}

.user {

	margin-top: 14px;

	margin-bottom: 24px;

}

.user_menu {

	float: left;

	width: 250px;

	background-color: #fff;

}

.user_main {

	float: right;

	width: 810px;

	padding: 0 20px;

	background-color: #fff;

}

.user_message {

	margin: 0 14px;

	text-align: center;

	padding-top: 32px;

	padding-bottom: 30px;

	border-bottom: 1px solid #f0f0f0;

}

.user_pic {

	width: 80px;

	height: 80px;

	border-radius: 50%;

	overflow: hidden;

	margin: 0 auto;

}

.user_pic img {

	width: 80px;

	height: 80px;

}

.user_name {

	font-size: 16px;

	padding-top: 9px;

	font-weight: bold;

	line-height: 22px;

}

.user_tel {

	color: #999;

	padding-top: 14px;

	font-size: 14px;

	line-height: 20px;

}

.alter_tel {

	color: #fff;

	width: 150px;

	height: 40px;

	font-size: 16px;

	line-height: 39px;

	text-align: center;

	margin-top: 20px;

	background-color: #3ca5f6;

}

.user_menu_main {

	height: 412px;

	padding: 14px 0;

}

.user_menu_main li {}

.user_menu_main li a {

	width: 100%;

	height: 58px;

	color: #333;

	font-size: 16px;

	line-height: 58px;

	display: inline-block;

	box-sizing: border-box;

	padding-left: 2px;

	text-align: center;

}

.user_menu_main .active a {

	padding-left: 0;

	border-left: 2px solid #3ca5f6;

}

.user_tit {

	height: 18px;

	padding-top: 17px;

	padding-bottom: 14px;

	border-bottom: 1px solid #f0f0f0;

}

.user_tit span {

	font-size: 16px;

	font-weight: bold;

	padding-left: 9px;

	line-height: 18px;

	display: inline-block;

	border-left: 2px solid #ee4747

}

.user_box {

	min-height: 656px;

}

.system_message {

	height: 580px;

	padding: 15px 0;

}

.system_message li {

	padding-left: 27px;

	padding-right: 14px;

	line-height: 32px;

	position: relative;

}

.system_message li:after {

	left:9px;

	top: 14px;

	width: 4px;

	height: 4px;

	content: "";

	border-radius: 50%;

	position: absolute;

	background-color: #c1c1c1;

}

.system_message li span {

	float: right;

	font-size: 12px;

	color: #999;

}

.system_message li p {

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.system_message li p a {

	color: #333333;

}

.system_message .active {}

.system_message .active p {

	font-weight: bold;

}

.system_message .active:after {

	background-color: #ee4747;

}

.user_page {

	padding-right: 20px;

}

.user_page a {

	float: left;

	width: 28px;

	height: 28px;

	color: #999;

	font-size: 14px;

	line-height: 28px;

	text-align: center;

	margin-left: 10px;

	border: 1px solid #dddddd;

	background-color: #fff;

}

.user_page a:first-child {

	background-color: #f0f0f0;

}

.user_page a:last-child {

	background-color: #f0f0f0;

}

.user_page .current {

	float: left;

	width: 28px;

	height: 28px;

	font-size: 14px;

	line-height: 28px;

	text-align: center;

	margin-left: 10px;

	color: #fff;

	background-color: #3ca5f6;

	border: 1px solid #348cd1;

}

.personal_data {

	padding: 0 54px;

}

.personal_data_item {

	padding-top: 26px;

	padding-bottom: 5px;

	overflow: hidden;

	border-bottom: 1px solid #f0f0f0;

}

.personal_data_tit {

	float: left;

	padding-left: 10px;

	font-size: 14px;

	color: #333;

	line-height: 22px;

}

.personal_data_box {

	margin-left: 102px;

}

.head_portrait {

	float: left;

	text-align: center;

}

.head_portrait p {

	font-size: 14px;

	color: #999;

	line-height: 20px;

	padding-top: 8px;

}

.personal_data_text {

	font-size: 14px;

	color: #333;

	line-height: 22px;

}

.gender {}

.gender input {

	vertical-align: middle;

}

.gender label {

	padding-left: 8px;

	margin-right: 38px;

	vertical-align: middle;

}

.alter_password input {

	width: 88px;

	height: 22px;

	line-height: 22px;

}

.alter_password a {

	width: 20px;

	height: 20px;

	display: inline-block;

	vertical-align: middle;

	background: url(/uploads/image/tspaimages/icon-edit.png) no-repeat;

}

.course {

	height: 610px;

	overflow: hidden;

}

.course_item {

	height: 110px;

	padding: 19px 12px;

	border-bottom: 1px solid #f0f0f0;

}

.course_pic {

	float: left;

	width: 150px;

	height: 110px;

}

.course_pic img {

	width: 150px;

	height: 110px;

}

.course_box {

	height: 110px;

	overflow: hidden;

	margin-left: 167px;

}

.course_tit {

	font-size: 16px;

	line-height: 28px;

	padding-bottom: 6px;

}

.course_price {

	font-size: 20px;

	color: #ee4747;

	line-height: 30px;

	padding-bottom: 18px;

}

.cursor_time {

	font-size: 14px;

	color: #999;

	line-height: 28px;

}

.user_activity_pic,.user_activity_pic img {

	width: 200px;

}

.user_activity_box {

	margin-left: 220px;

}

.user_activity_item {

	line-height: 26px;

}

.user_activity_icon {

	float: left;

	width: 20px;

	height: 20px;

	margin-top: 2px;

	background: url(/uploads/image/tspaimages/icon-user-activity.png) no-repeat;

}

.user_time_icon {

	background-position: 0 0;

}

.user_site_icon {

	background-position: 0 -20px;

}

.user_name_icon {

	background-position: 0 -40px;

}

.user_activity_item p {

	color: #999999;

	font-size: 14px;

	margin-left: 26px;

}

.contribute_main {

	height: 510px;

	padding: 20px 12px 13px;

}

.contribute_bottom {

	padding: 0 12px;

}

.publish_btn {

	width: 80px;

	height: 35px;

	color: #fff;

	text-align: center;

	font-size: 16px;

	line-height: 35px;

	background-color: #ee4747;

}

.writer {

	height: 610px;

}

.apply_weiter {

	font-size: 16px;

	color: #999999;

	text-align: center;

	line-height: 35px;

	margin-top: 208px;

}

.apply_weiter button {

	width: 128px;

	height: 35px;

	color: #fff;

	font-size: 16px;

	text-align: center;

	line-height: 35px;

	margin-left: 7px;

	background-color: #ee4747;

}

.apply_weiter_main {

	top: 50%;

	left: 50%;

	width: 428px;

	overflow: hidden;

	margin-left: -249px;

	margin-top: -231px;

	position: fixed;

	z-index: 11;

	padding: 0 35px;

	padding-top: 24px;

	padding-bottom: 35px;

	background-color: #fff;

}

.apply_weiter_tit {

	overflow: hidden;

	padding-bottom: 11px;

}

.close {

	color: #999;

	float: right;

	font-size: 32px;

	transform: rotate(45deg);

}

.apply_weiter_tit h1 {

	font-size: 18px;

	line-height: 28px;

}

.apply_weiter_tit p {

	font-size: 14px;

	color: #999;

	line-height: 22px;

}

.apply_weiter_box {

	margin-left: 94px;

}

.apply_weiter_text {

	height: 22px;

	width: 100%;

}

.apply_weiter_bottom {

	text-align: center;

	padding-top: 32px;

}

.apply_weiter_bottom button {

	width: 124px;

	height: 40px;

	font-size: 16px;

	color: #fff;

	line-height: 40px;

	text-align: center;

	background-color: #ee4747;

}

.user_contribute_btn {

	float: right;

	color: #333333;

	line-height: 20px;

}

.user_contribute_btn .sidebar_icon {

	width: 20px;

	height: 20px;

	margin-top: 0;

	vertical-align: top;

	background-size: auto 20px;

	background-position: -140px 0;

}

.writer_item {

	padding: 14px 13px 13px 17px;

	border-bottom: 1px solid #f0f0f0;

}

.writer_box {

	height: 25px;

}

.writer_tit {

	font-size: 14px;

	color: #333;

	line-height: 25px;

}

.writer_btn {

	float: left;

	margin-left: 10px;

	width: 43px;

	color: #333;

	border-radius: 2px;

	line-height: 23px;

	text-align: center;

	font-size: 12px;

	border: 1px solid #cccccc;

}

.writer_time {

	line-height: 23px;

	font-size: 12px;

	color: #999;

}







.login {

	height: 610px;

	margin-top: 20px;

	background-color: #fff;

	margin-bottom: 60px;

}

.login_top {

	height: 60px;

	padding: 0 10px;

	border-bottom: 1px solid #e5e5e5;

}

.login_top a {

	float: left;

	margin-left: 7px;

	width: 96px;

	height: 60px;

	color: #777;

	font-size: 18px;

	text-align: center;

	line-height: 60px;

	box-sizing: border-box;

}

.login_top .active {

	color: #333;

	border-bottom: 3px solid #ee4747;

}

.login_main {}

.login_box {

	width: 350px;

	margin: 50px auto 0;

}

.login_box li {

	margin-bottom: 15px;

}

.login_text {

	width: 100%;

	height: 40px;

	box-sizing: border-box;

	text-indent: 12px;

	line-height: 38px;

	border: 1px solid #ddd;

}

.login_forget {

	float: right;

	font-size: 12px;

	color: #ee4747;

	line-height: 20px;

}

.login_check {

	line-height: 20px;

}

.login_check input {

	vertical-align: middle;

	margin-right: 4px;

}

.login_check label {

	color: #777;

	font-size: 12px;

	vertical-align: middle;

}

.login_check label a {

	color: #ee4747;

}

.login_btn {

	color: #fff;

	width: 100%;

	height: 50px;

	font-size: 18px;

	text-align: center;

	line-height: 50px;

	background-color: #ee4747;

	margin-top: 13px;

}

.thirdparty {

	overflow: hidden;

}

.thirdparty_item {

	float: left;

	width: 33.333%;

	padding-top: 17px;

}

.thirdparty_item a {

	width: 50px;

	height: 50px;

	display: block;

	margin: 0 auto;

	border-radius: 50%;

	background-image: url(/uploads/image/tspaimages/thirdparty-icon.png);

	background-repeat: no-repeat;

}

.thirdparty_item .wx {

	background-position: 0 0;

}

.thirdparty_item .qq {

	background-position: -50px 0;

}

.thirdparty_item .sina {

	background-position: -100px 0;

}

.verify_text {

	width: 140px;

}

.verify_box {

	float: right;

}

.verify_pic {

	float: left;

	height: 40px;

}

.refresh_btn {

	float: left;

	width: 40px;

	height: 40px;

	background: url(/uploads/image/tspaimages/refresh-icon.png) no-repeat center;

}

.refresh_btn2 {

	color: #ee4747;

	font-size: 14px;

	width: 120px;

	height: 40px;

	text-align: center;

	line-height: 38px;

	border: 1px solid #ee4747;

	box-sizing: border-box;

}



.apply_bounced {

	left: 50%;

	top: 50%;

	width: 514px;

	z-index: 9999;

	display: none;

	margin-left: -257px;

	margin-top: -284px;

	position: fixed;

	padding: 0px 16px;

	background-color: #fff;

	box-shadow: 6px 6px 12px rgba(0,0,0,.2);

}
.apply_bounced .tit {

	height: 51px;

	color: #050505;

	font-size: 16px;

	line-height: 50px;

	padding: 0px 22px;

	border-bottom: 1px solid #e2e2e2;

}

.apply_bounced_main {

	overflow: hidden;

	/*padding-top: 28px;*/

	padding-bottom: 42px;

}

.apply_bounced_main .title {
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.apply_bounced_item {

	margin-bottom: 23px;

}

.apply_bounced_item p {

	float: left;

	width: 110px;

	font-size: 15px;

	text-align: right;

	color: #050505;

	line-height: 48px;

}

.apply_bounced_box {

	height: 48px;

	width: 318px;

	margin-left: 114px;

	border-radius: 4px;

	border: 1px solid #e2e2e2;

}

.apply_bounced_box input {

	border: none;

	background: none;

	width: 100%;

	height: 46px;

	color: #333;

	font-size: 15px;

	text-indent: 10px;

	line-height: 46px;

}

.apply_bounced_bottom {

	overflow: hidden;

	padding-top: 17px;

	padding-left: 114px;

}

.apply_bounced_bottom a,.review_bottom a {

	float: left;

	color: #fff !important;

	width: 120px;

	height: 42px;

	font-size: 15px;

	line-height: 42px;

	border-radius: 6px;

	text-align: center;

	display: inline-block;

	margin-right: 20px;

}

.apply_bounced_bottom .submit,.review_bottom .submit {

	background-color: #ee4747;

}

.apply_bounced_bottom .cancel,.review_bottom .cancel {

	background-color: #888;

}

.report_list {
	overflow: hidden;
}
.report_list li {
	width: 505px;
	float: left;
	padding: 10px;
	margin-left: 20px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.report_list a:nth-child(odd) li {
	margin-left: 0;
}
.report_pic {
	float: left;
	width: 140px;
	height: 105px;
	overflow: hidden;
}
.report_pic img {
	width: 140px;
	height: 105px;
}
.report_box {
	margin-left: 150px;
}
.report_box .article_text h1 {
	-webkit-line-clamp:1;
}
.report_box .article_text {
	height: 83px; 
}
.report_box .article_text p {
	-webkit-line-clamp: 2;
}
.new_comment_main {
	padding-top: 40px;
	overflow: hidden;
	padding-bottom: 20px;
}
.new_comment_main .tit {
	color: #333;
	font-size: 14px;
	line-height: 15px;
	padding-left: 8px;
	display: inline-block;
	border-left: 4px solid #ee4747;
}
.new_comment_user {
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 13px;
}
.new_comment_user_pic {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.new_comment_user span {
	color: #333;
	float: left;
	font-size: 12px;
	line-height: 40px;
	padding-left: 5px;
}
.new_comment_text {
	overflow: hidden;
}
.new_comment_text textarea {
	color: #333;
	line-height: 24px;
	border: none;
	background: none;
	height: 84px;
	width: 100%;
	resize :none;
	padding: 8px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.new_comment_text .btn {
	color: #fff !important;
	float: right;
	height: 35px;
	width: 100px;
	line-height: 35px;
	font-size: 15px;
	text-align: center;
	background-color: #ee4747;
	border-radius: 3px;
	margin-top: 15px;
}
.new_comment_list {
	overflow: hidden;
	padding-top: 22px;
	padding-bottom: 17px;
}
.new_comment_list:last-child {
	border-bottom: none;
}
.new_comment_list_main {
	overflow: hidden;
	margin-left: 50px;
}
.new_comment_list_top {
	overflow: hidden;
	line-height: 24px;
	padding-bottom: 5px;
}
.new_comment_list_top span {
	font-size: 12px;
	color: #999;
}
.new_comment_list_top .name {
	color: #666;
	padding-right: 18px;
}
.new_comment_list_text {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
.new_comment_reply {
	text-align: right;
	padding-top: 7px;
	line-height: 20px;
}
.new_comment_reply a {
	color: #ee4747;
	font-size: 14px;
	line-height: 20px;
}
.new_comment_list_box {
	padding: 6px 12px;
	margin-top: 12px;
	background-color: #f4f4f4;
}
.new_comment_list_box .new_comment_reply {
	text-align: left;
	padding-bottom:12px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.new_comment_more {
	height: 28px;
	color: #555;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
	padding: 0 14px;
	margin: 0 auto;
	background-color: #ddd;
}
.new_comment_more:hover {
	background-color: #ccc;
}

.user_comment {}
.user_comment_item {
	padding: 14px 15px;
	border-bottom: 1px solid #f0f0f0;
}
.user_comment_text {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 11px;
}
.user_comment_text a {
	color: #333;
}
.user_comment_bottom {
	height: 22px;
	line-height: 22px;
}
.user_comment_del {
	float: right;
	width: 18px;
	height: 22px;
	display: block;
	background: url(/uploads/image/tspaimages/user-del.png) no-repeat center;
}
.user_comment_bottom span {
	font-size: 14px;
	color: #999;
	float: left;
}
.user_comment_bottom .time {
	margin-right: 30px;
}
@media (min-width: 1340px) {
	/* .activity_sidebar {
		display: block;
	} */
}
