@import url('iconui.css');
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	font: 14px/1.5 Arial;
	color: #666;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: underline;
}
a.blue:link {
	color: #36c;
}
a.blue:visited {
	color: #36c;
}
a.blue:hover {
	color: #f60;
}
a.red:link {
	color: #c00;
}
a.red:visited {
	color: #c00;
}
a.red:hover {
	color: #c00;
	text-decoration: underline;
}
a.white:link {
	color: #fff;
}
a.white:visited {
	color: #fff;
}
a.white:hover {
	color: #fff;
	text-decoration: underline;
}
.ml {
	margin-left: 10px;
}
.topbar {
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #E4E4E4;
	background: #F2F1EC;
	color: #666;
}
.topbar .box {
	width: 1200px;
	margin: 0 auto;
}
.topbar .box .h1 {
	font-size: 14px;
	font-weight: bold;
}
.topbar .box .h2 {
	color: #c00;
}
.topbar .box_l {
	float: left;
}
.topbar .box_r {
	float: right;
	color: #333;
}
.topbar span {
	padding: 0 6px;
	color: #ccc;
}
/*head*/
.head {
	height: auto;
	padding: 10px 0 0px 0;
	border-bottom: 3px solid #e74d3d;
	background: #fff;
	overflow: hidden;
}
.head .center {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.head .center .logo {
	float: left;
	width: 228px;
	height: 60px;
}
.head .center .logo a {
	background: url(../images/logo.png) no-repeat;
	width: 228px;
	height: 60px;
	display: block;
	text-indent: -999em;
}
.soncity {
	width: 1188px;
	height: 40px;
	margin: 0 auto;
	background: #f9f9f9;
	line-height: 40px;
	border: 1px solid #E4E4E4;
	padding-left: 10px;
	border-radius: 4px;
}
.soncity ul{}
.soncity ul li{
    float: left;
}
.soncity ul li a {
	padding: 0 6px;color: #2196F3;
}
.soncity a.on {
	color: #E74C3C;
	font-weight: bold;
}
.isgood {
	width: 1200px;
	margin: 10px auto;
	height: 70px;
	overflow: hidden
}
.isgood .s_left {
	width: 30px;
	height: 70px;
	float: left;
	margin-right: 10px;
	background: url(../images/arrow.png) no-repeat;
	cursor: pointer;
}
.isgood .s_left:hover {
	background: url(../images/arrow.png) no-repeat -30px;
}
.isgood .s_box {
	width: 919px;
	height: 70px;
	float: left;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}
.isgood .s_box .s_list {
	position: absolute;
	height: 70px;
	width: 2000px;
}
.isgood .s_box .s_list li {
	float: left;
	width: 71px;
	height: 70px;
	margin-right: 10px;
	background: #ddd;
}
.isgood .s_box .s_list li img {
	width: 100%;
	height: 100%;
}
.isgood .s_right {
	width: 30px;
	height: 70px;
	float: left;
	background: url(../images/arrow.png) no-repeat -60px;
	cursor: pointer;
}
.isgood .s_right:hover {
	background: url(../images/arrow.png) no-repeat -90px;
}
.isgood .qiandao {
	width: 192px;
	height: 70px;
	float: right;
	margin-right: 0;
	background: #F2F1EC;
	text-align: center;
}
.topsearch {
	float: right;
	width: 569px;
	margin-top: 15px;
	padding: 0;
}
.topsearch li {
	float: left;
	text-align: right;
	height: 36px;
}
.topsearch li .key {
	/* border: 2px solid #E74C3C; */
	outline: none;
	height: 34px;
	width: 356px;
	padding: 0 5px;
	font-size: 14px;
	color: #666;
	outline: none;
	z-index: 1;
	border: none;
}
.topsearch li .btn {
	border: 1px solid #E74C3C;
	height: 36px;
	background: #E74C3C;
	color: white;
	width: 70px;
	font-size: 14px;
	cursor: pointer;
}
.topsearch li .mfbtn {
	border: 1px solid #E74C3C;
	height: 36px;
	background: #E74C3C url(../images/pen.png) no-repeat 10px 9px;
	color: white;
	width: 108px;
	cursor: pointer;
	padding-left: 30px;
	font-weight: bold;
	font-size: 14px;
	padding-right: 6px;
	border: none;
}

.path {
	width: 1200px;
	height: 29px;
	line-height: 29px;
	border: 1px solid #eee;
	border-radius: 5px;
	margin: 10px auto;
	font-size: 14px;
}
.path span {
	padding-left: 10px;
}
.path em {
	font-style: normal;
	font-weight: bold;
	color: #E74C3C;
}

.main {
	margin: 10px auto;
	width: 1200px;
	background: white;
}
.cat_list {
}
.cat_list .cat_box {
	float: left;
	width: 292.5px;
}
.cat_list .cat_box .cat_ad {
	width: 192px;
	height: 150px;
	background: #FEF8F4;
	border: 1px solid #FAD2A7;
	margin-bottom: 10px;
}
.cat_list .cat_box .cat_classname {
	font-size: 15px;
	line-height: 44px;
	background: #FAFAFA url(../images/catbg_xue.png) no-repeat right;
	width: auto;
	height: 44px;
	padding: 10px;
	border: 1px #DDDDDD solid;
	border-radius: 4px 4px 0px 0px;
}
.cat_list .cat_box .cat_classname i {
	float: left;
	border-radius: 5px;
}
.cat_list .cat_box .cat_classname a {
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
}
.cat_list .cat_box .cat_classname .sumnum {
	color: #999;
}
.cat_list .cat_box .cat_last {
	line-height: 30px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: auto;
	height: auto;
	border-bottom: 1px #DDDDDD solid;
	border-right: 1px #DDDDDD solid;
	border-left: 1px #DDDDDD solid;
	padding-left: 15px;
	overflow: auto;
	margin-bottom: 10px;
	border-radius: 0px 0px 4px 4px;
}
.cat_list .cat_box .cat_last div{
    float: left;
    display: block;
    overflow: hidden;
    width: 135px;
    height: 35px;
    line-height: 35px;
}
.b_fuwu {
	float: left;
	width: 96px;
}
.list_l .h1 {
	font-size: 2em;
	color: black;
	font-weight: bold;
	border-left: 5px solid #c00;
	padding-left: 15px;
}
.list_l .pics {
	margin-top: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.list_l .pics .bigpic {
	/* border: 1px solid #ddd; */
	height: 450px;
	text-align: center;
	width: 650px;
	float: left;
	background: #F2F1EC;
	padding: 10px 10px 10px 10px;
}
.list_l .pics .bigpic img {
	max-height: 446px;
	max-width: 670px;
	cursor: pointer;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
    /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
.list_l .pics .smallpic {
	height: 470px;
	width: 223px;
	float: right;
	overflow-y: scroll;
}
.list_l .pics .smallpic li {
	overflow: hidden;
	text-align: center;
	margin-bottom: 5px;
	background: #f5f5f5 url(../images/nopic.jpg) no-repeat center;
	border: 1px solid #ddd;
}
.list_l .pics .smallpic li img {
	height: auto;
	width: 223px;
	cursor: pointer;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.6;
}
.list_l .pics .smallpic li img.on {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.list_l .mobile {
	height: 60px;
	margin-top: 10px;
	border: 1px solid #eee;
	position: relative;
	border-radius: 4px;
}
.list_l .mobile .icon-mobile {
	background: #FF5F00;
	color: white;
	height: 60px;
	width: 60px;
	line-height: 60px;
	overflow: hidden;
	float: left;
}
.list_l .mobile .number {
	float: left;
	font-size: 40px;
	margin-left: 20px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
.list_l .mobile .allnum {
	width: 160px;
	border-radius: 3px;
	height: 36px;
	position: absolute;
	right: 80px;
	top: 12px;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	background: #E74C3C;
	color: white;
	cursor: pointer;
}
.list_l .mobile .guishu {
	position: absolute;
	top: 30px;
	left: 226px;
}
.list_l .mobile .liuyan {
	width: 60px;
	border-radius: 3px;
	height: 36px;
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	background: #eee;
	cursor: pointer;
}
.list_l .ftype {
	line-height: 30px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}
.list_l .content {
	margin-top: 10px;
	line-height: 26px;
	font-size: 14px;
	color: black;
}
.list_l .infos {
	line-height: 30px;
	margin-top: 10px;
}
.list_l .infos .l {
	float: left;
	width: 500px;
}
.list_l .infos .r {
	float: right;
}
.list_l .infos .r .icon-fava {
	color: #ccc;
	width: 60px;
	line-height: 30px;
}
.list_l .infos .r .icon-fava a {
	float: right;
	margin-right: 10px;
	display: block;
	color: #666;
}
.list_l .infos .r .icon-jvbao {
	color: #ccc;
	width: 60px;
	line-height: 30px;
}
.list_l .infos .r .icon-jvbao a {
	float: right;
	margin-right: 10px;
	display: block;
	color: #666;
}
.list_l .infos .r .icon-zhuanfa {
	color: #ccc;
	width: 60px;
	line-height: 30px;
}
.list_l .infos .r .icon-zhuanfa a {
	float: right;
	margin-right: 10px;
	display: block;
	color: #666;
}

.shaixuan {
	width: 1200px;
	margin: 0 auto;
	border: 1px solid #eee;
	border-top: 2px solid #E74C3C;
	
}
.shaixuan li {
	padding: 6px 0;
	line-height: 26px;
	display: inline-table;
	width: 1200px;
}
.shaixuan li a:link {
	padding: 0 5px;
	color: #333;
	display: inline-table;
	white-space: nowrap;
	margin: 0 3px;
}
.shaixuan li a:visited {
	color: #333;
	line-height: 22px;
}
.shaixuan li a:hover {
	background: #E74C3C;
	color: white;
	border-radius: 3px;
}
.shaixuan li a.on:link {
	background: #E74C3C;
	color: white;
	border-radius: 3px;
}
.shaixuan li a.on:visited {
	background: #E74C3C;
	color: white;
	border-radius: 3px;
}
.shaixuan li a.on:hover {
	color: white;
}
.shaixuan li.btline {
	border-top: 1px dotted #ddd;
	clear: both;
}
.shaixuan li strong {
	width: 50px;
	color: #888;
	
	float: left;
	display: block;
	text-align: center;
}
.shaixuan li span {
	width: 940px;
	display: block;
	float: left;
}
.list_l {
	float: left;
	width: 895px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 15px 15px 15px;
}
.list_l .select {
	height: 32px;
	border-bottom: 2px solid #f60;
}
.list_l .select a {
	display: block;
	float: left;
	width: 80px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	background: #eee;
	margin-right: 10px;
}
.list_l .select a.on {
	background: #f60;
	color: white;
	font-weight: bold;
}
.list_l .select span {
	float: right;
	display: table-cell;
	height: 20px;
	width: 43px;
	background: url(../images/tl.png);
	margin-top: 10px;
}
.list_l .select span.on {
	float: right;
	display: table-cell;
	height: 20px;
	width: 43px;
	background: url(../images/tl.png) 0 -20px;
	margin-top: 10px;
}
.list_l .select span a {
	display: block;
	height: 20px;
	width: 43px;
	background: none;
}
.icon-listfabu {
	width: 300px;
	text-align: right;
	color: black;
}
.icon-listfabu a {
	float: right;
	padding-left: 5px;
}

.list_l .box {
	width: 392px;
	height: 260px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	font-size: 14px;
	background: #fefefe
}
.catsub {
	font-size: 18px;
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
	padding: 5px 0px 15px 15px;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
}
.catsub span.r {
	float: right;
	margin-top: 10px;
}
.catsub span.r a{
    font-size: 14px;
}
.catsub span.l {
	float: left;
	font-size: 18px;
	font-weight: bold;
}
.catsub span.l strong {
	padding: 0 10px;
	color: #E74C3C;
}
.sbox {
	background: #f60;
	color: white;
	float: left;
	width: 80px;
	text-align: center;
	font-weight: bold;
}
.list_a {
	padding: 10px 0;
}
.list_a li {
	height: 26px;
	line-height: 26px;
	padding: 0 23px;
	background: url(../images/ico_lt.png) no-repeat 10px 8px;
}
.list_a li span {
	float: right;
}
.table_list_a {
	border-collapse: collapse;
	border: 1px solid #eee;
	width: 730px;
}
.table_list_a tr:hover {
	background: #fcfcfc;
}
.table_list_a tr td {
	border-bottom: 1px dotted #ddd;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px;
}
.table_list_a tr td.img {
	width: 64px;
}
.table_list_a tr td.img img {
	width: 64px;
	height: 64px;
	padding: 1px;
	border: 1px solid #eee;
}
.table_list_a tr td div.title {
	font-size: 14px;
}
.ding {
	color: white;
	padding: 4px 5px;
	background: #EC5524;
	border-radius: 2px;
	font-size: 12px;

}
.table_list_a tr td div.title .catname {
	font-size: 12px;
	background: #F2F1EC;
	padding: 3px 5px;
	margin: 0 10px;
}
.catname a {
	color: #999;
}
.table_list_a tr td div.area {
	padding: 3px 0;
}
.table_list_a tr td div.info {
}
.table_list_a tr td.newstime {
	vertical-align: top;
	text-align: right;
}
.pl {
	margin: 10px auto;
}
.pl textarea {
	width: 96%;
	height: 22px;
	border: 1px solid #1abc9c;
	color: #999;
	line-height: 22px;
	padding: 2%;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	resize: none;
	border-radius: 4px;
}
.pl .plbtn {
	display: none;
	height: 42px;
}
.pl .plbtn input {
	height: 40px;
	padding: 0 10px;
	margin-right: 6px;
	float: left;
	outline: none;
}
.pl .plbtn img {
	float: left;
	margin-right: 8px;
	cursor: pointer;
}
.pl .plbtn input.Showkey {
	font-size: 22px;
	font-weight: bold;
	height: 36px;
	width: 60px;
	text-align: center;
}
.pl .plbtn input.tijiao {
	background: #E74C3C;
	color: white;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
}
.pl .plbtn input.quxiao {
	background: #3286CA;
	color: white;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
}
.pl .plbtn span {
	color: #999;
	line-height: 40px;
}
.pl_list {
	width: 960px;
	padding: 0 0 5px 0;
	overflow: hidden;
	margin: 15px 0 0 0;
}
.fn-left, .fn-right {
	display: inline;
}
.fn-left {
	float: left;
}
.fn-right {
	float: right;
}
/* ui-comment */
.ui-comment {
	width: 890px;
	overflow: hidden;
	background: url(../images/bg-cmt-time.gif) -100px 15px repeat-y;
	padding-bottom: 6px;
	float: left;
}
.ui-comment .kong {
	margin-top: 15px;
	text-align: center;
	background-color: #fff;
	font-size: 14px;
}
/* comment-item */
.comment-item {
	width: 890px;
	padding: 15px 0 0 0;
	overflow: hidden;
}
/* comment-time */
.comment-time {
	width: 52px;
	overflow: hidden;
	float: left;
}
.comment-time .date-time {
	width: 49px;
	height: 48px;
	overflow: hidden;
	padding-left: 3px;
	background: url(../images/bg-cmt-time.gif) 41px 0 no-repeat;
}
.comment-time .date-time strong {
	display: block;
	color: #999;
	line-height: 14px;
	text-align: left;
	width: 49px;
	margin-top: 4px;
	line-height: 20px;
}
/* comment-post */	
.comment-post {
	width: 820px;
	overflow: hidden;
	float: right;
}
/* comment-post-arrow */
.comment-post-arrow {
	width: 10px;
	height: 15px;
	overflow: hidden;
	margin-top: 17px;
	float: left;
	position: relative;
	background: url(../images/comment-arrow.gif) 0 0 no-repeat;
}
/* comment-post-cnt */
.comment-post-cnt {
	width: 789px;
	overflow: hidden;
	float: right;
	padding: 10px;
	margin-left: -1px;
	border: 1px solid #e3e3e3;
	background-color: #f9f9f9;
	border-radius: 4px;
	overflow: hidden;
}
/* comment-avatar */
.comment-avatar {
	width: 50px;
	float: left;
	overflow: hidden;
}
.comment-avatar img {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 2px;
	background-color: #eee;
	border: none;
}
/* comment-body */
.comment-body {
	width: 720px;
	overflow: hidden;
	float: right;
}
/* comment-text */
.comment-text {
	line-height: 25px;
	font-size: 14px;
	word-wrap: break-word;
}
.comment-text .user, .comment-text .cmt-user,  .comment-text a {
	color: #f60;
}
.comment-text em {
	margin-right: 5px;
	font-style: normal;
}
.cmt-user {
	padding-left: 10px;
}
/* comment-assist */
.comment-assist {
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	margin-top: 8px;
	padding-right: 4px;
}
.comment-assist a {
	color: #999;
}
.comment-assist a:hover {
	color: #f60;
}
.comment-assist span a {
	margin-right: 10px;
}
/* cmt-replay */	
.comment-replay {
	width: 720px;
	margin-top: 5px;
	overflow: hidden;
}
/* comment-replay-arrow */
.comment-replay-arrow {
	width: 17px;
	height: 10px;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 556px;
	background: url(../images/comment-arrow.gif) -10px 0 no-repeat;
}
.cmt-forward .cmt-replay-arrow {
	margin: 0 0 0 15px;
}
/* comment-replay-cnt */
.comment-replay-cnt {
	width: 698px;
	overflow: hidden;
	padding: 10px;
	margin-top: -1px;
	border: 1px solid #e3e3e3;
	background-color: #fbfbfb;
	border-radius: 2px;
}
.comment-replay .ui-textarea {
	width: 696px;
	height: 60px;
	line-height: 20px;
	border: 1px solid #ccc;
	background: url(../images/input-focus.gif) 0 0 repeat-x #fff;
	resize: none;
	outline: none;
}
.comment-replay-assist {
	width: 556px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-top: 4px;
}
.comment-replay-assist p {
	float: left;
}
.comment-replay-assist .ui-button {
	float: right;
	margin: 0;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	background-color: #E74C3C;
	border-radius: 3px;
	padding: 0 15px;
}
/* comment-box */
.comment-box {
	margin: 0 0 0 70px;
	padding: 6px 10px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* comment-name */
.comment-name {
	height: 24px;
	line-height: 24px;
	color: #f60;
}
.comment-name a {
	color: #f60;
}
.comment-review .comment-name a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.comment-review .comment-name a:hover {
	color: #f60;
}
/* comment-cnt */
.comment-cnt {
	color: #333;
	line-height: 20px;
	font-size: 12px;
}
.comment-cnt a {
	color: #f60;
}
.comment-review .comment-cnt {
	font-size: 14px;
	line-height: 24px;
	padding: 5px 0 3px 0;
}
/* comment-do */
.comment-do {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 12px;
	margin: 5px 0 0 0;
}
.comment-do em {
	color: #ccc;
	margin: 0 3px;
}
.comment-do .date-time {
	color: #999;
}
.comment-do .date-time a {
	color: #f60;
	margin: 0 5px 0 0;
}
.comment-do strong,  .comment-do .date-time {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.comment-do strong {
	font-size: 11px;
	-webkit-text-size-adjust: none;
}
/* comment-reply */
.comment-reply {
	padding-bottom: 15px;
	overflow: hidden;
}
.comment-reply li {
	padding: 10px 0 0 70px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.plpage {
	text-align: center;
	width: 728px;
	padding: 10px 0;
}
.plpage span {
	border: 1px solid #ddd;
	margin: 0 5px;
	padding: 5px 10px;
	cursor: pointer;
}
.plpage span.on {
	background: #FCF8E3;
	color: #C09853;
	font-weight: bold;
}
.icon-tips {
	width: 98%;
	padding-left: 2%;
	color: #C09853;
	background: #FCF8E3;
	text-align: left;
	position: relative;
	margin-top: 10px;
}
.icon-tips .text {
	position: absolute;
	top: 1px;
	left: 40px;
}
.list_r {
	width: 260px;
	float: right;
	right: 335px!important;
}
.list_r .sub {
	height: 36px;
	line-height: 36px;
	background: #F2F1EC;
}

.showuser {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}
.showuser .userpic {
	width: 100%;
	max-height: 100px;
	/* float: left; */
	text-align: center;
}
.showuser .userpic img {
	border-radius: 5px;
	max-width: 100%;
	max-height: 100px;
	border-radius: 65px;
	-webkit-transition: .4s;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out;
}
.showuser .userinfo {
	float: left;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	height: 90px;
	margin-bottom: 10px;
}
.showuser .userinfo div{
    height: 30px;
    line-height: 30px;
}
.ad2 {
	min-height: 200px;
	/* background: #F2F1EC; */
	margin-top: 10px;
}
.ad2 img{
    max-width: 100%;
}
.ad3 {
	min-height: 200px;
	background: #F2F1EC;
}

.tglist {
	padding: 5px;
	border: 1px solid #eee;
}
.tglist li {
	padding: 2px;
	line-height: 26px;
	height: 26px;
}
.tglist li span {
	float: right;
}

.link {
	width: 1200px;
	margin: 10px auto;
	border: 1px solid #eee;
}
.link span {
	width: 100px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	padding: 0 10px;
	background: #f5f5f5;
	color: #333;
	border: 1px solid #eee;
	float: left;
	border-top: none;
	border-left: none;
}
.link a {
	padding: 0 10px;
	line-height: 28px;
	white-space: nowrap;
}

.footer {
	margin: 15px auto 20px auto;
	border-top: 1px solid #ddd;
	width: 1200px;
}
.footer p {
	padding: 5px;
	text-align: center;
}
.footer a {
	padding: 0 5px;
}

.arealist {
	margin: 10px auto;
	width: 1200px;
	font-size: 14px;
	line-height: 30px;
}
.arealist a {
	padding: 0 5px;
}
.arealist div {
	border: 1px solid #E5DFC2;
	background: #FCF8E3;
	width: 70px;
	height: 30px;
	border-radius: 5px;
}
.arealist table tr td {
	height: 50px;
}
.arealist table tr.line td {
	border-bottom: 1px dotted #ccc;
}
/*ad*/
.ad {
	width: 1200px;
	height: auto;
	min-height: 60px;
	text-align: center;
	margin: 10px auto;
}
.ad a img{
    width: 100%;
}
.ad-foot {
	height: 60px;
	background: #f6f6f6;
	margin-top: 10px;
}
.content_page, .detail_page {
	text-align: center;
	overflow: hidden;
}
.content_page span, .detail_page span {
	line-height: 16px;
	display: inline-block;
	padding-top: 6px
}
.content_page a, .detail_page a {
	background: -moz-linear-gradient(top, #eeeeee, #dbdbdb);
	background: -webkit-linear-gradient(top, #eeeeee, #dbdbdb);
	background: -ms-linear-gradient(top, #eeeeee, #dbdbdb);
	background: -o-linear-gradient(top, #eeeeee, #dbdbdb);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dbdbdb', GradientType=0);
	padding: 8px 15px;
	border-bottom: 1px solid #c6c6c6;
	margin: 0 5px;
	border-radius: 3px;
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
	font-size: 14px;
}
.content_page .select {
	height: 16px;
}
.content_page .select, .content_page a:hover, .detail_page .select, .detail_page a:hover {
	background: -moz-linear-gradient(top, #646464, #404040);
	background: -webkit-linear-gradient(top, #646464, #404040);
	background: -ms-linear-gradient(top, #646464, #404040);
	background: -o-linear-gradient(top, #646464, #404040);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646464', endColorstr='#404040', GradientType=0);
	border-bottom: 1px solid #404040;
	color: #fff;
}
.f_type {
	color: #EC5524
}
.postinfos{float:right; line-height:44px; font-size:12px;}
.postinfos a{color:#999;font-size: 14px!important;padding-left: 0px!important;font-weight: 100!important;}

/*moban.kim 20190925*/
.viewad-detail {
    position: relative;
    margin-top: 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px 15px 15px;
}
.viewad-action {
    z-index: 10;
    position: absolute;
    top: 18px;
    right: 0;
}
.viewad-action .action-item {
    float: left;
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    text-align: center;
    position: relative;
    height: 26px;
    line-height: 26px;
}
label {
    cursor: default;
}
.viewad-action .action-item a {
    text-decoration: none;
    line-height: initial;
}
.viewad-action .action-item a i {
    padding-right: 5px;
    color: #f46;
    font-size: 14px;
    float: left;
}
i {
    font-style: normal;
}
.viewad-common-header {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.viewad-common-header .section-title {
    font-size: 18px;
    font-weight: bold;
    margin: 18px 0;
}
.viewad-meta2 {
    border: none;
    padding: 10px 0 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.viewad-meta2 .viewad-meta2-item {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-right: 1em;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.viewad-meta2 .viewad-meta2-item.b2c-item{
    width: 31.8%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.viewad-meta2 .viewad-meta2-item.b2c-item img{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}
.viewad-meta2 .viewad-meta2-item.b2c-item:nth-child(3n+3){
    padding-right: 0;
}
.section-title .viewad-text, .viewad-detail .viewad-text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    display: block;
}

.poster-meta {
    overflow: hidden;
    width: 100%;
}
.poster-meta a:nth-child(1){
    margin-right: 10px;
}
.poster-meta .subscribe-button:first-child {
    float: left;
}
.poster-meta .subscribe-button {
    width: 47%;
    padding: 0;
    float: right;
}
 .poster-meta .subscribe-button {
    border: 1px solid #00d1c1;
    background-color: transparent;
    color: #00d1c1;
    border-radius: 2px;
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    height: 34px;
    line-height: 36px;
    transition: all .1s ease-in-out;
}


.anti-fraud-box {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
    background: #f9f9f9;
    padding: 20px;
}
.anti-fraud-box .anti-fraud {
}

.anti-fraud-box .anti-fraud .alert-icon {
    color: #01d1c1;
    float: left;
}
.anti-fraud-box .anti-fraud .alert-icon img{
    vertical-align: middle;
    margin-top: 2.5px;
}
.anti-fraud-box .anti-fraud .alert-msg {
    font-size: 16px;
    padding-left: 36px;
}
.anti-fraud-box .anti-fraud .alert-msg p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.anti-fraud-box .anti-fraud .alert-msg strong:first-child {
    display: block;
    font-size: 18px;
    padding-bottom: 6px;
}

.l{
    margin-top: 10px;
}
.l span{
    margin-left: 15px;
}
.moban_kim-ly{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 5px 15px 15px 15px;
    border-radius: 4px;
}
.moban_kim-c{
    width: 100%;
}



.tuijian_lunbo_out {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.tuijian_lunbo_in ul {
    float: left;
    margin-top: 0;
    margin-left: 21px;
}
.same_list {
    width: 100%;
    margin-top: 15px;
}
.clearfix {
    display: block;
    overflow: hidden;
}
.same_list li {
    float: left;
    width: 195px;
    margin-right: 22px;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 15px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.same_list li:nth-child(4n+4){
    margin-right: 0;
}
.same_list li .carimg {
    height: 150px;
    width: 96%;
    display: block;
    padding: 2%;
}
.same_price {
    margin-top: 8px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 700;
}
.same_price {
    padding: 0 12px;
    color: #ff552e;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.detail_body .same_price span {
    font-size: 20px;
    margin-right: 3px;
    margin-left: 1px;
    position: relative;
    bottom: -2px;
}
.same_list .same_tilte {
    color: #969696;
}
.same_tilte {
    margin-bottom: 10px;
    margin-top: 0;
}
.same_tilte {
    margin-top: 0px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding: 0 12px;
    height: 20px;
    overflow: hidden;
}
.moban_kim-xg{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 5px 15px 15px 15px;
    border-radius: 4px;
    margin-top: 15px;
}



.list-ad-items {
    background: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    /* padding: 0 15px 15px 15px; */
}
.list-ad-items ul li {
    padding: 20px 1.5em;
    border-bottom: 1px dotted #cdcdcd;
    -webkit-transition: background-color 271ms ease;
    transition: background-color 271ms ease;
    position: relative;
}
.list-ad-items a.media-cap {
    height: 100px;
    width: 150px;
    float: left;
    background: #cdcdcd;
    display: block;
    margin-right: 1em;
    position: relative;
    overflow: hidden;
}
.list-ad-items a.media-cap>img {
    width: 150px;
}
.list-ad-items a.media-cap>span {
    position: absolute;
    background: #000;
    background: rgba(0,0,0,.6);
    left: 0;
    bottom: 0;
    padding: .1em .5em;
    font-size: 12px;
    color: #fff;
}
.list-ad-items .media-body {
    overflow: hidden;
}
.list-ad-items .media-body-title {
    font-size: 18px;
    line-height: 24px;
}
.list-ad-items .highlight {
    float: right;
    color: #f46;
    font-weight: 700;
    font-size: 16px;
}
.list-ad-items .media-body-title>a {
    vertical-align: middle;
    font-weight: 700;
    margin-right: .2em;
}
.list-ad-items .ad-item-detail {
    min-height: 1.6em;
    line-height: 1.6em;
    color: #999;
    font-size: 14px;
    margin-top: 1em;
}
.ad-item-detail em{
    margin: 0 10px;
    font-style: initial;
}
.a1mbz-com-tui{
    color: white;
    padding: 4px 5px;
    background: #03A9F4;
    border-radius: 2px;
    font-size: 12px;
    margin-left: 10px;
}

/*moban.kim 20190926*/
.moban_kim-tui{
    background-size: 22px 12px;
    background-repeat: repeat-x;
    background-position: -10px -1px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px 15px 15px;
}
.moban_kim-tui h2{
    font-size: 18px;
    font-weight: 700;
    color: #666;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
    padding-top: 16px;
    margin-bottom: 10px;
}
.moban_kim-tui ul{
    overflow: hidden;
}
.moban_kim-tui ul li{
    width: 100%;
    float: left;
}
.moban_kim-tui ul li a{}
.moban_kim-tui ul li a img{
    width: 100%;
    height: auto;
}
.moban_kim-tui ul li a span{
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 14px;
}



#fotBm_1{width:130px;background-position:0 -96px}
#fotBm_2{width:160px;background-position:0 -192px}
#fotBm_3{width:154px;background-position:0 0}
#fotBm_4{width:108px;background-position:0 -48px}
#fotBm_5{width:130px;background-position:0 -144px}
#fotBm_6{width:120px;background-position:0 -240px}
.fotBtmIcon a {
    display: inline-block;
    height: 38px;
    background-image: -webkit-image-set(url(/images/huangye-detail-footer.png) 1x,url(/images/huangye-detail-footer@2x.png) 2x);
}

.icp-number{margin-top:15px;color:#999;font-size:12px;text-align: center;margin-bottom: 20px;}
.icp-number a{color:#999;}
 .copyright {
    margin-top: 30px;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.copyright .copy-icon {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.fotBtmIcon{
    text-align: center;
}
/*moban.kim 20190927*/
.moban_kim-userzy{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 5px 15px 15px 15px;
    border-radius: 4px;
    margin-top: 15px;
    width: 1200px;
    margin: 15px auto;
}
.moban_kim-userzy ul{
    display: block;
    overflow: hidden;
}
.moban_kim-userzy ul li{padding: 20px 1.5em;border-bottom: 1px dotted #cdcdcd;-webkit-transition: background-color 271ms ease;transition: background-color 271ms ease;position: relative;float: left;}
.model-title{
    font-size: 18px;
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
    padding: 5px 0px 15px 15px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    height: 65px;
    line-height: 65px;
}
.model-title img{
    border-radius: 5px;
    border-radius: 65px;
    -webkit-transition: .4s;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out;
    float: left;
    width: 65px;
    height: 65px;
}
.model-title span{
    float: left;
    margin-left: 15px;
    height: 65px;
    line-height: 65px;
    color: #e74d3d;
}
.flimg{
    height: 100px;
    width: 150px;
    float: left;
    background: #cdcdcd;
    display: block;
    margin-right: 1em;
    position: relative;
    overflow: hidden;
}
.flimg img{
    width: 150px;
}
.fltitle{
    width: 680px;
    vertical-align: middle;
    font-weight: 700;
    margin-right: .2em;
    font-size: 20px;
}
.address{
    font-style: initial;
    font-weight: 100;
    min-height: 1.6em;
    line-height: 1.6em;
    color: #999;
    font-size: 14px;
    margin-top: 1em;
    float: left;
    width: 100%;
}
.flsx{
    float: right;
    color: #f46;
    font-weight: 700;
    font-size: 22px;
    padding: 20px 1.5em;
    width: 100px;
}
.moban_kim-userzy ul li span{
    float: left;
}
.moban_kim-userzy ul li span em{ font-style: initial;font-weight: 100;}
.flsxb{
    padding: 25px 1.5em 0px 1.5em;
    text-align: right;
    width: 100px;
}
.flnewstime{
    min-height: 1.6em;
    line-height: 1.6em;
    color: #999;
    font-size: 14px;
    margin-top: 1em;
    width: 100%;
    float: left;
}
.address{}
.moban_kim-ssa{}
.ssa{
    border: 2px solid #E74C3C;
    z-index: 100;
}
.ssaa{
    margin-left: 13px;
}
.moban_kim-userzy ul li span em i{
    margin: 0 10px;
}

.daohang {
    overflow: hidden;
    background: 0 0;
    background-repeat: repeat-x;
    text-align: center;
    margin-top: 10px;
}
.daohang, .daohang ul {
    width: 1200px;
    height: 40px;
}
.daohang, .daohang_con .ul {
    margin-right: auto;
    margin-left: auto;
}
.daohang li {
    float: left;
}
.daohang a#index {
    color: #c40000;
}
.daohang a#index {
    text-decoration: none;
    text-align: center;
}
.daohang a {
    float: left;
    display: block;
    padding-right: 10px;
    padding-left: 15px;
    height: 40px;
    background-repeat: no-repeat;
    color: #3d3d3d;
    font-size: 1pc;
    line-height: 40px;
}
.moban_kim-no{
    color: #e74d3d!important;
    font-weight: 700;
}







