section {
	width:1200px;
	margin:0 auto 40px;
}
section > img {
	margin-top:30px;
}
section > .tit {
	padding:30px 0;
}
section > .content {
	display:flex;
	justify-content:space-between;
	margin-top:30px;
}
section > .content > .lf > .link {
	width:250px;
	margin-right:50px;
}
section > .content > .lf > .link > .link_tit {
	color:#fff;
	padding:40px 20px 10px;
	font-size:24px;
	font-weight:bold;
	background-color:#C72027;
	margin-bottom:15px;
}
section > .content > .lf > .link > ul li {
	margin-bottom:5px;
}
section > .content > .lf > .link > ul li img {
	width:18px;
}
section > .content > .lf > .link > ul li a {
	padding:10px 15px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	background-color:#EEEEEE;
	transition:.3s;
	background-image:url(../img/arrow_rt_active.png);
	background-position:90% center;
	background-repeat:no-repeat;
	background-size:20px;
}
section > .content > .lf > .link > ul li a:hover {
	background-color:#C72027;
	background-image:url(../img/arrow_rt.png);
	color:#fff;
}
section > .content > .lf > .info {
	width:250px;
	margin-right:50px;
	background-color:#C72027;
	margin-top:30px;
	padding:15px 20px;
	color:#fff;
}
section > .content > .lf > .info > .info_tit {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:0 0 15px;
}
section > .content > .lf > .info p {
	font-size:14px;
}
section > .content > .lf > .info p:not(:last-child) {
	padding-bottom:10px;
}
section > .content > .rt {
	width:100%;
}
section > .content > .rt > .about_tit {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 0 10px;
	border-bottom:1px solid #C72027;
}
section > .content > .rt > .about_tit span:nth-child(1) {
	font-size:24px;
	font-weight:bold;
}
section > .content > .rt > .about_tit span:nth-child(2) {
	font-size:14px;
	align-self:flex-end;
}
section > .content > .rt > .about_tit span:nth-child(2) a:hover {
	color:orange;
}
/*# sourceMappingURL=alert.css.map */
/* section > .content > .rt > .about_content > .list {
	min-height:655px;
} */