@charset "utf-8";
.list_path {
	width: 1172px;
	margin: 14px auto 14px;
}
.list_tit {
	border-left:#1685db 6px solid;
	background:#f5f5f5;
	height:50px;
	line-height:50px;
	padding-left:20px;
	font-size:16px;
}

.list {
	width: 1172px;
	display: flex;
	justify-content: space-between;
	margin: 10px auto 20px;
}
.list-l {
	width:762px;
}
.arc-box {

}
.arc-box h2 {
	font-size:26px;
	text-align:center;
}
.arc-item {
	text-align:center;
	color:#999999;
	margin-top:15px;
	margin-bottom:15px;
}
.arc-item span {
	margin-right:10px;
}
.arc-item .wycms-icon {
	font-size:14px;
}
.arc-con {
	word-break:break-all;
	line-height:32px;
	font-size:16px;
}
.arc-con img {
	max-width:100%;
}
.arc-tags {
	margin-top:16px;
}
.arc-tags a {
	font-size:13px;
	background:#1685db;
	color:#ffffff;
	margin-right:10px;
	margin-top:8px;
	padding:2px 5px 2px 5px;
	display:inline-block;
}
.arc-note {
	border:#dedede 1px solid;
	margin-top:16px;
	padding:5px 10px 5px 10px;
	color:#666666;
}
.arc-relate {
	margin-top:16px;
}
.arc-relate li {
	font-size:15px;
	line-height:40px;
	float:left;
	width:368px;
	padding-right:10px;
}
.arc-relate .fl {
	float:left;
	height:40px;
	width:280px;
	overflow:hidden;
}
.arc-relate .fr {
	float:right;
	font-size:13px;
	color:#999999;
}

.list-r {
	width:380px;
}
.list-r-enroll {
	width:380px;
	margin-bottom:20px;
	margin-top:10px;
}
.list-r-enroll a {
	display:inline-block;
	background:linear-gradient(to bottom, #ff7300,#ff4e00);
	width:380px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:22px;
	color:#ffffff;
	border-radius:6px;
}
.list-r-enroll a:hover {
	background:linear-gradient(to bottom, #1685db,#0066cc);
}
.list-r-box {
	background:#f5f5f5;
	overflow:hidden;
	padding:14px;
	margin-bottom:20px;
}
.list-r-box ul {
	padding-top:12px;
}
.list-r-box li {
	font-size:15px;
	line-height:40px;
	float:left;
	width:352px;
}
.list-r-box .fl {
	float:left;
	height:40px;
	width:280px;
	overflow:hidden;
}
.list-r-box .fr {
	float:right;
	font-size:13px;
	color:#999999;
}

