@charset "utf-8";
/*reset*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	
	font-size: 14px;
	font-family: "arial", "微软雅黑";
}
html {
	overflow-x: hidden;
}
body {
	
	font-size: 14px;
	font-family: "arial", "微软雅黑";
}
a, body {
	font-family: "微软雅黑"/9;
}
img {
	border: 0;
}
ol, ul, li {
	list-style: none;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}
input, textarea {
	outline: none;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust: none;
}
.uetab ul li a, .uetab ul .tabcur, .artprev, .artnext, .foldround, .foldround b, .morecomment a, .ctags li, .ctags li a, .share li a, .cates li a .sca, .cates li, .cates li a, .likeatag ul li a:hover, .likeatag ul .tagselected a, .likeatag ul li a:hover .sca, .likeatag ul .tagselected .sca, .addfavorite, .searchtags li, .closetag, .searchbtn, .pages li a, .share .sinal a, .postbtn a, .userpanel dt, .userpanel dd li a, .upmenu a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


.common {
	min-width: 280px;
	margin: 0 auto;
	position: relative;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
#maskblack {
	position: fixed;
	z-index: 8;
	width: 100%;
	height: 200%;
	top: 0;
	left: 0;
	background: url('../../images/bblock-80.png');
	display: none;
}
/*快速登录代码*/
.loginmask {
	width: 100%;
	height: 100%;
	z-index: 8;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
#loginalert {
	width: 440px;
	background: #fff;
	position: fixed;
	top: -600px; margin-top:20px;
	left: 50%;
	margin-left: -220px;
	z-index: 99;
	display: none;
}
.closealert {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url('../../images/icons.png') no-repeat -220px -315px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.closealert:hover {
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}
.loginwrap {
	width: 340px;
	margin: 0 auto;
}
.loginh {
	height: 30px;
	margin-top: 10px;
}
.loginh .fl {
	font-size: 20px;
	line-height: 20px;
	color: #292929;
}
.loginh .fr {
	font-size: 16px;
	line-height: 20px;
	color: #d90000;text-align:left; margin-top:10px; border-bottom:1px #ccc solid; padding-bottom:10px; 
}
.loginh .fr a {
	font-size: 16px;
	line-height: 20px;
	color: #FF4200;
	margin-left: 0px; 
}
.loginwrap h3 {
	font-size: 14px;
	font-weight: 500;
	height: 20px;
	margin-top: 15px;
	color: #292929
}
.loginbtn {
	line-height: 70px; 
	color: #6B6A6A;
}
.logininput input {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	width: 230px;
	border: #DAE2E5 1px solid;
	text-indent: 5px;
	overflow: hidden;
	color: #979696;
	padding-top: 5px;
	padding-bottom: 5px;
}
.logininput .loginusername {
	margin-top: 15px;
	margin-bottom: 10px;
}
.loginsubmit input,.loginsubmit a  {
	width: 130px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #70CA10;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	border: none;
	font-family: '微软雅黑';
	cursor: pointer;
}
.loginsubmit {
	width: 130px;
	height: 30px;
	margin:0 auto;
	position: relative; padding-bottom:20px;
}
.loginsubmiting {
	height: 40px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
}
.loginsubmiting_inner {
	height: 40px;
	background: url('../../images/loading.gif') no-repeat 50% 50%;
	width: 130px;
	position: absolute;
	top: 0;
	left: 0;
}
.loginpd {
	border-bottom: 1px solid #ecf2f5;
}
.thirdlogin .pd50 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.thirdlogin h4 {
	color: #6B6A6A;
	font-weight: 500;
	margin-bottom: 20px;
}
.thirdlogin ul li {
	display: block;
	float: left;
	margin-bottom: 10px;
}
.thirdlogin ul li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 160px;
	color: #fff;
	text-indent: 60px;
}
#sinal a {
	background: #d63b22 url('../../images/share/weibo.png') no-repeat 0px -5px;
}
#qql a {
	background: #3eb0d8 url('../../images/share/qq.png') no-repeat 0px -5px;
}
#renrenl a {
	background: #1f87cc url('../../images/share/renren.png') no-repeat 0px -5px;
}
#doubanl a {
	background: #319947 url('../../images/share/douban.png') no-repeat 0px -5px;
}
.thirdlogin ul li {
	margin-right: 20px;
}
.userpanel {
	position: relative;
}
.userpanel dt {
	padding: 10px;
	background: #36393b;
	position: relative;
	height: 30px;
	overflow: hidden;
}
.userpanel dt.userpanel_cur {
	background: #2a2a2a
}
.userpanel dt span {
	display: block;
	height: 16px;
	line-height: 16px;
	background: red;
	color: #fff;
	padding: 0 2px;
	top: 0;
	right: 0;
	position: absolute;
}
.userpanel dt img {
	width: 30px;
}
.userpanel dl, .userpanel dt, .userpanel dd {
	display: block;
}
.userpanel dd {
	position: absolute;
	top: 50px;
	right: 0;
	width: 145px;
	background: #2a2a2a;
	display: none;
}
.userpanel dd li a {
	height: 30px;
	line-height: 30px;
	color: #ccc;
	display: block;
	text-indent: 30px;
}
.userpanel dd li a:hover {
	background-color: #6BC30D;
	color: #fff;
}
.userpanel dd li .fl {
	margin-left: 15px;
}
.userpanel dd li .fr {
	margin-right: 15px;
	color: red
}
.upmenu .favorites, .upmenu .upload {
	display: block;
	width: 35px;
	height: 30px;
	float: left;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.upmenu .favorites:hover, .upmenu .upload:hover {
	background-color: #2a2a2a;
}
.upmenu .upload {
	background: #3b3e40 url(../../images/icons.png) no-repeat -205px -371px;
	margin-right: 10px;
	position: relative;
	border-bottom: 10px solid #323436;
}
.upmenu .upload_a {
	width: 140px;
	position: absolute;
	top: 40px;
	right: -60px;
	background: #2a2a2a;
	display: none;
}
.upmenu .upload_a ul {
	display: block;
}
.upmenu .upload_a ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #ccc;
	display: block;
	text-indent: 15px;
}
.upmenu .upload_a ul li a:hover {
	background: #6BC30D;
	color: #fff;
}
.upmenu .favorites {
	background: #3b3e40 url(../../images/icons.png) no-repeat -165px -371px;
	margin-right: 2px;
	position: relative;
}
#pages ul li {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin-right: 5px;
	color: #a9a9a9;
}
#pages ul .pagecur a {
	background: #70CA10;
	color: #fff;
}
#pages ul .pagecur a:hover {
	background: #70CA10;
	color: #fff;
}
#pages ul li a {
	display: block;
	float: left;
	background: #fff;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #a9a9a9;
}
#pages ul li a:hover {
	background-color: #969696;
	color: #fff;
}
#pages ul .prev a {
	background: #fff url('../../images/icons.png') no-repeat -52px -217px;
}
#pages ul .next a {
	background: #fff url('../../images/icons.png') no-repeat -75px -247px;
}
#pages ul .prev a:hover {
	background-position: -76px -217px;
}
#pages ul .next a:hover {
	background-position: -50px -247px;
}
#post_head {
	background: #F0F0F0;
}
#post_head ul {
	display: block;
	float: left;
	margin-right: 30px;
}
#post_head ul li {
	float: left;
}
#post_head ul li a {
	display: block;
	float: left;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	margin-right: 1px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	background: #6e6f71;
	color: #fff;
}
#post_head ul li a:hover {
	background: #4d4e50;
	color: #fff;
}
#post_head ul .post_head_cur a {
	background: #fff;
	color: #535353;
}
#post_head ul .post_head_cur a:hover {
	background: #fff;
	color: #535353;
}
#post_head h4 {
	font-size: 12px;
	font-weight: 500;
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
}
.wared {
	color: #ff0000;
}
#upload .common {
	background: #fff;
}
.pnline {
	border-bottom: #ECF2F5 1px solid;
	width: 100%;
}
.apostline {
	margin-left: 50px;
}
.posth {
	line-height: 50px;
}
.posth h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
}
.postformleft {
	width: 100px;
	line-height: 40px;
	font-size: 14px;
	display: block;
	height: 40px;
}
.posttitle textarea {
	resize: none;
	width: 460px;
	height: 160px;
	padding: 20px;
	border: 1px solid #DBE2E6;
	overflow-y: hidden;
}
.posttitle textarea:focus {
	border: 1px solid #e0c614;
}
.apinput {
	display: blocl;
	float: left;
	height: 38px;
	width: 500px;
	border: 1px solid #DBE2E6;
	line-height: 38px;
	text-indent: 20px;
}
.apinput:focus {
	border: 1px solid #e0c614;
}
.choosecate .postformleft {
	line-height: 20px;
}
.post_check_info {
	position: absolute;
	top: 0;
	left: 620px;
	height: 40px;
	width: 220px;
	position: absolute;
	top: 0;
	border: 1px solid #a5a5a5;
	background: #a5a5a5;
	color: #fff;
	display: none;
}
.post_check_info .pd10 {
	height: 20px;
	line-height: 20px;
	text-align: left;
	text-indent: 28px;
	background: url('../../images/tips.png') no-repeat 10px -47px;
}
.post_check_info.post_check_info_w {
	border: 1px solid #ffe2be;
	background: #fffada;
	display: block;
}
.post_check_info.post_check_info_w .pd10 {
	background-position: 10px 1px;
	color: #979696;
}
.post_check_info.post_check_info_t {
	background-color: transparent;
	border: #fff;
	display: block;
}
.post_check_info.post_check_info_t .pd10 {
	background-position: 10px -95px;
}
.likeatag ul li {
	display: block;
	float: left;
	margin: 0 5px 10px 0;
	height: 26px;
}
.likeatag ul li a {
	display: block;
	float: left;
	background: #F8F8F8;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	white-space: nowrap
}
.likeatag ul li a:hover, .likeatag ul .tagselected a {
	background: #636363;
}
.likeatag ul li a:hover .sca, .likeatag ul .tagselected .sca {
	color: #fff;
}
.likeaswitcher li {
	display: block;
	float: left;
	width: 80px;
	text-align: center;
	margin: 0 20px 10px 0;
	height: 110px;
	position: relative;
}
.likeaswitcher li a {
	display: block;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	position: relative;
}
.likeaswitcher .gselected {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.likeaswitcher .tagselected .gselected {
	background: url('../../images/icons.png') no-repeat -3px -126px;
	width: 16px;
	height: 16px;
}
#bimgqueue {
}
.drag_area {
	height: 100px;
	position: relative;
}
.drag_area_c {
	width: 760px;
	height: 100px;
	background: #F5F5F5 url('../../images/dragarea.png') no-repeat 0 50%;
	position: relative;
}
.drag_area_c_litpic {
	margin-left: 25px;
}
.drag_area_c_litpic img {
	width: 124px;
	height: 80px;
}
.drag_area_c_info textarea {
	width: 540px;
	height: 70px;
	overflow: hidden;
	margin-left: 10px;
	resize: none;
	border: #dbe2e6 1px solid;
	padding: 5px;
}
.drag_area_c_info textarea:focus {
	border: 1px solid #e0c614;
}
.drag_area .cancel a {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 10px;
	top: 10px;
	background: url('../../images/uploadify-cancel.png');
	cursor: pointer;
}
.post_new_pic {
	cursor: pointer;
	float: left;
}
.upload_line {
}
.upload_line th {
	text-align: left;
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
	width: 100px;
}
.wared.un {
	color: #fff
}
.upload_wrap {
	margin: 0 auto;
	background: #fff;
}
.postcolor .white a {
	background: #fff;
	border: 1px solid #F2F2F2;
}
.postcolor .orange a {
	background: #ff7f03;
}
.postcolor .blue a {
	background: #2779a7;
}
.postcolor .green a {
	background: #4CBF0E;
}
.postcolor .yellow a {
	background: #ffde00;
}
.postcolor .red a {
	background: #f01e1e;
}
.postcolor .purple a {
	background: #c818fb;
}
.postcolor .pink a {
	background: #E9016E;
}
.postcolor .gray a {
	background: #d3d5d4;
}
.postcolor .black a {
	background: #000;
}
.postcolor .colorful a {
	background: url(../../images/colorful2.png);
}
.postlayout li a {
	background-image: url('../../images/layout.png');
	background-color: #fff;
	border: 1px solid #F2F2F2;
}
#simgarea {
	background: url('../../images/simgarea.jpg');
	width: 280px;
	height: 180px;
	float: left;
	margin-right: 30px;
}
#simgup span {
	display: block;
	margin-top: 20px;
}
.simctrl {
	margin: 40px 0 0 0;
}
#postbtn, .postclass {
	background: #70CA10;
	color: #fff;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	float: left;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
#pofile .common {
}
#index_list_round {
	height: 310px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.index_list_content {
	position: relative;
}
.index_list_content li {
	display: block;
	width: 580px;
	height: 310px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.index_list_content li a {
	display: block;
	width: 580px;
	height: 310px;
	position: absolute;
	top: 0;
	left: 0;
}
.index_list_content li img {
	width: 580px;
}
.index_list_arrow li {
	display: block;
	top: 95px;
	position: absolute;
	width: 27px;
	height: 46px;
	background: url('../../images/bblock-30.png');
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.index_list_arrow li:hover {
	background-color: #a0ee4d;
}
.index_list_arrow li i {
	display: block;
	width: 16px;
	height: 16px;
	background: url('../../images/icons.png') no-repeat 0 0;
}
.index_list_arrow .index_list_arrow_prev {
	left: -30px;
}
.index_list_arrow .index_list_arrow_next {
	right: -30px;
}
.index_list_arrow .index_list_arrow_prev i {
	background-position: -87px -228px;
	margin: 16px 0 0 6px;
}
.index_list_arrow .index_list_arrow_next i {
	background-position: -60px -257px;
	margin: 16px 0 0 6px;
}
.index_list_arrow .index_list_cur.index_list_arrow_prev {
	left: 0;
}
.index_list_arrow .index_list_cur.index_list_arrow_next {
	right: 0;
}
.index_list_info {
	width: 100%;
	height: 70px;
	background: #fff;
	position: absolute;
	bottom: -70px;
	left: 0;
}
.index_list_info .pd10 {
	display: none;
}
.index_list_avatar {
	width: 50px;
	height: 50px;
}
.index_list_avatar a {
	display: block;
}
.index_list_avatar a img {
	width: 50px;
	height: 50px;
}
.index_list_user {
	margin-left: 10px;
	overflow: hidden;
	white-space: nowrap
}
.index_list_info_content {
	width: 390px;
	margin-left: 20px;
}
.index_list_info_name {
	display: block;
	font-size: 14px;
	height: 29px;
	line-height: 28px;
	width: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_list_info_name a {
}
.index_list_info_cate a {
	color: #6bc30d;
}
.index_list_info_content a {
	height: 29px;
	line-height: 28px;
	font-size: 14px;
	font-weight: 700;
}
.index_list_info_content p {
	height: 21px;
	overflow: hidden;
	line-height: 19px;
}
.newlist {
	height: 310px;
	margin-bottom: 40px;
}
.newlist .sc_detail {
	height: 50px;
	overflow: hidden;
}
.listline {
	height: 1px;
	background: #f8f8f8;
	width: 100%;
}
.listtags {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.listtags ul {
	height: 40px;
}
.listtags li {
	display: block;
	float: left;
	padding-left: 25px;
	background: url('../../images/li.png') no-repeat 0 19px;
	white-space: nowrap;
}
.listtags li a {
	color: #939292;
}
.listtags li a:hover {
	color: #303030;
	text-decoration: underline;
}
.listbox .listfields {
	margin-top: 0;
	height: 40px;
	line-height: 40px;
}
.listfields li {
	display: block;
	float: left;
	margin-top: 13px;
	margin-right: 20px;
}
.artfields .viewit {
	background-position: -207px -145px;
}
.artfields .discussionvsit {
	background-position: -165px -145px;
	height: 14px;
}
.cmperson {
	height: 50px;
}
.cmperson .author {
	margin-top: 12px;
}
.author span {
	color: #C0C0C0;
}
.likeiti {
	cursor: pointer;
	height: 25px;
	color: #fff;
	line-height: 25px;
	position: absolute;
	width: 50px;
	top: -30px;
	text-align: center;
	left: -17px;
	background: #ff8a00;
	display: none;
}
.sc_info .pdw20 {
	position: relative;
}
.medal {
	height: 40px;
}
.medal i {
	width: 16px;
	height: 16px;
	float: left;
	display: block;
	margin-top: 13px;
	background: url('../../images/awards.png') no-repeat;
	display: none;
}
.awards i {
	display: block;
}
.nsmall {
	width: 240px;
	height: auto;
}
.nsmall .sc_detail {
	width: 200px;
}
.nsmall .sc_preview {
	width: 240px;
	height: 160px;
}
.nsmall .sc_preview img {
	width: 240px;
}
.showavatar {
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.showavatar img {
	width: 80px;
	height: 80px;
}
.userdetail {
	height: 80px;
	color: #8C8C8C;
}
.user_name {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}
.user_name span {
	font-size: 12px;
	margin-left: 10px;
}
.user_url {
	height: 30px;
	margin-left: 10px;
	line-height: 33px;
	overflow: hidden;
}
.user_url a {
	color: #1F8902;
}
.user_city, .user_male {
	margin-top: 5px;
}
.user_city, .user_sign, .user_male {
	height: 20px;
	line-height: 20px;
}
.user_male {
	margin-left: 20px;
}
.user_male span {
	font-size: 12px;
}
#pofile .common {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 50px;
}
#fswitch .common {
	border-bottom: 1px solid #EBEBEB;
}
.male_icon {
	background: url('../../images/icons.png') no-repeat 0px 0px;
}
.author_m {
	background-position: 2px -430px;
}
.author_f {
	background-position: 2px -453px;
}
.author_n {
	background-position: 5px -479px;
}
#fswitch .ue_grid_1 {
	margin: 0;
	position: relative;
}
#fswitch ul {
	display: block;
}
#fswitch ul li {
	display: block;
	float: left;
}
#fswitch ul li a {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	width: 140px;
	text-align: center;
}
#fswitch ul li a b {
	color: #333;
	font-size: 18px;
	font-weight: 500;
}
#fswitch ul li a span {
	color: #828282;
	margin-left: 10px;
}
.upload_cate#fswitch ul li a {
	height: 60px;
}
.upload_cate#fswitch ul li a b {
	color: #737373;
	font-size: 20px;
}
.fswitcharrow {
	width: 140px;
	height: 2px;
	background: #70CA10;
	position: absolute;
	bottom: 0;
	left: 0;
}
.artprev, .artnext {
	width: 23px;
	height: 50px;
	display: block;
	position: fixed;
	top: 50%;
	margin-top: -40px;
	background: #838383 url('../../images/icons.png') no-repeat;
	z-index: 99;
}
.artprev {
	left: 0;
	background-position: -102px -453px;
}
.artnext {
	right: 0;
	background-position: -160px -453px;
}
#backtop {
	width: 40px;
	height: 40px;
	background: #333 url('../../images/icons.png') no-repeat -27px -459px;
	display: block;
	position: fixed;
	right: 10px;
	bottom: -40px;
	cursor: pointer;
	z-index: 99;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-left: -40px;
}
@-moz-document url-prefix() {
#backtop {
right:30px;
}
}
#backtop {
	opacity: 0.6
}
#backtop:hover {
	background-color: #70CA10;
	opacity: 1
}
#veiwall a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #919191;
	background: #fff;
	text-align: center;
	font-size: 14px;
}
#veiwall a:hover {
	background: #E6E6E6;
}
#veiwall a:hover span {
	background-position: -64px -297px;
}
#veiwall span {
	font-size: 14px;
	background: url('../../images/icons.png') no-repeat -88px -297px;
	margin-left: 10px;
}
#veiwall a, #veiwall a span {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#resultinfo h3 {
	font-size: 24px;
	color: #636363;
	font-weight: 500;
	margin-bottom: 10px;
}
#resultinfo p {
	font-size: 13px;
	color: #7d7d7d;
	font-weight: 500;
	line-height: 24px;
}
#resultinfo .green {
	margin-top: 20px;
	display: block;
}
.content_responsive .ct_rsb {
	width: 280px;
	float: left;
	margin-right: 20px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.content_responsive .ct_rsb h5 {
	height: 30px;
	margin-bottom: 10px;
}
.othercategories_ct .pd20 {
	padding-left: 19px;
	padding-right: 18px;
}
.othercategories_ct ul li {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	margin-bottom: 1px;
	margin-right: 1px;
	position: relative;
}
.othercategories_ct .postcolor li a {
	display: block;
	border: 10px solid #f2f2f2;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.othercategories_ct .postcolor li:hover a, .othercategories_ct .postcolor .othercategories_cur a {
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
	z-index: 3;
}
.othercategories_cur_b {
	width: 16px;
	height: 16px;
	background: url('../../images/icons.png') no-repeat -3px -126px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	z-index: 4;
}
#switchresult {
	background: #3d3e40;
	height: 50px;
	margin-bottom: 30px;
	padding-top: 30px;
}
.uetab {
	height: 50px;
}
.uetab ul {
	width: 280px;
	height: 50px;
	display: block;
}
.uetab ul li {
	display: block;
	float: left;
}
.uetab ul li a {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #505153;
	color: #c3c3c3;
	font-size: 14px;
}
.uetab ul .tabcur a {
	background: #F5F6F7;
	color: #484848;
}
.ueactive {
	height: 50px;
	overflow: hidden;
}
.ueactive .index_notice_horn {
	margin-top: 5px;
	width: 30px;
	float: left;
}
.activect {
	width: 520px;
	display: block;
	float: left;
	position: relative;
}
.activect li {
	width: 520px;
	height: 50px;
	display: block;
	line-height: 50px;
	overflow: hidden;
	color: #bbbbbb;
}
.activect li b {
	color: #fff;
	font-weight: 500;
}
.activecl {
	width: 30px;
	height: 50px;
	float: right;
	display: block;
	margin-top: 5px;
}
.activecl li {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../../images/icons.png') no-repeat;
	cursor: pointer;
	vertical-align: bottom;
}
.activecl .activeprev {
	background-position: -123px -410px;
}
.activecl .activeprev:hover {
	background-position: -123px -434px;
}
.activecl .activenext {
	background-position: -103px -441px;
}
.activecl .activenext:hover {
	background-position: -103px -417px;
}
#news {
	height: 299px;
}
.news_head {
	background: #ececec;
}
.getdate_m_d span {
	display: block;
	float: left;
	width: 36px;
	height: 50px;
	background: url('../../images/date.png') no-repeat 50% 0;
	margin-left: 2px;
}
.getdate_m_d .getdate_m_d_line {
	background-position: 50% -500px;
}
.news_head_title {
	float: left;
	margin-left: 25px;
}
.news_head_title h3 {
	font-weight: 500;
	color: #757575;
	font-size: 22px;
	margin-top: 4px;
}
.news_head_title h4 {
	font-weight: 500;
	color: #757575;
	font-size: 16px;
	height: 20px;
}
.news_head_controller li {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('../../images/icons.png') no-repeat 0 0;
	float: left;
	background-color: #757575;
	margin-top: 5px;
}
.news_head_controller .news_head_controller_prev {
	background-position: -74px -215px;
}
.news_head_controller .news_head_controller_next {
	background-position: -47px -245px;
	margin-left: 1px;
}
.news_head_controller .news_head_controller_lock {
	background-color: #B9B9B9;
	cursor: default;
}
.news_head_controller .news_head_controller_lock:hover {
	background-color: #B9B9B9;
}
.news_head_controller li:hover {
	background-color: #6bc30d;
}
.news_content {
	background: #fff;
}
.news_content .news_title {
	font-size: 16px;
	font-weight: 500;
}
.news_content .news_body {
	height: 60px;
	padding-top: 30px;
	padding-bottom: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #939292;
}
.newspush a {
	display: block;
	background: #fff;
}
.newspush h3 {
	font-size: 16px;
	font-weight: 500;
}
.newspush p {
	height: 60px;
	padding-top: 30px;
	padding-bottom: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #939292;
}
.main_cate {
	margin-top: 10px;
	padding-bottom: 10px;
}
.main_cate ul li {
	display: block;
	float: left;
}
.main_cate ul li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 92.33333333px;
	margin-right: 1px;
	background: #e6e6e6;
	text-align: center;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.main_cate ul .main_cate_cur a {
	background: #6bc30d;
	color: #fff;
}
.main_cate ul .main_cate_cur a:hover {
	background: #6bc30d;
	color: #fff;
}
.main_cate ul li a:hover {
	background: #454648;
	color: #fff;
}
#index_notice {
	float: left;
	width: 580px;
	margin-top: 10px;
	height: 40px;
	overflow: hidden;
	position: relative;
}
.index_notice_li {
	float: left;
	display: block;
	width: 520px;
	height: 40px;
	position: relative;
	top: 0;
	left: 0;
}
.index_notice_li li {
	height: 40px;
	line-height: 40px;
	display: block;
}
.index_notice_li li b {
	color: #6bc30d;
}
.index_notice_cl {
	width: 30px;
	height: 40px;
	float: left;
}
.index_notice_horn {
	width: 30px;
	height: 40px;
	background: url('../../images/icons.png') no-repeat -135px -367px;
	float: left;
}
.index_notice_cl li {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../../images/icons.png') no-repeat;
	cursor: pointer;
	vertical-align: bottom;
	margin-left: 10px;
}
.index_notice_cl .index_notice_prev {
	background-position: -123px -410px;
}
.index_notice_cl .index_notice_prev:hover {
	background-position: -83px -434px;
}
.index_notice_cl .index_notice_next {
	background-position: -103px -441px;
}
.index_notice_cl .index_notice_next:hover {
	background-position: -83px -417px;
}
.logininput input {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.logininput input:focus {
	border-color: #ff9600;
}
.loginwrap h3 span {
	font-size: 14px;
	font-weight: 500;
	height: 26px;
	color: #292929;
	display: block;
	float: left;
	line-height: 26px;
}
.loginwrap .login_warning {
	display: block;
	height: 20px;
	line-height: 20px;
	background: #ff7200;
	color: #fff;
	padding: 0 4px;
	float: left;
	text-align: center;
	font-size: 12px;
	margin-left: 14px;
	margin-top: 3px;
	display: none;
}
/*快速注册代码*/
#reg_setp {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
	top: 0;
	left: 100%;
	display: none;
}
#reg_setp h3 {
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	height: 80px;
	line-height: 90px;
}
#setp_quicklogin {
	width: 400px;
	height: 210px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 230px;
	text-align: center;
	display: none;
}
.blogo {
	width: 150px;
	height: 180px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -75px;
}
.quicklogin_socical li {
	display: block;
	float: left;
}
.quicklogin_socical li a {
	width: 186px;
	height: 46px;
	display: block;
	float: left;
	line-height: 46px;
	color: #fff;
	text-align: left;
	text-indent: 68px;
	font-size: 16px;
}
.quicklogin_socical_weibo {
	margin-bottom: 20px;
}
.quicklogin_socical {
	margin-bottom: 20px;
}
.quicklogin_socical_weibo a {
	margin-right: 20px;
	background: #d63b22 url('../../images/share/weibo.png') no-repeat 0 0;
	border: 2px solid #d63b22;
}
.quicklogin_socical_qq a {
	margin-bottom: 20px;
	background: #3eb0d8 url('../../images/share/qq.png') no-repeat 0 -2px;
	border: 2px solid #3eb0d8;
}
.quicklogin_socical_renren a {
	margin-right: 20px;
	background: #1f87cc url('../../images/share/renren.png') no-repeat 0 0;
	border: 2px solid #1f87cc;
}
.quicklogin_socical_douban a {
	background: #319947 url('share/douban.png') no-repeat 0 0;
	border: 2px solid #319947;
}
.back_setp {
	width: 100px;
	height: 50px;
	line-height: 50px;
	background: #8F8F90;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 20px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.back_setp:hover {
	background-color: #6BC30D;
}
