body{
	padding: 0;
	margin: 0;
}
.top-box{
	width: 100%;
	height: 165px;
	background: #e2e3e7;
	display: flex;
	justify-content: center;
	position: relative;
	/*相对定位*/
	z-index: 1;
}
.top{
	width: 1000px;
	height: 165px;
	background:#FBA045;			
}
.red-box{
	width: 100%;
	height: 47px;
	background: #AE1C1C;
	margin-top: -30px;
	position: relative;
	/*相对定位*/	
	z-index: 2;
	opacity: 0.9;
}
.nav-box{
	width: 1000px;
	height: 47px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav{
	height: 24px;
	width:91px;
	border-right: 1px solid white;
	text-align: center;
	color: white;
	font-family: '微软雅黑';
	font-size: 16px;
}
.nav a{
	color: white;
	text-decoration: none;
}
.nav-last{
	height: 24px;
	width:90px;
	text-align: center;
	color: white;
	font-family: '微软雅黑';
	font-size: 16px;
}
.gray-box{
	width: 100%;
	height: 15px;
	background: #CCCCCC;
}
.banner-box{
	margin:0 auto;
	margin-top: 5px;
	width: 1000px;
	height: 360px;
	background:orange;
}
.three-box{
	height: 275px;
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}
.ztjy,.gzdt,.tzgg{
	border:1px solid #AE1C1C;
	height: 273px;
	width: 321px;/*还剩0.9px*/

}
.gzdt{
	margin-left: 15px;
	margin-right: 15px;
}
.title-box{
	width:321px;
	height:37px;
	display: flex;
	align-items: center;
	border-bottom:2px solid #AE1C1C;	
}
.title-txt{
	width:90px;
	height:30px;
	background:#AE1C1C;
	padding-left: 15px;
	line-height: 30px;
	color: white;
	font-size: 16px;
	font-family: '微软雅黑';
}
.title-more{
	width:186px;
	height: 30px;	
	text-align: right;
	padding-right:30px;
	color:#AE1C1C;
	font-size:10px;
	font-family: '微软雅黑';
	line-height:30px;
}
.title-more a{
	color:#AE1C1C;
	text-decoration: none;
}
.list-box{
	width: 311px;
	height:229px;	
	padding-left: 10px;	
	padding-top: 5px;
}
.list-title-box{
	width: 311px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-family: '微软雅黑';		
	line-height: 24px;
	border-bottom: 1px dashed gray;
}
.list-title-box a{
	color: black;
	text-decoration: none;
}
.title-dot{
	width: 15px;
	height: 24px;
}
.title-text{
	width: 228px;
	height: 24px;
}
.title-date{
	width: 78px;
	height: 24px;	
}
.bottom-box{
	width: 100%;
	height:71px;
	margin-top: 10px;	
	position: relative;
	/*相对定位*/
}
.bottom-gray{
	width: 100%;
	height: 61px;
	background:#7C7A7B;
	position: absolute;	
	top: 5px;
}
.bottom-red{
	width:1000px;
	height: 71px;	
	background:rgba(202, 25, 25, 0.8);
	position: absolute;
	/*绝对定位，top和left*/	
	top:0px;
	left:calc(50% - 500px);	
	/*opacity透明度会影响字体颜色*/
	color: white;
	font-size: 12px;
	font-family: '微软雅黑';	
}
.bottom-txt{
	width: 100%;
	height: 61px;
	line-height: 25px;	
	padding-left: 40px;
	padding-top: 10px;
}