/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}



#header>ul{
	list-style:none;
	display:flex;
	margin-left:57.37%;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
}
#header{
	display:flex;
}


h1{
	color: white;
	background: red;
	width: 1100px;
	margin: 25px auto;
	border-radius: 15px;
	text-align: center;
}
h2{
	background: white;
}


#p2{
	border: 2px solid red;
	width: 1100px;
	background: white;
	color: black;
	font-size: 17px;
	line-height: 29px;
	padding: 20px;
	margin: 25px auto;
	box-sizing: border-box;
}
#p2 a{
	color:red;
}
#p2 a:hover{
	color:red;
}
#p2 span a{
	color:black;
	float: right;
}





.gs{	
	overflow:hidden;
	width: 1100px;
	margin: auto;
}
.gs>div{
	width:528px;
	float:left;
	margin-right:40px;
	border:1px solid gray;
	margin-bottom:20px;
	background: white;
}
.gs>div>h2{
	margin:0;
	padding:0 5px 0 5px;
}
.gs>div>h2 a{
	color:black;
}
.gs>div>h2 span{
	float:right;
}
.gs>div>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.gs>div>p{
	margin-left:5px;
}

/*
.gs{
	overflow: hidden;
	width: 1100px;
	margin: auto;
}
.gs>div{
	border:1px solid gray;
	width:518px;
	padding:10px 0 0 10px;
	float:left;
	margin-right:40px;
	background:white;
	margin-bottom: 40px
}
.gs>div>p{
	margin-left:5px;
}
.gs>div>.tp{
	display:flex;
}
.gs>div>.tp>img{
	width:120px;
	height:67px;
}
.gs>div>.tp>p{
	margin-top:30px;
	width:75%;
	margin-left:10px;
}
.gs>div>.tp>p>b>span{
	float:right;
}
.gs>div>img{
	width:130px;
}
*/



.dsrz{
	background: white;
	margin: auto;
	width: 900px;
	padding-left: 5px;
	border:1px solid red;
}
.dsrz .rz{
	text-align: right;
	width: 100%;
	margin: 0;
}
.dsrz .rz a{
	color:black;
	font-size: 20px;
}


#al{
	max-width:900px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: auto;
	margin-top:20px;
}
#al li{
	border:gray solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	transition:all 0.5s;
}
#al li a{
	font-size:15px;
	color:#B82024;;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
#al li:hover{
	border:#eee solid 1px;
	background-color:rgb(163,39,31);
}
#al li:hover a{
	color:#fff;
}

#al1{
	max-width:900px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: auto;
	margin-top:20px;
}
#al1 li{
	border:gray solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	transition:all 0.5s;
}
#al1 li a{
	font-size:15px;
	color:#B82024;;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
#al1 li:hover{
	border:#eee solid 1px;
	background-color:rgb(163,39,31);
}
#al1 li:hover a{
	color:#fff;
}

	.btn{
	max-width:900px;
	margin:20px auto;
	text-align:center;
	background-color:red;
	transition:all 0.5s;
}
.btn a{
	font-size:15px;
	font-weight:bold;
	color:#ccc;
	line-height:36px;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.btn:hover{
	background-color:rgb(163,39,31);
}
.btn:hover a{
	color:#fff
}




#top_zt{
	width:1100px;
	margin:auto;
}
#top_zt>a>img{
	height:90px;
	width:100%;
}
#top_zt1{
	width: 1100px;
	margin: auto;
}
#top_zt1>a>img{
	height:90px;
	width:363px;
	float: left;
}

#top_zt2{
	width: 1100px;
	margin: auto;
}
#top_zt2>a>img{
	height:90px;
	width:547px;
	float:left;
}



#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}

