*{
	box-sizing: border-box;
}
.main-box{
	width: 1000px;
	height: 640px;
	margin: 20px auto;
	font-size: 16px;
	margin-bottom:20px;
}
.left-box{
	float: left;
	height: 640px;
	width: 660px !important;
}
.left-box1{
	border: 1px solid #d8dde0;
	width: 100%;
	height: 280px;
}
.left-box2,.left-box3{
	border: 1px solid #d8dde0;
	width: 100%;
	height: 164px;
	margin-top: 16px;
}
.title{
	border-left: 5px solid #096db9;
	color: #096db9;
	margin: 20px 0;
	height: 20px;
	margin-left: 10px;
	padding-left: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
}
.content{
	height: 205px;
	margin-left: 10px;
	margin-right: 10px;
}
.contentImg{
	float: left;
}
.contentImg img{
	height: 205px;
}
.contentText{
	margin-left: 15px;
	float: left;
	width: 255px;
	font-size: 16px;
	line-height: 30px ;
}
.more{
	color: #096db9;
}
.black-point{
	width:4px;
	height:4px;
	border-radius:50%;
	background-color:black;
	display: inline-block;
	margin-bottom:3px ;
	margin-right:20px ;
}
.listUl{
	margin-left: 10px;	
}
.listUl li{
	height:35px;
}
.date{
	color: #9e9a9a;
	float: right;
	margin-right: 10px;
	font-size: 14px;
}
.right-box{
	float: left;
	margin-left: 20px;
	border: 1px solid #d8dde0;
	height: 640px;
	width: 320px !important;
}
.right-box hr{
	border: 0;
	width: 95%;
	margin-bottom: 15px;
	height: 1px;
	background: url(dian.png) center repeat-x;
}
.qzfld{
	text-align: center;
}
.qzfld img{
	width:110px ;
	height: 150px;
}
.describe{
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
	color: #666;
	width: 180px;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
}
.grjj{
	position: relative;
	margin-left: 15px;
}
.grjj div{
	position: absolute;
	top:15%;
	left:7%;
	font-size: 16px;
	color: white;
	font-weight: 700;
}
.grjjText{
	margin: 10px 12px;
	font-size: 16px;
	line-height: 36px;
	max-height: 215px;
	overflow: hidden;
}
.moreldInfo{
	margin: 0 auto;
	width: 200px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	height: 30px;
	background-color: #dfdfdf;
	font-weight: 500;
	color: #474748;
}