.redlink {
	background-color: #00A1E9;
	height: 25px;
	color:#FFFFFF;
	padding:2px 10px;
	line-height:25px;
	margin-right:10px;
	text-align:center;
	display:inline-block;
	font-weight: bold;
}

.redlink:hover {
	opacity: 0.9;
	color:#FFFFFF;
}

.redlink1 {
	background-color: #fff;
	height: 23px;
	color:#5e5e5e;
	padding:2px 10px;
	line-height:23px;
	margin-right:10px;
	text-align:center;
	display:inline-block;
	border:1px solid #ddd;
}

.redlink1:hover {

    background-color: #fff;
	height: 23px;
	color:#5e5e5e;
	padding:2px 10px;
	line-height:23px;
	margin-right:10px;
	text-align:center;
	display:inline-block;
    border:1px solid #C4C4C4;
}

.loginmask {
	width: 100%;
	height: 100%;
	z-index: 8;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
#loginalert {
	width: 500px;
	background: #fff;
	position: fixed;
	top: 10px;
	left: 50%;
	margin-top:10%;
	margin-left: -250px;
	z-index: 99;
	display: none;
	font-size: 13px;
}
.closealert {
	width: 20px;
	height: 20px;
	cursor: pointer;
	/* background: url('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: 40px;
	margin-top: 20px;
}
.loginh .fl {
	font-size: 30px;
	line-height: 40px;
	color: #292929;
}
.loginh .fr {
	font-size: 18px;
	line-height: 50px;
	color: #707070;
}
.loginh .fr a {
	font-size: 18px;
	line-height: 50px;
	color: #FF4200;
	margin-left: 5px;
}
.loginwrap h3 {
	font-size: 14px;
	font-weight: 500;
	height: 20px;
	margin-top: 15px;
	color: #292929 }
.loginbtn {
	line-height: 60px;
	color: #6B6A6A;
}
.t1 {
	width: 100%;
	border: #dcdcdc 1px solid;
	text-indent: 10px;
	color: #979696;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: "微软雅黑";
	font-size: 13px;
	border-radius: 3px;
}
.t899 {
	width: 250px;
	border: #dcdcdc 1px solid;
	text-indent: 10px;
	color: #979696;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: "微软雅黑";
	font-size: 13px;
	border-radius: 3px;
}
.logininput .loginusername {
	margin-top: 15px;
	margin-bottom: 10px;
}
.loginsubmit input {
	width: 130px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #dd5533;
	display: block;
	text-align: center;
	font-size: 20px;
	border: none;
	font-family: '微软雅黑';
	cursor: pointer;
	border-radius:5px;
}
.loginsubmit input:hover {
	opacity: 0.9;
}
.loginsubmit {
	width: 130px;
	height: 40px;
	margin: 15px 20px 0 0;
	position: relative;
}
.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('loading.gif') no-repeat 50% 50%;
	width: 130px;
	position: absolute;
	top: 0;
	left: 0;
}
.loginpd {
	/* border-bottom: 1px solid #ecf2f5; */
	text-align: left;
}
.thirdlogin .pd50 {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
}
.thirdlogin h4 {
	color: #6B6A6A;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 12px;
}
.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: #dd5533 url('share/weibo.png') no-repeat 0px -5px;border-radius:5px;
}
#sinal a:hover {
	opacity: 0.9;
}
#qql a {
	background: #3eb0d8 url('share/qq.png') no-repeat 0px -5px;border-radius:5px;
}
#qql a:hover {
	opacity: 0.9;
}
#renrenl a {
	background: #1f87cc url('share/renren.png') no-repeat 0px -5px;
}
#doubanl a {
	background: #319947 url('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(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(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('icons.png') no-repeat -52px -217px;
}
#pages ul .next a {
	background: #fff url('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: #dd5533;
}
#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('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('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('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('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(colorful2.png);
}
.postlayout li a {
	background-image: url('layout.png');
	background-color: #fff;
	border: 1px solid #F2F2F2;
}
#simgarea {
	background: url('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('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('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('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('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('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('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('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('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('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('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('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('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;
}

.minh {
	height: 680px;
}
.minh dl {
	margin-bottom: 30px }
.minh dt {
	font-size: 18px;
	margin-bottom: 10px;
}
.minh dd {
	display: inline;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}
.minh dd a {
	font-size: 16px;
}
.baikepush {
	height: 300px;
	overflow: hidden;
	position: relative;
}
.listbox .catecontent {
	height: 100px;
	overflow: hidden;
}
.baikepush a {
	position: relative;
}
.baikehover {
	width: 270px;
	height: 240px;
	border: 5px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.i_outlink {
	background: url('icons.png') no-repeat -177px -322px;
	margin-left: 5px;
}
.othercategories h2 {
	color: #636363;
	font-size: 14px;
	font-weight: 500;
	background: #d1d2d2;
}
.othercategories h2 span {
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
}
.othercategories_ct {
	background: #e0e1e1;
}
.h_color_i {
	background: url('icons.png') no-repeat -123px 3px;
	display: block;
	float: left;
	width: 20px;
	line-height: 20px;
	height: 20px;
	margin-right: 5px;
}
#pofile {
	margin-top: 50px;
}



.tab1{margin: -35px 0 auto;}

.pand {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: -20px;
}


.t1 {
margin-top: 10px;
margin-bottom: 10px;
}


select{ background:#fff; border: 1px solid #dcdcdc; padding:4px;  height: 30px;  font-family: "arial","微软雅黑";}


 .text11 { background-color: #fff;
            padding: 0 10px;
            color: #999;
            font-size: 14px;
            line-height: 20px;
        }
.br-title {
        display: block;
        width: 100%;
        text-align: center;
        height: 10px;
        border-bottom: 1px solid #3eb0d8;
        margin-bottom: 32px;
        .text {
            background-color: #fff;
            padding: 0 10px;
            color: #999;
            font-size: 14px;
            line-height: 20px;
        }
		



