@charset "utf-8";
/*全局样式*/
body {
	margin:0;
	padding:0;
	background: url(/images/2019_body_bg.jpg) no-repeat center top #fff fixed; 
 
	
}
div, dl, dt, td, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
	list-style:none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size:14px
}
i{ font-style:normal;}
Form, Select {
	margin: 0;
	padding: 0;
}
input, textarea {
	padding:2px;
	font-size:12px;
	resize:none;
	outline:none;
	border: 0;
}
div, h1, h2, p, Table, Tr, Td {
	word-wrap:break-word;
	word-break:break-all;
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
	font-style:normal;
}
ul li {
	vertical-align:top;
}
/*链接样式*/
a {
	color:#333;
	text-decoration:none;
	cursor: pointer;
}
a:focus {
	outline:0;
}
a:link, a:visited {
	text-decoration:none;
	vertical-align:baseline;
	word-break:break-all;
	outline:none;
}
a:hover, a:active {
	text-decoration:none;
	vertical-align:baseline;
	word-break:break-all;
	color:#ff6600;
	cursor:pointer;
}
a:hover span {
	cursor:pointer;
	text-decoration:none;
}
/* 清浮动 */
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* 浮动 */
.f-fl {
	float: left;
}
.f-fr {
	float: right;
}
.rxt_l {
	text-align:left;
}
.rxt_r {
	text-align:right;
}
.rxt_c {
	text-align:center;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
	font: 14px/1.5 "Microsoft YaHei", 微软雅黑, \9ed1\4f53, \5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
	color:#333;
}
/* 去除 IE6 input/button 多余的空白 */
button, input {
 *width:auto;
 *overflow:visible;
 /* 让 input 和 button 一样高 */
  line-height:normal;
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* 去除默认边框 */
fieldset, img {
	border:0;
}
/* 解决 IE6-7 图片缩放锯齿问题 */
img {
	-ms-interpolation-mode:bicubic;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display:block;
}
/* 一致化 horizontal rule */
hr {
	border:none;
	border-bottom:1px solid #cfcfcf;
	margin-bottom:10px;
 *color:pink;
 *filter:chroma(color=pink);
	height:10px;
 *margin:-7px 0 2px;
}
.color1 {
	color:#999;
}
.color2 {
	color:#F30;
}
.color3 {
	color:#ff7632;
}

.color_red{ color:#ff0000}
.color_blue{ color:#008df3}
.color_green{ color:#009900;}

 
  

/*翻页*/

.pagination {
	width: 100%;
	float: left;
	PADDING-BOTTOM: 30px;
	PADDING-TOP: 30px;
	TEXT-ALIGN: center;
	height: 40px
}
.pagination a {
	border-radius: 3px;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	background-color: #fff; 
	padding: 8px 12px;
	margin: 0 4px;
	COLOR: #323232;
	TEXT-DECORATION: none;
	border: 1px solid #e1e3e2;
}
.pagination input {
	border-radius: 3px;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	background-color: #fff; 
	padding: 8px 6px;
	margin: 0 4px;
	text-align:center;
	COLOR: #323232;
	TEXT-DECORATION: none;
	border: 1px solid #e1e3e2;
}
 .pagination span {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	background-color: #fff; 
	padding: 8px 12px;
	margin: 0 4px;
	COLOR: #c0c6c3;
	TEXT-DECORATION: none;
	border: 1px solid #e1e3e2;
}
.pagination a:hover {
	background-color: #f8f9fb; 
	border: 1px solid #cacaca;
} 
.pagination .current {
	background-color: #339adc; 
	border: 1px solid #339adc; 
	COLOR: #fff;
	TEXT-DECORATION: none;
}
.pagination .current.prev, .pagination .current.next {
	background-color: #fff; 
	padding: 4px 9px 4px 9px;
	MARGIN-RIGHT: 5px;
	COLOR: #767676;
	TEXT-DECORATION: none;
	border: 1px solid #c4c4c4;
}

 @font-face {
  font-family: "responsivenav";
  src:url("../fonts/responsivenav.eot");
  src:url("../fonts/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../fonts/responsivenav.ttf") format("truetype"),
    url("../fonts/responsivenav.woff") format("woff"),
    url("../fonts/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}
 
 .nav-toggle {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
 
  width: 50px;
  height: 50px;
  float: right;
  top:0px; right:0;
  display:none; z-index:308;
}

.nav-toggle:before {
  color: #42ca82; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 50px;
  speak: none;
  width: 100%;
  top: 0;
  right: 0;
  z-index:308;
}

.nav-toggle.active::before {
  font-size: 28px;
  content:"x"; 
}
.bdshare_popup_bottom{    display: none;}
.bdshare_dialog_box{display: none;}
.bdshare-button-style0-16{    padding: 0 50px;}

.useOldFixed .IPv6 { display: block !important;width: 214px !important;margin: 0 auto !important;margin-bottom: 18px !important; }
.useOldFixed .fgSearch span:nth-of-type(1) { transform: translate(0, 8px) !important; -webkit-transform: translate(0, 8px) !important; -moz-transform: translate(0, 8px) !important; -ms-transform: translate(0, 8px) !important; -o-transform: translate(0, 8px) !important; }
.useOldFixed .textword { transform: translateY(2px) !important; -webkit-transform: translateY(2px) !important; -moz-transform: translateY(2px) !important; -ms-transform: translateY(2px) !important; -o-transform: translateY(2px) !important; }
.useOldFixed .fgSearch span:nth-of-type(2) { transform: translate(-457px, 90px) !important; -webkit-transform: translate(-457px, 90px) !important; -moz-transform: translate(-457px, 90px) !important; -ms-transform: translate(-457px, 90px) !important; -o-transform: translate(-457px, 90px) !important; }
.useOldFixed .babh { transform: translate(-357px, 18px) !important; -webkit-transform: translate(-357px, 18px) !important; -moz-transform: translate(-357px, 18px) !important; -ms-transform: translate(-357px, 18px) !important; -o-transform: translate(-357px, 18px) !important; }
.useOldFixed .fgSearch span:nth-of-type(3) { transform: translate(-138px, 24px) !important; -webkit-transform: translate(-138px, 24px) !important; -moz-transform: translate(-138px, 24px) !important; -ms-transform: translate(-138px, 24px) !important; -o-transform: translate(-138px, 24px) !important; }
.useOldFixed select[name="chnl"] { transform: translate(-86px, 20px) !important; -webkit-transform: translate(-86px, 20px) !important; -moz-transform: translate(-86px, 20px) !important; -ms-transform: translate(-86px, 20px) !important; -o-transform: translate(-86px, 20px) !important; }
.useOldFixed select[name="category"] { transform: translate(-481px, 91px) !important; -webkit-transform: translate(-481px, 91px) !important; -moz-transform: translate(-481px, 91px) !important; -ms-transform: translate(-481px, 91px) !important; -o-transform: translate(-481px, 91px) !important; }
.useOldFixed select[name="chnl"] + .seleBtn { transform: translate(0, 20px) !important; -webkit-transform: translate(0, 20px) !important; -moz-transform: translate(0, 20px) !important; -ms-transform: translate(0, 20px) !important; -o-transform: translate(0, 20px) !important; }
.useOldFixed .typeSelect { transform: translate(-381px, 26px) !important; -webkit-transform: translate(-381px, 26px) !important; -moz-transform: translate(-381px, 26px) !important; -ms-transform: translate(-381px, 26px) !important; -o-transform: translate(-381px, 26px) !important; }
.useOldFixed .fgSearch { padding-bottom: 20px !important; }
.useOldFixed .seleBtn { transform: translate(100px, -50px) !important; -webkit-transform: translate(100px, -50px) !important; -moz-transform: translate(100px, -50px) !important; -ms-transform: translate(100px, -50px) !important; -o-transform: translate(100px, -50px) !important; }
.useOldFixed select[name="category"] + .seleBtn { transform: translate(0, 14px) !important; -webkit-transform: translate(0, 14px) !important; -moz-transform: translate(0, 14px) !important; -ms-transform: translate(0, 14px) !important; -o-transform: translate(0, 14px) !important; }
.useOldFixed .article_list { display: flex !important; }
.useOldFixed .listleft { width: 350px !important; }
.useOldFixed .listright { flex: 1 !important; }
.useOldFixed .listleft .sideMenu { display: flex !important;flex-direction: column !important; }
.useOldFixed .listleft .sideMenu>* { width: 350px !important;min-width: 350px !important; }
.useOldFixed .listleft .sideMenu>ul { display: flex !important;flex-direction: column !important; }
.useOldFixed .listleft .sideMenu>ul>* { width: 350px !important; }
.useOldFixed .articleli li a { min-width: calc(100% - 200px) !important; }
.useOldFixed .listright { margin-left: 25px !important; }
.useOldFixed .icon-wechat:hover .wechat-qrcode { display: flex !important;justify-content: center !important;align-items: center !important;top: -223px !important;left: -68px !important; }
.useOldFixed .wechat-qrcode h4 { display: none !important; }
.useOldFixed .wechat-qrcode .help { display: none !important; }
.useOldFixed .articleli li { background: none !important; }
.useOldFixed .articleli li span.timebox { width: auto !important; }
/* .useOldFixed .articleli li a { min-width: 700px !important; } */
.UseInMobile #cbc_02 { max-height: none !important; }
.UseInMobile #sidemenu0 { max-height: none !important; }
.useOldFixed .ZtInvalid img { transform: translateX(1000px) !important; -webkit-transform: translateX(1000px) !important; -moz-transform: translateX(1000px) !important; -ms-transform: translateX(1000px) !important; -o-transform: translateX(1000px) !important; }
