
.top_middle {
	position: relative;
	z-index: 9;
}
.top_menu {
	height: 65px;
	position: relative;
	z-index: 9;
}
.top_menu_item {
	zoom: 1;
	height: 65px;
}
.top_menu_l {
	overflow: hidden;
	border: 1px solid #c9c9c9;
	border-top: 3px solid #b23231;
	background-color: #f7f7f7;
	height: 70px;
}
.navs ul {
	display: block;
	zoom: 1;
	position: relative;
	padding-top: 8px;
}
.navs ul li {
	position: absolute;
	zoom: 1;
	height: 50px;
	display: block;
	z-index: 99;
	border-right: 1px solid #ebebeb;
	padding-right: 0;
	margin-left: 30px;
	_margin-left: 0px;
	_padding-left: 20px;
	_overflow: hidden;
}
.navs ul li:hover {
	zoom: 1;
}
.ie.ie9 .navs li:hover {
	background: transparent;
}
.navs ul li a {
	margin: 6px 7px;
	display: block;
	font-size: 14px;
	float: left;
	color: #666;
	overflow: hidden;
	line-height: 1;
	white-space: nowrap;
}
.navs ul li a:hover {
	color: #cc0000;
}

.navs li {
	border-top: 2px solid #fff;
	text-align: left;
	padding-right: 20px;
}
.lte-ie8 .nav_cnt {
	border-bottom: 1px solid #999;
}
.lte-ie8 .navs li {
	border-bottom: 1px solid #999;
}

.top_nav .tips {
	position: absolute;
	left: 280px;
	top: 4px;
	color: #CC0000;
}
.nav_cnt {
	height: 42px;
	position: relative;
	width: auto;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-top: 2px solid #ff7939;
}
.nav_cnt .container {
	position: relative;
}
ul.navs {
	z-index: 888;
	height: 42px;
	position: relative;
	
	overflow: hidden;
	width: 750px;
}
.sub-nav {
	padding-right: 15px;
}
.sub-nav li {
	float: left;
	padding: 8px 0 0 20px;
}
ul.navs li {
	float: left;
	height: 100%;
	line-height: 1;
	position: relative;
}
ul.navs li a {
	display: block;
	font-size: 18px;
	height: 100%;
	line-height: 40px;
	text-align: left;
	transition: background-color 0.5s ease 0s;
	width: auto;
	padding-left: 25px;
	overflow: hidden;
}

.weather {
	padding-top: 9px;
	line-height: 1;
}
.weather iframe {
	border: none;
}
.hot_word {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	width: 371px;
	text-align: left;
	overflow: hidden;
}
.hot_word p {
	display: inline;
}
.hot_word p span {
	padding: 0 10px 0 0;
}
.hot_word p span a {
	color: #777;
}
.hot_word p span a:hover {
	text-decoration: underline;
	color: red;
}
.top_menu_l.navs {
	position: relative;
	overflow: visible;
}




.tuijian ul {
	overflow: hidden;
	padding-top: 10px
}
.tuijian li {
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px;
}
.tuijian li i {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	overflow: hidden;
	display: block;
	float: left;
}
.tuijian li i img {
	height: 100%;
	max-width: 100%;
	min-width: 100%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.tuijian li p {
	margin-top: 10px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
}
.tuijian li:hover {
	background: #f6f6f6;
}
.tuijian li:hover img {
	transform: scale(1.1);
}

.footer_copyright_inner  h4 {
    padding: 0 0 20px 0;
    font-size: 18px;
    margin: 0;
    color: #555;
    font-weight: 500;
    font-family: 'Saira Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer_copyright_inner ul span {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    padding-right: 3px;
    color: #666;
}


.article-header {
	clear: both;
	border-bottom: 1px solid #bbb;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.article-header h1 {
	font-size: 24px;
	font-weight: bolder;
	text-align: left;
	line-height: 160%;
}
.article-header .info {
	text-align: left;
	line-height: 2;
	height: 30px;
	font-size: 12px;
	color: #999;
	line-height: 30px;
	zoom: 1;
}
.article-header .info small {
	padding-left: 10px;
	font-size: 12px;
}

.content {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
}