@charset "utf-8";
.list-path {
	width: 1200px;
	margin: 30px auto 20px;
}
.tit {
	border-left:var(--main) 6px solid;
	background:#f5f5f5;
	height:50px;
	line-height:50px;
	padding-left:20px;
	font-size:16px;
}

.list {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 10px auto 20px;
}
.list-l {
	width:790px;
}
.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;
	float:left;
	width:100%;
}
.arc-con img {
	max-width:100%;
}


.list-r {
	width:380px;
}
.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;
}

.pro_tag {
	float:left;
	width:46%;
	overflow:hidden;
	background:#f5f5f5;
	margin-bottom:20px;
	margin-left:2%;
	margin-right:2%;
	line-height:40px;
	border-top-right-radius:5px;
}
.pro_tag_tit {
	background:var(--main);
	color:#ffffff;
	float:left;
	padding-left:10px;
	padding-right:10px;
	border-top-left-radius:5px;
}
.pro_tag_txt {
	float:left;
	color:var(--main);
	margin-left:15px;
}
.pro_tag_txt i {
	color:#ff4e00;
	font-style:normal;
}
.pro_tag_txt b {
	color:#ff4e00;
}
.arc-buy {
	width:100%;
	text-align:center;
	margin-bottom:20px;
	padding-top:10px;
	overflow:hidden;
}
.arc-buy img {
	width:220px;
	height:auto;
}
.arc-buy p {

}
.arc-buy-url {
	text-align:center;
}
.arc-buy-url a {
	display:inline-block;
	background:#ff4e00;
	font-size:18px;
	width:300px;
	padding:10px 10px 10px 10px;
	color:#ffffff;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
}
.arc-buy-url a:hover {
	background:var(--main);
}
.arc-tags {
	margin-top:16px;
}
.arc-tags a {
	font-size:13px;
	background:var(--main);
	color:#ffffff;
	margin-right:10px;
	margin-top:8px;
	padding:2px 5px 2px 5px;
	display:inline-block;
}
.arc-note {
	border:#ebebeb 1px solid;
	background:#f5f5f5;
	margin-top:16px;
	padding:5px 10px 5px 10px;
	color:#999999;
	overflow:hidden;
}
.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;
}
