@charset "utf-8";

/* CSS Document */
.content {
	margin: 0 auto;
	width: 1200px;
	margin-top: 10px;
}

.content_t {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e4e4e4;
}

.cur_local {
	background: url(ylj_local_20160518.jpg) no-repeat left center;
	padding-left: 25px;
	font-size: 12px;
	color: #6e6e6e;
	float: left;
	line-height: 40px;
	letter-spacing: 2px;
}

.detail_con {
	padding: 0 10px;
	margin-bottom: 20px;
}
.det_tit {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A64A7;
	text-align: center;
	margin-top: 20px;
}

.det_time {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	opacity: 0.5;
	text-align: center;
	margin-top: 15px;
}
.det_content {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 38px;
	padding: 0 40px;
	padding-top: 20px;
}

.paging{
	margin-top: 28px;
    text-align: center;
}
.paging div{
	display: inline;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
}
/* .paging div.disable{
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
	border-radius: 7px;
} */
/* .paging div.active{
    color: #1A64A7;
}
 */