*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #c19f4f;
	text-decoration: underline;
}
.content{
	width: 100%;
	background-color: #ecf0f1;
}
.content_div{
	width: 1200px;
	background-color: #fff;
	margin: 0 auto;
	padding: 15px;
}
.content_bxo{
	position: relative;
	width: 100%;
	padding-left: 220px;
	min-height: 400px;
}
.content_left{
	width: 202px;
	position: absolute;
	top: 0px;
	left: 0;
	border: 1px solid #cccccc;
	height: auto;
}
.title{
	width: 100%;
	height: 35px;
	background-color: rgb(0, 103, 154);
	color: #fff;
	font-size: 14px;
	line-height: 35px;
}
.title a{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: bold;
	font-family: 微软雅黑;
	font-size: 14px;
}
.content_left_text{
	width: 100%;
	padding-bottom: 15px;
}
.content_left_text div{
	background-image: url(../images/headerInfoBG.jpg);
	width: 150px;
	height: 35px;
	margin: 0 auto;
	text-align: center;
	line-height: 35px;
	border: 1px solid #cccccc;
	margin-top: 15px;
	font-size: 14px;
}
.content_right{
	width: 100%;
	min-height: 100px;
	border: 1px solid #cccccc;
	padding-bottom: 20px;
}
.content_right_top{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #cccccc;
	background-color: #F5F5F5;
	font-size: 0px;
}
.titleSpan{
	display: inline-block;
	width: 105px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-right: 1PX solid #cccccc;
	border-top: 1px solid #00679a;
	font-size: 12px;
	font-weight: bold;
	color: #00679a;
	background-color: #fff;
}
.location{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #1b74b1;
	height: 34px;
	line-height: 34px;
}
.text_content{
	width: 100%;
	padding: 20px;
}
.text_content li {
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: relative;
    padding-right: 184px;
    font-size: 12px;
    overflow: hidden;
}
.text_content li .type{
	display: block;
	width: 84px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	right: 100px;
	top: 0px;
}
.text_content li .time{
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.page{
	width: 100%;
	text-align:center;
	margin-top: 10px;
}
.page_left{
	display: inline-block;
	margin-right: 30px;
}
.page_left a{
	font-size: 14px;
	color: #000000;
	padding: 0 5px;
}
.page_left a:hover{
	color: #CC9900;
	text-decoration: underline;
}
.page_right{
	display: inline-block;
	font-size: 0px;
}
.page_right span{
	font-size: 14px;
}
.page_right span.leftline{
	border-left: 1px solid ;
}