.conright {
	min-height: 700px;
	margin: 30px auto 50px;
	width: 920px;
	float: right;
}
.dq {
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}
.dq h1 {
	font-family: "微软雅黑";
	color: #722021;
	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: #722021;
}
.prolist,.newlist,.pagecon{
	width:920px;
	margin: 0 auto;
	min-height:700px; 
}
.prolist ul li {
	width: 290px;
	height: 206px;
	float: left;
	margin-left: 11px;
	margin-bottom: 30px;
}
.prolist li div {
	width: 290px;
	height: 174px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	background: #fff;
	border:1px solid #e3e3e3;
}
.prolist li div img {
	width:auto;
	height: auto;
	max-width: 290px;
	max-height: 174px;
	display: inline;
}
.prolist li span {
	line-height: 30px;
	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 {
	height: 135px;
	margin-bottom: 18px;
	padding-left: 40px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}
.newlist li img {
	width: 210px;
	height: 135px;
	display: block;
	float: left;
	background: url(../images/tuimg.jpg) no-repeat top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
}
.newlist li div {
	float: right;
	width: 610px;
}
.newlist li h1 {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #000;
	line-height: 40px;
	display: block;
	font-weight: normal;
    height: 40px;
    overflow: hidden;
    padding-left: 30px;
}
.newlist li p {
    font-size: 12px;
    font-family: "微软雅黑";
    color: #999;
    line-height: 20px;
    display: block;
    font-weight: normal;
    height: 60px;
    overflow: hidden;
    padding-left: 30px;
}
.newlist li span {
	display: block;
	font-family: "Arial";
	font-size: 12px;
	color: #999;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 30px;
}
.newlist li:hover h1,.newlist li:hover span {
	color:#bd2828;
}
.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;
}
















