@charset "UTF-8";
/*_reset*/
html {
  height: 100%;
  color: #333;
  background: #f5f5f5;
  overflow-y: scroll;
  /*禁止Webkit ms内核浏览器的文字大小调整功能 */}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button {
  margin: 0;
  padding: 0;}

/* 要注意表单元素并不继承父级 font 的问题 */ 
body{

  font: 12px/1.5 "Hiragino Sans GB","Hiragino Sans GB W3", "宋体","Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti; }
button, input, select, textarea {
  font: 12px/1.5 "Microsoft Yahei", "微软雅黑";}
/*
body{
	font-family:"CNPzh","CNPla","Helvetica Neue",Arial,"DejaVu Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
*/
/*将边框周围取消dd */ 
input, button, select, textarea {
  outline: none; 
}  
  
table {
  /*将边框合并为一个边框，并将单元格边距初始化为0*/	
  border-collapse: collapse;
  border-spacing: 0; }
/* IE bug fixed: th 不继承 text-align*/
/* line 58, ../sass/_reset.scss */
th {
  text-align: inherit; }

/* 去除默认边框 */
fieldset, img {
  border: 0; }

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block; }

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
  border: 0;
  font-variant: normal; }  
/* 一致的 del 样式 */
del {
  text-decoration: line-through; }  
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500; }  
/* 去掉列表前的标识, li 会继承 */
/* line 88, ../sass/_reset.scss */
ol, ul {
  list-style: none; } 

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
/* line 93, ../sass/_reset.scss */

q:before, q:after {
  content: ''; }


/* 统一上标和下标 */
/* line 103, ../sass/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 106, ../sass/_reset.scss */
sup {
  top: -0.5em; }

/* line 107, ../sass/_reset.scss */
sub {
  bottom: -0.25em; }

/* 默认不显示下划线，保持页面简洁 */
/* line 110, ../sass/_reset.scss */
a {
  color: #333;
  cursor: pointer;
	/*
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; */}

a:hover {
  /*文本装饰*/
  text-decoration: none;
	/*
  color: #1974A1 !important;
	*/	
  }
  
/* ins 定义被插入的文本*/
ins, a {
  text-decoration: none; }
  
/*去除IE10下ipunt后面的叉叉*/
/* line 122, ../sass/_reset.scss */
input::-ms-clear {
  display: none; }
/*header*/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  background-color:transparent;
}
.table-bordered {
  border: 1px solid #ccc;
}
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th{
	  border: 1px solid #ccc;

}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
  padding:8px 20px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.header{
	min-width:1228px;
}
.header_top{
	position:relative;
	width:1228px;
	height:175px;
	margin:0 auto;
	font-family:'微软雅黑';
}
.header_top .prompt{
	position:absolute;
	right:0;
	top:90px;
	font-size:14px;
	color:#333;
	padding:0 8px;
	line-height:26px;
	background:rgba(0,0,0,.1)
}
.header_top .prompt a:hover{
	color:#1947a1

}
.header_top .prompt .copen{
	margin:0 5px;
	font-weight:bold;
}
.header_top .prompt em{

}
.header_top .prompt #out{
		padding-left:10px;
		margin-left:5px;
} 
.header_top .show{
	position:absolute;
	top:220px;
	right:-45px;
	display:none;
	text-align:center;
	width:41px;
	font-family:'微软雅黑';
	z-index:200;
	background: url("../images/img_weixin.png") repeat-x center center;
	cursor:pointer;
}
.header_top .show img{
	margin-top:5px;
}
.header_top .show p{
	width:15px;
	margin:5px auto 10px; 
	color:#fff;
	font-size:15px; 
}
.header_top .show em{
	display:block;
	background:url("../images/img_zhuangshi.jpg") no-repeat;
	height:30px;
	width:41px;

}
#table-ul{
		font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
		text-align:left;
		width:80%;
		border-collapse:collapse;
	  border-spacing:0;
		font-size:12px;
		font-size:0;
		border-top-style:none;
		margin:0 auto 50px;
}
#table-ul a:hover{
	color:#1974a1;
}
#table-ul li{
	font-size:13px;
	line-height: 1.32857;
	padding:0.8% 0;
	padding-left:4%;
	display:inline-block;
	vertical-align:top;
	background:#eee;
	margin:10px 0 ;
}
#table-ul li a{
	
	height:auto !important;
	line-height:26px !important;
	display:inline;
	border-bottom-style:none;
	font-size:15px;
	margin-right:20px;
}
#table-ul li span{
	color:#f5a739;
	float:left;
	margin-left:-25px;
}
#table-ul li p{
	margin-left:10px;
	line-height:26px;
}
#table-ul .odd{
	float:left;
}
#table-ul .even{
	float:right;
}
#substation .header{
	min-width:1228px;
}
#substation .header_top{
	position:relative;
	width:1020px;
	height:175px;
	margin:0 auto;
}
.header{
	margin:0 auto;
	background:url("../images/images/6.jpg") no-repeat center top;
	text-align:center;
}
.header_top .logo{
	position:absolute;
	left:0;
	bottom:0;
	text-align: left;
}
.header_top .logo img{
	width:85%;
}
.header_top .webName{
	position:absolute;
	right:0;
	top:58px;
	font-size:18px;
	color:#290d06;
	letter-spacing:3px;
	font-family:"微软雅黑",'Microsoft Yahei';
	font-weight:bold;
}
.header_top .search{
	padding-top:1px;
	position: absolute;
	bottom: 15px;
	right: 0;
}
.header_top .search   .beautify{
	display:inline-block;
	width:197px;
	height:27px;
	vertical-align:top;
	padding-left:30px;
	background:url("../images/icon_form.png") no-repeat 0px -1px;
}
.search select{
	border:1px solid #333;
	border-radius:4px;
	color:#555;
	line-height:30px;
	font-size:14px;
	height: 27px !important;
	font-weight:normal;
	filter:none !important;
	background-image:none !important;
	cursor:pointer;
}
.header_top .search  .beautify input{
	width:188px;
	height:18px;
	margin:4px 0;
	border-style:none;
	font-size:14px;
}
.search  .submit{
	display:inline-block;
	width:53px;
	height:27px;
	vertical-align:top;
	color:#fff;
	font-size:14px;
	line-height:25px;

	background:url("../images/icon_form.png") no-repeat -259px -1px;
}
.search  .senior{
	display:inline-block;
	width:83px;
	height:27px;
	margin-left:5px;
	vertical-align:top;
	color:#fff;
	font-size:14px;
	line-height:25px;
	text-align:center;
	background:url("../images/icon_form.png") no-repeat -346px -1px;
}
.header_top .additional{
	position:absolute;
	top:220px;
	right:-145px;
	width:135px;
	background:url("../images/img_weixin.png") repeat-x;
	text-align:center;
	z-index:100;
}
#home .header_top .additional{
	display:none;
}
.header_top .additional .close{
	font-size:12px;
	width:13px;
	height:12px;
	float:right;
	margin:4px 2px 0 0;
	cursor:pointer;
	background:url("../images/not.png") no-repeat;
}
.header_top .additional .zs{
	width:135px;
	height:40px;
	background:url("../images/img_zhuangshi.jpg") no-repeat ;
}
.header_top .additional img{
	margin-bottom:7px;
}
.header_top .additional #weibo,
.header_top .additional #mail,
.header_top .additional #contact{
	background:url("../images/img_additional_qt.png") repeat-x;
}
.header_top .additional #weibo a,
.header_top .additional #mail a,
.header_top .additional #contact a{
	display:block;
	height:47px;
	padding-left:30px;
	color:#fff;
	line-height:47px;
	font-size:16px;
	background:url("../images/icon_additional.png") no-repeat ;
}
.header_top .additional #weixin{
	height:47px;
	padding-left:50px;
	margin-top:5px;
	color:#fff;
	line-height:47px;
	font-size:16px;
	background:url("../images/icon_weixin.png") no-repeat 10px 10px;
}
.header_top .additional #weibo a{
	background-position:10px 10px;
}
.header_top .additional #mail a{
	background-position:10px -44px;
}
.header_top .additional #contact a{
	background-position:10px -106px;
}
.header_top .chinese_knot{
	position:absolute;
	bottom:-229px;
	left:-95px;
}
.header_bottom{
	font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
	text-align:center;
	height:35px;
	background:url("../images/img_navbg.jpg") repeat-x;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.header_bottom .nav {
	display:inline-block;
	height: 35px; 
  	line-height: 35px; 
	margin:0 auto;
  	z-index: 1; 
}
.header_bottom .nav a {
	display:inline-block;
	height:35px;
	width:127px;
	color: #fff; 
}

.header_bottom .nav .on a:hover{
	text-decoration: none;
  color: #f5a739!important;
}
.header_bottom .nav .subnav {
	
	position: relative; 
	float: left;  
	display: inline;
}
#home .header_bottom .nav .subnav{
	margin:0 8px;
}
#substation .header_bottom .nav .subnav{
	margin:0 16px;
}
.header_bottom .nav .subnav:hover {
	cursor:pointer;
}
.header_bottom .nav .subnav h3 { 
	float: left;
	display: block; 
	width:127px;
	font-weight:400;
	font-size: 18px;	
	color: #fff;
}

.header_bottom .nav .menu {
	display: none; 
	width: 131px; 
	left: 0; 
	top: 35px;  
	position: absolute; 
	background: #9B1111;  
	line-height: 26px; 
	z-index:100;
}
.header_bottom .nav .menu li {
	zoom:1;  
}
.header_bottom .nav .menu a { 
	display: block; 
	height: 35px;
	line-height: 35px;
	border-bottom:1px solid #790C0D;
	font-size: 15px;
}
.header_bottom .nav .menu a:hover {
	background: rgba(0,0,0,0.3);
	/*ie6-I8兼容背景透明度*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	color: #F5A739;
}
.header_bottom .nav .on h3  a{
	background: rgba(0,0,0,0.3);
	/*ie6-I8兼容背景透明度*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	color: #F5A739;
}
/*end header*/

/*container*/
.container{
	background:url("../images/images/3.jpg") repeat-y center top; 
}
.container_inner{
	text-align:center;
	background:url("../images/images/2.jpg") no-repeat center top;
}
.disabled{
	color:#CECAC5;
	cursor:no-drop;
}
.disabled:hover{
	color:#CECAC5 !important;
	text-decoration:none !important;
}
#home .container{
		min-width:1228px;
}
#home .container_mian{
	vertical-align:top;
	
	position:relative;
	display:inline-block;
	width:1228px;
	min-height:650px;
	margin-top:10px;
	background-color:#fff;
}
#home .tips{
	display:block;
	width: 32px;
	padding-left: 8px;
	text-align: center;
	color:#9b1111;
	background: url("../images/icon_triangle.png") no-repeat 0 4px;
	font-size: 12px;
}
#home .list_briefly li,
#home .list_briefly h3{
	padding-left:0 !important;
	white-space: nowrap; 
	text-overflow: ellipsis;
	overflow: hidden; 
	line-height:28px;
	font-size:14px;
	cursor:pointer;
}
#home .with{
	color: #8e0004;
}
#home .module{
	width:372px;
	position:relative;
	margin-top:20px;
	border:1px solid #F5E3E0;
	background-color:#FBFBFA;
}
#home .module .tips{
	position:absolute;
	right:13px;
	top:-9px;
	background-color:#fff;
} 
#home .module .title_img{
	position:absolute;
	top:-15px;
	left:0px;
	width:372px;
}
#home .tabs{
	background:url("../images/icon_line.jpg") repeat-x 0 75px ;
}
#home .tabs .slideTxtBox{
	margin:30px auto 0;
	font-size:14px;
	text-align:left;
}
#home .tabs .slideTxtBox .hd {
	position:relative;
	height: 22px; 
	line-height: 22px;

}
#home .tabs .slideTxtBox .hd ul{
	position:absolute;
	height:22px;
}
#home .tabs .slideTxtBox .hd ul li{
	position:relative;
	font-size:14px;
	float: left; 
	height:22px;
	padding:0 5px;n
	line-height:22px;
	text-align:center;
	font-weight:600;
	cursor: pointer;

}
#home .tabs .slideTxtBox .hd ul
#home .tabs .slideTxtBox .hd ul li.on a{
	color:#fff;
}

#home .tabs .slideTxtBox .hd ul li.on{
	height:22px; 
	color:#fff;
	background:url("../images/icon_tipsbt.png") no-repeat center center;
}
#home .tabs .slideTxtBox .hd ul li.on a{
	color:#fff;
}
#home .tabs .slideTxtBox .hd ul li.on em{
	position:absolute;
	width:20px ;
	height:13px;
	background:url("../images/icon_pointer.png") no-repeat #FBFBFA;
}
#home .tabs .bd{
	height:417px;
	overflow:hidden;
}
.forget-form{
	min-width:310px;
	padding:15px 20px 15px;	
	text-align:center;
}
.forget-form .left{
	text-align:left;
}
.forget-form .control-group{
	 margin-bottom: 15px;
}
/*
#home .form-actions{
	width:226px;
	margin:0 auto;
	text-align:left;
}
*/

.forget-form label{
	font-size:14px;
	display:inline-block;
	width:60px;
}
.forget-form .m-wrap{
	width:225px;
	height:20px;
	line-height:20px;
	padding:3px;
	border:1px solid #e5e5e5;
	font-size:14px;
}

.forget-form select.m-wrap{
	line-height:28px ;
	height:28px;
	width:auto !important;
}
.forget-form.log{
	border:1px solid #ddd;
	background:#fff;
	position:absolute;	
	top:20px;
	left:10px;
}
.forget-form .tishi{
	color:#aaa;
}
#register{
	padding:30px;
	text-align:center;
}
#register .controls {
	margin-left: 130px;
	text-align:left;
	position:relates;
	
}
#register .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 120px;
}
#register .form-title {
    font-weight: 300;
		font-size:24.5px;
		color:#000;
}
#register.forget-form .m-wrap{
	width:276px;
}
#retrieve{
	color:#1947a1;
	margin-left:5px;
}
#retrieve:hover{
	text-decoration:underline;
}
#Validform_msg{
	display:none;
}
#home #register .controls .checkbox {
	display: inline-block;
	margin: 1px 5px 0 0 !important;
	padding: 0 !important;
	min-height: 20px;
	padding-left: 20px;
	width:20px;
	vertical-align:middle;
}
#home #register .controls .checker {
	position: relative;
	height: 19px;
	width: 19px;
	margin-right: 2px !important;
	margin-top: -2px !important;
	
}
#home #register .controls .checker .check-span{
	 background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
		height: 19px;
    width: 19px;
		background-position: 0 -260px;
    display: inline-block;
    text-align: center;
}

#home #register .checker .check-span.checked {
    background-position: -76px -260px;
}
.uneditable-input.focus, textarea.m-wrap:focus, select.m-wrap:focus, input.m-wrap[type="text"]:focus, input.m-wrap[type="password"]:focus, input.m-wrap[type="datetime"]:focus, input.m-wrap[type="datetime-local"]:focus, input.m-wrap[type="date"]:focus, input.m-wrap[type="month"]:focus, input.m-wrap[type="time"]:focus, input.m-wrap[type="week"]:focus, input.m-wrap[type="number"]:focus, input.m-wrap[type="email"]:focus, input.m-wrap[type="url"]:focus, input.m-wrap[type="search"]:focus, input.m-wrap[type="tel"]:focus, input.m-wrap[type="color"]:focus, .m-uneditable-input:focus {
    border-color: #999999 !important;
    box-shadow: none;
    outline: 0 none !important;
}
.Validform_checktip {
    color: #999;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-left: 8px;
    overflow: hidden;
}
.Validform_wrong {
    background: url("../images/error.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #9b1111;
    padding-left: 20px;
    white-space: nowrap;
}
.Validform_right {
    background: url("../images/right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #71b83d;
    padding-left: 20px;
		white-space: nowrap;
}
.Validform_loading {
    background: url("../images/onLoad.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 20px;
		
}
#home #register .controls .checker input{
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: inline-block;
		opacity: 0;
	 height: 19px;
    width: 19px;
}

#home #register .control-label{
	float: left;
	padding-top: 5px;
	text-align: right;
	width: 120px;
}
#home #register .control-label i{
  color: #f00;
	padding-right: 4px;
  font-style: normal;
	font-weight: normal;
}
.controls .i-re{
	display:inline-block;
	background:url("../images/i-re.png") no-repeat;
	background-size:16px 17px;
	width:24px;
	height:21px;
	cursor:pointer;
}  
#home #register label{
	width:100px;
	text-align:right;
}
.forget-form .btn{
 -moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color:#8A000F;
	border-width:0;
	border-radius:4px;
	box-shadow:none;
	cursor:pointer;
	padding:4px 8px;
	color:#fff;
	margin:0 10px;
	font-size: 13px;
}
#home .container_right #cooperation{
	background-color:#fbfbfa;
}
#home .container_right #cooperation .slideTxtBox { 
	width:351px; 
	height:580px;
}
#home .container_right #cooperation .slideTxtBox .hd ul li {
	width:77px;
}
#home .container_right #cooperation .slideTxtBox .hd ul li.on em{
	left:33px;
	top:33px;
}
#home .container_right #cooperation.land{
	background-position:0 265px;
}
#home .container_right #cooperation.land .slideTxtBox{
	margin-top:220px;
	height:430px;
}
#home .container_right #cooperation.land .slideTxtBox .bd{
	height:365px;
}
#home .container_right #cooperation.land .slideTxtBox .bd ul{
	height:335px;
}
#home .container_left {
	float:left;
	
}
#home .container_left a:hover{
	color: #1974A1;
}
#home .container_left .tips{ 
	color:#000;
}
#home .container_left .hot{
	width:824px;
	height:441px;
	margin:10px 10px 0;
	background-color:#fcfcfb;
}
#home .container_left .hot .slideBox {
	position: relative;
	float:left;	
	margin:10px 0;
	overflow: hidden; 
	width: 824px; 
	height:420px;
	font-size:0;
}
#home .container_left  .hot .slideBox .hd {
	position: absolute; 
	right:10px; 
	bottom: 12.5px;
	overflow: hidden; 
	height: 13px; 
	z-index: 1;	
}
#home.container_left .hot .slideBox .hd ul {
	float: left;  
	overflow: hidden; 
	zoom: 1; 
 }
#home .container_left .hot .slideBox .hd ul li { 
	float: left; 
	width: 13px; 
	height: 12px; 
	margin-right: 5px;  
	text-align: center; 
	background-image:url("../images/icon_circle.png"); 
	background-repeat:no-repeat;
	cursor: pointer; 
}
#home .container_left .hot .slideBox .hd ul li.on { 
	background-image: url("../images/icon_circle_red.png");  
}
#home .container_left .hot .slideBox .bd { 
	height: 100%;
	z-index:;   
}
#home .container_left .hot .slideBox .bd ul{
	
	text-align:center;
}
#home .container_left .hot .slideBox .bd li {
	zoom: 1; 
	/*line-height:320px;*/
}
#home .container_left .hot .slideBox .bd li h2{
	position:absolute;
	width: 308px;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	color:#fff;
	bottom:0;
	padding:0 85px 0 15px;
	white-space: nowrap; 
	text-overflow: ellipsis;
	overflow: hidden;
	text-align:left;
	/*
	background: url(../images/img_slidebg.png) repeat-x;	*/
	background:#7E7E7D;
	z-index:1;
}
#home .container_left .hot .slideBox .bd img {
	max-width: 824px; 
	max-height:340px; 
	vertical-align:bottom;
	margin-bottom:39px;
}
#home .container_left .hot_spot {
	position: relative;
	float: right;
	width: 348px;
	height: 341px;
	padding:0 33px;
	
}
#mobile_header{
	display: none;
}

#s_acc .briefly{
	color:#888;
	font-size:12px;
	white-space: normal;
	padding-left:5px;
	padding-top:5px;
	line-height: 20px;
	display: none;
	margin:0 0 2px;
	text-indent: 2em;
	border-top:1px dashed #ccc;
	height:80px;
}

#home #s_acc h3{
	line-height: 35px;
	font-size:15px;
    font-family: '微软雅黑','Microsoft YaHei';
	/*font-weight: bold;*/
}
#home #s_acc h3.on{
	
}
#s_acc h3 a{
	color:#9b1111;
}
#s_acc .briefly:first-child{
	display:block !important;
}
#route{
	position:absolute;
	top:-25px;
	left:0;
	/*margin-left:-13px;*/
	/*margin-bottom: 10px;*/
	color: #555;
}
#art .jiathis_style{
	position: absolute;
	top:-25px;
	right:0;
}
#art_new_a ul{
	font-size:14px;
}
#art_new_a ul li{
	margin-bottom:10px;
}
/*#art_new_a ul .name{
	font-family: '楷体';
	font-weight: bold;
	font-size:15px;
	color:#333;
}*/
#art .tuwen{
	height:190px;
	margin:25px 0;
	border:1px solid #ccc;
}
#art .tuwen .pull-left{
	float: left;
	width:31%;
	font-size:0;
	text-align: center;
	line-height: 190px
}
#art .tuwen .pull-left img{
	max-width:100%;
	max-height:190px;
	vertical-align:middle;
}
#art .tuwen .pull-right{
	position: relative;
	float:right;
	width:68.8%;
	border-left: 1px solid #ccc;
	height:190px;
	overflow: auto;
}
#art .tuwen .pull-right .abstract{
	padding:15px 25px;
	line-height: 26px;
	font-size:14px;
	text-align: left;
	text-indent: 2em;
}
#art .tuwen .pull-right #tuwen_sec{
	position:absolute;
	bottom:15px;
	width:100%;

}
#art .tuwen .pull-right #tuwen_sec select{
	width:100%;
	font-size:14px;
	padding:3px 6px;
	color:#555;
}

#home .container_left .hot_spot .list_briefly{
	margin-top:12px;
}
#home .container_left .hot_spot .focus{
	width:100%;
	height:95px;
	margin-top: 15px;
	border-bottom:1px dashed #ccc;
}
#home .container_left .hot_spot .tips{
	position: absolute;
	top:10px;
	right:20px;
	color:#9b1111
}
#home .container_left .hot_spot h2{
	font-size: 18px;
	font-weight: bold;
	color: #9b1111;
	margin-bottom: 8px;
	text-align: center;
}
#home .container_left .hot_spot .description{
	font-size: 13px;
	line-height: 25px;	
}
#list_experts{
	position: relative;
	width:824px;
	padding: 10px 10px 0;
	background:url("../images/img_experts.jpg") no-repeat 10px 30px;
	background-size:824px 169px;
}
#list_experts .exp_bg{
	position:absolute;
	width:824px;
	left: 10px;
}
#list_experts .exp_bg2{
	position:absolute;
	left: 10px;
	bottom: -2px;
	width:824px;
}
#list_experts .list_li_header{
	border-bottom:1px solid #9B0000;
}
#list_experts .list_ul{
	margin-top: 25px;
	background:url("../images/img_expertsbt.png") repeat-x left bottom ;
	border: 1px solid #F5E4E1;
	border-top-style:none;

}
#list_abroad{
	position: relative;
	width:824px;
	padding: 10px 10px 0;
	background:url("../images/img_abroad.jpg") no-repeat 10px 30px;
	background-size:824px 169px;
}
#list_abroad .with{
	color:#1b3a61;
}
#list_abroad .tips{
	background-position:0 -25px;
}
#list_abroad .list_ul{
	margin-top: 25px;
	background: url("../images/img_abroadbt.jpg") repeat-x left bottom ;
	border: 1px solid #E3E7E8;
	border-top-style: none;
}
#list_abroad .exp_bg{
	position:absolute;
	left:10px;
	top:13px;
	width:824px;
}
#list_abroad .exp_bg2{
	position:absolute;
	left: 10px;
	bottom: -1px;
	width:824px;
}
#list_abroad .list_li_header{
	border-bottom:1px solid #043E5B;
}
#list_abroad .list_ul .odd,
#list_experts .list_ul .odd{
	float: left;
}
#list_abroad .list_ul .even,
#list_experts .list_ul .even{
	float: right;
}
#list_abroad .list_ul .list_li,
#list_experts .list_ul .list_li {
	position:relative;
	background-color:rgba(224,222,217,0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19E0DED9,endColorstr=#19E0DED9);
	width: 406px;
	height: 220px;
	margin-top:10px;
	z-index:10;
}
#list_abroad	.list_ul .list_li .list_li_header,
#list_experts .list_ul  .list_li .list_li_header{
	height:35px;
	padding:0 21px;
	background-color:rgba(224,222,217,.1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19E0DED9,endColorstr=#19E0DED9);
	
}
#list_abroad .list_ul .list_li .list_li_header ul,	
#list_experts .list_ul .list_li .list_li_header ul {
	position: absolute;
	left:115px;
	top:10px;
	background-color:#ECE9E6;
}
#list_abroad .list_ul .list_li .list_li_header ul  li,
#list_experts .list_ul .list_li .list_li_header ul  li {
	float:left;
	width:50px;
	height:25px;
	font-size:12px;
	text-align:center;
	line-height:25px;
	border-right:1px solid #ccc;
}
#list_abroad  .list_ul .list_li .list_li_header .tips,
#list_experts .list_ul .list_li .list_li_header .tips {
	position: absolute;
	top: 9px;
	right: 25px;
}
#list_experts .list_ul .list_li .list_li_header h3 {
	font-size: 15px;
    font-weight: bold;
	line-height: 35px;
	color: #991112;
	font-family:'微软雅黑','Microsoft YaHei';
	display: inline-block;
	float: left;
}
#list_abroad .list_ul .list_li .list_li_header h3{
	font-size: 15px;
    font-weight: bold;
	line-height: 35px;
	color: #1b3a61;
	font-family:'微软雅黑','Microsoft YaHei';
}
#achievements .list_li_content,
#list_abroad  .list_ul .list_li .list_li_content,
#list_experts .list_ul .list_li .list_li_content {
	margin-top: 10px;
	padding:0 25px 0 25px;
}
#achievements .list_li_content .list_briefly,
#list_abroad .list_ul .list_li .list_li_content .list_briefly,
#list_experts .list_ul .list_li .list_li_content .list_briefly {
	margin-top:7.5px;
	    text-align: left;
}
#achievements .list_li_content .title,
#list_abroad .list_ul .list_li .list_li_content .title,
#list_experts .list_ul .list_li .list_li_content .title {
	position:relative;
	padding-left:140px;
	height:77px;
}

#achievements .list_li_content .title .thumbnail,
#list_experts .list_ul .list_li .list_li_content .title .thumbnail{
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:75px;
	line-height:75px;
	border:1px solid #AF0000;
	overflow:hidden;
	text-align:center;
	font-size:0;
}
#list_abroad .list_ul .list_li .list_li_content .title .thumbnail{
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:75px;
	line-height:75px;
	border:1px solid #043E5B;
	overflow:hidden;
	text-align:center;
	font-size:0;
}
#achievements .list_li_content .title .thumbnail img,
#list_abroad .list_ul .list_li .list_li_content .title .thumbnail img,
#list_experts .list_ul .list_li .list_li_content .title .thumbnail img{
	max-width:120px;
	max-height:75px;
	vertical-align: middle
}

#list_experts .list_ul .list_li .list_li_content .title h3{
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	font-size:14px;
	color:#9b1111;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#achievements .list_li_content .title h3{
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	font-size:14px;
	color:#9b1111;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
#achievements .list_li_content .title h3 a{
	color:#9b1111;
}
#list_abroad  .list_ul .list_li .list_li_content .title h3{
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#1b3a61;
}
#list_experts .list_ul .list_li .list_li_content .title h3 a{
	color:#9b1111;
}
#list_abroad  .list_ul .list_li .list_li_content .title h3 a{
	color:#1b3a61;
}
#achievements .list_li_content .title .description,
#list_abroad  .list_ul .list_li .list_li_content .title .description,
#list_experts .list_ul .list_li .list_li_content .title .description{
	font-size:12px;
	color:#888;
	margin-top:10px;
}
#home .container_right {
	padding-right:10px;
	float:right;
	font-size:12px;
}
#home .container_right #cooperation .slideTxtBox .bd{
	height:515px;
	margin-top:33px;
	background-color:#fff;
	border:1px solid #C3C0B9;
}
#home .container_right #cooperation .slideTxtBox .bd a:hover{
	color: #1974A1;
}
#home .container_right #experts .bd .target,
#home .container_right #cooperation .slideTxtBox .bd ul { 
	height:485px;
	overflow:auto;
	padding:15px 2px 15px 10px;  zoom:1;  
} 
#cooperation .blog .description{
	font-size:12px;
	padding:0 5px 0 20px;
	color:#888;
	line-height:18px;
	white-space:pre-wrap;
}
#home .container_right #experts .bd .target li,
#home .container_right #cooperation .slideTxtBox .bd li {
	margin-bottom:5px;
	padding-left:25px;
	line-height:28px; 
}
#home .container_right #experts .bd .target .name{
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
#home .container_right #experts .bd .target li a,
#home .container_right #cooperation .slideTxtBox .bd  li a{
	float:left;
	margin-right:15px;
}
#home .container_right #cooperation .slideTxtBox .bd  li a sup{
	background:#9b1111;
	color:#fff;
	padding:0 3px 2px;
	border-radius: 3px;
}
#home .container_right #cooperation .slideTxtBox .bd .list_briefly li a{
	float:none;
	margin-right:10px;
}
#home .container_right #cooperation .slideTxtBox .bd li a
#home .container_right #cooperation .slideTxtBox .bd .list_briefly li{
	padding:0 20px;

}
#home .container_right #experts .bd .target li span,
#home .container_right #cooperation .slideTxtBox .bd li span { 
	float:left;
	margin-left:-20px;
	font-size:14px;
	color: #9b1111;
	
}
#home .container_right #achievements {
	height: 295px;
	padding-top:10px;
	text-align:left;
}
#home .container_right #experts a:hover,
#home .container_right #special a:hover,
#home .container_right #achievements a:hover{
	color: #1974A1;
}
#home .container_right #special {
	height: 313px;
}
#home .container_right #special  .sideMenu{
	padding:0 30px;
	text-align:left;
	margin: 25px auto 10px;
	height:270px;
	overflow:auto;
}
#home .container_right #special  .sideMenu h3{ 
	height:32px; 
	line-height:32px;
	font-size:14px;
	color: #9b1111;
	cursor:pointer;
	font:normal 14px/32px "Microsoft YaHei";
}
#home .container_right #special  .sideMenu h3 em{ 
	float:left; 
	display:block; 
	margin-right:25px;
	width:12px; 
	height:32px;
	margin-left:-6px;
	background:url("../images/icon_accordion.png") -18px center no-repeat; 
	cursor:pointer;
}
#home .container_right #special  .sideMenu h3.on em{ 
	background-position:0 center; 
}
#home .container_right #special  .sideMenu p{
	line-height:25px;
	padding-left:36px; 
	color:#999; 
	display:none;  
}
#home .container_right #experts {
	background-color:#fbfbfa;
	height:	515px;
	margin-top:23px;
}
#home .container_right #experts .slideTxtBox .hd ul li{
	width:110px;
}
#home .container_right #experts .slideTxtBox .hd ul li.on{
	background:url("../images/icon_tipsbt_xl.png") no-repeat center center;
}
#home .container_right #experts .slideTxtBox .hd ul li.on em{
	left:48px;
	top:33px;
}
#home .container_right #experts .bd{
	font-family:"微软雅黑","Microsoft Yahei";
	margin-top:35px;
}

#experts .bd .gj li a{
	float:none !important;	
	margin-left:0;
}
#home .container_right #experts .bd .key{
	text-align:center;
	float:left;
	margin-top:25px;
	width:78px;
}
#home .container_right #experts .bd .key h3 a{
	font-size:14px;
	color:#9b1111;
	font-weight:600;
}
#home .container_right #experts .bd .key h3{
	font-size:14px;
	color:#9b1111;
	font-weight:600;
}
#home .container_right #experts .bd .key ul{
	margin-top:10px;
}
#home .container_right #experts .bd .key ul li{
	margin-bottom:15px;
}
#home .container_right #experts .bd .key ul li a{
	font-size:13px;
	padding:0 3px;
}
#home .container_right #experts .bd .target{
	position:relative;
	float:right;
	width:262px;
	height:385px;
	overflow:auto;
	margin-right:10px;
	background-color:#fff;
	border:1px solid #C3C0B9;
}
#home .container_right #experts .bd .target h4{
	color:#9b1111;
}
#home .container_right #message {
	height:158px;
	margin-top:25px;
	text-align:left;
}
#home .container_right #message h3{
	font-size:14px;
	padding:12px 0;
	margin:5px 30px 16px;
	color:#9b1111;
	font-weight:600;
	border-bottom:1px dashed #ccc;
}
#home .container_right #message form{
	margin:0 30px;
}
#home .container_right #message form textarea{
	width:230px;
	height:74px;
	overflow:auto;
	padding:3px;
	resize: none;
	vertical-align:bottom;
	border:1px solid #AD0000;
	resize:none;
}
#home .container_right #message form input[type="submit"]{
	height:23px;
	width:60px;
	margin-left:8px;
	border-style:none;
	border-radius:0.2em;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	background-color:#AC0000;
}
#home .container_bottom{ 
	position:relative;
	width:1208px; 
	height:	280px;
	padding-top:25px;
	clear:both;
	margin:0 10px;
}
#home .container_bottom .tips{
	position:absolute;
	right:16px;
	top:14px;
	background-color:#fff;
}
#home .container_bottom .title_img{
	position:absolute;
	top:7px;
	left:0;
	width:1208px;
}
#home .container_bottom .prev,
#home .container_bottom .next {
	position:absolute;
	display:block;  
	width:25px; 
	height:234px; 
	overflow:hidden;
	cursor:pointer; 
	
}
#home .container_bottom .prev{
	top:42px;
	right:10px;
	background: url("../images/icon.arrowright.jpg") no-repeat 0 95px #CECAC5;
}
#home .container_bottom  .next{
	top:42px;
	left:10px;
	background:url("../images/icon_arrowleft.jpg") no-repeat 0 90px #CECAC5;
}
#home .container_bottom #publication { 
	border: 1px solid #F5E3E0;
	padding: 16px 35px;
	overflow: hidden;
	height: 234px;
}	
#home .container_bottom #publication ul {
	overflow: hidden; 
	zoom: 1; 
	 height: 234px;
}
#home .container_bottom #publication ul li {
	margin: 0 8px; 
	float: left; 
	display: inline; 
	overflow: hidden; 
	text-align: center;
}
#home .container_bottom #publication ul li a { 
	text-align: center; 
}
#home .container_bottom #publication ul li a  img { 
	width: 140px; 
	height: 228px; 
	display: block;  
	padding: 2px; 
	border: 1px solid #D3D0CB; 
}
#home .container_bottom #publication ul li  a:hover img { 
	border-color:#af0000;
}
#home .container_footer{
	background:url("../images/images/7.jpg") no-repeat #fff;
	padding-top:10px;
	font-size:12px;
	margin:0 auto;
}
#home .container_footer #pioneer{
	background:url("../images/icon_line.jpg") repeat-x 0 45px;
	margin:15px 15px;
}
#home .container_footer #pioneer .slideTxtBox{
	margin-top:15px;
}
#home .container_footer #pioneer .slideTxtBox .hd {
	padding:0 10px;
}
#home .container_footer #pioneer .slideTxtBox .hd ul li{
	width:77px;
}
#home .container_footer #pioneer .slideTxtBox .hd ul li.on{
	background:url("../images/icon_tipsbt.png") no-repeat center center;
}
#home .container_footer #pioneer .slideTxtBox .hd ul li.on em{
	left:33px;
	top:33px;

}
#home .container_footer #pioneer .slideTxtBox .hd ul .last_li{
	width:110px;
}
#home .container_footer #pioneer .slideTxtBox .hd ul .last_li.on {
	background:url("../images/icon_tipsbt_xl.png") no-repeat center center;
}
#home .container_footer #pioneer .slideTxtBox .hd ul .last_li.on em {
	left:48px;
}
#home .container_footer #pioneer .bd{
	height:161px;
	margin-top:38px;
	background-color:#FBFBFA;
	border:1px solid #E0DED9;
}
#home .container_footer #pioneer .bd a:hover{
	color:#1974A1;
}
#home .container_footer #pioneer .bd ul{
	float:left;
	padding:10px 25px;
	height:141px;
	overflow:auto;
	zoom:1;
}
#home .container_footer #pioneer .bd ul li{
	float:left;
	height:28px;
	line-height:28px;
	margin-right:17px;
}
#home .container_footer #pioneer .media{
	padding-right:0 !important;
}
#home .container_footer #pioneer .media li{
	width:160px;
	height:40px !important;
	overflow:hidden;
	font-size:0;
	margin-right:20px !important;
	margin-bottom:15px;
	border:1px solid #ddd;
	text-align:center;
	line-height:40px !important;
}
#home .container_footer #pioneer .media li a{
	display:inline-block;
	height:100%;
	width:100%;
	
}
#home .container_footer #pioneer .media li img{
	max-width:160px;
	max-height:40px;
	vertical-align:middle;
}
/************************分站**************************/
#substation .container{
	min-width:1228px
}
#substation .container_mian{
	text-align:left;
	position:relative;
	display:inline-block;
	width:1020px;
	min-height:650px;
	margin-top:10px;
	background:#fff;
}
#substation .container_mian a:hover{
	color:#1974a1;
}
#substation .with{
	color:#9b1111;
}
#substation .tips{
	position:absolute;
	right:20px;
	top:-10px;
	display:block;
	width: 32px;
	padding:0 0px 0 12px;
	color:#9b1111;
	font-size: 12px;
	text-align: center;
	background: url("../images/icon_triangle.png") no-repeat 4px 4px #fff;
}
#substation .container_left{
	position:relative;
	width:676px;
	padding:0 10px 4px;
	float:left;
	background:url("../images/de-bg.jpg") no-repeat left top;
}
#substation .container_left .hotspot{
	position:relative;
	height:222px;
	padding:40px 15px 0 15px;
}
#substation .container_left .hotspot .tips-s{
	position:absolute;
	right:25px;
	bottom:0;
	font-size:12px;
	color:#9b1111;
}
#substation .container_left .hotspot .tips-s:hover{
	color:#1974a1;
}
#substation .container_left .hotspot h2 a{
	display:block;
	color:#9b1111;
	font-size:24px;
	text-align:center;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:100%;
	font-weight:bold;
}
#substation .container_left .hotspot h2 a:hover{
	color:#1947a1;
}
#substation .container_left .hotspot .description{
	margin:10px 0;
	color:#717171;
	font-size:13px;
	line-height:23px;
	clear:both;
	height:45px;
}
#substation .container_left .hotspot .odd{
	float:left;
	margin-top:5px;
	width:50%;
	font-size:14px;
	text-align:right;
}
#substation .container_left .hotspot .odd,
#substation .container_left .hotspot .even{
	line-height:26px;

}
#substation .container_left .hotspot .odd a,
#substation .container_left .hotspot .even a{
	display:inline-block;
	max-width:91%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	vertical-align:top;
}
#substation .container_left .hotspot .even{
	float:right;
	margin-top:5px;
	width:49%;
	font-size:14px;
	text-align:left;
}
#substation .container_left .list_left{
	width:675px;
	margin-top:20px;
	border-left-style:none;
	border-bottom-style:none;
} 
#substation .container_left .list_left .list_left_li{
	position:relative;
	height:245px;
	border:1px solid #D6A0A0;
	padding-left:270px;
	font-size:0;
	margin-bottom:20px;
}
#substation .container_left .list_left .list_left_li .icon_zgf{
	position:absolute;
	bottom:-1px;
	right:-3px;
}
#substation .container_left .list_left .list_left_li .m-title{
  position: absolute;
	top: -16px;
	left:22px;
	background:#fff;
	padding:0 8px;
	font-weight:bold;
}
#substation .container_left .list_left .list_left_li  #de-bg{
	background:url("../images/de-bg2.jpg") no-repeat;
}
#substation .container_left .list_left .list_left_li h4 {
	font-size:14px;
	color:#9b1111;
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	padding-bottom:10px;
}
#substation .container_left .list_left .list_left_li h4 a{
	color:#9b1111;
}
#substation .container_left .list_left .list_left_li h4 a:hover{
	color:#1947a1;
}
#substation .container_left .list_left .list_left_li  .description{
	font-size:13px;
	padding:10px 0 8px;
	margin-left:20px;
	color:#717171;
	border-top:1px dashed #ccc;
}
#substation .container_left .list_left .list_left_li
#substation .container_left .list_left .list_left_li h4 a{
	color:#9b1111;
}
#substation .container_left .list_left .list_left_li .maps{
	position:absolute;
	width:250px;
	height:200px;
	top:22px;
	left:20px;
	line-height:200px;
	font-size:0;
	text-align:center;
	border:1px solid #ddd;
}
#substation .container_left .list_left .list_left_li h2{
	position:absolute;
	left:0;
	bottom:0;
	width:215px;
	height:30px;
	padding:0 10px 0 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:14px;
	line-height:30px;
	color:#fff;
	text-align:left;
	background:url("../images/img_focusbg.png") repeat-x;
}
#substation .container_left .list_left .list_left_li ul{
	height:200px;
	overflow:hidden;
	padding:0 35px 0 25px;
	margin-top:23px;
}
#substation .container_left .list_left .list_left_li ul h3 {
	margin-bottom:5px;
	font-size:18px;
	color:#8e0004;
}
#substation .container_left .list_left .list_left_li ul  li{
	height:29px;
	width:355px;
	line-height:29px;
	font-size:14px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#substation .container_left .list_left .list_left_li ul .point a{
	color:#8e0004;
	font-weight:600;
}
#substation .container_left .list_left .list_left_li img{
	max-width:250px;
	max-height:200px;
	vertical-align:middle;
}
#substation .container_right{
	float:right;
	padding-top:10px;
	width:315px;
	padding-right:8px;
}
#substation .focus_img{
	position:relative;
	width:310px;
	height:240px;
	line-height:240px;
	text-align:center;
	font-size:0;
	border:1px solid #ddd
}
#substation .focus_img img{
	max-width:310px;
  max-height: 240px;
	vertical-align:middle;
}
#substation .focus_img h3{
	position:absolute;
	left:0;
	bottom:0;
	width:275px;
	height:30px;
	padding:0 10px  0 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:14px;
	line-height:30px;
	color:#fff;
	text-align:left;
	background:url("../images/img_focusbg.png") repeat-x;
}
#substation .list_right{

	text-align:left;
	margin-top:30px ;
	letter-spacing:0.6px;
}
#substation .list_right li{
	position:relative;
	width:310px ;
	border:1px solid #d6a0a0;
	margin-bottom:30px;
}
#substation .list_right li .content{
	clear:both;
	margin-top:20px;
	padding:0 0 15px;
}
#substation .list_right li .content p{
	line-height:24px;
	height:24px;
	color:#717171;
	font-size:12px;
	margin-left:10px;

}
#substation .list_right li .title{
	position:absolute;
	top:-11px;
}
#substation .list_right li h3{
	display:block;
	height:20px;
	line-height:20px;
	text-align:left;
	font-size:18px;
	margin-left:20px;
	color:#8a000f;
	background-color:#fff;
	padding:0 8px;
	font-weight:bold;
}
#substation .list_right li h3 span{
	color:#8e0004;
}
#substation .list_right #sub_experts,
#substation .list_right #leader{
	height:100px;
}

#substation .list_right #sub_experts .content,
#substation .list_right #leader .content{
	text-align:left;
	height:60px;
	overflow:auto;
}
#substation .list_right #sub_experts .content span,
#substation .list_right #leader .content span{
	display:inline-block;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: top;
	color:#8a000f;
	width:62px;
} 
#substation .list_right #introduction{
	height:160px;
}

#substation .list_right #set{
	height:140px;
}

#substation .list_right #sub_contact{
	height:150px;
	margin-bottom:0;
}



.relates_left h2{
	background-color: #DCDCDC;
	font-size:17px;
	line-height:25px;
}
.relates_left h2 p{
	padding-left:30px;
	display:inline;
	background:url("../images/icon_tub.png") no-repeat;
}
.relates_left h2 span{
	color:#9b1111;
}
.relates_left .nav{
	position:relative;  
	line-height:22px;   
	margin-top:15px;
	padding:20px 0 25px;
	z-index:1; 
	background-color:#F1F1F1;	
}
.relates_left .nav .nLi{
	position:relative;
	margin-bottom:25px;
}
.relates_left	.nav .nLi h3 a{
	display:block; 
	padding:0 20px; 
	font-size:15px; 

}
.expert_right{
	position:relative;
	float:right;
	width:715px;
	font-size:12px;
}
.expert_right .artLocation{
		background:url("../images/icon_li.png") no-repeat 9px 3px;
		padding-left:30px;
		font-size:15px;
		line-height:25px;
		background-color:#f1f1f1;
}
.pub{
 position:relates;
 margin:4.5% 5%;
}
.pub_left{
	position: relative;
	font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
	float:left;
	width:23%;
	text-align:center;
}
.pub_left h1{
	background-color: #dcdcdc;
  font-size: 18px;
  line-height:30px;
}
.pub_left h1 p{
	background: url("../images/icon_tub.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline;
  padding-left: 30px;
}  
.pub_left .left-nav {
	margin-top:30px;
	background:#f1f1f1;
  padding: 20px 0 25px;

}
.pub_left .left-nav .nLi {
	position:relative;
	margin-bottom:10px;
	line-height:30px; 
	font-size:16px;
}
.pub_left .left-nav .nLi .arrow{
	position:absolute;
	top:0;
	right:10px;
	width:13px;
	height:13px;
	font-family:"宋体";
	
}
.pub_left .left-nav .nLi.or .arrow{
	color:#fff;
}
.pub_left .left-nav .nLi.on .arrow{
	background-image:none;
	font-size:0;
}
.pub_left .left-nav .nLi a{
	display:block;
}
.pub_left .left-nav .nLi.or a{
	color:#fff !important;
	background-color:#9b1111 !important;
}
.pub_left .left-nav .nLi.on a{

	background-color:#ddd;
}
.pub_left .left-nav .nLi a:hover{

	background-color:#ddd;
	text-decoration: none;
}
.pub_left .left-nav .sub{
	position:absolute;
	top:0px;
	left:254px;
	display:none;
	background:#f1f1f1;
} 
.pub_left .left-nav .sub li {
	
	zoom:1;
}
.pub_left .left-nav .sub li a{
	padding:0 10px; 
	display:block;
	font-size:14px;
	color:#333 !important;
	width:200px;
}
.pub_left .left-nav  .nLi .sub li a:hover{ 
	background: rgba(0,0,0,.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#4C000000);
}
.pub_left .left-nav .nLi.or .sub{
	background-color:#9b1111;
}
.pub_left .left-nav .nLi.or .sub li.or a,
.pub_left .left-nav .nLi.or .sub li a:hover{
	background:rgba(0,0,0,.3) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4C000000) !important;
	color:#f5a739 !important;
}

.pub_right{
	float:right;
	width:72%;
}
.pub_right .pub_content a:link{
	color:#1974A1;
}
.pub_right .pub_content a:visited{
	color:#551A8B;
}
.pub_right .pub_content a:hover{
	color:#1974A1;
	text-decoration:underline;
}
.pub_right .location{
	  background: url("../images/icon_li.png") no-repeat scroll 9px 3px #f1f1f1;
    font-size: 15px;
    line-height: 30px;
    padding-left: 30px;
	text-align: left;
}
.pub_right .pub_content{
	margin-top:28px;

	font-size:14px;
}
#expert .pub_left{
	
	position: relative;
}
#expert .pub_left .name{
	padding:15px;
	color:#991112;
	font-size:13px;
}
#expert .pub_left .name p{
	font-size:14px;
	line-height:30px;
}
#expert .pub_left .name h3{
	font-size:16px;
	line-height:30px;
}
#expert .pub_left img{
	width:150px;
	height:185px;
}
#expert .pub_left .channel{
	padding-bottom:20px;
}
#expert .pub_left .channel li{
	padding:0 30px;
	font-size:13px;
	text-align:left;
}
#expert .pub_left .channel li h3{
	line-height:40px;
}
#expert .pub_left .channel li .sub{
	display:block;
	font-size:12px;
	text-align:left;
	padding-left:15px;
	line-height:35px;
}
#expert .pub_right .expert_content{
		
		line-height:26px;
}
#expert .pub_right .expert_content .link:link{
	color: #1974A1;
}
#expert .pub_right .expert_content .link:visited{
	color:#551A8B;
}
#expert .pub_right .expert_content .link:hover{
	color: #1974A1 !important;
	text-decoration:underline;
}
#expert .pub_right .row{
	margin-bottom:15px;
}
#expert .pub_right .row .title{
	position:relative;
	padding:8px 0;
	font-size:15px;
	color:#991112;
}
#expert .pub_right .row .item.left{
	float:left;

}
#expert .pub_right .row .item.right{
	float:right;
	margin-left:40px;
	color:#999;
	text-align:right;
}
#expert .pub_right .row .item h3{
	font-size:15px;
	color:#991112;

}
#expert .pub_right .row .item li{
	line-height:26px;
	width:320px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
#expert .pub_right .row .work{
	font-size:13px;
}
#expert .pub_right .row .work li{
	line-height:26px;
}
#expert .pub_right .row .work li a{
	color:#991112;
}
#relates .list{
	zoom:1;
	font-size:15px;
	text-align: left;
} 
#relates .list li{
	margin-bottom:25px;
	line-height:20px; 
}
#relates .list li .date{
	color:#999;  
}
#relates .list li .extra{
	list-style-type:disc;
	font-size:13px;
}
#relates .list li .extra .author{
	margin:0 5px;
	color:#9b1111;
}
#relates .list li .abstract{
	font-size:13px;
}
#relates .list li .extra li{
	float:left;
	color:#999;
	margin-bottom:0;
	margin:0 20px 0 13px;
}
#relates .paragraph{
    margin-top: 22px;
	line-height:26px;
	background:#f1f1f1;
	padding-left:6px;
	font-size:17px;
  color:#d70000;
}
#relates .paragraph p{
	display:inline;
}
#relates .paragraph a{
    font-size:14px;
    color:#999;
    margin-left: 16px;
}
#relates .paragraph span{
    margin-left: 16px;
}
#relates .search{
	margin-bottom:30px;
}
#relates .search .beautify{
    background: url("../images/icon_form.png") no-repeat scroll 0 -1px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 27px;
    padding-left: 8px;
    width: 219px;
	margin-left:5px;
}
#relates .search .beautify input{
    border-style: none;
    height: 18px;
    margin: 4px 0;
    width: 212px;
		font-size:14px;
}
#relates .search .submit{
		background: url("../images/icon_form.png") no-repeat scroll -259px -1px rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 27px;
    line-height: 25px;
    width: 53px;
		text-align:center;
		vertical-align:bottom;
		
}
#relates .search .submit:hover{
	color:#fff !important;
		text-decoration:none;
}
#relates .search #senior:hover{
	color:#fff !important;
		text-decoration:none;

}
#relates .result h2{
	font-weight:bold;
	margin-bottom:20px;
}
#relates .result h2 span{
	color:#9b1111;
	padding:0 3px;
}
#relates .result p{
	line-height:22px;
}
#relates .result .jy{
	padding-left:35px;
}
#relates .subLi{
	font-size:14px;
	line-height:26px;
	margin-bottom:5px;;
}
#relates .subLi a{
	padding-left:15px;
}
#fruit{
	margin-top:10px;
}
#institution{
	margin-bottom:0;
}
#unit .pub_right .post{
	font-size:14px;
	margin-bottom:20px;
}
#unit .pub_right .post .title{
	font-family:"微软雅黑","Microsoft Yahei";
	font-size:16px;
    font-weight: bold;
	line-height:26px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
}
#unit .pub_right .post .content .section{
	line-height:23px;
	padding-top:16px;
	text-indent:2em;
}
#unit .pub_right .post .content ul{
	padding-top:13px;
}
#unit .pub_right .post .content ul li{
	line-height:28px;
}
#unit .pub_right .post .content .name{
	float:left;
	color:#9b1111;
	width:120px;
	font-size:15px;
	font-family:"微软雅黑",'Microsoft Yahei';
}
#unit .pub_right .post .content .position{
	float:left;
}
#unit .pub_right .post .content dl {
	
}
#unit .pub_right .post .content dl dt{
	font-size:15px;
	font-weight:bold;
	text-indent:2em;
	margin:16px 0 5px;
} 
#unit .pub_right .post .content dl dd{
	text-indent:2em;
	line-height:23px;
}
#publication .title{
	padding-bottom:20px;
	font-size:16px;
	color:#9b1111;
	border-bottom:1px dashed #ccc;
}
#publication .summary{
	min-height:220px;
	margin-top:30px;
}
#publication .summary .sum_img{
	float:left;
	height:228px;
	width:140px;
	margin-right:15px;
	padding:5px ;
	border:1px solid #ccc;
}
#publication .summary p{
	line-height:26px;
	text-indent:2em;
	margin:15px 0;
}
#publication .abb{
	margin-top:25px;

}
#publication .abb h3{
	font-weight:600;
	font-size:15px;
	margin-bottom:10px;
}
#publication .abb p{
	padding-left:10px;

	line-height:28px;
	text-indent:2em;
}
#art{
	position:relative;
	text-align:center;
	margin:3% 3%
}
#art .pub_left{
	width:27%;
	float:right;
}
#art .pub_right{
	position: relative;
	width:66%;
	padding:2%;
	float:left;
	background-color:#fafafa;
}
#art .mod{
	font-size:14px;
	text-align:left;
	margin-bottom:25px;
	border:1px solid #ddd;
}
#art .mod .mod-title{
	font-size:15px;
	font-weight:bold;
	padding-left:15px;
	line-height:30px;
	border-bottom:1px solid #ddd;
	background-color:#efefef;
}
#art .mod .mod-detail{
	font-family:'宋体';
	padding:8px 15px 8px;
	background:#fafafa
}
#art .mod .mod-detail li{
	line-height:26px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#art a:hover{
	color:#1974a1;
}
#artLocation{
	position:absolute;
	top:20px;
	font-size:13px;
	text-align:left;
}
#art #artTitle{
		color: #333;
    font-size: 26px;
    line-height: 40px;
		font-family:'微软雅黑','Microsoft YaHei';
}
#art .artInfo{
	position:relative;
	font-size:14px;
	padding:15px 0 8px;
	border-bottom:1px solid #ccc;
	text-align:left;
}
#art .artInfo .center{ 
	display:inline-block;
	margin:0 auto;
	padding-right:175px;
}
#art .artInfo span{
	padding:0 20px 0 60px;
}
#art .artInfo .author{
	float:left;
	line-height:26px;
	text-align:left;
}
#art .artInfo .author .be-str{
	margin-left:-45px;

}
#art .font-change{
	position:absolute;
	right:0;
	top:15px;
	color:#666;
	line-height:24px;
	vertical-align:middle;
}
#art .font-change .font-down{
	display:inline-block;
	background:url("../images/font-change.jpg") no-repeat;
	background-position:-1px -61px;
	height:24px;
	width:24px;
	vertical-align:middle;
}
#art .font-change 	.font-up{
	display:inline-block;
	background:url("../images/font-change.jpg") no-repeat;
	background-position:-1px -7px;
	height:24px;
	width:24px;
	vertical-align:middle;
}

#art .artSum{
	border: 1px dotted #ccc; 
	padding: 15px;
	margin: 25px 0;
	font-size:14px;
	line-height:23px;
	text-align:left;
	text-indent:28px;
}
#art .artContent{	
	text-align:left;
	font-size:16px;
	overflow:hidden;
}
#art .artContent a,
#art .artContent p,
#art .artContent span,
#art .artContent strong{
	font-family:'宋体'!important;
	font-size:16px !important;
}
#art .font12 .artSum.de-abstract,
#art .font12 .artContent.original-link .de-a-link{
	font-size:11px !important;
}
#art .font12 .artSum,
#art .font12 .artContent a,
#art .font12 .artContent p,
#art .font12 .artContent span,
#art .font12 .artContent strong{
	font-size:12px !important
}
#art .font14 .artSum.de-abstract,
#art .font14 .artContent.original-link .de-a-link{
	font-size:13px !important;
}
#art .font14 .artSum,
#art .font14 .artContent a,
#art .font14 .artContent p,
#art .font14 .artContent span,
#art .font14 .artContent strong{
	font-size:14px !important
}
#art .font16 .artSum.de-abstract,
#art .font16 .artContent.original-link .de-a-link{
	font-size:15px !important;
}
#art .font16 .artSum,
#art .font16 .artContent a,
#art .font16 .artContent p,
#art .font16 .artContent span,
#art .font16 .artContent strong{
	font-size:16px !important
}
#art .font20 .artSum.de-abstract,
#art .font20 .artContent.original-link .de-a-link,
#art .font20 .artContent.original-link p{
	font-size:18px !important;
}
#art .font20 .artSum,
#art .font20 .artContent a,
#art .font20 .artContent p,
#art .font20 .artContent span,
#art .font20 .artContent strong{
	font-size:20px !important
}
#art .font23 .artSum.de-abstract,
#art .font23 .artContent.original-link .de-a-link,
#art .font23 .artContent.original-link p{
	font-size:21px !important;
}
#art .font23 .artSum,
#art .font23 .artContent a,
#art .font23 .artContent p,
#art .font23 .artContent span,
#art .font23 .artContent strong{
	font-size:23px !important
}
#art .artContent p{
		line-height:29px !important;
		padding-top:16px;
    text-indent:2em !important;
		word-break:break-all;
}
#art .noIndent p:first-child{
	text-indent: 0 !important;
}
#art .artContent img{
	display:block;
	margin:0 auto;
	max-width:100%;
	font-size:16px !important;
}
#art .artContent span>img{
    display:inline;
}

#art .artContent.original-link p{
	font-family:"KaiTi_GB2312" !important;
	margin-top:8px;
}
#art .artContent .de-a-link{
	color: #1974A1;
	font-family:"Georgia" !important;
}#art .de-abstract{
	font-family:"KaiTi_GB2312" !important;	
}
#about-us .pub_content dl{
	margin-bottom: 50px

}
#about-us .pub_content dt{
	font-weight: bold;
	color: #9B1111;
	font-size: 20px;
	font-family: '微软雅黑';
	border-bottom:1px dashed #ddd;
	padding-bottom: 10px

}
#about-us .pub_content dd{
	line-height: 26px;
	text-indent: 2em;
	margin-top:16px;
}

#selection{
	position:absolute;
	right:0;
	top:15px;
}
#selection .nLi{
	float:left;
	position:relative; 
	display:inline;
	width:42px;
}

#selection .nLi h3{
	width:40px;
	line-height:26px;
	cursor:pointer;
	font-weight:bold;
	color:#1974A1;
	
}
#selection .nLi.on h3 { 
background:#fff;
border:1px solid #aaa; 
}
#selection .nLi h3:hover{
	background:#fff;
	border:1px solid #aaa;
}
#selection .nLi .sub{
	display:none;
	width:40px; 
	left:0; 
	top:23px;  
	position:absolute; 
	line-height:26px; 
	background-color:#fff;
	font-size:13px;
	border:1px solid #aaa;

	border-bottom-style:none;
}
#selection .nLi .sub li{ 
zoom:1; 
border-bottom:1px solid #aaa;
height:23px;
cursor:pointer;
}
#selection .nLi .sub li:hover{
	color:#fff;
	background:rgb(158,47,80);
}
.parentLi{
	color:#aaa;
}
.a13{
	font-size:13px;
}
.de-input{
	border: 1px solid #e5e5e5;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	padding: 3px;
	width:75px;
}
.de-p{
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:95%;
}
.de-hea a{
	margin-right:15px;
}
.de-date{
	float:right;
}
.record{
	width:73%;
	float:left;
}
.record-right{
	width:22%;
	float:right;
	padding-left:5%
}
.record-right h2{
	color:#9b1111;
	font-weight:bold;
	margin-bottom:5px;
}
.record-right li{
	line-height:25px;
	font-size:13px;
}
.record-right .debi{
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:58%;
	font-size:14px;
}
.record-right .de-code{
	float:right;
	color:gray;

}
.domestic{
	margin-bottom:5%;
}
.info #indexes,
.domestic #indexes{
	margin:10px 0 10px;
	width:100%;
}
.info #indexes li,
.domestic #indexes li{
	width:18px;
	margin:0 4px;
}
.info #indexes .all,
.domestic #indexes .all{
	width:40px;
	margin-left:0;

}

.domestic .division{
	text-align:center;
	margin:20px 0;
	color:#9b1111;
}
.institution .institution-list li,
.domestic .expert-list {
	position:relative;
	margin-bottom:20px;
}
.institution .institution-list  li span,
.domestic .expert-list span{
	position:absolute;
	left:0;
	top:5px;
	color:#f5a739;
	font-size:16px;
	font-weight:bold;
}
.institution .institution-list  li,
.domestic .expert-list ul{
	padding-left:20px;
}
.institution .institution-list li a,
.domestic .expert-list ul li{
	float:left;
	font-size:15px;
	margin-left:28px;
	line-height:35px;
}
.institution .institution-list{
	margin-top:20px;
}
.institution .institution-list  li span{
	top:2px;
}
.institution .institution-list li a{
	line-height:29px;
}
.institution .institution-list li{
	margin-bottom:15px;
}
.division:before,
.division:after{
	border-top: 1px dashed #9b1111;
	content: " ";
	height: 0;
	position: absolute;
	top: 50%;
	width: 45.5%;
	z-index: 3;
}
.division:before{
	left: 0;
}
.division:after{
	left: auto;
	
	right: 0;
}
.division{
	height: auto;
	left: 0;
	line-height: 1;
	margin: 10px 0;
	padding: 0;
	position: relative;
	top: 0;
	background-color: transparent;
	border: 0 none;
	color:#9b1111;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.topic{
	padding:50px 80px;
}
.topic #topictitle{
	font-size:26px;
	text-align:center;
	margin-bottom:30px;
	font-family:'微软雅黑';
}
.topic #bodytext{
	font-size:16px;
}
.topic #bodytext dt{
	font-weight:bold;
	margin-top:20px;
}
.topic #bodytext dd{
	text-indent:2em;
	line-height:29px;
	padding-top:16px;
}
.topic #bodytext dd ul li{
	padding-left:2em;
	text-indent:1.5em;
}
/****footer*****/
#home .footer{
	min-width:1228px
}
#substation .footer{
	min-width:1228px;
}
.footer{
	position: relative;
	text-align:center;
	height:291px;
	overflow:hidden;
}
.footer #ftbg{
	position:absolute;
	left:50%;
	margin-left:-960px;
	top:0;
}
.footer .footer_inner{
	margin-top:50px;
	text-align:center;
	display:inline-block;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-346.5px;
}
.footer .footer_inner p{
	line-height:26px;
	height:26px;
	color:#313131;
}
.footer .footer_inner p span{
	margin-right:15px;
}
.footer .footer_inner .logo_tengx{
	height:26px;
	line-height:26px;
	margin-top:20px;
}
.footer .footer_inner .logo_tengx a{

	margin-right:21px;
}
.footer .footer_inner .logo_tengx img{
	vertical-align:middle;
}
#enter a{
	cursor:pointer;
}
#enter a:hover{
	color:#1974a1;
}
#goTop{
	position:fixed;
	/*left:50%;*/
	right: 5%;
	bottom:60px;
	display:none;
	width:40px;
	height:40px;
	background:url("../images/retop.png") no-repeat;
	background-size:40px 40px;
	cursor:pointer;
}
.goTop-fixed
{
	position: absolute !important;
	left: 72% !important;
	bottom: 0 !important;
}
#home #goTop{
	margin-left:570px;
}
#substation #goTop{
	margin-left:465px;
}
#substation .fixed{
	position:fixed;
	top:-25px;
	width:211px;
}
#portamento_container #sidebar {
    float: none;
    position: absolute;
    
}
#expert #sidebar{
	padding-top:25px;
	background-color:#f1f1f1;
}
#portamento_container #sidebar.fixed {
    position: fixed;
    margin-top: 40px;
}
#home #sidebar{
	width: 254px;	
}
#art #sidebar {
    width: 312px;
}

#substation #goTop{
	margin-left:465px;
}

#indexes {
	font-family:"微软雅黑";
	width:86%;
	text-align:center;
	font-size:14px;
	margin:50px  auto 10px;
}

#indexes  li {
	padding:5px 0;
	margin:0 5px;
	background:#9b1111;
	width:20px;
	float:left;
}
#indexes  li a{
	color:#fff;
}
#indexes  li a:hover{
	color:#fff !important;
	text-decoration:none;
}
#indexes  li.disabled{
	display:none;
	background:#eee;
}
#indexes  li.disabled a{
	cursor:no-drop;
	color:#ddd;
}
#indexes  li.disabled a:hover{
	color:#ddd !important;
}
#indexes .all{
	margin-left:0;
	background:#f5a739;
	color:#fff;
	width:90px;
}

#inde{
	width:86%;
	margin:0 auto 7%;
	background:#fafafa;
}
#inde a:hover{
	color:#1974A1;
}
#inde .col{
	padding:20px 0;
	width:29%;
	padding-left:4.3%;
	float:left;
}
#inde .col .on{
    background:#9b1111;
	color:#fff;
    width:28px;
    text-align: center;
	text-decoration:underline;
}
#inde .col li{
	position:relative;
	font-size:15px;
	padding:8px 5px;
}
#inde .col li span{
  font-size:16px;
  font-weight: bold;
	position:absolute;
	left:-25px;
	
	color:#f5a739;
	
}
#inde .col li a{
	display:block;	
	line-height:29px;
}
#de-gn{
	padding-top:55px;
	position:relative;
}
#de-gn .de-classify{
	position:absolute;
	top:0;
	left:80px;
	font-size:12px;
}
#de-gn .de-classify li{
	float:left;
	line-height:23px;
	position:relative;	
}
#de-gn .de-classify li a{
	padding:0 4px;
	margin:0 5px;
	border-radius:2px;
}
#de-gn .de-classify li a.colorA4:hover{
	color:#fff !important;
}
#de-gn .de-classify li .vertical{
	height:12px;
	right:0;
	top:6px;
}
#de-gn .gn{
	height:330px !important;
}
#de-gn #gn{
	margin-top:0 !important;
}
#de-gn #gn ul{
	margin-top:0 !important
}
#de-gn #gn h3{
	position:absolute;
	top:0;
	left:15px;
}
.de-x{
	margin-bottom:20px;
}
.de-x i{
  color: #f00;
	padding-right: 4px;
  font-style: normal;
	font-weight: normal;
}
.de-sm{
	color:#7a7a7a;
	font-size:13px;
	margin-bottom:20px;
	margin-left:1px;
	margin-right:1px;
	border:1px dashed #ccc;
	padding:5px;
}
input::-webkit-input-placeholder {
    color:    #cecac5;
}
input:-moz-placeholder{
    color:    #cecac5;
}
input::-moz-placeholder{
    color:    #cecac5;
}
input:-ms-input-placeholder{
    color:    #cecac5;
}
.colorA4{
	color:#fff;
	background:#9b1111;
}
.vertical{
	position:absolute;
	right:0;
	top:4px;
	height:14px;
	border-left:1px solid #A29E98;
	border-right:1px solid #000000;

}
.de-a-link:hover{
	text-decoration:underline;
}
.reg-succ{
    border: 1px solid #ddd;
    margin: 80px 80px;
    position: relative;
		font-size:14px;
}
.dialog-succ{
    margin: 80px 80px;
    position: relative;
		font-size:14px;
}
.reg-succ .box-hd,
.dialog-succ .box-hd{
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	position: relative;
	background-color:#ddd;
	font-family:'微软雅黑';
}

.dialog-succ .box-bd {
    line-height: 25px;
    padding: 20px 60px;
		border:1px solid #ddd;
}
.reg-succ .reg-tips {
    padding: 20px 0 10px 45px;
}

.box-bd .icon {
	float: left;
	margin-right: 25px;
	background: url("../images/icon02.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 92px;
	width: 82px;
}
.box-bd .i-win {
    background-position: 0 -500px;
}
.box-bd .r-txt {
    color: #666;
    float: left;
    margin-top: 10px;

}

.box-bd .r-txt .tit {
    color: #333;
    font-family: "微软雅黑","黑体";
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.box-bd .lay-btn {
		height:30px;
		text-align:center;
}
.i-success {
		background: url("../images/i-suc.png") no-repeat;
    float: left;
    margin-bottom: 12px;
    margin-right: 20px;
		background-size:50px 50px;
    display: block;
    height: 50px;
    width: 50px;
}

.reg-succ .greet {
    color: #86C218;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.reg-succ .lay-btn {
    height: 30px;
    padding-bottom: 10px;
    text-align: center;
}
#dialog_active{
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 150px;
	display:inline-block;
	border-radius:4px;
	background-color:#9b1111;
}
.reg-succ #link_login_email{
    color: #fff;
    height: 30px;
    line-height: 30px;
		width: 150px;
		margin: 0 10px;
		background-color:#9b1111;
		border-radius:4px;
		text-align:center;
		display:inline-block;
}
.reg-succ .reg-ou {
    background-color:#fafafa; 
    border-top: 1px dashed #ddd;
    color: #666;
    font-size: 13px;
    line-height: 25px;
    padding-left: 10px;
}
.cue_success{
	font-family:'微软雅黑';
	background-color:#1d943b;
	border-color:#1d943b;
	color:#fff;
	width:100px;
	height:50px;
	padding:4px  7px;	
	line-height:46px;
	font-size:13px;
	border-radius:4px;
	text-align:center;
}
.cue_error{
	font-family:'微软雅黑';
	width:100px;
	height:50px;
	padding:4px  7px;
	background-color: #9b1111;
	border-color: #eed3d7;
	color: #fff;
	font-size:13px;
	border-radius:4px;
	text-align:center;
	line-height:46px;
}
.btn{
	
	box-shadow:none !important;
}
.xubox_page #log{
	top:0 !important;
	border-style:none !important;
}
.loading{
  display:none;
  font-size:14px;
  width:53px;
  height:27px;
  border-radius: 4px;
  background-color:#ccc;
  vertical-align: top;	
  text-align: center;
  line-height: 27px;
  color:#7a7a7a;
}
.blo_span{
	display: inline-block;
	width:80px;
}
#mobile_tj{
	display: none;
}
#mobile_footer{
	display: none
}
#gj_search .pub_left h1{
	font-size:17px;
	background-color:transparent;
}
#gj_search .pub_left h1 select{
	  border: 1px solid #333;
	  border-radius: 4px;
	  width:170px;
	  color: #555;
	  line-height: 30px;
	  margin-left:5px;
	  font-size: 16px;
	  height: 27px !important;
	  font-weight: normal;
	  filter: none !important;
	  background-image: none !important;
	  cursor: pointer;
}
#gj_search .tree{
	background:transparent;
	border:1px solid #ccc;
	text-align: left;
	padding:15px 5px;
	overflow: hidden;
}
.tree label{
	cursor: pointer;
}
#all_select,
.tree .tree_li{
	
	margin-bottom:8px;
}
#all_select h3,
.tree .tree_li h3{
	display: inline-block;
	cursor: pointer;
	font-size:15px;
	margin-bottom:8px;
	padding-left:25px;
	
}
.tree #all_content{
	padding-left:2em;
}
.tree .tree_li .select{
	background:url("../images/tree.png") no-repeat;
}
.tree .tree_li.on .select{
	background-position: 0 -32px
}
.tree .tree_li .content{
	display: none;
	color:#999;
}
.tree .tree_li.on .content{
	font-size:13px;
	display: block
}
.tree .tree_li .content li{
	line-height: 20px;
	padding-left:3.5em;
}
/*end footer*/

/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #e5e5e5;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
.select2-container .select2-choice:hover {
	color:#333 !important;
	text-decoration:none !important;
}
html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
	font-size: 13px;
    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url("select2.png") right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #999;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #e5e5e5;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/select2.png") no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url("../images/select2.png") no-repeat 100% -22px;
    background: url("../images/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("../images/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("../images/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("../images/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url("select2.png") no-repeat -37px -22px;
    background: url("select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url("select2-spinner.gif") no-repeat 100%;
    background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #999;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
	font-size: 13px;
    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}
	

/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url("select2.png") right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url("select2x2.png") !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

/*shenyangyong add*/
.bjfy{
    font-size: 15px;font-family: '楷体'; text-align: left; margin-top: 16px;
}

/*ysy add*/
.element-fixed
{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}

.popup
{
	position: fixed;
	right: 0;
	bottom: 0;
	height: 0;
	width: 250px;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 200;
	display: none;
}

.popup-header
{
	background-color: #8a000f;
	text-align: right;
}

.popup-header a
{
	color: #fff;
}

.popup-body
{
	height: 80px;
	text-align: center;
	padding: 30px 0 50px;
}

.popup-body .popup-btn
{
	background-color: #8a000f;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	width: 160px;
	color: #fff;
	display: block;
	margin: 0 auto 20px;
}

.cancel-close
{
	margin-bottom: 0 !important;
}

.popup-title
{
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}

.side-banner
{
	position: absolute;
	left: -93px;
	display: block;
	text-align: right;
	z-index: 2;
}

.side-banner.teenager
{
	left: auto;
	right: -80px;
    z-index: 200;
    display: none;
    top: 320px;
    width: 78px;
}

.side-banner.teenager img
{
	width: 100%;
}

.side-banner:not(.teenager) img
{
	width: 85%;
}

.side-banner .hide-sidebanner
{
	position: absolute;
	top: 0;
	right: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	background-color: transparent;
	border: none;
	width: 20px;
}

@media screen and (max-width: 1280px)
{
	.trainee
	{
		left: -40px;
	}
	.teenager
	{
		right: -5px !important;
	}
}

/*@media screen and (max-width: 1400px) and (min-width: 1280px)
{
	.teenager
	{
		right: -25px !important;
	}
}*/

.slideNews
{
	/*width: 236px !important;*/
	float: left;
	margin-left: 7px;
	position: relative;
	/*top: 0;*/
	/*left: 145px;*/
}

.infoList
{
	width: 237px !important;
	top: 8px !important;
}

.alignToLeft
{
	position: initial !important;
    margin-top: 8px !important;
}

.alignToLeft li:first-child
{
	/*border-left: 1px solid #ccc;*/
}

.slideNews .bd
{
	width: 237px;
	overflow: hidden;
	height: 30px;
}

.slideNews .bd .tempWrap
{
	width: 237px !important;
	/*margin-left: 10px;*/
}

.slideNews .bd ul
{
	height: 30px;
	background-color: transparent !important;
}

.slideNews .bd ul li
{
	/*padding-right: 10px;
	margin-right: 10px;*/
	/*width: 70px !important;*/
	width: auto !important;
	padding: 0 5px;
	border: none !important;
	border-left: 1px solid #dadada !important;
	height: 9px !important;
	margin: 7px 0 0;
	line-height: 9px !important;
}

.slideNews .bd ul li:after
{
	/*content: '|';
	color: #c8c8c8;*/
}

.slideNews .bd ul li:last-child
{
	/*border: none !important;*/
}

.slideNews .bd ul li:last-child:after
{
	/*content: '';*/
}

.slideNews .bd ul li a
{
	color: #999;
}

.cate-list
{
	display: none;
	position: absolute;
	top: 35px;
    background-color: rgba(0,0,0,.6);
    left: 0;
    right: 0;
    bottom: 0;
    padding:10px;
}

.cate-list > a
{
	display: inline-block;
	cursor: pointer;
	font-size: 1.2em;
	margin: 0 10px 5px 0;
	white-space: nowrap;
	color: #fff;
}

.infoList a:hover, .fixed-cate:hover
{
	color: #991112 !important;
}

.cate-list .close-list
{
	color: #fff;
	text-align: right;
	font-size: 1.1em;
	cursor: pointer;
	/*margin-right: 10px;*/
}

.fixed-cate
{
	/*position: absolute;*/
	margin: 10px 0 0 7px;
	/*left: 90px;*/
	/*display: inline-block;*/
	float: left;
	/*height: 36px;*/
	/*line-height: 36px;*/
	color: #999;
}
/*ysy add*/

.special_title{
    /*font-weight: bold;*/
    color: #9B1111;
    font-size: 20px;
    font-family: '微软雅黑';
    border-bottom:1px dashed #ddd;
    padding-bottom: 10px;
    margin-top: 33px;

}
.special_subtitle{
    color: #9B1111;
    font-size: 16px;
    font-family: '微软雅黑';
    padding-bottom: 10px;
    margin-top: 18px;

}
.special_word{
    line-height: 26px;
    text-indent: 2em;
    margin-top: 16px;
}
.special_timelist{
    margin-top: 18px;
    margin-left: 8px;
    margin-right: 6px;
    margin-bottom: 28px;
}
.special_contlist{
    margin-top: 18px;
    margin-left: 18px;
    margin-right: 6px;
}











