.arclist{
	width: 810px;
	padding: 18px 10px;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
}
.arclist a{
	color: inherit;
}
.sidebar{
	width: 370px;
	box-sizing: border-box;
}
.arclist h1{
    color: #00887a;
    font-size: 22px;
    line-height: 2em;
}
.arclist h3{
	font-size: 18px;
	color: #00887a;
	padding: 10px 0;
	line-height: 1.75em;
}
.pubinfo{
	line-height: 2em;
}
.coninfo{
	line-height: 1.75em;
	text-align: justify;
}
.list li{
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f1f1f1;
}
.imgarc li{
	position: relative;
	margin-bottom: 10px;
}
.imgarc li img{
	width: 350px;
	height: 210px;
}
.imgarc li span{
	padding: 0 10px;
	color: #fff;
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	text-overflow: ellipsis;
}
.arcbody{
	font-size: 16px;
	padding: 10px 0;
}
.arcbody p,.arcbody div{
	line-height: 1.75em;
	margin: 10px 0;
}
.arcbody img{
    padding: 10px;
	max-width: 100%;
	text-align: center;
}
.arcbody table{
    max-width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
.arcbody table th{
    font-size: 16px;
    padding: 5px 10px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background: #f9f9f9;
    text-align: left;
}
.arcbody table td{
    font-size: 14px;
    padding: 5px 10px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.arcbody blockquote{
    background: #fff7f7;
    padding: 5px 20px;
    border-radius: 5px;
}
.arcbody a{
    color: #5f9ea0;
}
.arcbody a:hover{
    color: #407576;
}