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;
}
.weizhi-box{
	width: 1000px;
	height:40px;
	background: #F1F2F4;
	margin: 0 auto;
	display: flex;
}
.weizhi{
	width: 75%;
	height: 40px;	
	line-height: 40px;
	padding-left: 20px;
	color: black;
	font-size: 13px;
	font-family: '微软雅黑';
}
.search-box{
	width: 25%;
	height: 40px;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.input-box{
	width: 80%;
	height: 40px;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-box{
	width: 20%;
	height: 40px;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-box{
	width: 1000px;
	min-height: 600px;
	margin: 0 auto;	
	display: flex;
	justify-content: center;
	margin-top: 5px;
}
.list-left{
	width: 230px;
	height:204px;	
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.07);
}
.list-left-top{
	width: 230px;
	height: 70px;
	background: #b13438;
	color: white;
	font-size: 20px;
	font-family: '微软雅黑';
	font-weight: bold;
	text-align: center;
	line-height: 70px;
}
.list-left-box{
	width: 230px;
	height:114px;
	background: white;
	padding-top: 15px;
}
.list-left-small{
	width: 188px;
	height: 51px;
	background:#eeeeee;
	border-bottom: 1px solid #d7d6d6;
	font-size: 14px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #4D4D4D;
	line-height: 51px;
	padding-left: 42px;
}
.list-left-small:hover{
	background: white;
	border-left: 2px solid #b13438;
	width: 186px;
	color: #b13438;
}
.list-right{
	width: 720px;
	min-height: 590px;
	margin-left: 30px;	
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.07);
	padding-left: 20px;
	padding-top: 10px;
}

.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;
}