*,* input,textarea{
	font-family: "Microsoft Yahei","宋体";
}
/* body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, textarea,input, table,tr, td,dl,dt,dd, img, div{ 
	margin: 0; padding: 0; 
} */
html{
	min-height:100%; 
	box-sizing:border-box; 
	-o-box-sizing:border-box; 
	-ms-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
/* 
*,*:before,*:after {
	box-sizing: inherit; 
	-o-box-sizing: inherit; 
	-ms-box-sizing: inherit;
	 -moz-box-sizing: inherit; 
	 -webkit-box-sizing: inherit;
	} */
/* img { 
	border-width:0px; 
	display:block;
} */
body {
	 font-family:"宋体","Arial Narrow","iconfont";
	  font-size: 12px; 
	  color: #333; 
	  background-color: #f5f5f5;
	}
ul{ 
	list-style-type: none; 
}
/*以下a和a:active定义为了解决在点击a标签时所出现的虚线框*/


a:active { star: expression(this.onFocus=this.blur()); }

em,i,dfn,strong{ font-style: normal; font-weight: normal;}

h1,h2,h3,h4,h5,h6,b{font-weight: normal;}

ol,ul {
	list-style: none
}

article,aside,audio,canvas,details,figcaption,figure,footer,header,main,menu,nav,progress,section,summary,video {
	display: block;
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	color:#333;
}

a:active,a:hover {
	outline-width: 0;
	text-decoration: none
}

img {
	border-style: none;
	/* vertical-align: middle */
}

button,input,optgroup,select,textarea {
	/* font: inherit; */
	margin: 0;
	padding: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

textarea {
	overflow: auto;
	resize: none
}
/* em, i, dfn, strong {
    font-style: normal;
    font-weight: normal;
} */

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}


.clear {
	clear: both
}

.fleft {
	float: left
}








.clearfix:before,.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both;
	overflow: hidden
}

.clearfix {
	zoom: 1
}

.none {
	display: none
}

.hidden {
	visibility: hidden
}

.inline-block {
	display: inline-block
}

.t-center {
	text-align: center
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是内容页CSS样式 */
/* AA开始 */
.Mb5{margin-bottom:50px;}
/* AA右侧 */
/* .Mb2{margin-bottom:20px;} */
/* AAA左侧文章 */
.Mt2{margin-top:20px;}
/* AAA右侧 */
.W320{
	 width:285px;
	 }
/* AAA右侧 */
/* .W850{
	 width: 800px;
	 } */
/* .Fl{ float:left;} */
/* AAA右侧 */
.Fr{ float:right;}
/*AAA开始Clearfix清除浮动*/
.Clearfix{ clear:both;}
.Clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* AAA开始 */
.samebox{
	 width:1100px;
	  margin-left:auto; 
	  margin-right:auto;
	}
/* AA右侧 */
.Shadow{background: #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  
	   -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 
	    -ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	     -o-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  
			box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

/* AAA推荐阅读 *****/
.ModuleName{
	  height: 35px;
	  background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
	  line-height: 34px;
	}
.ModuleName span{
	   display: block;
	   height: 34px;
	   line-height: 34px;
	   background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) 10px center no-repeat;
	   padding-left: 20px;
	   width: 70%;
	   font-size: 14px;
	   color: #2f2f2f;
	   float: left;
	}

.ModuleName a{ color: #888; float: right; margin-right: 10px; }
.ModuleName a:hover{ color: #bc1a21; text-decoration: underline; }


/* AA右侧 */
.Details{padding: 0px 20px;}

/* AA左侧 标题及文章*/
.npoint{padding-bottom: 20px;}
.ptitle{ border-bottom: 1px solid #e1e1e1; padding-bottom: 20px; margin-bottom:20px; text-align: center;}
.ptitle h1{ font-size: 24px; font-weight: bold; line-height: 40px; margin-bottom:10px; padding-top:20px;}
.ptitle p{ color: #999; }
.ptitle p i{ display: inline-block; margin-right: 20px; }
.ptitle p strong{ display: inline-block;}
.ptitle p strong a{ color:#bc1a21; text-decoration: underline;}
.ptitle p strong a:hover{   }
.articleD{ padding:30px; padding-top: 0px; font-size: 16px; line-height: 2; }

/* AAA左内里文章 */
.otherBox{padding: 15px 0px 10px 0px;}
.otherBox .topicLabel{ display: inline-block; float: left; height: 25px; overflow: hidden; max-width: 700px;}

/* AA左侧文章 */
.otherBox .pdata{display: inline-block; float: right; text-align: right; color: #888; line-height: 25px; height: 25px;}


/* AA左侧 标题及文章*/
.Summary{margin:30px; margin-top: 0px; line-height: 2; padding: 10px 20px; background-color: #f3f3f3; font-size: 14px; color: #555;}

.Details .MessageForm{margin-left: -20px;}

.articleD table {border-collapse:collapse !important;width: 100% !important;}
.articleD table,.articleD th,.articleD td {border: 1px solid #d6d6d6 !important;}
.articleD table p{text-indent: 0 !important;}




/*AAA 其他资讯 *****/
.ModuleName2{ 
	 height: 35px;
	 background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
	 line-height: 34px;
	
	
	}
.ModuleName2 span{
		display: block;
		height: 34px;
		line-height: 34px;
		background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) 10px center no-repeat;
		padding-left: 20px;
		width: 70%;
		font-size: 14px;
		color: #2f2f2f;
		float: left;
	
	}
.ModuleName2 span strong{ font-weight: bold; margin-right: 5px; color: #bc1a21; }
.ModuleName2 span strong a{color: #bc1a21; } 
/* AAA行业资讯 */
.OtherNews{padding-top: 20px; padding-bottom: 10px;}
.OtherNews ul{ overflow:hidden; }
.OtherNews li{margin:0px 5px 15px 20px; float: left; line-height: 20px; height: 20px; font-size: 14px; position: relative; z-index: 9;
	width: calc(50% - 40px); width: -o-calc(50% - 40px); width: -ms-calc(50% - 40px); width: -moz-calc(50% - 40px); width: -webkit-calc(50% - 40px);
}
.OtherNews li:before{content: ''; width:3px; height:3px; background: #bc1a21; overflow:hidden; float: left; display:inline-block; margin-right:10px; margin-top: 8px;}
.OtherNews li em{ float: right; font-size: 12px; color: #999; }
.OtherNews li a{ color: #444; display: inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; width: 25em;}
.OtherNews li a:hover{ color:#bc1a21; text-decoration: underline; }

/*AAA最受关注、最新加入品牌 */
.ModuleName3{ 
	 height: 35px;
	 background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
	 line-height: 34px;
	
	}
.ModuleName3 span{
	
	   display: block;
	   height: 34px;
	   line-height: 34px;
	   background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) 10px center no-repeat;
	   padding-left: 20px;
	   width: 70%;
	   font-size: 12px;
	   color: #2f2f2f;
	   float: left;
	
	}
.ModuleName3 span strong{font-weight: bold; float: left; display: inline-block; color:#bc1a21; margin-right: 5px;}

.MostConcern{padding:20px;}

.mcother li{ width: 100%; display: block; float: left; margin-bottom: 10px; line-height: 22px; height: 22px; }
.mcother li:last-child{margin-bottom: 0px;}
.mcother li:hover{ background-color: #f5f5f5; }
.mcother li *{ float: left; display: inline-block; }
.mcother li em{ float: right; color: #777; }
.mcother li a{ color: #333; max-width: 15em; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.mcother li a:hover{ color: #bc1a21; text-decoration: underline; }
.mcother li i{width: 20px; margin-right: 10px; text-align: center; color: #777;}




/* AAA右侧加入企业 */
.latest{padding:15px 20px;}
.latest ul{}
.latest li{ width: 100%; float: left; display: block; line-height: 20px; height: 20px; margin-bottom: 7px; position: relative; z-index: 9;}
.latest li:last-child{margin-bottom: 0px;}
.latest li:before{content: ''; width: 3px; height: 3px; background: #bc1a21; overflow:hidden; float: left; display:inline-block; margin-right:10px; margin-top: 8px;}
.latest li em{float: right; font-size: 12px; color: #999;}
.latest li a{color: #444; display: inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; max-width: 16em;}
.latest li a:hover{ color:#bc1a21; text-decoration: underline; }

/* AAASameUl为公用的新闻列表 */
.SameUl{padding:14px 15px;}
.SameUl ul{ overflow: hidden; }
.SameUl li{width: 100%; float: left; display: block; line-height: 20px; height: 20px; margin-bottom: 7px; position: relative; z-index: 9;}
.SameUl li:last-child{margin-bottom: 0px;}
.SameUl li:before{content: ''; width: 3px; height: 3px; background: #bc1a21; overflow:hidden; float: left; display:inline-block; margin-right:10px; margin-top: 8px;}
.SameUl li a{color: #333; display: inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
	max-width:calc(100% - 13px); max-width:-o-calc(100% - 13px); max-width:-ms-calc(100% - 13px); max-width:-moz-calc(100% - 13px); max-width:-webkit-calc(100% - 13px);
}
.SameUl li a:hover{ color:#bc1a21; text-decoration: underline; }

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是内容页CSS样式 */




/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是供求的CSS样式 */

.ListMode .project .protxt{
	float:left; 
	padding-left: 20px; 
	padding-right: 20px;
   width: calc(100% - 380px);
	width:-o-calc(100% - 380px); 
	width:-ms-calc(100% - 380px); 
	width:-moz-calc(100% - 380px); 
	width:-webkit-calc(100% - 380px);
}
.ListMode .protxt .pjname{
	float: left;
	 display: inline-block;
	  margin-right: 10px;
   }
.ListMode p.pjname a,.ListMode p.pjname a,.ListMode p.pjname a{
   max-width: 15em;
}
.ListMode .protxt p.pjattest{
   margin-bottom: 0px;
	margin-top: 5px; 
	display: none;
	 width: 68px;
   }
.ListMode .protxt .pjattention{
   display: inline-block;
	width: 50%; 
	float: left;
	 margin-bottom:7px;
	}

/* a{
   transition: all 0.3s ease; 
   -o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	  -webkit-transition: all 0.3s ease;
   } */
	/* 当前位置 */
	/* .BreadBit{
	padding-top: 10px; 
	padding-bottom: 10px; 
	line-height: 30px; 
	height: 50px;
	}
.samebox{
	width:1100px; 
	margin-left:auto;
	 margin-right:auto;
   }
.BreadBit *{
	float: left; 
	display: inline-block; 
	color: #999; 
	margin-right: 7px;
   }
.BreadBit i.iconfont{
	font-size: 14px; 
   }
.BreadBit a{
	cursor:pointer; 
   }
.BreadBit a:hover{
	color: #bc1a21;
   }
.BreadBit a:after{
   content: '>'; 
   padding-left: 7px;
	color: #aaa;
	} */
/* 当前位置 E*/

.BreadBit strong{ 
   color: #888;
   display:none 
}
/* .Shadow{
   background: #fff;
   -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  
	  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 
	   -ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
		-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  
		   box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
} */

.Mb2{
   margin-bottom:20px;
   margin-top:20px;
}

.filter{
   padding: 20px 10px 5px 20px;
}
.filter dl{ overflow: hidden; zoom:1; padding-bottom: 8px;}
.filter dt{ float: left; color: #777; line-height: 24px; width: 70px;}
.filter dd{ float: left; overflow: hidden;
   width: calc(100% - 70px); width: -o-calc(100% - 70px); width: -ms-calc(100% - 70px); width: -moz-calc(100% - 70px); width: -webkit-calc(100% - 70px);
}
.filter dd a{ 
   display: inline-block; 
   margin:0px 3px 7px 0px;
	padding-left: 12px;
	 padding-right:12px; 
	 line-height: 24px;
	  height: 24px; color: #444;
   border-radius:5px;
}
.filter dd a:hover{ background-color: #e6e6e6; color: #bc1a21; }
.filter dd a.FActive{background-color:#bc1a21; color: #fff; }
.W850{
	width: 800px; 
   }
.Fl{ float:left;}
.Fr{ float:right;}


.pltop{ height: 40px; overflow: hidden; background-color: #f5f5f5; border-bottom:1px solid #eee; padding-left:20px;}
.proleft{}
.pltop i{ float:left; display: inline-block; line-height: 40px; color: #666;}
.pltop i span{ color: #bc1a21; padding-left: 5px; padding-right: 5px; }
.switchicon{ display: inline-block; float: right; }
.switchicon b{ display:block; width: 40px; height: 40px; line-height: 40px; text-align: center; float: left; margin-right: -1px; font-size: 20px; cursor: pointer; color: #666; 
   border-left: 1px solid #eee; border-right: 1px solid #eee;
}
.switchicon b.nowststus,.switchicon b:hover{background-color: #fff; color:#bc1a21;}
.prolist{padding: 0px 20px;}

.ListMode .project{width: 100%;}
.project{ float: left; margin-right: 20px; margin-bottom: 20px; padding: 10px; border:1px solid #ebebeb;
   border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
   width: calc(50% - 10px); width:-o-calc(50% - 10px); width:-ms-calc(50% - 10px); width:-moz-calc(50% - 10px); width:-webkit-calc(50% - 10px);
   transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.project:hover{  border-color: #bc1a21; }
.project:nth-child(2n){margin-right: 0px;}
.project .proimg{ width: 180px; float: left; position: relative; z-index: 11; }
.proimg a{ display: block; width: 180px; height: 120px; overflow: hidden; }
.proimg a img{ width: 100%; height: 120px;
   transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.proimg a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.project .protxt{ width: 100%; padding-left: 190px; height: 120px; position: relative; z-index: 9; }
.ListMode .protxt {

}




.protxt p{ line-height: 20px; overflow: hidden;}
.protxt p.pjname{height: 30px; line-height: 30px; margin-bottom: 5px;}
.protxt p.pjname a{font-size: 15px; font-weight: bold; color: #333; float: left; max-width: 100%; display:inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.protxt p.pjname a:hover{color: #bc1a21; text-decoration: underline;}
.protxt p.pjname a b{font-weight: bold; color:#bc1a21 }
.ListMode .protxt .pjelse{display: inline-block; width: 100%; float: left; clear: left; margin-bottom: 7px;}
.protxt p.pjelse i,.protxt p.pjelse2 i{float: left; color: #888; margin-right: 5px;}
.protxt p.pjelse b{float: left; color: #bc1a21; font-weight: bold; font-size: 14px;}
.ListMode .protxt .pjelse2{display: inline-block; width: 50%; float: left;}
.protxt p.pjelse2 b{float: left; color: #444;}

.RightJump,.pjBtn,.pjattention{display: none;}
.protxt p.pjattention{line-height: 20px; overflow: hidden;}
.protxt p.pjattention i{ float: left; margin-right: 5px; color: #888; }
.protxt .pjBtn{}
.protxt .pjBtn a{display: inline-block; float: left; margin-right: 10px; height: 20px; line-height:18px; background: #fff; border:1px solid #eee; color: #666;
   border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
   padding: 0px 7px;
}
.protxt .pjBtn a:hover{background:#bc1a21; border-color: #bc1a21; color: #fff;}

.protxt p.pjother{margin-bottom: 0px; position: absolute; z-index: 10; bottom: 0px; height: 20px; overflow: hidden; color: #999;}
.ListMode .protxt .pjBtn{display: inline-block; width: 50%; float: left; overflow: hidden;}
.ListMode .RightJump{display: block; width: 200px; float: right; }
.project .RightJump{overflow: hidden; padding-top:15px;}
.project .RightJump p{ text-align: right; }
.project .RightJump p a{ display: inline-block; line-height: 40px; height: 40px; color: #fff; background-color: #bc1a21; padding: 0px 25px; font-size: 14px;
   border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.project .RightJump p:first-child a{margin-bottom: 10px;}
.project .RightJump p a:hover{background: #bc1a21;}
.project .RightJump p:last-child a{background: #eee; color: #666;}
.project .RightJump p:last-child a:hover{background: #dcdcdc;}

/* 分页 */
/* .Mb3{margin-bottom:30px;}
.newpag{ text-align:right; padding-right: 20px;}
.Paging{ display:inline-block;}
.Paging div{ float: left; margin-right: 7px; }
.Paging div,.PageMain a{display:inline-block; padding-left:12px; padding-right:12px; line-height:30px; background-color:#fff; color:#5f5f5f; border:1px solid #e1e1e1; cursor:pointer;
   text-shadow:0px 0px 2px rgba(100,100,100,.3); -o-text-shadow:0px 0px 2px rgba(100,100,100,.3); -ms-text-shadow:0px 0px 2px rgba(100,100,100,.3); -moz-text-shadow:0px 0px 2px rgba(100,100,100,.3); -webkit-text-shadow:0px 0px 2px rgba(100,100,100,.3);
   border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
}
.PageMain{ float: left; display:inline-block; }
.PageMain ul{ overflow: hidden; }
.PageMain li{ float: left; margin-right: 7px; }
.PageMain a:hover,.Paging div:hover,.Paging a.pagenow{background-color:#bc1a21; color:#fff; border-color:#bc1a21;}
.Paging div.pagedisable{ cursor:default;  background-color:#f5f5f5; color:#999; border-color:#e1e1e1;} */
/* 分页 E*/





/* 分页 */
/* .page_group{
   float:left;
	text-align:right;
	padding:10px 25px;
   }
.page_group a{display:inline-block;padding:5px 15px;border:1px #E6E6E6 solid;margin-left: 10px}
.page_group a.active{background:#1BBC9B;color:#fff;}
.pagination {
   display: inline-block;
   padding-left: 0;
   margin: 20px 0;
   border-radius: 4px;
   }
   .pagination > li {
	   display: inline;
	   }
	   .pagination > li:first-child > a,
	   .pagination > li:first-child > span {
	   margin-left: 0;
	   border-bottom-left-radius: 4px;
	   border-top-left-radius: 4px;
	   }  
	   .pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
cursor: not-allowed;
background-color: #ffffff;
border-color: #dddddd;
}   
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.428571429;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
}  


.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
cursor: default;
background-color: #bc1a21;
border-color: #bc1a21;
} */
/* 分页 E*/


/* 右侧 */
.W320{
   width:285px;
}
.AloneImg{margin-top:0; width: 100%; height: 200px; }
.AloneImg a{ display: block; height: 200px; overflow: hidden; }
.AloneImg a img{ width: 100%;height: 200px; 
   transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.AloneImg a:hover img{transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

/* 热点词 */
.ModuleName3{ 
   /* border-bottom: 1px solid #e1e1e1;  */
   line-height:34px; 
   height:35px;
	/* margin-right:10px; margin-left:10px; */
   }
.ModuleName3 h2 {
   height: 35px;
   background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
   line-height: 34px;
}
.ModuleName3 h2 span{
   display: block;
   height: 34px;
   line-height: 34px;
   background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) 10px center no-repeat;
   padding-left: 20px;
   width: 70%;
   font-size: 12px;
   color: #2f2f2f;
   float: left;
   }

.ModuleName3 span strong{font-weight: bold; float: left; display: inline-block; color:#bc1a21; margin-right: 5px;}
.TagCloud{ 
   width: 275px; 
   margin:0px auto; 
   padding:15px 0px;
	padding-bottom: 10px; 
	overflow: hidden; 
   }
.TagCloud a{color: #555; overflow: hidden; cursor:pointer; background-color: #f5f5f5; float: left; margin-bottom: 5px; margin-right: 5px;
   display: inline-block; height: 30px; line-height: 30px; padding:0px 10px;
}
.TagCloud a.tagsCol1{color: #bc97e5;}
.TagCloud a.tagsCol2{color: #bc1a21;}
.TagCloud a.tagsCol3{color: #1cc4f4;}
.TagCloud a.tagsCol4{color: #d4237a;}
.TagCloud a.tagsCol5{color: #91c220;}
.TagCloud a.tagsCol6{color: #f8921c;}
.TagCloud a.tagsCol7{color: #1087ca;}
.TagCloud a.tagsCol8{color: #525690;}
.TagCloud a.tagsCol9{color: #ff89c6;}
.TagCloud a.tagsCol10{color: #cb6517;}
.TagCloud a.tagsCol11{color: #d1cd0d;}
.TagCloud a.font1{font-size: 12px; font-weight: bold;}
.TagCloud a.font2{font-size: 14px;}
.TagCloud a.font3{font-size: 14px; font-weight: bold;}
.TagCloud a.font4{font-size: 16px;}
.TagCloud a.font5{font-size: 18px;}
.TagCloud a:hover{ text-decoration: underline; }

/* 排行榜 */
.MostConcern{padding:20px;}
.mcother li{ width: 100%; display: block; float: left; margin-bottom: 10px; line-height: 22px; height: 22px; }
.mcother li:last-child{margin-bottom: 0px;}
.mcother li:hover{ background-color: #f5f5f5; }
.mcother li *{ float: left; display: inline-block; }
.mcother li em{ float: right; color: #777; }
.mcother li a{ color: #333; max-width: 15em; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.mcother li a:hover{ color: #bc1a21; text-decoration: underline; }
.mcother li i{width: 20px; margin-right: 10px; text-align: center; color: #777;}

/* 推荐 */
.recbrands{width: 280px; margin-left: auto; margin-right:auto; padding-bottom: 10px;}
.recbrands ul{overflow: hidden; width:285px;margin-top:10px;}
.recbrands li{ 
   margin:0 5px 5px 15px;
   width:270px;
	float: left;
	 position:relative; 
	 z-index: 9;
   }
.recbrands li:before{
   content: ''; 
   width: 3px; 
   height: 3px;
	background: #bc1a21;
	 display:block;
	  position: absolute; 
	  z-index: 10px; 
	  top: 10px; 
	  left:-7px;
   }
.recbrands a{ line-height: 22px; height: 22px; display: block; overflow: hidden; color: #333;}
.recbrands a:hover{ color:#bc1a21; text-decoration: underline; }
.recbrands li:nth-child(5) a,.recbrands li:nth-child(6) a{color: #bc1a21;}

/* 入驻商家 */
.Mb2 .NewePro2{ padding:15px 10px 8px 10px; }
.Mb2 .NewePro2 ul{ overflow: hidden; }
.Mb2 .NewePro2 li{ width:calc(50% - 10px); width:-o-calc(50% - 10px); width:-ms-calc(50% - 10px); width:-moz-calc(50% - 10px); -webkit-width:calc(50% - 10px);
   float: left; margin-right: 20px; margin-bottom:7px;
}
.Mb2 .NewePro2 li:nth-child(2n){margin-right: 0px;}
.Mb2 .NewePro2 li:nth-child(7) a,.NewePro2 li:nth-child(8) a,.NewePro2 li:nth-child(9) a,.NewePro2 li:nth-child(10) a{ color:#bc1a21; }
.Mb2 .NewePro2 li em{  display: inline-block; line-height: 20px; height: 20px; max-width: 100%; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.Mb2 .NewePro2 li a{ display: inline-block; overflow: hidden; color:#333; cursor: pointer;}
.Mb2 .NewePro2 li a:hover{ color: #bc1a21; text-decoration: underline; }
.Mb2 .NewePro2 li a:nth-child(1){color: #333; margin-right: 5px;}

/* 热门资讯 */
.SameUl{padding:14px 15px;}
.SameUl ul{ overflow: hidden; }
.SameUl li{width: 100%; float: left; display: block; line-height: 20px; height: 20px; margin-bottom: 7px; position: relative; z-index: 9;}
.SameUl li:last-child{margin-bottom: 0px;}
.SameUl li:before{content: ''; width: 3px; height: 3px; background: #6270f8; overflow:hidden; float: left; display:inline-block; margin-right:10px; margin-top: 8px;}
.SameUl li a{color: #333; display: inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
   max-width:calc(100% - 13px); max-width:-o-calc(100% - 13px); max-width:-ms-calc(100% - 13px); max-width:-moz-calc(100% - 13px); max-width:-webkit-calc(100% - 13px);
}
.SameUl li a:hover{ color:#bc1a21; text-decoration: underline; }
.Triangle li:before{
   width: 0px !important; height: 0px !important; content: ''; background: none; margin-top: 6px; margin-right:5px;
   border-style: solid; border-width: 4px; border-color: transparent transparent transparent #f19149;
}


/*【右侧悬浮 微博、公众号、电话】**********/
/* .IcoFixed{position: fixed; bottom:80px; right: 50%; margin-right: -660px; z-index:99999; -webkit-transform: translateZ(0); width:52px; 
   _position: absolute;  
   _clear: both; 
   _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||80)-(parseInt(this.currentStyle.marginBottom,10)||80)));
}
.IcoFixed ul{margin-bottom: 10px;}
.Clearfix{ clear:both;}
.Clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.IcoFixed li{font-family: "Microsoft Yahei","宋体"; width:52px; height:56px; display:block; position:relative; z-index:1; }
.IcoFixed li .iconfont{
   color:#bc1a21; 
   display:inline-block;
	height:56px;
	 padding: 3px 0px; 
	 width:100%; 
	 text-align:center; 
	 cursor:pointer; 
   border: 1px solid #e5e5e5;
	background-color: #fff;
   border-radius: 5px; 
   -o-border-radius: 5px; 
   -ms-border-radius: 5px; 
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
   transition: all 0.3s ease; 
   -o-transition: all 0.3s ease; 
   -ms-transition: all 0.3s ease; 
   -moz-transition: all 0.3s ease; 
   -webkit-transition: all 0.3s ease;
}
.IcoFixed ul:nth-child(1) li .iconfont{ 
   color:#fff;
	background-color:#bc1a21;
	 border-color: #bc1a21;
   }
.IcoFixed ul:nth-child(2) li:nth-child(1) .iconfont{ 
   border-bottom-width: 0px;
   border-bottom-left-radius: 0px; -o-border-bottom-left-radius: 0px;
	-ms-border-bottom-left-radius: 0px; 
	-moz-border-bottom-left-radius: 0px;
	 -webkit-border-bottom-left-radius: 0px;
   border-bottom-right-radius: 0px; 
   -o-border-bottom-right-radius: 0px;
	-ms-border-bottom-right-radius: 0px; 
	-moz-border-bottom-right-radius: 0px;
	 -webkit-border-bottom-right-radius: 0px;
}
.IcoFixed ul:nth-child(2) li:nth-child(2) .iconfont{ 
   border-bottom-width: 0px;
	border-top-width: 0px;
   border-radius: 0px; 
   -o-border-radius: 0px; 
   -ms-border-radius: 0px;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;
}
.IcoFixed ul:nth-child(2) li:nth-child(3) .iconfont{ 
   border-top-width: 0px;
   border-top-left-radius: 0px;
	-o-border-top-left-radius: 0px; 
	-ms-border-top-left-radius: 0px; 
	-moz-border-top-left-radius: 0px; 
	-webkit-border-top-left-radius: 0px;
   border-top-right-radius: 0px; 
   -o-border-top-right-radius: 0px;
	-ms-border-top-right-radius: 0px;
	 -moz-border-top-right-radius: 0px;
	  -webkit-border-top-right-radius: 0px;
}
.IcoFixed li .iconfont:before{font-size: 28px;
	width: 50px;
	 height: 32px;
	  line-height: 32px;
	   text-align: center;
		display: block;
	   }
.IcoFixed li p{
   font-size: 12px;
	width: 100%; 
	height:18px;
	 overflow: hidden;
   }

.IcoFixed li .appear{
	position:absolute;
	 bottom:0px;
	  left:-160px;
	   display:block;
		width:160px;
		 padding:10px; 
		 z-index:-1; 
		 display: none;
   border-radius:5px 0px 0px 5px;
	-o-border-radius:5px 0px 0px 5px;
	 -ms-border-radius:5px 0px 0px 5px; 
	 -moz-border-radius:5px 0px 0px 5px;
	  -webkit-border-radius:5px 0px 0px 5px;
}
.IcoFixed li .fr-tel{ 
   line-height:36px; 
   font-size:20px;
	color:#fff;
	 background-color:#bc1a21;
	  text-align:center;
	   overflow:hidden;
   }
.IcoFixed li .fr-xuqiu{ 
   line-height:20px;
	padding: 7px 0px;
	 font-size: 14px;
	  color:#bc1a21; 
	  background-color:#fff;
	   text-align:center;
		border:1px dashed #bc1a21;
   left: -168px;
}
.IcoFixed li .fr-xuqiu:before,.IcoFixed li .fr-xuqiu:after{
	content:""; 
	display:block;
	 width:0px;
	  height:0px;
	   line-height:0px;
		font-size:0px;
		 position:absolute;
		  top: 20px;
   border-style:solid; 
   border-width: 6px;
}
.IcoFixed li .fr-xuqiu:before{ 
   border-color: transparent transparent transparent #bc1a21; right: -12px;
}
.IcoFixed li .fr-xuqiu:after{ 
   border-color: transparent transparent transparent #fff;
	right: -11px;
   }

.IcoFixed li .fr-gzh img{
	width:100%;
	}
.IcoFixed li:hover .iconfont{
   color:#fff; 
   background-color:#bc1a21; 
   border-color: #bc1a21; 
}
.IcoFixed li:hover .fr-gzh{
	display:block;
	 -webkit-animation-name: fadeInDown; 
	 animation-name: fadeInDown;
   }
.IcoFixed li:hover .fr-tel{ 
   display:block; 
   -webkit-animation-name: flipInX; 
   animation-name: flipInX;
} 
.IcoFixed li:hover .fr-xuqiu{ 
   display:block;
	-webkit-animation-name: fadeInDown; 
	animation-name: fadeInDown;
   }  */
/* 结束 */
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是供求的CSS样式 */







/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是精彩专题的CSS样式 */

.clearfix{display:block;clear:both;}

.clearfix{*zoom:1;}

.clearfix:after{display:block; overflow:hidden;clear:both;height:0;visibility:hidden;content:".";}

.clearfix:before{display:block; overflow:hidden;clear:both;height:0;visibility:hidden;content:".";}
.h15{height:15px;}/*间隔高勿删*/
.h20{height:20px;}/*间隔高勿删*/

/*其他*/
.jz{
	border:1px solid #CCC;
	padding:1px;
	transition:all .5s;
}
.jz:hover{
	box-shadow:0 0 5px #999;
}
.lb li{/*列表标点*/
	background:url(http://www.hyyxzs.com/list_images/biaodian.gif) no-repeat left center;
	padding-left:10px;
}
.pngbg{/*背景半黑*/
    background:rgba(0,0,0,.6)!important;/*ie9+any*/
	background:#000;/*ie678*/
	filter:alpha(opacity=60);/*ie6789*/
}
:root .pngbg {filter:alpha(opacity=100)\9;/*ie9*/}
/*多栏居中通用*/
.list-cn{
	text-align:center;
	font-size:0;
}
.list-cn li{
	font-size:12px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

/* A开始 */
#art-index {
	width:1100px;
	margin: 0 auto;
}



/* A左侧开始 */
#main-content{
	width:785px; 
	float:left;
	background-color: #fff;
	clear:both;
}
.make{
	/* border: 1px #7b9dca solid; */
	padding: 10px 20px;
	*zoom:1;
}

/* A左侧开始 */
.art-t2, .art-t3,.art-tab-t2,.make{
	/* border: 1px #e2e2e2 solid !important; */
}

/* A左侧开始 */
.art-t1, .art-t2, .art-t3, #ad-txt-img, .art-tab-t1, .art-tab-t2, .art-tab-t3,.make{
	/* transition: all 0.8s; */
}
.art-t1:hover, .art-t2:hover, .art-t3:hover, #ad-txt-img:hover, .art-tab-t1:hover, .art-tab-t2:hover, .art-tab-t3:hover ,.make:hover{
	/* box-shadow: 0 0 5px #0066CC;
	border-radius: 5px; */
}


/*A左侧列表*/
.make .art-li {
	font-size: 14px;
	line-height:28px;
}
.make .art-li{display:block;clear:both;}
.make .art-li{*zoom:1;}
.make .art-li:after{display:block; overflow:hidden;clear:both;height:0;visibility:hidden;content:".";}
.make .art-li:before{display:block; overflow:hidden;clear:both;height:0;visibility:hidden;content:".";}
.make .art-li h2 {
	height: auto;
	float: left;
	width: 480px;
	background: url(http://www.hyyxzs.com/list_images/biaodian.gif) no-repeat left center;
	padding-left: 10px;
	font-weight: normal;
	line-height: 25px;
	font-size:15px;
}
.make .art-li span {
	float: right;
}
.make .art-li img,.make .art-li p{
	display: none;
}
/*A列表E*/





/* A右侧开始 */
.art-t1 {
	/* border-top: 2px solid #da1624 !important; */
	background-color: #fff;
}

.art-t1:hover, .art-t2:hover, .art-t3:hover, #ad-txt-img:hover, .art-tab-t1:hover, .art-tab-t2:hover, .art-tab-t3:hover ,.make:hover{
	/* box-shadow: 0 0 5px #575555 !important; */
}

/* A右侧开始 */
#sub-content {
	width: 300px;
	float: right;
}

/* A右侧开始 */
.art-t1 {
	/* border-top: 2px solid #7b9ec8; */
}
/* A右侧标题 */
.art-t1 h2, .art-t2 h2, .art-t2 h3 {
	padding: 0 10px;
}
.art-t1 h2, .art-t1 h3, .art-t1 hgroup {
	/* background: url(../sucai/art-t1-h2-bg.gif) repeat-x; */
	
}
.art-t1 h3,.art-t2 h2{
	height: 35px;
    background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
    line-height: 34px;
}

.art-t1 h3 span,.art-t2 h2 span{
	display: block;
    height: 34px;
    line-height: 34px;
    background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) left center no-repeat;
    padding-left:10px;
    width: 70%;
    font-size: 12px;
    color: #2f2f2f;
    float: left;
}
/* A右侧热贴 */
.art-t2 {
	background-color: #fff;
}


/*A右侧热点推荐列表*/
.cjn-rdtj ol {
	padding: 5px 0;
	line-height: 24px;
}
.cjn-rdtj ol li{
	width:300px;
	height:24px;
	overflow: hidden;
}
.cjn-rdtj span {
	background: #bc1a21;
	margin: 0 10px;
	padding: 2px 6px;
	color: #fff;
}
.bbs-rt-img li {
	width: 130px;
	margin: 10px 8px 0;
	line-height: 25px;
}
.bbs-rt-txt {
	margin: 5px 10px;
}
.bbs-rt-txt li {
	line-height: 25px;
}
.cjn-photo-img {
	margin: 5px 0;
}
.cjn-photo-img li {
	width: 134px;
	height:120px;
	margin: 5px 5px;
	line-height:18px;
}
.cjn-video-img {
	padding-bottom: 10px;
}
.cjn-video-img li {
	width: 134px;
	margin: 10px 5px 0;
}


/* A视频推荐 */
.pic-title-txt {
	left:2px;
	bottom:2px;
	position:absolute;
	z-index:1;
	color: #fff;
	line-height: 25px;
	height: 25px;
	text-align: center;
	overflow:hidden;
}

a:hover {
	/* color: #dc5b5b !important; */
}
header nav li a:hover,.ly_btn a:hover{color:#fff !important;}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是精彩专题的CSS样式 */





/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是健康产业的CSS样式 */


.hide {
	display: none!important
}

.hidden {
	visibility: hidden!important
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.text-left {
	text-align: left
}
.text-center {
	text-align: center
}
.aside-panel {
	float: right;
	width: 285px;
	height: 100%;
}
.g-sublevel-content {
margin:0 auto;
	position: relative;
	width: 1100px;
	clear:both;
}

.g-sublevel-content:after,.g-sublevel-content:before {
	content: " ";
	display: table
}

.g-sublevel-content:after {
	clear: both
}
.g-sublevel-content .g-sublevel-main {
	width: 800px;
	overflow: hidden;
	background-color: #fff;
}
.g-sublevel-content .g-sublevel-side {
	width: 285px;
	overflow: hidden
}
.g-sublevel-content .g-sublevel-side .aside-panel {
	margin-bottom:20px;
	background-color: #fff;
}




.g-sublevel-content .g-sublevel-side .side-com-title {
	/* width: 260px;
	margin: 0 auto;
	height: 38px;
	padding-top: 28px; */
	margin-bottom:10px;
	height: 35px;
    background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
	line-height: 34px;
	
}
.g-sublevel-content .g-sublevel-side .side-com-title:after,.g-sublevel-content .g-sublevel-side .side-com-title:before {
	content: " ";
	display: table
}
.g-sublevel-content .g-sublevel-side .side-com-title:after {
	clear: both
}
.g-sublevel-content .g-sublevel-side .side-com-title h3 {
	/* float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	color: #1c1c1c */

	display: block;
    height: 34px;
    line-height: 34px;
    background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) 10px center no-repeat;
    padding-left: 20px;
    width: 70%;
    font-size: 12px;
    color: #2f2f2f;
    float: left;
}
.sublevel-side-panel .side2-panel .side2-ebrun-num p {
	overflow: hidden;
	height: auto;
	max-height:25px
}
.sublevel-side-panel .side4-panel dd a {
	font-size: 14px
}




.sublevel-liebiao {
	margin-top: 20px;
}
.sublevel-panel {
	margin-top: 2px
}

.sublevel-panel:after,.sublevel-panel:before {
	content: " ";
	display: table
}

.sublevel-panel:after {
	clear: both
}





.liebiao-item-xinwen {
	padding:0 10px;
	position: relative;
	width:800px;
	height:140px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.liebiao-item-xinwen:after,.liebiao-item-xinwen:before {
	content: " ";
	display: table
}

.liebiao-item-xinwen:after {
	clear: both
}

.liebiao-item-xinwen:hover {
	background-color: #fafafa;

}
.liebiao-item-xinwen.first {
	/* border: 0 none */
}
.liebiao-item-xinwen a {
	position: relative;
	display: block;
	padding:13px 0
}

.liebiao-item-xinwen a:after,.liebiao-item-xinwen a:before {
	content: " ";
	display: table
}

.liebiao-item-xinwen a:after {
	clear: both
}
.liebiao-item-xinwen .liebiao-image {
	margin-left:20px;
	position: relative;
	float: left;
	width:140px;
	height:120px;
	overflow: hidden
}

.liebiao-item-xinwen .liebiao-image img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: all,.7s;
	-moz-transition: all,.7s;
	-ms-transition: all,.7s;
	-o-transition: all,.7s;
	transition: all,.7s
}

.liebiao-item-xinwen .liebiao-image img:hover {
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	-webkit-transition: all,.7s;
	-moz-transition: all,.7s;
	-ms-transition: all,.7s;
	-o-transition: all,.7s;
	transition: all,.7s
}
.liebiao-item-xinwen .liebiao-well {
	float: right;
	width: 600px;
}
.liebiao-item-xinwen .liebiao-xinwen-title {
	height: 26px;
	overflow: hidden;
	font-size:15px;
	font-weight: 700;
	line-height: 26px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333
}

.liebiao-item-xinwen .liebiao-xinwen-title:hover {
	color: #bc1a21
}
.liebiao-item-xinwen .liebiao-xinwen-des {
	height: 52px;
	margin-top: 6px;
	overflow: hidden;
	font-size:12px;
	line-height:20px;
	color: #595959
}
.liebiao-item-xinwen .liebiao-xinwen-side {
	position: absolute;
	top:110px;
	/* bottom: 21px; */
	left: 0;
	width: 100%;
	height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 180px
}

.liebiao-item-xinwen .liebiao-xinwen-side:after,.liebiao-item-xinwen .liebiao-xinwen-side:before {
	content: " ";
	display: table
}

.liebiao-item-xinwen .liebiao-xinwen-side:after {
	clear: both
}
.liebiao-item-xinwen .liebiao-xinwen-side p {
	font-size: 14px;
	line-height: 24px;
	color: #999
}

.liebiao-item-xinwen .liebiao-xinwen-side .tag,.liebiao-item-xinwen .liebiao-xinwen-side .time {
	float: left
}

.side2-panel {
	width:285px;
	margin: 0 auto
}
.side2-panel .side2-ebrun-num {
	padding:0 10px;
	border-bottom: 1px solid #eee;
	margin-bottom:15px
}

.side2-panel .side2-ebrun-num dl {
	margin-bottom:4px
}

.side2-panel .side2-ebrun-num dl:after,.side2-panel .side2-ebrun-num dl:before {
	content: " ";
	display: table
}

.side2-panel .side2-ebrun-num dl:after {
	clear: both
}

.side2-panel .side2-ebrun-num dl dt {
	float: left;
	width: 36px;
	height: 36px
}

.side2-panel .side2-ebrun-num dl dt img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.side2-panel .side2-ebrun-num dl dd {
	float: left;
	width: 212px;
	margin-left: 11px
}

.side2-panel .side2-ebrun-num dl dd p {
	display: block;
	float: left;
	width: 250px;
	height: 36px;
	padding-right: 19px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}
.side2-panel .side2-ebrun-num dl dd p a {
	font-size: 16px
}

.side2-panel .side2-ebrun-num dl dd a {
	color: #333
}

.side2-panel .side2-ebrun-num dl dd a:hover {
	color: #bc1a21
}
.side2-panel .side2-ebrun-num dl dd .ico-side-more {
	float: right;
	width: 56px;
	height: 24px;
	margin-top: 3px;
	padding: 0;
	border: 1px solid #bfbfbf;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	color: #595959
}

.side2-panel .side2-ebrun-num dl dd .ico-side-more:hover {
	color: #bc1a21;
	border-color: #bc1a21
}
.side2-panel .side2-ebrun-num p {
	display: block;
	height:25px;
	overflow: hidden
}
.side2-panel .side2-ebrun-num p a {
	width: 260px;
	font-size: 14px;
	line-height: 22px;
	color: #595959
}

.side2-panel .side2-ebrun-num p a:hover {
	color: #bc1a21
}
.bangdan {
	width: 260px;
	margin: 0 auto;
	padding-bottom:15px
}

.bangdan li {
	width: 100%;
	height:35px;
	overflow: hidden;
	font-size: 14px;
	line-height:35px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-top: 1px solid #eee
}

.bangdan li:nth-of-type(1) {
	border: 0 none
}

.bangdan li.highlight a span {
	color: #ff9500
}

.bangdan li a {
	color: #333
}

.bangdan li a:hover {
	color: #bc1a21
}

.bangdan li a span {
	margin-left:3px;
	margin-right:5px;
	color: #bbb
}
.side4-panel dl,.side4-panel dt {
	overflow: hidden;
	height: 80px
}
.side4-panel dl {
	width: 260px;
	padding: 0 0 20px;
	margin: 0 20px 20px;
	border-bottom: 1px solid #eee
}
.side4-panel dt {
	float: left;
	width: 120px
}

.side4-panel dt img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: all,.7s;
	-moz-transition: all,.7s;
	-ms-transition: all,.7s;
	-o-transition: all,.7s;
	transition: all,.7s
}

.side4-panel dt img:hover {
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	-webkit-transition: all,.7s;
	-moz-transition: all,.7s;
	-ms-transition: all,.7s;
	-o-transition: all,.7s;
	transition: all,.7s
}

.side4-panel dd {
	overflow: hidden;
	float: right;
	width: 128px;
	height: 40px;
	padding-left: 12px;
	line-height: 20px
}

.side4-panel dd a {
	font-size: 16px;
	line-height: 20px;
	color: #333
}

.side4-panel dd a:hover {
	color: #bc1a21
}
.side4-panel .aside4-dl-dress {
	padding-top: 12px
}
.side4-panel .aside4-dl-dress span {
	display: block;
	margin-top: 5px;
	float: left;
	width:55px;
	font-size: 14px;
	color: #999
}
.side4-panel .aside4-dl-dress a {
	display:inline-block ;
	float:right;
	width: 58px;
	height: 24px;
	border: 1px solid #bfbfbf;
	border-radius: 14px;
	font-size: 14px;
	line-height: 26px;
	color: #595959;
	text-align: center;
}

.side4-panel .aside4-dl-dress a:hover {
	color: #bc1a21
}

.side4-panel .aside4-dl-dress a:hover {
	color: #bc1a21;
	border-color: #bc1a21
}

.side4-panel dl:last-child {
	border: 0
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是健康产业的CSS样式 */









/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是保健品人才的CSS样式 */



/* A开始 */
div.container {
	width:1100px;
	/* background-color: #fff; */
	margin: 0 auto;
	padding-bottom: 30px;
	min-height: 800px;
	margin-top:5px;
}

div.ps_con {
	margin-top: 15px
}

u {
	color: #eb7676;
	font-style: normal;
	text-decoration: none
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #999999 !important
}

input:-moz-placeholder,textarea:-moz-placeholder {
	color: #999999 !important
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: #999999 !important
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #999999 !important
}

input.onholder {
	color: #999999
}

span.onholder {
	color: #999999;
	position: absolute;
	z-index: 8
}

/* a {
	color: #2c84cc;
	outline-style: none
} */

a.a_grey {
	color: #999999
}

a.a_green {
	color: #7cb228
}

a.a_d {
	color: #999999;
	text-decoration: none
}

a.a_d:hover {
	text-decoration: underline
}

a.a_u {
	text-decoration: underline
}

a:hover u {
	text-decoration: underline
}

a.links {
	color: #2c84cc
}

a.links:hover {
	color: #2472b4;
	text-decoration: underline
}


iframe.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: transparent
}

::selection {
	background-color: #7cb228;
	color: #fff
}


/* A左侧开始 */
section.l_con {
	width:800px;
	float: left;
	padding: 0 20px 20px;
	border-right: 1px solid #e7e7e7;
	min-height: 1100px;
    _height: 1100px;
    background-color: #fff;
}
/* A左侧开始 */
ul.job_listings li {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	*zoom: 1
}

/* A左侧开始 */
ul.job_listings li p.collection {
	position: absolute;
	top: 20px;
	right: 0
}
ul.job_listings li p.collection a {
	color: #999999
}

/* A左侧开始 */
ul.job_listings li p.collection i {
	margin-right: 4px;
	vertical-align: -2px
}
/* A左侧开始 */
ul.job_listings li.item {
	padding: 26px 0 24px;
	border-bottom: 1px solid #E9E9E9
}
ul.job_listings li.item .collection {
	color: red;
	top: 29px;
	right: 89px
}
/* A左侧列表开始 */
ul.job_listings li.item .delivery_btn {
	position: absolute;
	top: 24px;
	right: 0;
	width: 72px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	background: #bc1a21;
	border-radius: 3px
}
/* A左侧列表开始 */
ul.job_listings li.item .info_wrap .title_wrap .title {
	margin-right: 14px;
	display: inline;
	font-size: 16px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #333;
	line-height: 22px
}
ul.job_listings li.item .info_wrap .desc_wrap {
	margin: 10px 0
}

ul.job_listings li.item .info_wrap .desc_wrap .salary {
	margin-right: 20px;
	font-size: 14px;
	color: #FA594A;
	line-height: 20px
}

ul.job_listings li.item .info_wrap .desc_wrap .desc {
	margin-right: 20px;
	font-size: 13px;
	color: #999;
	line-height: 18px
}

ul.job_listings li.item .info_wrap .text_wrap {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 22px
}


/* A左侧列表开始 */
i.collection {
	width: 15px;
	height: 14px;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: url("/images/icons.png") no-repeat 0 -287px;
	vertical-align: bottom
}


/* A右侧开始 */
section.r_con {
	width:284px;
	padding:10px;
    float: right;
    margin-left:15px;
    background-color: #fff;
}


/* A右侧工资列表 */
.salary_show li {
	padding-left: 25px;
	color: #999999;
	line-height: 2.4em;
	overflow: hidden;
	zoom: 1;
	position: relative
}
.salary_show li i {
	position: absolute;
	left: 0;
	top: 0.4em;
	display: inline-block;
	vertical-align: -5px;
	*vertical-align: middle;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background-color: #d7d7d7;
	text-align: center;
	line-height: 18px;
	overflow: hidden;
	color: #fff
}
.salary_show li i.hot {
	background-color: #bc1a21
}
.salary_show li p {
	float: left;
	padding-top: 5px;
	width: 17em;
    line-height: 1.5em;
    overflow: hidden;
}
.salary_show li p a {
	color: #343434;
	white-space: normal
}

.salary_show li p a:hover {
	text-decoration: underline
}

/* A工资表表 */
.salary_show li em {
	display: block;
	float: right
}
.mb10 {
    margin-bottom: 10px;
    border-bottom:1px solid #E9E9E9;
}
/* A公司公资 */
h2.por_tt {
	font-size: 15px;
	padding-bottom: 10px;
	/* border-bottom: 1px solid #e7e7e7; */
    margin-bottom: 10px;
    height: 35px;
    background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
    line-height: 34px;
}

h2.por_tt span{
    display: block;
    height: 34px;
    line-height: 34px;
    background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) 10px center no-repeat;
    padding-left: 20px;
    width: 70%;
    font-size: 14px;
    color: #2f2f2f;
    float: left;
}
/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是保健品人才的CSS样式 */






/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是人物访谈的CSS样式 */


/* 开始 */
.left{float: left;}
.right{float: right;}
.clear:after,.clear .after {content: ""; display: block; clear: both;}
.limit{
    width: 1100px;
     margin: 0 auto;
     overflow: hidden;
    }
.clear{zoom: 1;clear:both;}
.iclear ,.clr { clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

/* 右侧开始 */
.hot-figure{
    width: 285px;
}
/* 热点专题 */
.sidebox{
    margin-bottom:15px;
     /* padding:0 10px; */
      background:#fff;
       /* border-top: 2px solid #4e4e4e;  */
    }
.sidebox .title{
    /* padding:20px 5px 15px 5px; */
    height: 35px;
    background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
    line-height: 34px;
}
.sidebox h3{
    /* font-size: 22px; 
    color: #000;
     line-height: 22px; */
     height: 35px;
    background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
    line-height: 34px;
    }
    .sidebox h3 span {  display: block;
        height: 34px;
        line-height: 34px;
        background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) 10px center no-repeat;
        padding-left: 20px;
        width: 70%;
        font-size: 14px;
        color: #2f2f2f;
        float: left;}
.sidebox-tow{

}
.sidebox .right li{float: left; padding: 0 10px 0 8px; position: relative; color: #565656; cursor: pointer;}
.sidebox .right li.active{color: red;}
.sidebox .right li:after{content: "|"; position: absolute; right: 0px; color: #565656;}

/* .sidebox h3 a { color:#000; } */

.sidebox a:hover { color:#cd0001; }
.sidebox li.stop:after{display: none;}
.sidebox_title_right { padding-top:5px; margin-right:-10px; }
.specialbox ul{
    width:285px; 
     display:none;
     }
     .specialbox{
         margin:10px 0;
     }
     .video_ranking{
         padding-bottom:10px;
     }
.specialbox ul.active { display:block; }
.specialbox li{float: left; 
    margin:0 5px;
    width:130px;
     text-align: center;
      line-height: 28px;
       padding-bottom: 12px;
    }
    .sidebox-tow .figurebox{

    }
.figurebox li{
    float:left;
    width:135px;
    padding: 12px 0px;
}
.specialbox li a { display:block; }
.specialbox li p{line-height: 20px; height: 40px;overflow: hidden; cursor:pointer;  }
.specialbox li img { display:block; }
/* 人物访谈 */
.figurebox .text{
    margin:0 10px;
    line-height: 30px;
     width: 135px;
      overflow: hidden;
    }
.figurebox .text p{height: 60px; overflow: hidden; color:#333; line-height:20px; cursor:pointer; font-size:14px; }
.figurebox .text span{color:#000;  cursor:pointer;  }
.figurebox .img , .figurebox .aimg {
    margin:0 5px;
     width:135px;
      height:90px; 
      border:1px solid #eee;
       display:block;
        overflow:hidden;
         background: #fff center center no-repeat;
          float:left;
         }
.figurebox .img img  {filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; width:135px; height:90px; }
.figurebox .aimg img { 
    margin:0 5px;
    display:block;
      height:90px;
     }
/* 热点推荐 */
.video_ranking p{
    margin:5px 10px;
    height: 25px; 
    line-height: 25px; overflow: hidden; color: #4D4D4D; font-size: 14px; }
.video_ranking p em{display: block; width:15px; height:25px; color:#ff0000; float: left; text-align: left; font-style: normal; font-size:12px; }
.video_ranking p em.red{background: red;}
.video_ranking p a{}

/* 左侧开始 */
.news-list-l {
     width:800px;
     }
.news-list{ border-right:1px solid #eee; }
/* 左侧开始 */
.clist {}
.clist .item { 
    text-align:left; 
    border-bottom:1px solid #eee; 
    padding:15px 0; margin-right:10px;
     background:#fff; 
    }
    .clist .item:hover{border:1px solid #ff2d02;}
.clist .item .img,.clist .item .aimg {
    margin:0 15px; 
    text-align:center; 
    width:140px;
     height:120px;
      border:1px solid #eee; 
      display:block; 
      overflow:hidden; 
      background: #fff center center no-repeat; float:left;
     }
.clist .item  h1 { 
    margin:0 10px;
     display: block; font-family: "微软雅黑",'黑体';  font-weight: normal; line-height:25px; overflow: hidden; padding:0 0 10px; font-size:20px; }
.clist .item  h1 a { color:#000; font-size:20px; }
.clist .item  h1  a:hover { color:#cd0001;}
.clist .item .aimg img { 
    display:block;
     margin:0 auto; 
     height:120px;
     }
.clist .item .ptxt{ line-height:18px; overflow:hidden;text-align:left;}
.clist .item .ptxt p {  font-family: "宋体"; color:#818181; line-height:25px; text-indent:0; padding:0; }
.clist .item .ptxt p.hhdescription { 
    margin-right:15px;
    height:80px; 
    overflow:hidden; }
.nmore {
     padding:0px 5px 0px 0;
      height:26px; 
      line-height:26px;
      float:left; 
      overflow:hidden; 
      color:#888; 
      /* margin-top:10px;  */
      border-bottom:1px solid #eee; 
    }
.nmore a { color:#888; margin:0 10px 0 0; }
.nmore a:hover { color:#555; }
.clist .item .ptxt .right {
     text-align:right;
      padding-right:3px;
       height:26px; 
       line-height:26px;
        margin:10px 5px 0 0;
     }
.clist .item .ptxt .right a { }
.clist .item .img img {filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; width:210px; height:135px; }
/* 开始 */
.w1190 .bread {
    margin:0 auto;
    width:1100px;
 }
.w1190 .limit { 
    margin:0 auto;
    width:1100px; 
}
.w1190 .news-list-l {
     width:800px; 
    }

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是人物访谈的CSS样式 */













/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是保健品头条的CSS样式 */

/* A热门资讯 */
.clearfix:before {
	height: 0;
	content: '';
	clear: both;
	overflow: hidden;
	display: block;
}

.clearfix:before {
	zoom: 1;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}



.HD_nav {
    width: 1200px;
    height: auto;
    margin: 10px auto 0;
}
.HD_nav_lt {
    width: 870px;
    height: auto;
	float: left;
	background-color: #fff;
}
.HD_lists {
	background: #fff;
	padding: 0 20px;
}

.HD_lists li {
	padding-top:10px;
	height:130px;
	border-bottom: 1px solid #ededed;
}
.search_lists li {
	padding: 20px 0px !important;
	height: auto !important;
}

.HD_lists li:last-child {
	border-bottom: 0;
}
.HD_items {
	display: block;
	width: 150px;
	height: 110px;
	float: left;
}

.HD_intro {
	width:650px;
	float: right;
}
.HD_intro a{
	font-size:18px;
	font-weight:normal;
}
.HD_itrtits {
	display: block;
	font: 20px/30px ;
	font-weight: 600;
	color: #333;
	width: 530px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.HD_intro p {
	margin-top:5px;
	font-size: 14px;
	line-height:22px;
	color: #666;
}

.Lab_grp {
	margin-top: 10px;
	height: 24px;
}
.Lab_grp a{
	font-size:12px;
}
.Lab_grp span {
	display: block;
	font-size: 12px;
	color: #999;
	float: left;
	margin-right: 20px;

}

.lked_icon {
	display: block;
	width: 16px;
	height: 12px;
	background: url(http://www.hyyxzs.com/list_images/bg.png)  no-repeat;
	float: left;
	margin: 6px 5px 0 0;
}
.Infor_threepart>h3{
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 26px 0;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px #eee solid;
}
.Infor_threepart:nth-of-type(2),
.Infor_threepart:nth-of-type(3){
	margin-top: 10px;
}
.Infor_threepart>h3>span{
	display: flex;
	margin: 0 auto;
	position: relative;
}
.Infor_threepart>h3>span>i{
	display: block;
	float: left;
	width: 30px;
	height: 1px;
	background: #cccccc;
	margin: 15px 30px 0 30px;
}
.Infor_threepart>h3>span>strong{
	display: block;
	float: left;
	font-size: 28px;
	color: #bc1a21;
	font-weight: bold;
}
/* .Infor_threepart>h3>span>strong::after{
	content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 74px;
    top: -12px;
    background: url(../img/hy_13.png) no-repeat;
} */
.Infor_threepart>a{
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #D7000F;
	background: #fff;
	padding: 12px 0 24px;
}
.Infor_threepart>a>img{
	display: inline-block;
    margin-left: 12px;
    margin-top: -3px;
}

/*A 右侧开始 */
.xmxq_con_rt {
	float: right;
	width: 320px;
}


/* A相关品牌 */
.hotBd_pjct {
	width: 100%;
	background: #fff;
	margin-top: 10px;
	float: none;
	margin-bottom: 10px;
	padding: 10px 20px 20px 20px;
}
.hotBd_pjct_lists {
	padding-top: 10px;
}
.hotBd_pjct_items {
	height: 20px;
	margin-bottom: 20px;
}
.hotBd_pjct_items:last-child {
	margin-bottom: 0;
}

.hotBd_item_img {
	display: block;
	width: 130px;
	height: 80px;
	border: 1px solid #ddd;
	float: left;
}

.hotBd_item_img img {
	display: block;
	width: 128px;
	height: 78px;
}

.hotBd_item_intro {
	float: left;
	margin-left: 10px;
}

.hotBd_item_intro a {
	display: block;
	width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font: 14px/26px "微软雅黑";
	color: #333;
}

.hotBd_item_intro p {
	font: 14px/26px "微软雅黑";
	color: #999;
}
.hotBd_pjct:nth-of-type(1) {
	margin-top: 0;
}
.join_ranking_tits {
	height: 36px;
}
.join_ranking_tits span {
	/* display: block;
	width: 4px;
	height: 16px;
	float: left;
	background: #E00B0B;
	margin-right: 10px;
	margin: 10px 10px 0 0; */
}
.join_ranking_tits div {
	font: 16px/36px "微软雅黑";
	color: #333;
	float: left;
	font-weight: 600;
}
.join_ranking_tits{
	/* height:36px; */

	height: 35px;
    background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
    line-height: 34px;


}

.join_ranking_tits div{
	/* font:16px/36px "微软雅黑";
	color:#333;
	float:left;
	font-weight: 600; */


	display: block;
    height: 34px;
    line-height: 34px;
    background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) 10px center no-repeat;
    padding-left: 20px;
    width: 70%;
    font-size: 14px;
    color: #2f2f2f;
    float: left;
}

/* A十大品牌切换 */
.topRank_clas_list .clas_pjct_item:nth-of-type(1) .pjct_name {
	color: #ff5050;
}
.topRank_clas_list .clas_pjct_item:nth-of-type(1) .pjct_item_dw_name {
	color: #ff5050;
}
.topRank_clas_list .clas_pjct_item:nth-of-type(1) .ranking {
	background: #ff5050;
}
.ranking {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: #bbb;
	border-radius: 3px;
	text-align: center;
	font: 12px/16px "微软雅黑";
	color: #fff;
	margin: 11px 10px 0 0;
}
.pjct_clas {
	display: block;
	font: 14px/36px "微软雅黑";
	color: #999;
	text-align: right;
	float: left;
	width: 70px;
	margin-left: 20px;
}
.pjct_item_up {
	display: block;
	height: 36px;
}
.pjct_name {
	float: left;
	font: 16px/36px "微软雅黑";
	color: #666;
	width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.icon_ss,
.icon_s1 {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	background: url(../img/bg.png) -621px 0 no-repeat;
	margin: 10px 0 0 0;
}
.pjct_item_dw {
	display: none;
	height: 200px;
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
}
.pjct_img {
	width: 130px;
	height: 80px;
	float: left;
	margin-right: 20px;
}
.pjct_item_dw_tit .ranking {
	margin-top: 6px;
}
.pjct_item_dw_name {
	float: left;
	font: 16px/28px "微软雅黑";
	color: #666;
	width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pjct_item_itr {
	float: left;
	width: 198px;
}
.pjct_item_dw_tit {
	height: 28px;
}
.jmf_jmrs {
	font: 14px/26px "微软雅黑";
	color: #666;
}
.join_ranking{
	padding: 10px 20px 14px 20px;
	float:right;
	width:320px;
	background: #fff;
	margin-top:10px;
}
.join_ranking .pjct_img{
	margin-right: 10px;
}
.join_ranking .pjct_item_itr{
	width:140px;
}
.join_ranking .pjct_item_dw{
	height:120px;
}
.join_ranking .pjct_item_up{
	height: 38px;
}
.join_ranking .pjct_name{
	font:16px/38px "微软雅黑";
	
}
.topRank_clas_list .clas_pjct_item:nth-of-type(2) .pjct_name {
	color: #ff7640;
}
.topRank_clas_list .clas_pjct_item:nth-of-type(2) .pjct_item_dw_name {
	color: #ff7640;
}
.topRank_clas_list .clas_pjct_item:nth-of-type(2) .ranking {
	background: #ff7640;
}
.topRank_clas_list .clas_pjct_item:nth-of-type(3) .pjct_name {
	color: #f1a31b;
}
.topRank_clas_list .clas_pjct_item:nth-of-type(3) .pjct_item_dw_name {
	color: #f1a31b;
}
.topRank_clas_list .clas_pjct_item:nth-of-type(3) .ranking {
	background: #f1a31b;
}
.clas_pjct_item a:hover {
	text-decoration: none;
}
.xmxq_con_rt .join_ranking {
	width: 100%;
	margin-top: 0;
	height: auto;
}
.xmxq_con_rt .topRank_clas_pjct {
	margin-right: 0;
	float: none;
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
	display:table;
	content:" "
}
.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
	clear:both
}
.show {
	display:block!important
}
/* 
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
} */
/* A十大品牌切换 */

/* A新闻专题切换 */
.pptab_change>div {
	float: left;
	width: 50%;
	text-align: center;
	color: #666;
	line-height: 44px;
	font-size: 16px;
	border: 1px solid #ededed;
	border-right: none;
	background: #F8F8F8;
	cursor: pointer;
}

.pptab_change>div.on {
	background: #fff;
	color: #E43140;
	border-bottom: none;
	border-top: 2px solid #E43140;
}
.xmxq_con_rt .pptentop_tab,
.xmxq_con_rt .pptentop_tab2 {
	padding: 0;
}

.pptentop_tab>ul,
.pptentop_tab2>ul {
	padding: 10px 20px 20px 20px;
}
.hot_industry {
    padding: 10px 14px;
    background: #fff;
    margin-bottom: 10px;
}
.the_lable {
    padding-top: 10px;
}
.the_lable a {
	display: block;
	height: 32px;
	border-radius: 20px;
	padding: 0 20px;
	float: left;
	font: 16px/30px "???è??é?…é?‘";
	border: 1px solid #fff;
	margin: 0 12px 12px 0;
}

.the_lable a:hover {
	text-decoration: none;
}

.the_lable .col_r {
	border-color: #e56e6e;
	background: #ffeded;
	color: #e56e6e;
}

.the_lable .col_b {
	border-color: #5e9dd5;
	background: #f1f7fe;
	color: #5e9dd5;
}

.the_lable .col_p {
	border-color: #9d85d6;
	background: #f8efff;
	color: #9d85d6;
}

.the_lable .col_y {
	border-color: #f9a411;
	background: #fef8f0;
	color: #f9a411;
}

.the_lable .col_g {
	border-color: #6bc28a;
	background: #f1fff6;
	color: #6bc28a;
}
/* A新闻专题切换 */
.bd_headline_item {
	display: block;
	height: 34px;
}
.bd_headline_item i {
	display: block;
	width: 4px;
	height: 4px;
	background: #E00B0B;
	float: left;
	margin: 15px 10px 0 0;
}

.bd_headline_item p {
	font: 14px/34px "微软雅黑";
	color: #333;
	float: left;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bd_headline_item span {
	display: block;
	font: 14px/34px "微软雅黑";
	color: #999;
	float: right;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是保健品头条的CSS样式 */
















/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是行业展会的CSS样式 */
.divbody2011sy { 
	width:1100px; 
	margin:0 auto 9px auto; 
	/* background:#FFF;  */
	overflow:hidden; 
	height:100% 
}
.hangye_zhxxlist{
    float:left;
     width:800px;
    }

/* ??????? */
.hy_exhlist{width:758px;height:100%; overflow:hidden; border:1px solid #dddddd; border-top:none; }
.trade-exhlist li {
 margin:0 auto;
  width:100%; 
  height:125px; 
  padding:10px 0; 
  border-bottom:1px dashed #CCC; 
  overflow:hidden
}

.trade-more-ico { border:0; width:120px; height:90px;}
.liodd {
 /* background-color:#F8F8F8; */
}
.exhbox_listimg {border: 1px solid #D7D7D7;display:inline;float:left;height:100px;margin:4px 10px;padding:4px;width:130px;}
.exhbox_listcont {color:#666666;float:left;width:500px;height:115px; }
.exhbox_listcont li {padding:0; border:0; text-align:left; ;height:22px;width:500px;line-height:22px;}
.exhbox_listcont li a{ 
font-size:14px;
 color:#333;  
 text-decoration:none;
 font-weight: bold;
}
.exhbox_listcont li a.cgalink{font-size:12px;}
.cp{}
.smallhy_zhlist{ 
/* border:1px solid #cacbc9; */
padding-top:3px;
}
.smallhy_zhlist h1{
 height:32px; 
 overflow:hidden;
 border-bottom:1px solid #bc1a21;
 padding-top:3px;
 margin-bottom:8px;
 /* padding-left:5px; */
}
.smallhy_zhlist h1 span{
 border:1px solid #bc1a21;
 display:block; 
 width:215px; 
 background:url(http://www.hyyxzs.com/list_images/bgcityzh.png) 0 0 repeat-x;
 float:left;
  height:31px; 
 border-bottom:none;
  line-height:31px; 
  text-align:center;
   font-size:14px; 
   font-weight:bold; 
   color:#fff
}


/* ?? */
.hyzhright-small{ 
width:285px; 
float:right;
text-align:left;
}

/*???? */
  .zxfbhyzh-s{ 
      margin-bottom:10px;
      background-color: #fff;
    }
    /* ??? */
  .zxfbhyzh-s h2{ height:35px; background:url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x; line-height:34px;}
  .zxfbhyzh-s h2 span{ display:block; height:34px; line-height:34px; background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) 10px center no-repeat; padding-left:20px; width:70%; font-size:12px; color:#2f2f2f; float:left;}
  .zxfbhyzh-s ul{ padding:10px;}
  .zxfbhyzh-s ul li{
       height:26px; 
       line-height:26px;
        vertical-align:middle;
         overflow:hidden;
          background:url(http://www.hyyxzs.com/list_images/dian.gif) 0 9px no-repeat;
           padding-left:10px;
        }
        .zxfbhyzh-s ul li a{ display: block; float:left; color:#2c2c2c; width:230px; text-decoration:none;}
        .zxfbhyzh-s ul li a:hover{ color:#c20000; text-decoration:underline;}
        .zxfbhyzh-s ul li a.zxfb{ 
            width:100%;
            color:#333;
          }
  .zxfbhyzh-s h2 a{ float:right; padding-right:10px; line-height:34px; font-size:12px; color:#2f2f2f; display:block; font-weight:normal; text-decoration:none;}
  .zxfbhyzh-s h2 a:hover{ color:#c20000}
/* E */


  
  .zxfbhyzh-s ul li span{ float:right; color:#6a6a6a;}

  /* ?????*/
.smallhy{
 /* border:1px solid #e1e1e1; */
  margin-bottom:10px;
   padding:10px;
   background-color: #fff;
   text-align:left;
}
.smallhy h3{ 
margin:0 0 6px 15px;
/* margin-left:15px; */
font-size:15px;
 color:#ce0000;

}
.smallhy div a{
 padding:0 15px;
  font-size:14px;
   color:#2a2a2a;
    line-height:24px;
     text-decoration:none;
    }
.smallhy div a:hover{ color:#ce0000; text-decoration:underline;}
/* ????? ??*/

/* ???? */
.smallhy-zdzh{
padding:10px 0;
/* border:1px solid #cacbc9; */
margin-bottom:10px;
text-align:left;
}
.smallhy-zdzh h3{ 
height:32px; 
overflow:hidden;
border-bottom:1px solid #bc1a21;
padding-top:3px;
margin-bottom:8px;
/* padding-left:5px; */
}
.smallhy-zdzh h3 span{
 border:1px solid #bc1a21;
 display:block; 
 width:180px; 
 background:url(http://www.hyyxzs.com/list_images/bgcityzh.png) 0 0 repeat-x;
 float:left;
  height:31px;
   border-bottom:none;
    line-height:31px;
     text-align:center;
      font-size:14px;
       font-weight:bold;
        color:#fff
    }
.smallhy-zdzh dl{ padding:10px; zoom:1; overflow:hidden; border-bottom:1px dashed #d6d7d5}
.smallhy-zdzh dl dt{ float:left; width:115px; height:70px; padding-left:5px;}
.smallhy-zdzh dl dt img{ border:1px solid #e1e1e1; padding:2px;}
.smallhy-zdzh dl dd{ float:left; width:600px; padding-left:10px; overflow:hidden;}
.smallhy-zdzh dl dd a{ 
display:block; 
font-size:14px; 
color:#333;
font-weight: bold;
 text-decoration:none;
  height: 27px;
   overflow: hidden;
   width:600px;
}
.smallhy-zdzh dl dd a:hover{ color:#db0101}
.smallhy-zdzh dl dd a.cga{ font-size:12px;font-weight:normal; display:inline;}
.smallhy-zdzh dl dd span{ display:block; line-height:22px; color:#434242}
/* ???? ??*/

/* ?? */
/* .divlistpagenumber{ width:100%; overflow:hidden;} */

/* ?? */
.page_group{
float:left;
 text-align:right;
 padding:10px 25px;
}
.page_group a{display:inline-block;padding:5px 15px;border:1px #E6E6E6 solid;margin-left: 10px}
.page_group a.active{background:#1BBC9B;color:#fff;}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
    display: inline;
    }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    }  
    .pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
cursor: not-allowed;
background-color: #ffffff;
border-color: #dddddd;
}   
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.428571429;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
}  


.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
cursor: default;
background-color: #bc1a21;
border-color: #bc1a21;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是行业展会的CSS样式 */







/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是保健品招商的CSS样式 */
.pb20{padding-bottom: 20px;}
.w1200{width: 1100px;margin:0 auto;position: relative;}
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}
.fl{float:left; display: inline;}
/* .fr{float:right; display: inline;} */
.w5{width:5%}
.pt5{padding-top: 5px;}
.c999{color:#999;}
.w85{width: 85%;}
.w95{width: 95%;}
.oh{overflow: hidden;}
.areabox{
	background:#fff;
	padding:10px 25px 10px 0;
	/* padding:10px 25px; */
	margin:10px 25px;
	position:relative;
	height:35px;
	overflow: hidden;
	/* border:1px #eee solid; */
}
.areabox a{display:inline-block;float:left;width:60px;text-align:center;padding:5px 0;border-radius: 3px}
.areabox a.active{color:#bc1a21;}
.more_a{
	position:absolute;
	right:26px;
	top:13px;
	cursor:pointer;
	border:1px #E8E8E8 solid;
	padding:2px 10px;
	font-size: 12px;
}
.typebox,.ksbox{background:#fff;padding:10px 25px;position:relative;border:1px #eee solid;margin-top:-1px;}
.zj_checkbox{
	position:relative;
	display:inline-block;
	margin-left: 15px;
	margin-top: 5px;
}
.zj_checkbox .w_check{
	position:absolute;
	left:0;
	opacity:0;
	width:18px;
	height:18px;
}

.w_check:checked + .icon-gouxuan-weixuanzhong-xianxingfangkuang:before{
	content: "\e636";
	color:#bc1a21;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .icon-phone:before {
	content: "\ea53";
	color: #ddd;
  }
.vm{
	vertical-align: middle!important;
}

.zj_ok{cursor:pointer;border:1px #E8E8E8 solid;padding:2px 10px;font-size: 12px;}
.mt15{
    margin:0.75em auto ;
}
.xq_left{
	margin-right:8px;
	width:800px;
	float:left;
	background:#fff;
}
.list_header{background:#FAFAFA;border:1px #eee solid;padding:6px 10px;}
.f16{font-size: 16px;}
.bm{border-bottom:1px #E5E5E4 dashed;}
.list_item{
	overflow: hidden;
	background:#fff;
	padding:5px;
}
.list_item:hover{
	/* background:#FAFAFA; */
	border:1px solid #bc1a21;
}
.list_item>.fr{
	margin-right:30px;
	width:160px;
}
.listimg{
	margin:0 15px 0 20px; 
	/* margin-right: 25px; */
}
.listimg img{width:110px;height: 110px;border:1px #F2F2F2 solid;}
.xuq_left{
	display:inline-block;
	float:left;
}
.f18{font-size: 18px;}
.cp_info{
	width:420px;
	display: table;
}
.cp_info td{
	font-size: 12px;
	color:#999;line-height:26px;
	width:48%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:inline-block;
}
.tr{text-align: right;}
.lh30{line-height:30px;}
.fb{font-weight: bold;}
.c333{color:#333;}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}

.list_tip {
    border: 1px #ddd solid;
    padding: 1px 5px;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 260px;
    overflow: hidden;
    white-space: nowrap;
}

.areabox.zk,.typebox.zk{height: auto!important;}





/* 左侧开始 */
.container_l{
	width:285px;
	height:auto;
	float:right;
}
.l_list, .l_list2, .l_list_two{
	width:285px;
	height:auto;
	/* border:1px solid #C8C8C8; */
	float:left;
	background-color: #ffffff;
}
.ModuleName3{ 
	/* border-bottom: 1px solid #e1e1e1; */
	 line-height:34px;
	  height:34px;
	   /* margin-right:10px; 
	   margin-left:10px; */
	   
	}
	.ModuleName3 h2 {
		height:35px;
		background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
		line-height: 34px;
	}

.ModuleName3 span{
	height:34px; 
	padding-left: 20px; 
	padding-right: 10px;
	 font-size: 14px; 
	 font-weight: bold; 
	 display: inline-block; 
	 /* border-bottom:1px solid #bc1a21; */
	  margin-bottom: -1px;
	  background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) 10px center no-repeat;
	}



.l_list p, .l_list2 p, .l_list_two p{
	width:274px;
	height:28px;
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	text-align:center;
	background:#F4F9F3;
	float:left;
}
.l_list ul, .l_list2 ul{
	margin-left:6px;
	width:262px;
	height:auto;
	padding:6px;
	float:left;
}
.l_list ul li, .l_list2 ul li{
	margin-left:6px;
	width:250px;
	height:28px;
	line-height:28px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border-bottom:1px dashed #CCC;
	float:left;
}
.mt_10{margin-top:10px;}
.l_list2 ul li span{
	width:262px;
	height:24px;
	line-height:24px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	/* border-bottom:1px dashed #CCC; */
	float:left;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是保健品招商的CSS样式 */







/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是行业资讯的CSS样式 */

.g-420 {
	width:340px;
	margin: 0 10px 0px 10px;
	float:left;
	display:inline;
}
.g-421 {
	width:430px;
	/* margin:0; */
	float:left;
	display:inline;
}
#m-hots{
	width:340px;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.slide {background:#FAFAFA;overflow:hidden;}
.m-hotNews{
	border-bottom:1px solid #ddd;
	/* line-height:2; */
	color:#8c8c8c;
	padding:0;
	
    text-overflow:ellipsis;
}
.m-hotNews h2{
	display:block;
	overflow:hidden;
	/* line-height:2; */
	font-size: 18px;
	 font-weight:bold;
	 white-space:nowrap;
    overflow:hidden;

	}

	.m-hotNews h2 a{
		font-size: 18px;
	}


.m-hotNews p{
	margin:1px auto;
	height:45px;
	line-height:20px;
	display:block;
	overflow:hidden;
	width:430px;
}
.m-hotlist{
	 padding:10px 10px 5px 5px;
	}
.m-hotlist li{ height:27px; line-height:27px; overflow:hidden}
.m-list li{
	background:url(http://www.hyyxzs.com/list_images/d.png) 0 50% no-repeat;
    *background:url(http://www.hyyxzs.com/list_images/d.png) 0 50%  no-repeat;
	height:1.9em;
	line-height:1.9em;
	padding-left: 10px;
	margin:0px;
}
.m-list li a{
	display:inline-block;
	height:23px;
	width:83%;
}
    .f_r {float:right;}
    .m-w1190 .m-tit p.fr,span{padding:0 15px 0 0}
    .m-titp p.fr,span{
		padding:0 0 0 3px;}
	.m-list,.m-list li{overflow:hidden;}

    .g-r,.g-30{margin-right:0;}
    .g-330 {
		width:285px;
		margin: 0;
		float:left;
		display:inline;
	}
    .m-box {
		 /* border: 1px solid #ddd; */
		  zoom: 1;
		   font-size: 12px; 
		   margin: 0;
			padding: 0;
			height:280px;
			background-color: #fff;
		 }


.m-box-head_news{
	height: 35px;
    background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
    line-height: 34px;
}




    .m-box-head-title_news{  
		   /* background: #bc1a21;color: #f6ffff;
        font-size: 16px;
        padding: 0px 10px;
		line-height:38px; */

	display: block;
    height: 34px;
    line-height: 34px;
    background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) 10px center no-repeat;
    padding-left: 20px;
    width: 70%;
    font-size: 14px;
    color: #2f2f2f;
    float: left;
	}


/* 从这开始 */
.main {
	margin-bottom: 17px;
}
.main { position: relative;}

.main .mainnews { 
	width: 1100px; 
	/* padding: 0 15px;  */
	/* background-color: #fff;  */
	margin: 0 auto;
	 overflow: hidden; 
	 padding-bottom: 20px;
	  position: relative;
	}
.mainnews .newsl { 
	float: left; 
	width: 800px;
	}
.mainnews .newsl .newSl {
	padding:10px 0;
	 width:800px;
	  height:280px;
	   overflow:hidden;
		position:relative;
		background-color: #fff;
	 }
.mainnews .newsl .chosen { 
	padding:10px;
	margin-top:20px; 
	overflow: hidden;
	width:800px;
	background-color: #fff;
 }
.main .mainnews .com-title, .main .listr .com-title, .main .listl .com-title { 
	width:100%;
	/* border-bottom: 3px solid #F5F5F5;
	 padding-bottom: 0px; 
	 margin-bottom: 5px; */
	 height: 35px;
	 background: url(http://www.hyyxzs.com/list_images/smallbg.png) 0 0 repeat-x;
	 line-height: 34px;

	}
	.viewpoint ul{
		margin:5px 5px 10px;
	}
	.mainnews .viewpoint ul li, .listr .viewpoint ul li {
		padding:5px;
		color: #3e3e3e;
		font-size: 15px;
		height:60px;
		line-height:30px;
		/* text-indent: 30px; */
		*overflow: hidden;
		*width:275px;
		overflow: hidden;
		font-weight: bold;
		white-space:nowrap;
	text-overflow:ellipsis;
	border-bottom:1px dashed #e5e5e5;
		
	}

	.viewpoint p{
		margin:0 auto 10px;
		overflow: hidden;
		font-size:12px;
		line-height:20px;
		text-align:left;
		height:20px;
		text-overflow: ellipsis;
		font-weight: normal;
	}
	.viewpoint li a{
		display:block;
		text-align:left;
		width:275px;
	}
.main .mainnews .com-title span, .main .listr .com-title span, .main .listl .com-title span {
	/* border-bottom: 3px solid #bc1a21;
	padding-bottom: 2px;
	font-size: 18px;
	color: #3C3B3C; */

    display: block;
    height: 34px;
    line-height: 34px;
    background: url(http://www.hyyxzs.com/list_images/hyspanbg.gif) 10px center no-repeat;
    padding-left: 20px;
    width: 70%;
    font-size:15px;
    color: #2f2f2f;
    float: left;
}
.main .mainnews .com-title span a{
	/* border-bottom: 3px solid #bc1a21; */
	padding-bottom: 5px;
}
.main .mainnews .com-title img, .main .listr .com-title img, .main .listl .com-title img { position: relative; top: 3px; left: 0px; margin-right: 5px;}
.mainnews .newsl .chosenbox { 
	float: left; 
	width: 385px;
	 height:120px;
	  background-color: #F1F6F8; 
	  padding: 10px; 
	  margin-top: 13px;
	   display: inline;
	}
.mainnews .newsl .chosenbox-ml {
	 margin-right:9px;
	}
.mainnews .newsl .chosenbox-ml:nth-child(odd){margin-right:0;}
.mainnews .newsl .chosenbox .chosenimg { 
	float: left;
	 margin-right: 10px; 
	 display: inline;
	  width:90px;
	   height:55px;
	}
.mainnews .newsl .chosenbox h3 { 
	overflow: hidden;
	font-size: 14px;
	 margin-left: 95px; 
	 text-align: left; 
	 height:45px; 
	}
	.mainnews .newsl .chosenbox h3 a{
		font-size: 14px;

	}
.mainnews .newsl .chosenbox h3:hover { color: #fff;}
.mainnews .newsl .chosenbox h3:hover a { color: #bc1a21; text-decoration:none;}
.mainnews .newsl .chosenbox p {
	 color: #676666;
	  margin-top:18px;
	}
.mainnews .newsl .chosenbox span { background: url(../images/symbol-9.png) no-repeat 0 4px; padding-left: 16px; display: inline-block !important; *display: inline; zoom: 1; width: 80px;}
.mainnews .newsl .chosenbox span+span { background: url(../images/symbol-10.png) no-repeat 0 5px; }
.mainnews .newsl .hot { 
	padding:10px;
	margin-top: 20px;
	width:800px;
	height:100%;
	background-color: #fff;
}
.mainnews .newsl .hot .hotbox { 
	height: 90px; 
	padding: 5px 10px 5px 0; 
	border-bottom: 1px solid #E5E5E5; 
	/* margin-right:10px; */
	margin:8px  0;
}
.mainnews .newsl .hot .hotbox .hotimg {
	 width: 150px; 
	 height: 80px;
	  float: left; 
	  display: inline;
	   margin-right: 28px; 
	   position: relative;
	}
.mainnews .newsl .hot .hotbox .hotimg .hotimgzz {
	 position: absolute; 
	 top: 0px; 
	 left: 0px; 
	 width: 150px; 
	 height:80px;
	}
.mainnews .newsl .hot .hotbox .hotimg:hover .hotimgzz { background:#bc1a21; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50);}
.mainnews .newsl .hot .hotbox p { 
	margin:2px 0;
	color: #3e3e3e;
	 font-size: 14px;
	  height:50px;
	   line-height:22px;
	}
.mainnews .newsl .hot .hotbox .hotimg img {
	 width: 150px; 
	 height:80px; 
	}
.mainnews .newsl .hot .hotbox .hotimg .standpoint { position: absolute; top: 0px; left: 0px; padding: 0 5px; height: 30px; font-size: 14px; color: #fff; background-color: #bc1a21; text-align: center; line-height: 30px;}
.mainnews .newsl .hot .hotbox .hotimg .zzsz {  display: inline-block; *display: inline; zoom: 1; background:transparent; position: absolute; top: 40%; left: 40%; width: 43px; height: 43px;}
.mainnews .newsl .hot .hotbox .hotimg:hover .zzsz { background: url(../images/symbol-26.png) no-repeat;}
.mainnews .newsl .hot .hotbox h3 {
	 font-size: 15px;
	  font-weight: bold; 
	  height: 30px;
	   line-height:30px;
		/* margin-bottom: 5px; */
		overflow:hidden;
	}
	.mainnews .newsl .hot .hotbox h3 a{
		font-size: 15px;
	}

.mainnews .newsl .hot .hotbox h3:hover a { color: #bc1a21; text-decoration:none;}
		/*右侧*/
        .main .mainnews .newsr { 
            float: right; 
            width: 285px;
             /* margin-left:10px; */
              display: inline; 
            }
        .mainnews .newsr .topnews {
            overflow: hidden;
             height:280px;
            }
        .viewpoints{
            padding:10px;
            height:auto;
            overflow:hidden;
            margin:20px auto 20px;
            background-color: #fff;
        }
        .viewpoints ul li{
            height: 80px;
            width:265px;
            float: left;
             /* padding: 5px; */
			 border-bottom: 1px dashed #E5E5E5;
			 margin:8px 0;
            }
        .viewpoints ul li .lpic{ 
            float: left;
            margin-right: 10px;
            display: inline;
        }
        .viewpoints ul li .lpic img{
            width:100px;
            height:75px;
        }
        .viewpoints ul li .ltitle a{
            font-size:12px;
        }
        .mainnews .newsr .brandshow { 
            margin-top: 10px;
        }
        .main .mainnews .viewpoint, .listr .viewpoint {
            padding:10px;
             float:left;
              width:265px; 
              display: inline;
               background-color: #fff;
            }

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是行业资讯的CSS样式 */







/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是代理的列表页 */

a.orange:link{color:#FF6600;}
a.orange:visited{color:#FF6600;}
a.orange:hover{color:#555555;}




/* AAAAAAAAAAAAAAA */
.clear {clear: both;font-size: 1px;height: 1px;line-height: 1px;}
/* AAAAAAAAAAAAAAAAA */
.mt{margin-top:8px;}

/* AAAAAAAAAAAAAAAAA */
.orange,a.orange:link,a.orange:visited{color:#FC7F01;}

/* AAAAAAAAAAAAAAAAAA */
/* a:link {color: #333; text-decoration:none;}
a:visited {color: #333;text-decoration:none;} */
/* a:hover {color: #bc1a21; text-decoration:underline;} */
a:active {color: #333;}

/*AAAAAAAAAAAAAAAAAAAA*/
dl,dt,dd{padding:0px;margin:0px;list-style-type: none;}
a {color: #333333;text-decoration: none;}

/* AAAAAAAAAAAAAA页面主体 */
#main{
	margin:8px auto;
	 width:1100px;
	 background-color: #fff;
	}
/*AAAAAAAAAAAAAAA list左侧 */
.list-left{
	width:800px;
	 float:left;
	 background-color: #fff;
	}
/* AAAAAAAAAAAAAAAA */
#nav_more{border:1px solid #E1E1E1; background:#F7FCFC; padding:5px 0; width:100px;}
#nav_more li{ padding:7px 0px 0px 25px; background:url(http://www.hyyxzs.com/list_images/dan.gif) no-repeat 10px 11px;}
#nav_more li a,#state_more li a:visited{display: block; font:normal 12px/22px normal; padding-left:10px}
#nav_more li a:hover{color:#F3F3F3; background:#bc1a21; font:bold 12px/22px normal; padding-left:10px} 
/*AAAAAAAAAAAAAAAAA list页面　列表浏览方式 */
.list h2{
	background:url(http://www.hyyxzs.com/list_images/sort_12.gif) repeat-x;
	 padding:0; 
	 color:#bc1a21; 
	 height:24px; 
	 font:normal 12px/24px normal;
	  margin-bottom:10px;
	}
.list h2 p{ 
	margin-left:14px;
	width:80px;
	 float:left; 
	 text-align:left;
	 }
.list h2 .w146{
	width:95px; 
	padding-left:10px;
}
.list h2 .w145{margin-left:20px;width:255px;}
.list li{
	background:url(http://www.hyyxzs.com/list_images/dan.gif) no-repeat 10px 8px; 
	padding:7px 0px 0px 30px;
	 color:#555; 
	 border-bottom:1px dashed #ccc;
	  height:35px;
	}
.list li p{
	/* margin-left:5px; */
	 width:80px; 
	 float:left; 
	 text-align:center;
	  overflow:hidden; 
	  height:24px; 
	  text-overflow:ellipsis; 
	  white-space:nowrap;
	}
	.list li p img{
		border-radius: 0;
	}
.list li .w145{width:255px; text-align:left;}
.list li .w146{width:95px; text-align:left;}
.list li .w147{
	margin-left:15px;
	width:90px;
	 text-align:left;
	}
.list h6{font:normal 14px/24px Arial; background:#F7F7F7; text-align:center; margin-top:10px;}
.list h6 b{color:#FF0000;}
.icon{background:url(http://www.hyyxzs.com/list_images/209.gif) no-repeat; padding-left:15px;}

/* AAAAAAAAAAAAAAlist右侧 */
.list-right{
	width:290px; 
	float:right;
	background-color: #fff;
}

/* AAAAAAAAAAAAAA右侧框架样式 */
.wrap0{border:1px solid #eda1a4;}
.wrap0 dt{background:url(http://www.hyyxzs.com/list_images/sort_04.gif) repeat-x; border-bottom:1px solid #eda1a4; font:bold 14px/16px normal; padding:3px 10px;}
.wrap0 dt span{font:normal 12px/16px normal;}
.wrap0 dd{padding:8px; color:#bc1a21; line-height:22px; clear:both;}

/* 右AAAAAAAAAAAAAAAA */
.xxfb dd{background:url(http://www.hyyxzs.com/list_images/agent_xx.gif) no-repeat 180px center;}

/* 右侧AAAAAAAAAAAAAAAAAAAAAA */
.wrap01{border:1px solid #eda1a4;}
.wrap01 dt{background:url(http://www.hyyxzs.com/list_images/sort_04.gif) repeat-x; border-bottom:1px solid #eda1a4; font:bold 14px/16px normal; padding:3px 10px;}
.wrap01 dt span{font:normal 12px/16px normal;}
.wrap01 dd{padding:8px; color:#bc1a21; line-height:28px;}
/* AAAAAAAAAAAAAAAAAA */
dl,dt,dd{padding:0px;margin:0px;list-style-type: none;}
a {color: #333333;text-decoration: none;}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是代理的列表页 */





/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是发布招商代理的样式 */

.warpbox{ width:100%;}
.mainbox_960{ width:960px; margin:0 auto; position:relative;}
.main_layout{ border: 1px solid #D5D5D5;width: 1098px; margin:0 auto; margin-top:20px;
background-color:#fff;
}
.main_layout .left_box{ 
	float:left; width:268px;
	background-color:#fff;
	}
.main_layout .right_box{background: none repeat scroll 0 0 #FFFFFF;float: right; width:770px; padding-right:10px;}

/*AAAAAAAAAAAAAAAAAAAAA 右侧开始 */
.mian_right_bt{
	width:100%;
	height:30px;
	background-image:url(http://www.hyyxzs.com/list_images/drr.gif);
	text-align:left;

}


/*AAAAAAAAAAAAAAAAAAAAA 右侧开始 */
.mian_right{
	width:268px;
	float:left;
	height:auto;
}
.mian_right_bt SPAN{
font-size:14px;
color:#FFFFFF;
font-weight:bold;
line-height:35px;
padding-left:30px;}
.mian_right_txt{
	width:266px;;
	min-height:189px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fac5c8;
	border-bottom-color: #fac5c8;
	border-left-color: #fac5c8;
	margin-bottom:8px;
}
.mian_right_txt1{
	margin:0 auto;
/* padding-left:8px;
padding-right:0px; */
padding-top:5px;
padding-bottom:5px;
font-size:13px;
text-align:left;
line-height:25px;}
.mian_right_txt1 SPAN{
	background-color:#fef5f5;
	border: 1px solid #fac5c8;
	/* padding-left:5px; */
	padding:5px;
	margin:2px;
	/* padding-top:5px; */
	padding-bottom:5px;
	line-height:30px;
}
.mian_right_txt_b{
	width:266px;
	min-height:620px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fac5c8;
	border-bottom-color: #fac5c8;
	border-left-color: #fac5c8;
	padding-top:8PX;
}
/* AAAAAAAAAAAAAAAAA右侧 */
.mian_right_txt_b ul li{
width:255px;
margin-left:6PX;
height:25px;
margin-bottom:6PX;
text-align:left;
}
.mian_right_txt_b ul li SPAN{
color:#646464;
line-height:20PX;
padding-left:5px;
;}





.main_layout .right_box{
	background: none repeat scroll 0 0 #FFFFFF;
	 float: right;min-height: 740px; 
	 padding-bottom: 20px;
	 width:820px;
	}
.main_layout .right_box .title{height:30px;background:#fef5f5;line-height:30px;text-align:center;margin:12px 0 0;color:#f25a61;font-size:15px;font-family:"Microsoft YaHei";font-weight:bold}
.main_layout .right_box .r_div_5{margin:20px 10px 0}
.main_layout .right_box .r_div_5 table{width:100%}
.main_layout .right_box .r_div_5 table th{text-align:right;vertical-align:top;padding-top:13px}
.main_layout .right_box .r_div_5 table td{text-align:left;padding:8px 0}
.main_layout .right_box .r_div_5 table input.ipt_1{height:22px;border:1px solid #ccc;padding-left:2px;color:#555;width:360px;line-height:22px}
.main_layout .right_box .r_div_5 table input.ipt_1_1{height:22px;border:1px solid #ccc;padding-left:2px;color:#555;width:360px;line-height:22px}
.main_layout .right_box .r_div_5 table input.ipt_2{height:22px;border:1px solid #ccc;padding-left:2px;color:#555;width:200px;line-height:22px}
.main_layout .right_box .r_div_5 .checkbox{ }
.main_layout .right_box .r_div_5 .checkbox span{padding-right:5px; line-height:24px;}
.main_layout .right_box .r_div_5 .checkbox span input{ vertical-align:middle; margin:0px;}
.main_layout .right_box .r_div_5 .checkbox span label{ margin:0px 5px; float:none; vertical-align:middle;}
.main_layout .right_box .r_div_5 .msg{ padding:10px 28px; line-height:24px; color:#6f6f6f;}
.main_layout .right_box .r_div_5 .msg strong{ color:#f25a61;}
.main_layout .right_box .r_div_7{text-align:center;height:26px;margin-top:20px;padding-bottom:10px}
.main_layout .right_box .r_div_7 input.ipt_2{
	width:78px;
	height:26px;
	background:url(http://www.hyyxzs.com/list_images/user-1_43.png) no-repeat;
	font-weight:bold;
	color:#fff;
	border:none;
	cursor:pointer;
	margin-right:40px;
}
.formError { z-index: 990; }
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}
.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	width: 250px;
	font-size: 11px;
	border: 1px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 4px 4px 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

/*AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 以上是发布招商代理的样式 */








/*AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 以下是发布代理的样式 */

/* AAAAAAAAAAAAAAAAAAA */
#wrap{background:#ECECEC;  zoom:1;}
#content{ width:1100px; margin:0 auto;  overflow:hidden; zoom:1; padding:0px; background:#fff ;}
.par_main{ float:left; width:800px; padding-bottom:20px;}
.par_side{ float:right; width:280px; padding-bottom:20px;}
.otherstyle_info{border:#eeeeee solid 1px; margin-top: 10px;}
.otherstyle_info .title{ background:#f8f8f8; border-bottom:#eee solid 1px; line-height:38px; padding-left:15px;}
.otherstyle_info .title h3{ font-size:14px;}
.otherstyle_info .cont{ padding:10px; line-height:30px; font-size:14px;}
.otherstyle_info .cont a{ color:#f25a61;}
.tuijian_info{ margin-top:10px; border:#eeeeee solid 1px;}
.tuijian_info .title{ background:#f8f8f8; border-bottom:#eee solid 1px; line-height:38px; padding-left:15px;}
.tuijian_info .title h3{ font-size:14px;}
.tuijian_info .cont{ height:303px; overflow:hidden; zoom:1; padding:0 5px;}
.tuijian_info .cont ul li{ background:url(http://www.hyyxzs.com/list_images/jt2.gif) no-repeat 5px 15px; line-height:30px; padding-left:15px; float:left; width:265px;}
.tuijian_info .cont ul li a{ float:left; font-size:14px;}
.tuijian_info .cont ul li span{ float:right; color:#444;}
.proxy_list{}
.proxy_list{   
	 margin-top: 10px;
    border: #ededed solid 1px;
    border-top: #bc1a21 solid 3px;
    overflow: hidden;
    zoom: 1;}
.proxy_list .title{ height:36px; overflow:hidden; background:#f8f8f8;  border-bottom:#eee solid 1px; line-height:36px;}
.proxy_list .title h3{ font-size:14px; padding-left:15px; color:#bc1a21;}
.proxy_list .cont .msglist{ overflow:hidden; zoom:1; padding-left:10px; padding-bottom:30px;}
.proxy_list .cont .msglist li{ margin-top:12px; overflow:hidden; zoom:1;}
.proxy_list .cont .msglist li label,.proxy_list .cont .msglist li #macstyle0,.proxy_list .cont .msglist li #macstyle00,.proxy_list .cont .msglist li input,.proxy_list .cont .msglist li span{ float:left;}
.proxy_list .cont .msglist li label{ font-size:14px; line-height:26px;}
.proxy_list .cont .msglist li label.name{ width:90px; padding-right:5px; font-weight:bold; text-align:right; font-size:14px; line-height:30px;}
.proxy_list .cont .msglist li label.name em{ font-style:normal; color:#e51400; font-size:12px; font-weight:normal;}
.proxy_list .cont .msglist li select{ border:#CCC solid 1px; height:24px; line-height:22px; display:inline; margin:0px 10px 0px 0px;}
.proxy_list .cont .msglist li input.kuang{ width:308px; height:22px; line-height:22px; background:url(http://www.hyyxzs.com/list_images/kuangbg.gif) no-repeat left top; border:#ebebeb solid 1px; color:#444; padding:0 5px;}
.proxy_list .cont .msglist li input.choose1{ display:inline; margin:2px 5px 0px 0px; width:20px; height:20px;}
.proxy_list .cont .msglist li input.choose2{ display:inline; margin:3px 5px 0px 0px; width:20px; height:20px;}
.proxy_list .cont .msglist li textarea.kuang{ background:url(http://www.hyyxzs.com/list_images/textbg.gif) no-repeat; width:545px; height:88px; overflow:hidden; float:left; border:#CCC solid 1px; color:#444; padding:5px;}
.proxy_list .cont .msglist li span.img{ display:inline; margin-left:10px; border:#cccccc solid 1px;}
.proxy_list .cont .msglist li input.btn{ background:url(http://www.hyyxzs.com/list_images/partner_btn1.gif) no-repeat; width:100px; height:32px; border:0px; cursor:pointer; display:inline; margin-left:95px;}
.proxy_list .cont .msglist li.chooseBox label{ display:inline; margin-right:8px;}


/*AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 以上是发布代理的样式 */





/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是注册和找回密码的样式 */

*:focus{outline:0}
.m {margin:auto;width:1200px;background:#FFFFFF;clear:both;}
.f_l {float:left;}
.f_b {font-weight:bold;}
.f_gray {color:#666666;}
.f_red {color:red;}
.dsn {display:none;}
.pos {padding:0 10px 0 10px;line-height:31px;background:#EEEEEE url(http://www.hyyxzs.com/list_images/box_head_bg.gif) repeat-x;}
.left_box {border:#DDDDDD 1px solid;}
.tl{width:150px;text-align:right;padding-right:20px;}
.reg_title {border-bottom:#CCCCCC 1px solid;font-weight:bold;padding:0 0 10px 10px;margin:15px 55px 0 55px;font-size:14px;color:#FF6600;}
.reg_inp {border:#fee9e9 1px solid;padding:3px 0 3px 0;}
.tips {position:absolute;z-index:1000;width:300px;background:url(http://www.hyyxzs.com/list_images/tips_bg.gif) no-repeat 0 bottom;overflow:hidden;margin:-5px 0 0 -10px;}
.tips div{background:url(http://www.hyyxzs.com/list_images/tips_top.gif) no-repeat;line-height:22px;padding:8px 10px 8px 35px;}


.box {border: 1px solid #fef6e9;margin-bottom: 8px;background-color: #FAFCF2;color:#bc1a21;padding:5px}
.boxTitle {
	border-bottom:1px solid #bc1a21;
	margin-bottom:5px;
	padding:5px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #bc1a21;
	letter-spacing: 0.1em;
	}
.biaodan2{border:solid 1px #fef6e9;width: 220px;}
.main{width:1100px;margin:0 auto;text-align:left;background-color:#FFFFFF;}
.bigword {font-size: 14px;line-height: 25px;}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是注册和找回密码的样式 */



/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是登陆页的样式 */
td {
	font-size: 9pt;
	line-height: 17px;
}
.box {
	border: 1px solid #DDDDDD;
	margin-bottom: 8px;
	background-color: #fff;
	color:#bc1a21;
	padding:5px;
}
.biaodan2{
	border:1px solid #bbbaba;
	height:18px;
	width:230px;
	background-color:#FFFFFF;
}
/* .main{
	width:1100px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
} */
.bigword {
	font-size: 14px;
	line-height: 25px;
}
.bordercccccc{
	border:solid 1px #DDDDDD;
	margin-bottom:8px;
}
.bigbigword {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是登陆页的样式 */







/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以下是搜索页样式表 */
/*分类索引 aaaaaaAAAAAAAAAAAAAAAAAAAA */
.cl,.h6,.h12,.h24{clear:both;}
.h6{height:6px;}.h12{height:12px;}.h24{height:24px;}
.header,.main,.footer{
	width:1100px;
	margin:0px auto;
	clear:both;
}
.rp {
    width: 285px;
}
.lp{width:800px; border:1px solid #bc1a21;}
.posi{ padding:6px 0 6px 16px; line-height:22px; height:22px; font-size:12px;}
.posi a{ margin:0 4px;font-weight:normal;}
/*分类索引AAAAAAAAAAAAAAAAAA导航部分*/
.tagn{
	line-height:22px;
	border:1px solid #bc1a21;
	margin-bottom:6px;
}
.tagn h5,.tagn h6,.tagn h4{padding-left:3px;font-size:12px;font-weight:normal;overflow:hidden;}
.tagn h4{background-color:#FFF6F6;}.tagn h5{background-color:#F6FfF6;}.tagn h6{background-color:#F6F6Ff;}
.tagn a{margin:0px 6px; display:inline-block;}
.tagn i{color:#0000FF;}
.tagn b{width:66px;display:block;float:left;}
.tagn em{width:100%;display:block;float:left;}

/*分类索引AAAAAAAAAAAAAAAAAA顶部三个标签*/
.tabt{
	border-bottom:1px solid #bc1a21;
	background:#fde1e2; 
	padding:0 5px; 
	line-height:22px;
}
.tabt span{ display:block; padding-left:30px; width:310px; float:left; font-weight:bold;}
.tabt span.one{width:100px; padding-left:0px; }
.tabt span.two{width:130px; float:right; margin-right:5px;}
.tabt i{width:60px; float:right;}


/*分类索引AAAAAAAAAAAAAAAAAAA左边表格部分*/  
.tabc{overflow:hidden;padding-bottom}
.cptext{width:770px; padding:5px 0; border-bottom:1px dashed #999; overflow:auto;}
.cptext:hover{background-color:#fde1e2;}
.cptext li	{ float:left;}
.cptext li	.leftpic{ width:88px;float:left; margin:19px 10px 0;}
.cptext li	.leftpic img{border:1px solid #ccc; width:88px; height:80px;}
.cptext li .zstext{ width:490px;}
.cptext li .zstext h2{ margin:4px;}
.cptext li .zstext h2 b{ margin-right:6px;font-size:12px;font-weight:normal;color:#0033FF;}
.cptext li .zstext h2 i{color:#0000FF;}
.cptext li .zstext h2 a{font-size:14px;font-weight:bold;color:#CC0000;}
.cptext li .zstext h2 a:hover{color:#333333;}
.cptext li .zstext li{width:220px;float:left;line-height:22px;height:22px;overflow:hidden;}
.cptext li .zstext li.td{ width:480px;}
.cptext li .lh20	{ line-height:20px;}
.cptext li .rightpic{width:130px;margin-top:20px;}
.cptext li .rightpic img{margin-bottom:6px;}
/* 分类索引AAAAAAAAAAAAAAAAAAAA */
.boxa{clear:both;margin-bottom:6px;}
.boxa .t{
	background:url(http://www.hyyxzs.com/list_images/bg_product.gif) no-repeat 0px -55px;
	width:285px;
	height:30px;
	overflow:hidden;
}
.boxa .t h3{
	margin-top:10px;
	margin-left:4px;
	padding-left:25px;
	/* line-height:30px; */
	font-size:12px;
}
.boxa .t h3.a{background:url(http://www.hyyxzs.com/list_images/bg_product.gif) no-repeat -237px -80px;}
.boxa .t h3.b{
	background:url(http://www.hyyxzs.com/list_images/bg_product.gif) no-repeat 0 -153px;
}
.boxa .t h3.c{
	background:url(http://www.hyyxzs.com/list_images/bg_product.gif) no-repeat 0 -180px;
}
.boxa ul{
	width:285px;
	border:1px solid #bc1a21;
}
.boxa ul.num{
	background:url(http://www.hyyxzs.com/list_images/bg_product.gif) no-repeat 0px -208px; 
	line-height:24px;
	padding-top:1px;
}
.boxa ul li{margin-left:30px;height:24px;overflow:hidden;}



/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA以上是搜索页样式表 */





/* 分页 */
.page_group{
	float:left;
   text-align:right;
   padding:10px 25px;
	}
  .page_group a{display:inline-block;padding:5px 15px;border:1px #E6E6E6 solid;margin-left: 10px}
  .page_group a.active{background:#1BBC9B;color:#fff;}
  .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	}
	.pagination > li {
	  display: inline;
	  }
	  .pagination > li:first-child > a,
	  .pagination > li:first-child > span {
	  margin-left: 0;
	  border-bottom-left-radius: 4px;
	  border-top-left-radius: 4px;
	  }  
	  .pagination > .disabled > span,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
  }   
  .pagination > li > a,
  .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  }  
  
  
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  }
  
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
  background-color: #eeeeee;
  }
  
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #bc1a21;
  border-color: #bc1a21;
  }
  /* 分页 E*/
  
  
	  /* 当前位置 */
	  .BreadBit{
	  padding-top: 10px; 
	  padding-bottom: 10px; 
	  /* line-height: 30px;  */
	  height:30px;
	  }
	/* .samebox{
	  width:1100px; 
	  margin-left:auto;
	   margin-right:auto;
	   } */
	.BreadBit *{
	  float: left; 
	  display: inline-block; 
	  color: #999; 
	  margin-right: 7px;
	   }
	.BreadBit i.iconfont{
	  font-size: 14px; 
	  /* line-height:30px; */
	   }
	.BreadBit a{
	  cursor:pointer; 
	   }
	.BreadBit a:hover{
	  color: #bc1a21;
	   }
	.BreadBit a:after{
	   content: '>'; 
	   padding-left: 7px;
	  color: #aaa;
	  }
	/* 当前位置 E*/