/* 格展网络（91084.com）做专业的网站模板、网站建设平台 */
@charset "utf-8";
/**
 * 注意：所有页面引用此文件。
 * 页面基础样式，所有页面都可以使用，与页面元素无关，此文件最好由一人维护，懂规则的也可一起维护。
 * 如需修改某个元素的样式，请在各栏目的page.css中修改覆盖，或者在本文件中添加基础样式（不懂规则的慎重！）。
/* CSS reset */
body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, optgroup, p, blockquote, figure, hr, menu, dir, thead, tbody, tfoot, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: "Microsoft YaHei";
}
:focus {
	outline: 0 none;
}
ul, ol {
	list-style-type: none;
	list-style-image: none;
}
li {
*zoom: 1;
*vertical-align: bottom;
}
a {
	color: #333;
	text-decoration: none;
}
a:active {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0 none;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}
*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}
body {
	font-size: 14px;
	line-height: 1.8;
	width: 100%;
	height: 100%;
}
body, button, input, select, textarea {
	font-family: "Microsoft YaHei";
	-ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
	text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
b, strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background-color: #D2E5FF;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monaco, menlo, consolas, 'courier new', courier, monospace;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}
q {
	quotes: none;
}
q:before, q:after {
	content: none;
}
small {
	font-size: 85.7%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	border: none;
	height: 1px;
	background-color: #eee;
}
/* 公共图片hover效果 注意图片容器一定要定宽高，然后加overflow: hidden;样式 */
img.animation {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
img.animation:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
a:hover {
	color: #DB000A;
}
/*th {text-align:left;}
table th,table td {border:1px solid #ddd;padding:8px 10px;}
table th {font-weight:inherit;border-bottom-width:2px;border-bottom-color:#ccc;}*/
table th, table td {
	padding: 5px 10px;
	text-align: center;
}
img {
	border: 0 none;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	border: 0 none;
	white-space: normal;
	margin-left: -7px;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	vertical-align: middle;
	margin: 0;
}
input, button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
select {
	border: 1px solid #ccc;
	padding: 3px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	height: 13px;
	width: 13px;
	padding: 0;
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration /* 1 */ {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto;
}
textarea {
	overflow: auto;
	resize: vertical;
}
select:disabled option:checked, option:disabled:checked {
	color: #D2D2D2;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#A9A9A9;
opacity:1;
}
label {
	cursor: pointer;
}
select[size], select[multiple], select[size][multiple] {
	border: 1px solid #AAA;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}
audio, canvas, video, progress {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
display:none;
}
[draggable] {
cursor:move;
}
dialog {
	border: 1px solid;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: fit-content;
	height: fit-content;
	margin: auto;
	padding: 0;
}
dialog::backdrop {
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
background-color:rgba(0,0,0,.3);
}
 @media screen and -webkit-min-device-pixel-ratio0 {
input {
line-height:normal!important;
}
}
em, i {
	font-style: normal;
}
label {
	cursor: default;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;
}
/* 文字排版 */
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f24 {
	font-size: 24px;
}
.fb {
	font-weight: bold
}
.fn {
	font-weight: normal;
}
.t2 {
	text-indent: 2em;
}
.lh150 {
	line-height: 150%;
}
.lh180 {
	line-height: 180%;
}
.lh200 {
	line-height: 200%;
}
.unl {
	text-decoration: underline;
}
.no_unl {
	text-decoration: none;
}
/* 定位 */
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin: 0 auto;
}/* blockCenter 配合宽度使用 可以使块级元素居中 */
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.cb {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%;
	zoom: 1;
}
.clearfix {
	display: block;
	zoom: 1;
}
.vm {
	vertical-align: middle;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.abs-right {
	position: absolute;
	right: 0
}
.zoom {
	zoom: 1;
}
.hidden {
	visiility: hidden;
}
.none {
	display: none;
}
.ib {
	display: inline-block;
*zoom: 1;
*display: inline;
}
.inline {
	display: inline;
}
.block {
	display: block;
}
/* 长度高度 */
.w80 {
	width: 80px !important;
}
.w100 {
	width: 100px !important;
}
/*====================== box-modal =======================*/
/* 边距 */
/* margin */
.ml5 {
	margin-left: 5px;
}
.mr5 {
	margin-right: 5px;
}
.mt5 {
	margin-top: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml15 {
	margin-left: 15px;
}
.mr15 {
	margin-right: 15px;
}
.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.ml25 {
	margin-left: 25px;
}
.mr25 {
	margin-right: 25px;
}
.mt25 {
	margin-top: 25px;
}
.mb25 {
	margin-bottom: 25px;
}
.ml30 {
	margin-left: 30px;
}
.mr30 {
	margin-right: 30px;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml40 {
	margin-left: 40px;
}
.mr40 {
	margin-right: 40px;
}
.mt40 {
	margin-top: 40px;
}
.mb40 {
	margin-bottom: 40px;
}
/* padding */
.pl5 {
	padding-left: 5px;
}
.pr5 {
	padding-right: 5px;
}
.pt5 {
	padding-top: 5px;
}
.pb5 {
	padding-bottom: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pr15 {
	padding-right: 15px;
}
.pt15 {
	padding-top: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pr25 {
	padding-right: 25px;
}
.pt25 {
	padding-top: 25px;
}
.pb25 {
	padding-bottom: 25px;
}
.pl30 {
	padding-left: 30px;
}
.pr30 {
	padding-right: 30px;
}
.pt30 {
	padding-top: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pr40 {
	padding-right: 40px;
}
.pt40 {
	padding-top: 40px;
}
.pb40 {
	padding-bottom: 40px;
}
.pd30 {
	padding: 30px 0
}
/* 鼠标样式 */
.cp {
	cursor: pointer;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 分享 start */
.J-bdsharebuttonbox-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	color: #999;
	line-height: 21px;
	width: 130px;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox span {
	margin-right: 5px;
	padding-top: 2px;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a {
	margin: 0;
	margin-left: 5px;
	padding-left: 0;
	background-image: url("../images/logo_share.png");
	background-image: -webkit-image-set(url("../images/logo_share.png") 1x, url("../images/logo_share_x2.png") 2x);
	background-repeat: no-repeat;
	width: 20px;
	height: 21px;
	overflow: hidden;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-tsina {
	background-position: -4px -27px;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-tsina:hover {
	background-position: -4px -3px;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-qzone {
	background-position: -28px -27px;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-qzone:hover {
	background-position: -28px -3px;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-tqq {
	background-position: -52px -27px;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-tqq:hover {
	background-position: -52px -3px;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-copy {
	background-position: -76px -27px;
}
.J-bdsharebuttonbox-wrap .bdsharebuttonbox a.bds-copy:hover {
	background-position: -76px -3px;
}
/* 分享 end */
/*============ 新闻列表 end ============*/
/*右边固定*/
.content-r-fixed {
	position: fixed;
	left: 50%;
	margin-left: 169px;
	bottom: 180px;
	_position: absolute;
	_bottom: auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	_margin-bottom: 180px;
}
.dark-line {
	height: 2px;
	background-color: #666;
	margin-bottom: 10px;
}
/*头部开始*/
.header_cnt {
	width: 100%;
	height: auto;
}
.header_nav {
	width: 100%;
	height: 36px;
	background: #d42222;
}
.site_nav {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.retun {
	width: auto;
	height: auto;
}
.retun {
	_width: 70px;
	_height: 36px;
}
.retun a {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #fff;
	display: block;
	background-image: url(../img/retun.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
.retun a:hover {
	background-color: #D73C3C;
	color: #fff;
}
.header_gg {
	width: 1000px;
	padding: 10px 0px;
	margin: 0 auto;
}
.header_location {
	width: 1000px;
	height: 34px;
	padding-bottom: 15px;
	border-bottom: 2px solid #d42222;
	margin: 0 auto;
}
.location_l {
	height: 100%;
	width: 700px;
}
.location_l a {
	padding: 0px 5px;
	font-size: 12px;
	color: #666;
	line-height: 45px;
	position: relative;
}
.location_l span {
	color: #666;
}
.location_l a em {
	position: absolute;
	right: 0;
	_right: 590px;
	font-weight: 700;
	font-size: 24px;
	color: #000;
	width: auto;
	height: 30px;
	line-height: 30px;
}
.location_r {
	height: 100%;
	width: 300px;
	display: none;
}
input.inputEnter {
	float: left;
	display: inline;
	width: 223px;
	height: 32px;
	border: 1px solid #d42222;
	padding: 0px 0px 0px 5px;
	color: #9b9696;
	font-size: 14px;
}
.post_btn {
	float: left;
	display: inline;
	width: 70px;
	height: 34px;
	background-color: #d42222;
	color: #fff;
	font-size: 14px;
	border: none;
	line-height: 34px;
	color: #fff;
}
/*头部结束*/

/*new add 头部*/
.nav-fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	_position: absolute;
	_bottom: auto;
_top:expression(eval(document.documentElement.scrollTop));
}
.headerHomebcnt {
	width: 100%;
	height: 44px;
}
.headerHomeCnt {
	width: 100%;
	height: 44px;
	background-color: #ededed;
	border-bottom: 1px solid #dadada;
}
.headerHome {
	width: 1000px;
	height: 100%;
	margin: auto;
}
.headerHomeL {
	float: left;
	display: inline;
	width: 848px;
	height: 100%;
}
.headerHomeL h1 {
	width: auto;
	height: 100%;
	line-height: 44px;
	color: #E1E1E1;
	font-size: 16px;
}
.headerHomeL h1 a.aIndex {
	display: block;
	float: left;
	width: 50px;
	height: 42px;
	padding: 1px 0px;
	color: #E1E1E1;
}
.headerHomeL h1 a.miniIndex {
	float: left;
	width: auto;
	height: 44px;
*position:relative;
	color: #666;
	font-size: 15px;
}
.headerHomeL h1 a.miniIndex i. {
*position:absolute;
}
.headerHomeR {
	float: left;
	display: inline;
	width: 152px;
	height: 100%;
	position: relative;
*z-index:88;
}
.headerHomeR a.lookworld {
	width: 100%;
	height: 44px;
	display: block;
	position: relative;
	background-color: #999;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.headerHomeR a.lookworld .looklogo {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -12.5px;
}
.headerHomeR a.lookworld i.icon {
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
}
.headerHomeR a.lookworld i.icon img {
	width: 100%;
	height: 100%;
}
.headerHomeR a.lookworld:hover {
	background-color: #666;
}
.headerHomeR a.lookworld:hover i.icon {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
ul.nvaTop {
	width: 152px;
	height: auto;
	background-color: #666;
	position: absolute;
	left: 0;
	top: 44px;
	z-index: 89;
	padding-bottom: 10px;
	display: none;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
ul.nvaTop li {
	float: left;
	width: 100%;
}
ul.nvaTop li a {
	display: block;
	width: 50%;
	height: 36px;
	line-height: 36px;
	color: #e1e1e1;
	font-size: 16px;
	float: left;
	text-align: center;
}
ul.nvaTop li a:hover {
	color: #fff;
	background-color: #7d7d7d;
	;
}
ul.nvaTop li.line {
	height: 1px;
	background-color: #7d7d7d;
	margin: 10px 0px;
	font-size: 0;
	line-height: 1px;
}
.headerHomeR:hover ul.nvaTop {
	display: block;
}
ul.nvaTop li.nva_b a {
	font-size: 14px
}
/*new add 头部 end*/
/*头部导航开始*/
#logo {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	overflow: hidden
}
.logo_l {
	float: left;
}
.logo_l a {
	width: 190px;
	height: 69px;
	float: left;
	margin-right: 10px;
	margin-top: 12px;
}
.kouhao {
	float: left;
	height: 45px;
	width: 210px;
	border-left: 1px solid #ebebeb;
	padding: 4px 0 0 16px;
	margin-top: 26px;
}
.kouhao p {
	color: #636363;
	font-size: 14px;
	height: 22px;
*line-height: 16px;
	_line-height: 16px;
}
.logo_m {
	width: 313px;
	height: 34px;
	float: left;
	margin-top: 37px;
	border: 1px solid #e7e7e7;
}
.search_input {
	width: 260px;
	float: left;
	border: 0;
	padding: 0 0 0 8px;
	color: #999;
	height: 20px;
	border: none;
	font-size: 14px;
	margin: 7px 0 0 5px;
	margin: 10px 0 0 5px 9px;
	outline: none;
}
.search_botton {
	cursor: pointer;
	float: right;
	height: 14px;
	overflow: hidden;
	width: 14px;
	margin: 11px 11px 0 0;
}
.logo_r {
	width: 240px;
	float: right;
	height: 63px;
	margin-top: 37px;
}
.top_rt {
	height: 14px;
	overflow: hidden;
}
.kuaixun {
	width: 12px;
	height: 14px;
	float: left;
	margin-right: 5px;
	background: url(../images/icon16.png) no-repeat 0px -111px;
}
.kuaix {
	width: 218px;
	color: #666;
	height: 14px;
*height: 14px;
	line-height: 14px;
*line-height: 14px;
	float: left;
	overflow: hidden;
*padding-top: 6px;
	_padding-top: 6px;
}
.kuaix:hover {
	color: #c00;
	text-decoration: underline;
}
.top_rb {
	width: 250px;
	height: 24px;
	overflow: hidden;
}
.top_rb li {
	height: 24px;
	float: left;
	width: 62px;
}
.top_rb li a {
	color: #d42222;
	height: 24px;
	line-height: 24px;
}
.top_rb li a:hover {
	color: #c00;
}
/*分页*/
.pagelist {
	margin: 10px 0;
	padding: 0 0 0 100px;
	height: 40px;
	text-align: center;
	overflow: hidden
}
.pagelist ul {
}
.pagelist .firstPage {
	width: 30px;
}
.pagelist ul li {
	float: left;
	line-height: 30px;
	height: 30px;
	margin-left: 5px;
	font-size: 14px;
	border: 1px solid #E9E9E9;
	padding: 0px 13px;
	width: auto;
}
.pagelist ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}
.pagelist ul li.thisclass, .pagelist ul li.thisclass a, .pagelist ul li.thisclass a:hover {
	background-color: #666;
	color: #FFF
}
.pagelist .pageinfo {
	line-height: 30px;
	padding: 12px 5px 10px 5px;
	color: #999;
}
.pagelist select {
	line-height: 30px;
	margin-top: 4px
}
.pagelist .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}
/*分页*/
 
.pagebreak {
	FONT-SIZE: 12px;
	COLOR: #dddddd;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	line-height: 22px;
	width: 603px;
	text-align: center;
}
.pagebreak ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.pagebreak .current {
	padding: 3px 5px;
	border: 1px solid #CCC;
	color: #036;
	background-color: #CCC;
}
.pagebreak li {
	BORDER-RIGHT: #dddddd 1px solid;
	padding: 3px 5px;
	BORDER-TOP: #dddddd 1px solid;
	BACKGROUND: #fff;
	FLOAT: left;
	MARGIN: 3px;
	BORDER-LEFT: #dddddd 1px solid;
	COLOR: #aaaaaa;
	BORDER-BOTTOM: #dddddd 1px solid;
	LIST-STYLE-TYPE: none
}
.pagebreak a {
	COLOR: #aaaaaa;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.pagebreak .thisclass {
	BORDER-RIGHT: #e0e0e0 1px solid;
	BORDER-TOP: #e0e0e0 1px solid;
	FONT-WEIGHT: bold;
	BACKGROUND: #f0f0f0;
	BORDER-LEFT: #e0e0e0 1px solid;
	COLOR: #ff0084;
	BORDER-BOTTOM: #e0e0e0 1px solid
}
.pagebreak .thisclass a {
	COLOR: #ff0084
}
/*导航1*/
.nav-list {
	width: 100%;
	height: 100px;
	padding-top: 10px;
	background: #d42222 url(../images/menu.png) repeat-x;
}
.nav-list ul {
	width: 1040px;
	height: 50px;
	overflow: hidden;
	padding: 0
}
.nav-list ul li {
	width: 198px;
	height: 50px;
	float: left;
*display:inline;
}
.nav-list ul li.line {
	border-left: 1px solid #ed0005;
}
.nav-list ul li h3 {
	width: 20px;
	height: 50px;
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	font-weight: 800;
	float: left;
	margin-left: 10px;
	margin-right: 15px;
	font-weight: bold;
	font-family: Microsoft YaHei;
*display:inline;
}
.nav-list ul li a {
	float: left;
	color: #fff;
	line-height: 28px;
	margin-top: -2px;
	width: 68px;
	text-align: center;
}
.nav-list ul li h3 a {
	display: inline;
	line-height: 24px;
	float: none;
	margin-top: 0;
	color: #fff;
}
.nav-list ul li a:hover {
	color: #fff;
}
.nav-list ul li.other {
	width: 400px;
	height: 50px;
}
.menu_b {
	width: 1000px;
	height: 38px;
	margin: 10px auto;
	overflow: hidden;
	clear: both
}
.menu_b a {
	height: 38px;
	float: left;
	margin-right: auto;
	color: #333333;
	line-height: 40px;
	overflow: hidden;
	padding-right: 32px;
}
.menu_b a:hover {
	color: #c00;
	text-decoration: underline;
}
/*频道页导航*/
.channel-nav {
	width: 100%;
	height: 43px;
}
.channel-nav .fr {
	width: 360px;
	height: 26px;
	margin-top: 8px;
}
.pic-nav {
	background-color: #db000a;
}
.pic-nav .fenlei ul {
	background-color: #e64d54;
}
.channel-nav .daohang {
	width: 620px;
}
.channel-nav .daohang ul li {
	width: 80px;
	float: left;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: left;
}
.channel-nav .daohang ul .this-list {
	background: url(../images/channel-icon1.png) no-repeat 15px 38px;
}
.channel-nav .daohang ul li:hover {
	background: url(../images/channel-icon1.png) no-repeat 15px 38px;
}
.channel-nav .daohang ul li a {
	color: #fff;
	text-decoration: none;
}
.pic-nav .fenlei ul {
	padding-left: 14px;
}
.pic-nav .fenlei ul li {
	width: 68px;
	height: 26px;
	float: left;
	font-size: 14px;
	text-align: center;
	height: 26px;
	line-height: 26px;
}
.pic-nav .fenlei ul li a {
	color: #fff;
	text-decoration: none;
}
/* 内页右侧特别推荐 */
.special-list {
	padding-left: 10px;
}
.special-list .special-item {
	margin-bottom: 5px;
}
.special-list .special-item a {
	display: block;
	position: relative;
	height: 28px;
	overflow: hidden;
}
.special-list .special-item a .img {
	display: none;
}
.special-list .special-item a .txt {
	font-size: 14px;
	line-height: 2em;
	margin-left: 24px;
}
/*.special-list .special-item a .index{display: block; position: absolute; top: 5px; left: 0; width: 14px; height: 14px; line-height: 14px; color: #fff; background-color: #ff0000; text-align: center; font-size: 12px;}
.special-list .special-item a .index-2{background-color: #DDDDDD;}*/

.special-list .special-item a .index {
	position: absolute;
	display: block;
	width: 20px;
	height: 16px;
	line-height: 14px;
	left: 0;
	top: 8px;
	background-image: url("../images/index_10.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
.special-list .special-item a .index.i0 {
	background-position: 0 0;
}
.special-list .special-item a .index.i1 {
	background-position: 0 -17px;
}
.special-list .special-item a .index.i2 {
	background-position: 0 -34px;
}
.special-list .special-item a .index.i3 {
	background-position: 0 -51px;
}
.special-list .special-item a .index.i4 {
	background-position: 0 -68px;
}
.special-list .special-item a .index.i5 {
	background-position: 0 -85px;
}
.special-list .special-item a .index.i6 {
	background-position: 0 -102px;
}
.special-list .special-item a .index.i7 {
	background-position: 0 -119px;
}
.special-list .special-item a .index.i8 {
	background-position: 0 -136px;
}
.special-list .special-item a .index.i9 {
	background-position: 0 -153px;
}
/* 鼠标放上去之后的效果 */
.special-list .special-item a.active {
	height: auto;
}
.special-list .special-item a.active .img {
	display: block;
	width: 110px;
	height: 75px;
}
.special-list .special-item a.active .img img {
	width: 100px;
	height: 75px;
}
.special-list .special-item a.active .txt {
	font-size: 14px;
	margin-left: 110px;
	line-height: 1.8em;
	font-weight: bold;
}
.special-list .special-item a.active .index {
	display: none;
}
/*引用原来特别推荐作为24小时热点新闻*/
ul.special_more_item {
	width: auto;
	height: auto;
	overflow: hidden;
	padding-left: 10px;
}
ul.special_more_item li {
	width: 280px;
	padding-left: 24px;
	height: 36px;
	overflow: hidden;
	position: relative;
	line-height: 36px;
}
/*ul.special_more_item li i{position:absolute;display:block;width:14px;height:14px;background-color:#DDD;color:#fff;font-size:10px;line-height:14px;text-align:center;left:0;top:8px;border-radius:2px;}
ul.special_more_item li i.active{background-color:#EE4B4B;}*/
ul.special_more_item li i {
	position: absolute;
	display: block;
	width: 20px;
	height: 16px;
	line-height: 14px;
	left: 0;
	top: 12px;
	background-image: url("../images/index_10.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul.special_more_item li i.i0 {
	background-position: 0 0;
}
ul.special_more_item li i.i1 {
	background-position: 0 -17px;
}
ul.special_more_item li i.i2 {
	background-position: 0 -34px;
}
ul.special_more_item li i.i3 {
	background-position: 0 -51px;
}
ul.special_more_item li i.i4 {
	background-position: 0 -68px;
}
ul.special_more_item li i.i5 {
	background-position: 0 -85px;
}
ul.special_more_item li i.i6 {
	background-position: 0 -102px;
}
ul.special_more_item li i.i7 {
	background-position: 0 -119px;
}
ul.special_more_item li i.i8 {
	background-position: 0 -136px;
}
ul.special_more_item li i.i9 {
	background-position: 0 -153px;
}
ul.special_more_item li a {
	display: block;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}
ul.special_more_item li a:hover {
	color: #EE4B4B;
}
.main_right {
	float: left;
	height: auto;
	width: 332px;
}
/*新闻热点*/
.main_r_title {
	width: auto;
	padding-left: 32px;
	height: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}
.main_r_title h4 {
	width: 100%;
	height: 100%;
}
.main_r_title h4 span {
	font-size: 20px;
	font-weight: normal;
	color: #EC4B4B;
	border-bottom: 2px solid #666;
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	position: relative;
	font-family: Helvetica, Tahoma, "微软雅黑", sans-serif;
}
.main_r_title h4 span em {
	position: absolute;
	display: block;
	width: 72px;
	height: 2px;
	background-color: #EC4B4B;
	left: 0px;
	bottom: -2px;
	overflow: hidden;
*zoom:1;
}
.main_r_title a {
	font-size: 12px;
	color: #8D8D8D;
	position: absolute;
	right: 0;
	top: 0;
}
.main_r_title a:hover {
	color: #EE4B4B;
}
.main_item_cnt {
	width: 310px;
	padding-left: 22px;
	height: auto;
	overflow: hidden;
}
/* 今日热点 */
ul.main_item_news {
	width: 100%;
	height: auto;
	overflow: hidden;
}
ul.main_item_news li {
	float: left;
	display: inline;
	width: 145px;
	height: 142px;
	overflow: hidden;
	padding: 0 0 10px 10px;
}
ul.main_item_news li a.news_pic {
	display: block;
	height: 105px;
	width: 145px;
	overflow: hidden;
}
ul.main_item_news li a.title_news {
	margin: 3px auto 0;
	display: block;
	width: 125px;
	height: 34px;
	line-height: 16px;
	font-size: 12px;
	overflow: hidden;
	color: #333;
}
ul.main_item_news li a.title_news:hover {
	color: #EE4B4B;
}
/*右边的下边的广告图*/
.gg_channel_r_b {
	width: 300px;
	height: auto;
	padding-left: 32px;
	overflow: hidden;
	color: #ddd;
	margin-bottom: 15px;
*zoom:1;
}
/*右侧各个广告高度start*/
div.ggright1 {
	height: 250px;
	margin-bottom: 0px;
	padding-top: 15px;
}
div.ggright2 {
	height: 140px;
	overflow: visible;
}
div.ggright2 iframe {
	margin-left: -10px!important;
}
div.ggright3 {
	height: 400px;
	padding-top: 15px;
	padding-bottom: 15px;
}
div.ggright4 {
	height: 250px;
}
div.ggright5 {
	height: 250px;
	padding-top: 15px;
}
/*右侧各个广告高度end*/

/*广告容器*/
.gg_detail_cnt {
	width: 100%;
	height: auto;
	padding: 10px 0;
	color: #ddd;
}
.gg_item_bomttom_cnt {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	color: #DDD;
	margin: 10px auto;
*zoom:1;
}
.ggPic_item_bomttom_cnt {
	width: auto;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	color: #DDD;
	margin-bottom: 10px;
*zoom:1;
}
/*小编精选*/
ul.sift_item {
	width: auto;
	height: auto;
	padding-left: 10px;
	overflow: hidden;
}
ul.sift_item li {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}
ul.sift_item li span {
	float: left;
	display: block;
	width: 100px;
	height: 75px;
	overflow: hidden;
	font-size: 10px;
}
ul.sift_item li span img {
	width: 100%;
	height: 100%;
}
ul.sift_item li p {
	float: left;
	height: 75px;
	width: 190px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
	overflow: hidden;
}
ul.sift_item li:hover p {
	color: #EE4B4B;
	text-decoration: underline;
}
/* 定义容器可视宽度 */
.container {
	width: 1002px;
	margin: 0 auto;
}
#container {
	width: 1002px;
	margin: 0 auto;
}
.container2 {
	width: 500px;
	margin: 0 auto;
}
/*底部*/
.footer_cnt {
	color: #333;
	width: 100%;
	height: 80px;
	overflow: hidden;
	background-color: #F7F7F7;
	border-top: 1px solid #E3E5E8;
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}
.footer_cnt a {
	color: #333;
}
/*侧边栏返回顶部*/
.goto_top {
	position: fixed;
	left: 50%;
	width: 43px;
	height: 143px;
	margin-left: 515px;
	bottom: 161px;
	z-index: 99999;
	display: none;
}
/* 收藏 */
.goto_top a.shoucang {
	background-image: url("../images/sc.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.goto_top a.shoucang.active {
	background-position: -43px 0;
}
.goto_top .sc-txt {
	position: absolute;
	width: 258px;
	height: 50px;
	left: -298px;
	top: -15px;
	background-image: url("../images/sc_bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 16px;
	color: #fff;
	padding: 10px 25px 12px 15px;
	display: none;
}
.goto_top .sc-txt span {
	color: #ee4b4b;
	font-size: 18px;
}
.goto_top a {
	display: block;
	width: 100%;
	height: 43px;
	position: absolute;
	left: 0;
	background: transparent url(../images/to_top_v2.png) no-repeat scroll 0 0;
}
.goto_top a.show_go_0 {
	background-position: 0 0;
	bottom: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.goto_top a.show_go_0:hover {
	background-position: -43px 0;
}
.goto_top a.show_go_1 {
	background-position: 0 -50px;
	bottom: 51px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.goto_top a.show_go_1:hover {
	background-position: -43px -50px;
}
.erwei_cnt {
	width: 132px;
	height: 286px;
	opacity: 0;
*display:none;
	filter: alpha(opacity=0);
	position: absolute;
	left: -132px;
	bottom: 0px;
	background: transparent url(../images/2codes.png) no-repeat scroll 0% 0%;
	-webkit-transform-origin: right 80%;
	-moz-transform-origin: right 80%;
	-ms-transform-origin: right 80%;
	-o-transform-origin: right 80%;
	transform-origin: right 80%;
	-webkit-transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	transform: scale(0.01);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a.show_go_1:hover + div.erwei_cnt {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
*html .goto_top {
	position: absolute;
	bottom: auto;
	margin-bottom: 305px;
top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
