body{
	background-color: #F1F1F1;
    font-family: "microsoft yahei";
}
a{
	text-decoration: none;
}
a:hover, a:active, a:visited, a:link{
	text-decoration: none;
}
/*header*/
header{
	background-color: #337ab7;
}
header a{
	color: white;
}
section {
	margin: 20px 0 30px;
}
section > .container{
	background-color: white;
	border-top: 4px solid #337ab7;
	padding-top: 20px;
}
.breadcrumb{
	background-color: transparent;
}
section .list li{
	padding: 30px 15px 20px;
	border-bottom: 2px dashed #e5e5e5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section .list li img{
	width: 30%;
}
section .list li a{
	display: block;
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
section .list li a .tit{
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #006785;
}
section .list li a .des{
	padding: 10px 0;
}
section .list li a .time{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #00799D;
}
.mainer .rgt{
	display: flex;
	flex-direction: column;
}
.mainer .rgt > div{
	background-color: white;
	border: 1px solid #e7e7e7;
	padding: 10px;
	margin-bottom: 20px;
}
.mainer .rgt > div > .tit{
	font-size: 20px;
	line-height: 32px;
	color: #006785;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.mainer .rgt a{
	font-size: 14px;
	line-height: 20px;
	color: #2e2e2e;
}
/*footer*/
footer{
	background-color: #004d67;
	padding: 20px 0;
}
footer .con{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: white;
}
footer .con div{
	margin: 10px 0;
}
footer .con div a{
	color: white;
}