.arc-box{
	width: 383px;
	height: 435px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eaeaea;
}
.arc-box h3{
	color: #687;
	line-height: 35px;
	font-weight: normal;
	background: #edf9ff;
	padding: 0 10px;
	border-bottom: 1px solid #eaeaea;
}
.arc-box h3 span{
	display: block;
	float: right;
}
.arc-box ul li{
	height: 39px;
	line-height: 40px;
    border-bottom: 1px dashed #EAEAEA;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tongji p{
	line-height: 30px;
	padding: 0 8px;
}
.spread{
	width: 780px;
	overflow: hidden;
}
.note{
    padding: 10px 5px;
    background: #d5e7f3;
    line-height: 1.5em;
    border-radius: 3px;
}
.urlbox{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.spread h3{
    line-height: 1.75em;
    margin: 10px 0;
}
.url-list li{
    width: 20%;
    padding: 2px;
    float: left;
    box-sizing: border-box;
}
.urlbox a{
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    text-align: center;
    line-height: 32px;
    border: 1px dashed #dbdbdb;
    box-sizing: border-box;
}
.flink{
    padding: 5px 12px;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.flink h3{
    line-height: 36px;
    color: cadetblue;
    border-bottom: 1px solid #e6e6e6;
}
.links{
    display: inline-block;
    padding: 5px 0;
}
.links a{
    padding: 2px 3px;
}