.conright {
	min-height: 700px;
	margin: 0 auto 50px;
	width: 866px;
	float: right;
}
.dq {
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}
.dq h1 {
	font-family: "微软雅黑";
	color: #0e54c5;
	font-size: 20px;
	float: left;
}
.dq span {
	display: block;
	float: right;
}
.dq span,.dq span a {
	font-family: "宋体";
	color: #666;
	font-size: 12px;
}
.dq a:hover {
	color: #0f60bc;
}
.prolist,.newlist,.pagecon{
	width:866px;
	margin: 0 auto;
	min-height:700px; 
}
.prolist ul li {
	width: 260px;
	height: 186px;
	padding: 8px;
	background: #e3e3e3;
	float: left;
	margin-left: 11px;
	margin-bottom: 30px;
}
.prolist li div {
	width: 260px;
	height: 156px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.prolist li div img {
	width:auto;
	height: 100%;
	max-width: 260px;
	max-height: 156px;
	display: inline;
}
.prolist li span {
	line-height: 20px;
	height: 30px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	text-align: center;
	display: block;
}
.prolist li:hover img {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);  	/* IE 9 */
	-moz-transform:scale(1.2,1.2); 	/* Firefox */
	-webkit-transform:scale(1.2,1.2);  /* Safari 和 Chrome */
	-o-transform:scale(1.2,1.2); 
}
.newlist ul li {
	background:url(../images/circle.jpg) no-repeat 40px #f0f0f0;
	height: 40px;
	margin-bottom: 18px;
	padding-left: 40px;
}
.newlist li h1 {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #000;
	line-height: 40px;
	display: block;
	font-weight: normal;
	float: left;
    width: 700px;
    height: 40px;
    overflow: hidden;
    padding-left: 30px;
}
.newlist li span {
	display: block;
	float: right;
	font-family: "Arial";
	font-size: 12px;
	color: #4c4c4c;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-right: 40px;
}
.newlist li:hover h1,.newlist li:hover span {
	color:#2665c8;
}
.content {
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	line-height: 35px;
	min-height: 300px;
}
.content p {
	text-indent:2em;	
}
.tit {
	font-size: 22px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	line-height: 30px;
}
.info {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}
















