@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0 }
body { 
/* background: #f7f7f7;  */
font: 12px "Microsoft YaHei"; color: #3F3E3C; line-height: 1.5; }
img { border: 0; vertical-align: middle }
p { display: block; }
ul { list-style: none; }
a { color: #a6a6a6; text-decoration: none; transition: All 0.5s ease; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; }
a:hover { color: #000; }
.blank { height: 5px; overflow: hidden; width: 100%; margin: auto; clear: both }
.group-tab-cont-wrap {
	/* background: #f7f7f7; */
}
/* mainContent */
.mainContent { background: #E8E5DD;
 width: 1200px; margin: 20px auto; overflow: hidden }
 .con-jian {
 	width: 1000px; margin: 30px auto;
 }
aside { width: 400px; float: left; }
.avatar { margin: 20px auto; width: 300px; height: 450px;overflow: hidden; }
.avatar a { display: block; padding-top: 395px; width: 100%; height: 100%; background: url(../images/photo.jpg) no-repeat; background-size: 100%}
.avatar a span { display: block; margin-top: 400px; width: 100%; height: 55px; text-align: center; font-size: 16px; line-height: 55px; color: #fff; background: rgba(0, 0, 0, .5); -webkit-transition: margin-top .2s ease-in-out; -moz-transition: margin-top .2s ease-in-out; -o-transition: margin-top .2s ease-in-out; transition: margin-top .2s ease-in-out; }
.avatar a:hover span { display: block; margin-top: 0; }
.topspaceinfo { background: #f16e50; padding: 40px 20px; color: #fff }
.topspaceinfo h1 { font-size: 18px; line-height: 40px }
.topspaceinfo p { font-size: 16px; line-height: 25px; text-align: justify;}
.userinfo { padding: 20px 30px 30px; font-size: 14px; line-height: 28px; color: #666; }
.userinfo a { color: #f16e50; }
.userinfo a:hover { color: #000 }
.q-fans, .btns a { padding: 0 10px }
.q-fans a { font-weight: bold; }
.btns a { border-right: #dad9d5 1px solid; }
aside section { display: block; overflow: hidden }
aside section h2 { background: #f16e50; color: #FFF; padding-left: 30px; height: 30px; line-height: 30px; font-size: 14px; }
.newpic ul, .taglist ul { padding: 20px 30px; overflow: hidden }
.newpic ul li { display: inline; width: 48px; height: 48px; }
.newpic ul li img { width: 48px; height: 48px; border: 0; display: block; float: left; border: 1px solid transparent; }
.newpic ul li img:hover { opacity: 0.5 }
.taglist ul li a { padding: 2px 5px; display: inline-block; float: left; margin-right: 5px; color: #454545; }
.taglist ul li a:hover { background: #f16e50; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px }
.blogitem { width: 800px; background: #fff; float: right }
.jian-item {
	border: 1px solid #F4F3EF;
}
.jian-item article {
	border-bottom: #F4F3EF 40px solid;
	/*box-shadow: #999 2px 2px 3px;*/
}
.jian-hd img {
	display: block;
	width: 100%;
}
/* .blogitem article { border-bottom: #F4F3EF 40px solid; } */
.title { background: url(../images/titlebg.png) no-repeat 5% 80%; font-size: 20px; line-height: 28px; display: inline-block; padding: 38px 60px 8px 80px; border-bottom: 1px solid #e2e2e2; width: 100%; }
.title a { color: #454545; }
.title a:hover { padding: 20px }
.text { font-size: 14px; padding: 20px 40px; }
.text p { line-height: 24px; margin-bottom: 10px; text-indent: 2em; text-align: justify;}
.textimg { text-align: center }
.textimg img {display: block; max-width: 500px; margin: 0 auto;}
.textimg span {
	display: block;
	text-indent: 0;
	text-align: center;
	color: red;
}
.textfoot { padding: 20px 60px; border-top: 1px solid #dddcdb; text-align: right; box-shadow: #e0dfde 2px 2px 3px }
.textfoot a { margin-left: 10px; }
/* title */
.section-title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 48px;
	margin-top: 20px;
}
.section-title p {
	margin: 0;
	font-size: 0;
	position: relative;
}
.section-title p:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #eee;
}
.section-title span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 30px;
}
.section-title span:before {
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #214d3c;
	margin-top: -1px;
}
.section-title i {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	font-style: normal;
	background-color: #fff;
	padding: 0 15px;
}
.section-title small {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #999;
}
.section-title-1 i {
	font-size: 28px;
}
.group-profile .profile-content-wrap .profile-conent .profile-fr .profile-video-img {
	width: auto;
    height: auto;
}
.group-profile .profile-content-wrap .profile-conent {
	padding-bottom: 0;
}