.listbox{
	width: 1200px;
	margin: 28px auto;
	overflow: hidden;
	min-height: 580px;
}
.titpub{
	border-bottom: 2px solid #003c99;
	padding: 15px 10px;
}
.listbox ul,.listbox ul li,.listbox ul li a{
	width: 100%;
	overflow: hidden;
}
.listbox ul li{
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px dashed #eeeeee;
}
.listbox ul li a{
	color: #333333;
	display: block;
}
.listbox ul li a:hover{
	color: #3a81f1;	
}
.doloa{
	width: 70px !important;
	position: absolute;
	right:20px;	
	text-align: right;
	top: 20px;	
	overflow: hidden;
	color: #3a81f1 !important;
	font-size: 16px;
}
.listbox ul li a h1{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.listbox ul li a h1 span{
	display: block;
	width: 80%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.listbox ul li a h1 em{
	color: #bbbbbb;
	float: right;
	font-style: normal;
	font-size: 14px;
}
.listbox ul li a p{
	font-size: 12px;
	color: #999;
	width: 100%;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/*********分页************/
.page{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.page a{
	display: inline-block;
	padding:10px 16px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	margin-right: 5px;
	color: #666666;
	font-size: 14px;
}
.page a:hover,.pageAc{
	background: #58a3f0 !important;
	color: #fff !important;
	border-color: #58a3f0 !important;
}
.page span{
	color: #888;
}

/*************资讯类详情**************/
.conWord{
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.conWordtit{
	width: 100%;
	overflow: hidden;
	padding: 15px 30px;
	font-size: 30px;
	color: #333333;
	text-align: center;
	font-weight: normal;
}
.conWordfuTit{
	width: 100%;
	text-align: center;
	font-weight: normal;
	color: #999;
	font-size: 14px;
}
.wordtext{
	width: 98%;
	overflow: hidden;
	margin: 40px auto;
}
.downLoadcon,.downLoadcon dl{
	width: 100%;
	overflow: hidden;
}
.downLoadcon{
	margin-top: 30px;
}
.downLoadcon dl dd{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	box-sizing: border-box;
}
.downLoadcon dl dd:nth-child(2n){
	margin-right: 0;
}
.downLoadcon dl dd a{
	width: 100%;
	overflow: hidden;
	padding: 16px;
	border: 1px solid #eeeeee;
	display: block;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px #d6d6d6;
	border-bottom: 1px solid #eeeeee;
	border-radius: 8px;
}
.downLoadcon dl dd a img{
	display: block;
	float: left;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #eee;
}
.downLoadcon dl dd a p{
	width: 78%;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #555;
	margin-left: 12px;
}
.downLoadcon dl dd a p span,.downLoadcon dl dd a p b{
	display: block;
	width: 100%;
	overflow: hidden;
}
.downLoadcon dl dd a p b{
	font-weight: normal;
	color: #999999;
	margin-top: 5px;
}
.downLoadcon dl dd a strong{
	float: right;
	line-height: 40px;
	display: inline-block;
	color: #329fff;
	font-weight: normal;
	font-size: 14px;
}
.downLoadcon dl dd a strong img{
	width: 18px !important;
	height: 18px !important;
	float: none !important;
	display: inline-block !important;
	border: 0  !important;
	margin-right: 5px;
}

/************展商名录列表**************/
.zhansName{
	width: 1200px;
	margin: 28px auto;
	overflow: hidden;
	min-height: 580px;
}
.searCh{
	width: 245px;
	height: 34px;
	box-sizing: border-box;
	float: right;
	overflow: hidden;
	border: 1px solid #003c99;
	background: #fff;
	border-radius: 4px;
}
.searCh input[type=text],.searCh input[type=submit],.searCh select{	
	display: block;
	height: 100%;
	outline: none;
	box-sizing: border-box;
	font-size: 14px;
	float: left;
}
.searCh select{
	border: 1px solid #003c99;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	
}
.searCh input[type=text],.searCh select{
	width: 200px;
	padding: 0 15px;
	color: #333;
}
.searCh select option{
	font-size: 18px;
}
.searCh select{
	width: 200px;
}
.searCh input[type=submit]{
	width: 43px;
	text-align: center;
	color: #fff;
	background: url(../img/search1_03.jpg) no-repeat;
	background-size: 100% 100%;
}
.searCh em{
	width: 83px;
	display: block;
	float: left;	
	height: 100%;
	text-align: center;
	font-style: normal;
	color: #003c99;
	line-height: 34px;
}
.zhansNamelist{
	margin-top:20px;
}
.zhansNamelist,.zhansNamelist ul,.zhansNamelist ul li{
	width: 100%;
	overflow: hidden;
}
.zhansNamelist ul{
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	border-bottom: 0;
}
.zhansNamelist ul li{	
	border-bottom: 1px solid #dcdfe6;
}
.zhansNamelist ul li h1,.zhansNamelist ul li h2,.zhansNamelist ul li p{	
	overflow: hidden;
	background: #f2f2f2;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.zhansNamelist ul li p{
	background: #fff;
}
.zhansNamelist ul li span{
	width: 476px;
	float: left;
	display: block;
	box-sizing: border-box;
	border-right:1px solid #dcdfe6;
	height: 100%;
	padding: 12px;
	color: #2c3e50;
	font-size: 14px;
	font-weight: normal;
}
.zhansNamelist ul li span:first-child{
	width: 148px;
}
.zhansNamelist ul li span:last-child{
	width: 95px;
	border-right: 0;
}
.zhansNamelist ul li span a{
	color: #307bf0;
}
.zhansNamelist ul li span a:hover{
	color: #4d8cee;
}
.zhanpinList{
	width: 100%;
	overflow: hidden;
	margin: 28px auto;
}
.zhanpinList ul{
	width: 100%;
	overflow: hidden;
}
.zhanpinList ul li{
	width: 220px;
	height: 322px;
	overflow: hidden;
	float: left;
	margin-right: 24px;
	margin-bottom: 26px;
}
.zhanpinList ul li:nth-child(5n){
	margin-right: 0;
}
.zhanpinList ul li img{
	display: block;
	width: 100%;
	height: 218px;
	overflow: hidden;
	margin-bottom: 10px;
}
.zhanpinList ul li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #307BF0;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
}
.zhanpinList ul li a:hover{
	border-color:#307bf0;
}
.zhanpinList ul li b{
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 26px;
	color: #333;
	padding: 0 10px;
	box-sizing: border-box;
}
.zhanpinList ul li span{
	display: block;
	width: 100%;
	color: #666666;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 24px;
	margin-bottom: 4px;
}
.zhanpinList ul li em{
	
	padding: 0 10px;
	font-style: normal;
}

/**********展品详情***********/
.zhanpinDeil{
	width: 1200px;
	overflow: hidden;
	margin: 28px auto;
}
.jibMAss{
	width: 100%;
	overflow: hidden;
	margin: 30px auto;
	background: #f4f4f4;
}
.jibMAssL{
	width: 374px;
	overflow: hidden;
	height: 374px;
	box-sizing: border-box;
	border: 1px solid #f4f4f4;
	float: left;
}
.jibMAssL img{
	width: 100%;
	height: 100%;
	display: block;
}
.jibMAssR{
	width: 665px;
	float: left;
	overflow: hidden;
	margin-left: 40px;
	padding: 24px 0;
	height: 374px;
	box-sizing: border-box;
}
.jibMAssR h1{
	font-size: 18px;
	color: #333333;
	width: 100%;
	overflow: hidden;
	line-height: 34px;
}
.jibMAssR h2{
	line-height: 30px;
	font-weight: normal;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	color: #555555;
	margin-bottom: 28px;
}
.jibMAssR h3,.jibMAssR p{
	width: 100%;
	line-height: 28px;
	overflow: hidden;
	font-size: 14px;
	color: #555555;
}
.jibMAssR p{
	margin-top:5px;
}
.jibMAssR p span,.jibMAssR p b{
	display: inline-block;
	overflow: hidden;
	width: auto;
	float: left;
}
.jibMAssR p span{
	margin-right: 4px;
	height: 100%;
}
.jibMAssR p b{
	font-weight: normal;
	word-wrap: break-word;
	max-width: 518px;
}
.jibMAssR p b em{
	color: #307bf0;
	font-style: normal;
}
.deilShang{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.deilShang h1{
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	margin-bottom: 25px;
}
