* {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
	font-size: 16px\9;
}

html,body {
	width: 100%;
}

/*文章内容*/
.page {
	width: 1080px;
	margin: auto;
	background: #fff;
	margin-bottom: 15px;
	padding: 0px 10px;
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
}

.page_none {
	height: 15px;
}

.page_left {
	width: 200px;
	float: left;
}

.page_left div {
	width: 180px;
	border-bottom: 1px solid #ccc;
}

.page_bt {
	width: 100%;
	text-align: center;
	background: #14586e;
	margin-bottom: 10px;
	font-size: 0;
	padding: 28px 0;
}

.page_bt span,.page_bt i {
	font-size: 22px;
	color: white;
	line-height: 22px;
	display: inline;
}

.page_bt i {
	margin-right: 3px;
}

.page_title {
	width: 165px;
	display: block;
	line-height: 30px;
	cursor: pointer;
	padding: 5px 0;
	padding-left: 15px;
	font-size: 15px;
}

.page_title:hover {
	background: #c8dee7;
	color: #ff7f00;
}

.page_left a:hover {
	text-decoration: none;
}

.page_left ul li {
	width: 180px;
	list-style: none;
	border-top: 1px dashed #ccc;
	list-style: none;
	border-top: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

.page_left li a {
	color: #777;
	display: block;
	font-size: 15px;
	padding: 10px 5px;
	padding-left: 35px;
	position: relative;
}

.page_left li a i {
	font-size: 15px;
	position: absolute;
	left: 20px;
	*left:-20px;
	text-decoration: none;
}

.page_left li a:hover {
	color: #000;
	text-decoration: underline;
}

.page_right {
	width: 860px;
	padding-left: 18px;
}

.page_place {
	padding: 0px 15px;
	padding-bottom: 20px;
	border-bottom: 3px solid #eee;
}

.page_place a:hover {
	color: #c5000b;
}

.page_place i {
	padding-right: 10px;
	color: #c5000b;
}

.page_place span {
	color: #c5000b;
}


.page_left li .action_list {
	color: #000;
	text-decoration: underline;
}

.life_title {
	background: #c8dee7;
	color: #ff7f00;
}

.action_title {
	
	background: #fff;
	color: #f00;
}

.clear_box {
	clear: both;
	height: 10px;
}


.page_web {
	width: 180px;
	height: 80px;
	display: block;
	margin-top: 15px;
}

/*文章列表*/
.page_des {
	height: 40px;
	width: 100%;
	background-color: #CADEE6;
	font-size: 18px;
}

.bt {
	float: left;
	width: 700px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}

.fbsj {
	float: right;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.page_frame {
	padding: 10px 0px;
	margin-top: 10px;
}

.page_list {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.page_list li {
	height: 45px;
	line-height: 45px;
	list-style: none;
	float:left;
	width:100%;
	border-bottom:1px dashed #ccc;
}
.page_list li a {
	color: #333;
	max-width: 690px;
	*width:690px;
	white-space: nowrap;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	height:45px;
	line-height:45px; 
}
.page_list li a i{
	color: #6db1d1;
	font-size: 10px;
	padding-right: 10px;
	*margin:20px 0;
	*vertical-align: middle;
}
.page_list .list_date {
	float: right;
	width: 150px;
	color:#888;
	font-size: 14px;
	text-align:center;
}


/*列表切换上下页按钮*/
.page_btn {
	height: 40px;
	padding: 5px;
}

.page_btn .page_info {
	float: left;
	font-size: 14px;
	color: #333;
	height: 40px;
	line-height: 40px;
}

.page_btn div {
	float: right;
}

.page_btn button {
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #222;
	height: 28px;
	padding: 5px\9;
}

.page_btn input {
	width: 30px;
	text-align: center;
}

.page_mach {
	font-size: 14px;
	color: #0C58A8;
}

.hr {
	background: #ddd;
	width: 2px;
	position: absolute;
	height: 9999px;
	top: 15px;
	left: 210px;
}

.new {
	color: #c5000b;
	text-shadow: 1px 2px 2px #FF0;
	padding-left: 10px;
	display: inline-block;
	font-style: italic;
}

/*表格列表*/
.table_note i,.table_content i {
	color: #186BAA;
	display: inline;
	padding: 0 5px;
	font-size: 16px;
	font-weight: bold;
}

.table_title {
	margin-bottom: 10px;
}

.table_title img {
	vertical-align: middle;
}

.table_title span {
	line-height: 40px;
	vertical-align: middle;
	font-size: 20px;
	color: #000;
}

.table_part {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin-bottom: 10px;
}

.table_part td {
	border: 1px solid black;
	text-align: center;
	line-height: 35px;
	width: 95px;
}

.table_part td a {
	font-size: 15px;
	color: #0A4A8F;
	display: block;
}

.table_part td a:hover {
	color: #c5000b;
}

.table_note {
	margin-bottom: 10px;
}

.table_note p {
	line-height: 30px;
}

.table_search {
	margin-bottom: 10px;
	line-height: 30px;
}

.table_search input {
	width: 300px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.table_search button {
	font-size: 16px;
	margin: 5px;
	line-height: 16px;
	padding: 5px 15px;
	height: 30px;
	border: none;
	background: #14586e;
	color: white;
	border-radius: 5px;
}

.table_content {
	width: 860px;
	border-collapse: collapse;
	border: none;
	margin-bottom: 20px;
}

.table_content th,.table_content td {
	border: 1px solid black;
	text-align: center;
	line-height: 23px;
	padding: 0 5px;
	font-size: 15px;
	padding: 5px 5px;
}
table{
	width: 860px;
	border-collapse: collapse;
	border: none;
	margin-bottom: 20px;
}
table th ,table td{
	border: 1px solid black;
	text-align: center;
	line-height: 23px;
	padding: 0 5px;
	font-size: 15px;
	padding: 5px 5px;
}
/*全屏浏览*/
.shade {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
}

.hdp {
	position: fixed;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
	width: 100%;
	height: 100%;
}

.hdp_img {
	position: absolute;
	margin: auto;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 500px;
}

.show_img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	max-height: 500px;
	max-width: 1000px;
}

.img_top {
	height: 30px;
	position: absolute;
	margin: auto;
	top: -1px;
	color: white;
	display: inline-block;
	width: 500px;
	left: 0;
	right: 0;
	line-height: 30px;
	padding: 0 20px;
}

.img_title {
	float: left;
}

.img_index {
	float: right;
}

.hdp_left,.hdp_right {
	width: 50px;
	height: 60px;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	color: white;
	font-size: 60px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	opacity: 0.5;
	cursor: pointer;
	z-index: 100;
}

.hdp_left {
	left: 0;
}

.hdp_right {
	right: 0;
}

.hdp_left:hover {
	opacity: 0.8;
}

.hdp_right:hover {
	opacity: 0.8;
}

.hdp_close {
	width: 30px;
	height: 30px;
	background: #000;
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: white;
	cursor: pointer;
	opacity: 0.5;
	top: 10px;
	right: 10px;
}

.hdp_close:hover {
	opacity: 0.8;
}

.slt {
	position: fixed;
	width: 100%;
	height: 105px;
	bottom: 0px;
	z-index: 105;
	opacity: 1;
	overflow: hidden;
}

.slt_background {
	background: #000;
	opacity: 0.5;
	height: 105px;
	width: 2000px;
	position: absolute;
	z-index: -1;
	margin: 0;
}

.slt_frame {
	height: 105px;
	position: relative;
	margin: 0px auto;
	width: 800px;
	overflow: hidden;
}

.slt_frame ul {
	position: absolute;
	margin: auto;
	width: 2300px;
}

.slt_frame li {
	height: 85px;
	width: 130px;
	margin: 5px 10px;
	float: left;
	padding: 5px;
	opacity: 0.6;
}

.slt_frame li:hover {
	opacity: 1;
}

.slt_frame img {
	width: 130px;
	height: 85px;
}

.slt_frame .slt_img_action {
	background: #fff;
	opacity: 1;
}

.page_frame .cont_title .share{padding:0 10px;height:28px;}
.page_frame .cont_title .share div{float:right}