/* 信息列表 */
.art_container{
	padding-top: 18px;
	width: 90%;
	margin: 0 auto;
}
.art_container .row{
	height: 30px;
	line-height:30px;
	margin-top: 10px;
	padding-left: 25px;
	font-size: 14px;
	border-bottom: 1px dotted #eee;
	background-image: url("../images/bit2.gif");
	background-repeat: no-repeat;
	background-position: 10px center;
}

.art_container .row:hover{
	
}

.art_container .row .title{
	float: left;
	width: 75%;
	font-size: 16px;
}

.art_container .row .time{
	float: right;
	width: 25%;
	text-align: center;
}

.nomsg{padding: 20px 40px}

/* 信息详情页 */
.artdetail_container{
	min-height: 300px;
	margin-top:35px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 25px #E6E6E6;
	margin-bottom: 20px;
}
.artdetail_container .title{
	text-align: center;
	margin-top: 75px;
	line-height: 40px;
	font-size: 35px;
	padding: 0 100px;
}
.artdetail_container .line{
	width: 85%;
	border-bottom:dashed 1px #ccc;
	margin:  15px auto;
	text-align: center;
}
.artdetail_container .info{
	width: 85%;
	margin:  0 auto;
	text-align: center;
	font-size: 14px;
}
.artdetail_container .info span{
	padding-right: 30px;
	font-size: 14px;
}
.artdetail_container .content{
	padding: 40px 80px;
	font-size: 16px;
	line-height: 35px;
}
.artdetail_container .pre{
	padding: 6px 80px;
}
.artdetail_container .pre span{
	background-color: #f4f5f7;
	display: inline-block;
	padding: 10px;
	margin-right: 12px;
}
.artdetail_container .next{
	padding: 6px 80px;
}
.artdetail_container .next span{
	background-color: #f4f5f7;
	display: inline-block;
	padding: 10px;
	margin-right: 12px;
}