div.C-toggler {
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	color: #999
}

div.C-toggler i {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	margin-left: 5px;
	border-width: 4px 4px 0 4px;
	border-style: solid dashed;
	border-color: #999 transparent transparent transparent;
	vertical-align: 2px
}

div.C-toggler.active i {
	border-width: 0 4px 4px 4px;
	border-color: transparent transparent #999 transparent
}

div.C-toggler.active:hover i {
	border-bottom-color: #248bcb
}

div.C-toggler:hover {
	color: #248bcb
}

div.C-toggler:hover i {
	border-top-color: #248bcb
}

.autocomplete-suggestions {
	border: 1px solid #e7e7e7;
	background: #fff;
	cursor: default;
	overflow: auto
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: #007ead
}

.autocomplete-suggestions dl {
	background-color: #f5f5f5
}

.autocomplete-suggestions dl dt {
	width: 2em;
	padding: 0 1em;
	float: left;
	color: #999;
	padding-top: 5px
}

.autocomplete-suggestions dl dt.bd {
	border-top: 1px solid #eee
}

.autocomplete-suggestions dl dd {
	border-left: 1px solid #eee;
	margin-left: 4em;
	background-color: #fff
}

.autocomplete-suggestions dl dd.bd {
	border-top: 1px solid #eee
}

.autocomplete-suggestion {
	height: 35px;
	line-height: 35px;
	padding-left: 11px;
	white-space: nowrap;
	overflow: hidden
}

.autocomplete-selected {
	background: #007ead;
	color: #fff
}

.autocomplete-selected strong {
	color: #ffd
}

.top-search {
	border: 1px solid #dcdcdc;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 #e6e6e6;
	-moz-box-shadow: 0 1px 0 #e6e6e6;
	-ms-box-shadow: 0 1px 0 #e6e6e6;
	box-shadow: 0 1px 0 #e6e6e6;
	width: 988px;
	margin: 15px auto
}

.top-search.active {
	background-color: #fff
}

.top-search .top-search-form {
	padding: 10px 15px
}

.top-search .top-search-form fieldset {
	border: 1px solid #ccc;
	height: 32px;
	background-color: #fafafa;
	float: left
}

.top-search .top-search-form fieldset input[type=text] {
	margin-left: -1px;
	float: left;
	border: 0;
	padding: 8px 10px;
	width: 380px;
	height: 16px;
	line-height: 16px;
	background-color: transparent
}

.top-search .top-search-form fieldset input[type=submit] {
	border: 0;
	background: transparent url("/images/v2/search_icon.png") no-repeat 0 6px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px 0 25px;
	float: left;
	cursor: pointer;
	color: #ccc
}

.top-search .top-search-form p {
	float: left;
	margin: 6px 0 0 30px;
	white-space: nowrap;
	overflow: hidden
}

.top-search .top-search-form p a {
	color: #666;
	margin: 0 6px
}

section.top-search.authentication-top-search {
	width: 100%;
	background-color: #fff;
	margin: 0;
	border-width: 1px 0 0 0
}

section.top-search.authentication-top-search div.top-search-form {
	width: 990px;
	border-width: 0;
	margin: 0 auto;
	padding: 12px 10px 14px 10px
}

.top-search-fixed {
	display: none;
	border: 0;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	z-index: 6;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 #e6e6e6;
	-moz-box-shadow: 0 1px 0 #e6e6e6;
	-ms-box-shadow: 0 1px 0 #e6e6e6;
	box-shadow: 0 1px 0 #e6e6e6;
	width: 100%
}

.top-search-fixed .top-search-form {
	width: 990px;
	margin: 0 auto
}

.top-search-fixed .top-search-form fieldset {
	position: relative;
	background-color: #f1f1f0
}

.top-search-fixed .logo-g {
	float: left;
	margin: -5px 30px 0 0
}

.top-search-fixed p {
	margin: 6px 0 0 20px
}

.top-search-fixed p a {
	color: #666;
	margin: 0 3px;
	font-size: 12px
}

.top-search-fixed p.top_search_fixed_btn {
	width: 294px;
	text-align: center;
	margin: 0
}

.top-search-fixed p.top_search_fixed_btn a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	width: 208px;
	height: 34px;
	line-height: 34px;
	background-color: #f97200;
	border-radius: 2px
}

.top-search-fixed p.top_search_fixed_btn a:hover {
	background-color: #e96b00;
	text-decoration: none
}

.top-search-fixed .autocomplete-suggestions {
	top: 32px;
	left: -1px
}

.top-search-nav {
	overflow: hidden;
	border-top: 1px solid #eaeaea;
	background-color: #fafafa;
	-webkit-box-shadow: 0 1px 0 #e6e6e6;
	-moz-box-shadow: 0 1px 0 #e6e6e6;
	-ms-box-shadow: 0 1px 0 #e6e6e6;
	box-shadow: 0 1px 0 #e6e6e6;
	width: 988px;
	margin: -16px auto 15px
}

.top-search-nav a {
	padding: 7px 30px 5px;
	float: left;
	border-right: 1px solid #eaeaea;
	border-bottom: 2px solid #fafafa;
	color: #333;
	font-size: 16px
}

.top-search-nav a.current {
	font-weight: bold;
	background-color: #fff;
	border-bottom: 2px solid #248bcb
}

.top-search-nav a:hover {
	text-decoration: none
}

.top-search-nav a.hrEnter {
	float: right;
	font-size: 14px;
	color: #2c84cc;
	padding-top: 9px;
	padding-right: 15px
}

aside.links {
	clear: both;
	margin: 10px auto;
	padding: 10px 0;
	border-top: 1px solid #e7e7e7;
	background-color: #fff
}

aside.links ul {
	overflow: hidden
}

aside.links li {
	float: left;
	padding: 0 10px;
	line-height: 14px;
	border-left: 1px solid #e7e7e7;
	margin: 5px 0 5px -1px
}

aside.links li a {
	white-space: nowrap;
	color: #999
}

aside.links li a:hover {
	color: #2c84cc
}

aside.links b {
	margin-right: 10px
}

aside.links p.grey_99 {
	padding-bottom: 5px
}

section.bottomlinks {
	width: 100%;
	background-color: #e7e7e7;
	padding: 25px 0;
	margin-top: 40px;
	margin-bottom: -40px
}

section.bottomlinks div.linkscon {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	color: #999
}

section.bottomlinks div.navs .navstt {
	border-bottom: 1px solid #cbcbcb;
	height: 33px
}

section.bottomlinks div.navs .navstt p {
	height: 34px;
	margin-bottom: -1px;
	*position: relative;
	background: url("/images/bottomlinks_img.jpg") no-repeat left bottom;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

section.bottomlinks div.navs .navstt a {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 6px;
	margin-right: 5px;
	color: #999
}

section.bottomlinks div.navs .navstt a:hover {
	text-decoration: none
}

section.bottomlinks div.navscon {
	padding-top: 5px
}

section.bottomlinks div.navscon a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding-right: 15px;
	white-space: nowrap;
	color: #999
}

section.bottomlinks div.companycon {
	position: relative;
	*zoom: 1;
	padding-right: 40px
}

section.bottomlinks div.companycon.hiddens {
	height: 22px;
	overflow: hidden
}

section.bottomlinks div.companycon aside {
	position: absolute;
	right: 10px;
	top: 13px;
	width: 20px;
	height: 20px;
	cursor: pointer
}

section.bottomlinks div.companycon span {
	right: 0;
	border-width: 5px 4px 0 4px;
	border-style: solid dashed;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

section.bottomlinks div.companycon span.doubletriangle {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden
}

section.bottomlinks div.companycon span.wraptriangle {
	top: 2px;
	border-color: #4a4a4a transparent transparent transparent
}

section.bottomlinks div.companycon span.innertriangle {
	top: 0;
	border-color: #e7e7e7 transparent transparent transparent
}

section.bottomlinks div.companycon span.transforms {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

section.bottomlinks div.companycon span.transforms.wraptriangle {
	top: 0;
	border-color: #4a4a4a transparent transparent transparent
}

section.bottomlinks div.companycon span.transforms.innertriangle {
	top: 2px;
	border-color: #e7e7e7 transparent transparent transparent
}

section.bottomlinks p.linkstt {
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #cbcbcb;
	color: #797979;
	font-weight: bold
}

div.container-search {
	width: 990px;
	margin: 15px auto 0 auto
}

.wrap_style {
	padding: 0 15px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 #e6e6e6;
	-moz-box-shadow: 0 1px 0 #e6e6e6;
	-ms-box-shadow: 0 1px 0 #e6e6e6;
	box-shadow: 0 1px 0 #e6e6e6
}

section.s_r_con {
	float: right;
	width: 711px
}

section.s_l_con {
	float: left;
	width: 264px
}

a {
	color: #2c84cc
}

a.links:hover {
	color: #2472b4;
	text-decoration: none
}

a.hover_deff:hover {
	color: #343434
}

.tangle_init {
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0
}

dl.search-options {
	padding: 15px
}

dl.search-options dt strong {
	font-size: 16px
}

dl.search-options dt strong span {
	color: #d60000
}

dl.search-options dt a {
	float: right
}

dl.search-options dt a span {
	color: #d60000
}

dl.search-options dd {
	margin: 15px -15px 0;
	padding: 15px 15px 0;
	border-top: 1px solid #e2e2e2
}

dl.search-options dd span {
	color: #fff;
	background-color: #248bcb;
	padding: 4px 5px;
	border-radius: 2px;
	margin-right: 10px;
	font-size: 12px
}

dl.search-options dd span a {
	color: #fff;
	margin-left: 4px;
	padding: 2px 0 2px 2px;
	vertical-align: 1px
}

dl.search-options dd span a:hover {
	text-decoration: none
}

.search-list-co-brief {
	padding: 15px 0
}

.search-list-co-brief img {
	width: 50px;
	height: 50px;
	border: 1px solid #e7e7e7;
	vertical-align: middle;
	margin-right: 10px
}

.search-list-co-brief-grey {
	padding: 15px;
	margin: 0 -15px;
	background-color: #f6f6f6
}

.search-noresult {
	text-align: center;
	padding: 100px 0 200px
}

.search-noresult>img {
	vertical-align: top
}

.search-noresult>div {
	margin-left: 20px;
	text-align: left;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top
}

dl.plr_twenty {
	padding: 0 20px 15px
}

dl.plr_twenty dt {
	margin-top: 15px;
	padding: 15px 0 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	border-top: 1px dashed #e3e3e3
}

dl.plr_twenty dt span {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	word-wrap: normal;
	font-weight: normal;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 8em;
	font-size: 14px;
	color: #666
}

dl.plr_twenty dt div.C-toggler {
	font-size: 16px;
	color: #333
}

dl.plr_twenty dt:first-child {
	border-top: 0;
	margin-top: 0
}

dl.plr_twenty dd {
	padding-top: 10px
}

.hot_cmp {
	overflow: hidden;
	margin-right: -15px
}

.hot_cmp a {
	float: left;
	margin-right: 20px;
	line-height: 2em;
	color: #666;
	white-space: nowrap
}

.hot_cmp a span {
	color: #999
}

.hot_cmp a:hover {
	color: #2472b4;
	text-decoration: none
}

.hot_cmp a:hover span {
	color: #2472b4
}

.block-items a {
	display: block;
	float: none
}

.host_city {
	overflow: hidden;
	margin-right: -15px
}

.host_city a {
	white-space: nowrap;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #666
}

.host_city p.tt {
	height: 36px;
	line-height: 36px;
	color: #333;
	background-color: #f6f6f6;
	text-align: center;
	margin-right: 15px
}

.host_city ul.first_letter {
	overflow: hidden;
	margin-right: -5px;
	padding-bottom: 5px
}

.host_city ul.first_letter li {
	float: left;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #f6f6f6;
	color: #333;
	margin: 0 11px 10px 0;
	cursor: pointer;
	border-radius: 2px
}

.host_city ul.first_letter li:hover,.host_city ul.first_letter li.current {
	background-color: #248bcb;
	color: #fff
}

.host_city .search-opts-cities li {
	display: none
}

.see_more {
	width: 222px
}

.see_more.no-bd {
	border-bottom: 0
}

.s-opts-more {
	clear: both;
	display: none
}

ul.industry_field li {
	position: relative;
	z-index: 3
}

ul.industry_field li a.default {
	color: #333;
	position: relative;
	cursor: pointer;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0 -20px;
	padding-left: 20px
}

ul.industry_field li a.default i.i_right {
	background: url("/images/icons_v2.png") no-repeat -220px 0;
	width: 5px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 21px;
	top: 50%;
	margin-top: -5px
}

ul.industry_field li a.default:hover {
	text-decoration: none
}

ul.industry_field li div.more_list {
	display: none;
	position: absolute;
	top: 0;
	left: 232px;
	padding-top: 15px;
	padding-left: 20px;
	width: 480px;
	min-height: 10em;
	background: #fafafa;
	border: 1px solid #e7e7e7;
	-webkit-box-shadow: 0 0 4px #d5d4d4;
	-moz-box-shadow: 0 0 4px #d5d4d4;
	-ms-box-shadow: 0 0 4px #d5d4d4;
	box-shadow: 0 0 4px #d5d4d4
}

ul.industry_field li div.more_list s {
	position: absolute;
	left: -5px;
	top: 0;
	width: 10px;
	height: 28px;
	background: #fafafa
}

ul.industry_field li div.more_list span {
	display: inline-block;
	width: 160px;
	float: left;
	padding-bottom: 20px;
	line-height: 1
}

ul.industry_field li div.more_list span a {
	display: inline-block;
	width: 11em;
	height: 1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

ul.industry_field li div.more_list span a:hover {
	color: #2472b4
}

ul.industry_field li.current div.more_list {
	display: block
}

ul.industry_field li.current a.default {
	height: 28px;
	line-height: 28px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #e7e7e7;
	background-color: #fafafa;
	-webkit-box-shadow: 0 0 4px #d5d4d4;
	-moz-box-shadow: 0 0 4px #d5d4d4;
	-ms-box-shadow: 0 0 4px #d5d4d4;
	box-shadow: 0 0 4px #d5d4d4;
	text-decoration: none;
	margin: 0 -21px
}

ul.industry_field li.current a.default i.i_right {
	display: none
}

div.no_top_border {
	border-top: none
}

dl.c_s_result {
	padding-top: 22px;
	overflow: hidden;
	zoom: 1
}

dl.c_s_result dt.anonymous_portrait {
	float: left;
	width: 57px;
	height: 57px
}

dl.c_s_result dt.anonymous_portrait img {
	width: 57px;
	height: 57px
}

dl.c_s_result dd.c_s_result_detail {
	margin-left: 75px
}

dl.c_s_result dd.c_s_result_detail h2 {
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 16px;
	font-weight: normal
}

dl.c_s_result dd.c_s_result_detail h2 span {
	font-weight: bold
}

dl.c_s_result dd.c_s_result_detail h2 em.had_read {
	display: inline-block;
	width: 42px;
	height: 18px;
	line-height: 18px;
	background-color: #999;
	color: #fff;
	text-align: center;
	font-size: 12px;
	border-radius: 2px;
	margin-left: 5px
}

dl.c_s_result dd.c_s_result_detail p.view_address {
	padding-bottom: 20px
}

dl.c_s_result dd.c_s_result_detail p.view_address i.cmp_address {
	margin-right: 5px;
	vertical-align: -2px
}

dl.c_s_result dd.c_s_result_detail .c_s_result_text {
	line-height: 2em;
	color: #666
}

dl.c_s_result dd.c_s_result_detail>dt {
	float: left;
	width: 55px;
	color: #333;
	font-weight: bold
}

dl.c_s_result dd.c_s_result_detail>dd {
	margin-left: 55px
}

dl.c_s_result dd.c_s_result_detail div.u_c_s {
	padding: 15px 0
}

dl.c_s_result dd.c_s_result_detail_single {
	margin-left: 0
}

div.c_s_v_result {
	padding: 8px 0 10px 20px;
	margin-top: 22px;
	background-color: #f6f6f6
}

div.c_s_v_result em {
	margin-right: 70px
}

div.c_s_v_result i.view_fail,div.c_s_v_result span.grade_rect_fifteen {
	vertical-align: -2px
}

div.send_info {
	width: 260px;
	margin: 0 auto;
	padding: 20px 0 20px 120px;
	text-align: center;
	border: 1px solid #cfcfcf;
	background: #fff url("/images/ugc_interrupt.jpg") no-repeat 15px bottom
}

div.send_info p.tt {
	padding-bottom: 5px
}

div.bind_email {
	width: 408px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #cfcfcf;
	background-color: #fff
}

div.bind_email h3 {
	font-size: 22px;
	font-weight: normal
}

.auth_btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 322px;
	height: 42px;
	border: 0;
	background-color: #248bcb;
	color: #fff;
	line-height: 42px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease
}

.auth_btn:hover {
	background-color: #96ca46;
	text-decoration: none
}

p.u_options a {
	color: #666;
	font-size: 12px
}

p.u_options a:hover {
	color: #2c84cc;
	text-decoration: none
}

p.u_options a:hover em,p.u_options a:hover i {
	color: #2c84cc
}

p.u_options a.marked {
	color: #666
}

p.u_options a.marked:hover {
	color: #666
}

p.u_options a.marked:hover em,p.u_options a.marked:hover i {
	color: #999
}

p.u_options span {
	margin-right: 5px;
	vertical-align: -2px
}

a.helpful:hover span {
	background-position: -110px -41px
}

a.comment:hover span {
	background-position: -92px -41px
}

a.share:hover span {
	background-position: -74px -41px
}

a.helpful.marked {
	cursor: default
}

a.helpful.marked span.u_feel_helpful {
	background-position: -110px -41px
}

a.helpful.marked:hover span {
	background-position: -110px -41px
}

a.comment.marked span {
	background-position: -92px -41px
}

a.comment.marked:hover span {
	background-position: -92px -41px
}

a.share.marked span {
	background-position: -74px -41px
}

a.share.marked:hover span {
	background-position: -74px -41px
}

div.comments {
	padding-left: 160px;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	zoom: 1
}

div.comments_con p.c_tt {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #e7e7e7;
	font-size: 16px
}

div.comments_con p.c_tt i {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	width: 22px;
	height: 18px;
	background: url("/images/icons.png") no-repeat -80px -39px;
	margin-right: 10px;
	vertical-align: middle
}

div.comments_con i.horn {
	width: 14px;
	height: 17px;
	background-position: -92px 0
}

div.comments_con i.page {
	width: 29px;
	height: 19px;
	background-position: -111px 0;
	position: absolute;
	bottom: -1px;
	right: -1px;
	margin: 0
}

div.comments_con em.sub {
	padding: 0;
	vertical-align: middle
}

div.comments_con strong.ok {
	color: #248bcb
}

div.comments_con strong.err {
	color: red
}

div.comments_con dl.ipt_comments {
	padding-top: 15px;
	padding-bottom: 10px
}

div.comments_con dl.ipt_comments dt {
	float: left;
	position: relative
}

div.comments_con dl.ipt_comments dt img {
	width: 57px;
	height: 57px
}

div.comments_con dl.ipt_comments dd {
	position: relative;
	margin-left: 75px;
	padding-top: 10px
}

div.comments_con dl.ipt_comments dd span.angle_wrap {
	position: absolute;
	top: 21px;
	left: -6px;
	border-width: 7px 7px 7px 0;
	border-style: dashed solid;
	border-color: transparent #ccc transparent transparent;
	z-index: 3
}

div.comments_con dl.ipt_comments dd span.angle_inner {
	position: absolute;
	top: 21px;
	left: -5px;
	border-width: 7px 7px 7px 0;
	border-style: dashed solid;
	border-color: transparent #fafafa transparent transparent;
	z-index: 3
}

div.comments_con .pub_cmt input[type="button"] {
	padding: 0 20px
}

div.hrstatement {
	position: relative;
	margin: 15px 0;
	border: 1px solid #f9f0d0;
	background-color: #fffed6;
	padding-bottom: 5px
}

div.hrstatement h3 {
	height: 32px;
	line-height: 32px;
	color: #f6600e;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #fdf4d4;
	padding-left: 15px
}

div.hrstatement p {
	padding: 5px 15px 0 15px
}

div.hrstatement p.time {
	color: #999
}

div.content_ipt {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-color: #c1c1c1 #d9d9d9 #d9d9d9 #ccc;
	border-radius: 3px;
	background-color: #fafafa;
	min-height: 16px;
	padding: 8px 10px;
	outline: none;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	z-index: 2;
	cursor: text
}

span.splaceholder {
	position: absolute;
	top: 19px;
	left: 10px;
	width: 580px;
	height: 20px;
	z-index: 3;
	background-color: #fafafa;
	color: #999;
	cursor: text
}

span.splaceholder.myhide {
	display: none
}

ul.comment_list li {
	border-bottom: 1px solid #e7e7e7;
	padding: 15px 0 15px 8px
}

ul.comment_list li div.con>span {
	display: block;
	float: left;
	width: 41px;
	height: 41px;
	background-color: #fdd6d6
}

ul.comment_list li div.con>span.avatar0 {
	background: url("/images/view_v2-img/xiaoren_41.jpg") no-repeat center
}

ul.comment_list li div.con>span.avatar0 i {
	background: url('')
}

ul.comment_list li div.con>span.avatar1 {
	background-color: #ffc6c6
}

ul.comment_list li div.con>span.avatar2 {
	background-color: #ead1d1
}

ul.comment_list li div.con>span.avatar3 {
	background-color: #ffb3b3
}

ul.comment_list li div.con>span.avatar4 {
	background-color: #edb2b2
}

ul.comment_list li div.con>span.avatar5 {
	background-color: #e2b3c8
}

ul.comment_list li div.con>span.avatar6 {
	background-color: #aff1f9
}

ul.comment_list li div.con>span.avatar7 {
	background-color: #8decf8
}

ul.comment_list li div.con>span.avatar8 {
	background-color: #badef5
}

ul.comment_list li div.con>span.avatar9 {
	background-color: #9ed7e3
}

ul.comment_list li div.con>span.avatar10 {
	background-color: #b1e5e2
}

ul.comment_list li div.con>span.avatar11 {
	background-color: #a4f5e7
}

ul.comment_list li div.con>span.avatar12 {
	background-color: #ebc9f9
}

ul.comment_list li div.con>span.avatar13 {
	background-color: #f6b2ea
}

ul.comment_list li div.con>span.avatar14 {
	background-color: #f699f6
}

ul.comment_list li div.con>span.avatar15 {
	background-color: #ddc6e8
}

ul.comment_list li div.con>span.avatarg16 {
	background-color: #c8a7d8
}

ul.comment_list li div.con>span.avatar17 {
	background-color: #b68ec9
}

ul.comment_list li div.con>span.avatar18 {
	background-color: #cfeba4
}

ul.comment_list li div.con>span.avatar19 {
	background-color: #b2f0ab
}

ul.comment_list li div.con>span.avatar20 {
	background-color: #9ee595
}

ul.comment_list li div.con>span.avatar21 {
	background-color: #fdd6d6
}

ul.comment_list li div.con>span.avatar22 {
	background-color: #c6ddc8
}

ul.comment_list li div.con>span.avatar23 {
	background-color: #c2d2a9
}

ul.comment_list li div.con>span.avatar24 {
	background-color: #92cb93
}

ul.comment_list li div.con>span.avatar25 {
	background-color: #fdddc0
}

ul.comment_list li div.con>span.avatar26 {
	background-color: #f1ceab
}

ul.comment_list li div.con>span.avatar27 {
	background-color: #ffd996
}

ul.comment_list li div.con>span.avatar28 {
	background-color: #fccd9e
}

ul.comment_list li div.con>span.avatar29 {
	background-color: #e6b391
}

ul.comment_list li div.con>span.avatar30 {
	background-color: #f9a974
}

ul.comment_list li div.con>span i {
	display: inline-block;
	width: 41px;
	height: 41px;
	background: url("/images/comment_user.png") no-repeat left top
}

ul.comment_list li div.con p {
	float: left;
	width: 475px;
	padding: 3px 0 0 26px
}

ul.comment_list li div.con p em {
	display: block;
	color: #999
}

ul.comment_list li div.con aside {
	padding-top: 3px;
	white-space: nowrap;
	float: right;
	text-align: right
}

ul.comment_list li div.con aside em {
	display: block;
	color: #333;
	clear: both
}

ul.comment_list li div.con aside a {
	display: inline-block;
	margin-left: 20px;
	*padding-left: 20px;
	color: #333
}

ul.comment_list li div.con aside a:hover {
	color: #2c84cc
}

ul.comment_list li div.con aside a span {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: transparent url("/images/comment.png") no-repeat -145px 0;
	vertical-align: middle;
	margin-right: 5px;
	padding-top: 3px;
	*padding-top: 0;
	width: 13px;
	height: 12px
}

ul.comment_list li div.con aside a.helpful {
	position: relative
}

ul.comment_list li div.con aside a.helpful b {
	position: absolute;
	color: #62bb6a;
	font-size: 12px;
	left: 0;
	top: 2px
}

ul.comment_list li div.con aside a.helpful:hover {
	color: #999;
	text-decoration: none
}

ul.comment_list li div.con aside a.helpful:hover span {
	background-position: -162px -19px
}

ul.comment_list li div.con aside a.marked span {
	background-position: -162px -19px
}

ul.comment_list li div.con aside a.marked:hover {
	color: #999
}

ul.comment_list li div.con aside a.marked:hover span {
	background-position: -162px -19px
}

ul.comment_list li div.reply {
	position: relative;
	clear: both;
	overflow: hidden;
	zoom: 1;
	border-top: 1px solid #e7e7e7;
	margin: 15px 0 10px 75px;
	padding-top: 15px
}

ul.comment_list li div.reply span.splaceholder {
	top: 24px
}

ul.comment_list li:last-child {
	border-bottom: none
}

.l_tt_16 {
	padding-top: 18px;
	padding-bottom: 2px
}

@-webkit-keyframes twinkle {
	0% {
		background-color: #fff
	}

	20% {
		background-color: #eaacac
	}

	40% {
		background-color: #fff
	}

	60% {
		background-color: #eaacac
	}

	80% {
		background-color: #fff
	}

	100% {
		background-color: #eaacac
	}
}

@-moz-keyframes twinkle {
	0% {
		background-color: #fff
	}

	20% {
		background-color: #eaacac
	}

	40% {
		background-color: #fff
	}

	60% {
		background-color: #eaacac
	}

	80% {
		background-color: #fff
	}

	100% {
		background-color: #eaacac
	}
}

@-ms-keyframes twinkle {
	0% {
		background-color: #fff
	}

	20% {
		background-color: #eaacac
	}

	40% {
		background-color: #fff
	}

	60% {
		background-color: #eaacac
	}

	80% {
		background-color: #fff
	}

	100% {
		background-color: #eaacac
	}
}

@keyframes twinkle {
	0% {
		background-color: #fff
	}

	20% {
		background-color: #eaacac
	}

	40% {
		background-color: #fff
	}

	60% {
		background-color: #eaacac
	}

	80% {
		background-color: #fff
	}

	100% {
		background-color: #eaacac
	}
}

@-webkit-keyframes angle_twinkle {
	0% {
		border-right-color: #fff
	}

	20% {
		border-right-color: #eaacac
	}

	40% {
		border-right-color: #fff
	}

	60% {
		border-right-color: #eaacac
	}

	80% {
		border-right-color: #fff
	}

	100% {
		border-right-color: #eaacac
	}
}

@-moz-keyframes angle_twinkle {
	0% {
		border-right-color: #fff
	}

	20% {
		border-right-color: #eaacac
	}

	40% {
		border-right-color: #fff
	}

	60% {
		border-right-color: #eaacac
	}

	80% {
		border-right-color: #fff
	}

	100% {
		border-right-color: #eaacac
	}
}

@-ms-keyframes angle_twinkle {
	0% {
		border-right-color: #fff
	}

	20% {
		border-right-color: #eaacac
	}

	40% {
		border-right-color: #fff
	}

	60% {
		border-right-color: #eaacac
	}

	80% {
		border-right-color: #fff
	}

	100% {
		border-right-color: #eaacac
	}
}

@keyframes angle_twinkle {
	0% {
		border-right-color: #fff
	}

	20% {
		border-right-color: #eaacac
	}

	40% {
		border-right-color: #fff
	}

	60% {
		border-right-color: #eaacac
	}

	80% {
		border-right-color: #fff
	}

	100% {
		border-right-color: #eaacac
	}
}

.shine {
	-webkit-animation: twinkle .6s ease none;
	-moz-animation: twinkle .6s ease none;
	-ms-animation: twinkle .6s ease none;
	-o-animation: twinkle .6s ease none;
	animation: twinkle .6s ease none
}

.angle_shine {
	-webkit-animation: angle_twinkle .6s ease none;
	-moz-animation: angle_twinkle .6s ease none;
	-ms-animation: angle_twinkle .6s ease none;
	-o-animation: angle_twinkle .6s ease none;
	animation: angle_twinkle .6s ease none
}

#shareDialog {
	z-index: 4;
	display: none;
	position: absolute;
	background-color: #fff;
	padding-left: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 2px
}

#shareDialog i.s_close {
	background: url("/images/profiles.png") no-repeat -392px -1px;
	width: 8px;
	height: 8px;
	overflow: hidden;
	display: inline-block;
	margin: 2px 5px;
	cursor: pointer
}

.float_wrap {
	position: relative
}

.float_wrap b {
	position: absolute;
	top: 0;
	left: 50%
}

.company_result {
	clear: both
}

.company_result li {
	line-height: 2em;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	zoom: 1
}

.company_result li a.img {
	display: block;
	float: left;
	width: 100px;
	height: 60px;
	margin: 10px 17px 0 0;
	border: 1px solid #e7e7e7;
	background: #fff;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	position: relative
}

.company_result li a.img img {
	width: 97px;
	display: inline-block;
	vertical-align: middle
}

.company_result li a.img span {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle
}

.company_result li a.img i.orange_corner {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("/images/v2/orange_corner.png") no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center
}

.company_result li a.img i.orange_corner em {
	margin-top: 3px;
	margin-left: -14px;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #fff
}

.company_result li div {
	float: left;
	padding-top: 18px;
	width: 355px
}

.company_result li div p {
	line-height: 1.3em;
	color: #999;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	word-wrap: normal
}

.company_result li div em {
	margin: 0 5px;
	color: #999
}

.company_result li dl {
	height: 64px;
	margin-left: 470px;
	padding: 18px 0 0 22px;
	background: url("/images/ps_line_img.png") no-repeat left top
}

.company_result li dl dd span.grade_star {
	vertical-align: -3px
}

.company_result li:last-child {
	border: 0
}