@charset "utf-8";

/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* ie8提示样式 */
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:'宋体';
	font-size:10pt;
	background-color:#e2e0e1;}
* {
	padding:0px;
	margin:0px;}
body, td, th, div, input, ul, li, span {
	font-family:'宋体';
	color: #333333;}
a {
	color:#000000;
	text-decoration: none;
	/*font-size: 12px;*/}
a:hover{
	color: #9a0a0a;}
li {
	list-style:none;
	font-size: 12px;}

/**header**/
.all_1{
    width:1000px;
	height:auto;
	margin:0 auto;
	background:#ffffff;}
.all{
	width:965px;
	height:auto;
	margin:0 auto;}
.header{
	height:128px;
	background:url(../images/header_bg.gif) no-repeat 460px 0;}
.logo{
	width:328px;
	float:left;}
.logo_right{
	float:right;
	width:630px;
	height:35px;
	_margin-top:25px;
	padding-top: 90px;}
.nav{
	float:left;
	width:340px;
	height:35px;
	line-height:35px;
	margin-left:100px;
	_margin-left:50px;}
.nav ul{
	float:right;}
.nav ul li{
	padding-left:8px;
	background:url(../images/icon.jpg) no-repeat 10px 15px;
	float:left;}
.nav ul li a{
	padding-left:10px;
	font-size:12px;
	font-family:"宋体";
	color:#353535;}
.search{
	float:right;
	width:177px;
	height:21px;
	padding-right:6px;
	padding-top:7px;}
.search_kuang{
	float:left;
	height:19px;
	width:121px;
	margin:auto 0;
	height:20px;}
.search_img{
	float: right;
    height: 20px;
    line-height: 20px;
    padding-top: 1px;
    width: 48px;}
.search_img input {/*background:url(../images/search.jpg) no-repeat;*/}
.search_input_style{
	border:1px solid #034379;
	height:19px;
	width:121px;
	line-height:19px;
	padding-left:5px;
	font-family:"宋体";
	font-size:12px;}
/**导航**/
.navbox{
	height:36px; 
	background:url(../images/menu_bg.gif) repeat-x;
	border-radius: 3px;}
.navbox ul{
	/*overflow: hidden;*/
	padding-left: 15px;}
.clearfix li{
	float:left;}
.clearfix li a{
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	display: block;
	padding: 0 14px;
	background: url(../../images/menu_line.gif) no-repeat 0 10px;
	font-family:"微软雅黑";}
.clearfix li:first-child a{
	background: none;}
ul.submenu{
	padding: 0;
	z-index: 3;}
ul.submenu li{
	float: none;}
.submenu li, .on{
	background: #023866;}
ul.submenu a{
	font-size: 12px;
	text-indent: 4px;
	line-height: 28px;
	/*height: 28px;*/}
.clearfix li.selected .submenu{
	display:block;}
.clearfix li .submenu{
	display:none;}
li.drop-menu-effect{
	position: relative;}
.submenu{
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	-moz-box-shadow:0 5px 5px #D3D3D3;
	-webkit-box-shadow:0 5px 5px #D3D3D3;
	box-shadow:0 5px 5px #D3D3D3;
	min-width:130px;
	width:auto;
	*width:190px;
	position: absolute;
	top: 36px;
	left: 0;}
.submenu li a:hover{
	background:#666;
	background-image:url(../images/jticon.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;}
/**主体**/
.content{
	clear:both;
	height:auto;
	padding-top:5px;}
.content_top{
	height:292px;}
.content_bottom{
	height:260px;
	margin-top:15px;}
/*焦点图*/
#flash{
	float: left;}
/**新闻**/
.con{
	border:1px solid #dddddd;
	background:url(../images/li_bg.gif) repeat-x;
	padding: 0 10px;}
.flash_right{
	width:447px;
	height:290px;
	float: right;}
.title{
	height:38px;
	line-height:38px;
	font-size:16px;
	color:#034379;
	font-weight:bold;
	border-bottom:#ccc 1px solid;
	font-family:"微软雅黑","黑体"
}
.title a{
	float: right;
	font-weight: normal;
	font-size: 12px;
	color:#000000;}
.list_text li{
	height:30px;
	line-height:30px;
	border-bottom:1px dashed #e7e9e9;
	background:url(../images/icon1.jpg) no-repeat 5px center;
	text-indent: 20px;
	overflow: hidden;}
.list_text a{
	width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	float: left;}

.time{
	float: right;
	color: #999;}
/**tab**/
.tab{
	clear: both;
	float: left;}
#menu1{
	overflow: hidden;}
#menu1 li{
	float: left;
	height: 26px;
	line-height: 26px;
	width: 68px;
	text-align: center;
	background:url(../images/tab_back2.jpg) no-repeat;
	border-radius: 4px 4px 0 0;}
#menu1 li.hover{
	background: #79203b;
	font-size:14px;
	color: #ffffff;

	/*background: url(../../images/menu_bg.gif) repeat-x;*/
	background: url(../images/tab_bg.gif) repeat-x;}
#main1{
	width: 398px;
	height: 230px;}
#main1 .list_text a{
	width: 320px;}
.block{
	display: none;
	padding-top: 10px;}
#main1 .block:first-child{
	display: block;}
.more_btn{
	float: right;
	width: 46px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	border: none;
	color: #2a8878;
	/*background:url(../images/more_bg.gif) repeat-x;*/
	margin-top: 8px;
	border-radius: 4px;}
.tab .con{
	background: none;}
/**信息公告**/
.info{
	width: 362px;
	height: 258px;
	float: left;
	margin: 0 10px 0 0;}
.info ul li a{
	width: 292px;
	padding-left:20px;
	text-indent: 0;}
.warn a{
	display: inline;
	width: auto;
	float: left;
	text-indent: 20px;
	color: #0e6758;}
/**快速通道**/
.fast{
	width: 155px;
	height: 258px;
	float: left;}
.fast .list_text ul li { height:45px; border-bottom:none; margin:5px 0px; list-style:none; background:none; text-indent:0px; }
.fast .list_text ul li select { margin: 10px 0px; line-height:200px; width:98%; height:30px;}	
.fast ul li a{
	width: 150px;}
/**footer**/
.footer{
	clear:both;
	height:100px;
	padding-top:15px;
	text-align:center;}
.bottom_top{
	background:url(../images/bottom_bg.gif) repeat-x;
	height:12px;}
.bottom_mid{
	height:30px;
	line-height:25px;
	padding-right:6px;}
.bottom_mid li{
	padding-left:7px;}
.bottom_mid li a{
	color:#474747;}
.bottom_footer{
	height:30px;	
	padding-right:6px;}
/**list**/
.list_img{
	margin: 10px 0 5px;}
.detail{
	border: 1px solid #d5d5d5;
	border-radius: 8px;
	overflow: hidden;
	padding: 8px 5px;
	margin-top:10px;	
	}
.detail_content_left{
	width:180px;
	float:left;
	height:auto!important; 
	height:400px; 
	min-height:400px;
	overflow:hidden;
	*height:auto;
	*height:400px;
	*overflow:visible;}
.lm_title{
	height:50px;
	line-height:50px;
	background:url(../images/lm_title_bg.gif) repeat-x;
	padding-left:30px;
	font-size:15px;
	color:#034379;
	font-weight:bold;
	border-radius: 8px 8px 0 0;}
.lm_title p{
	background:url(../images/lm_title_icon.png) no-repeat 0 center;
	text-indent: 18px;
	font-family:"微软雅黑";
	}
.detail_content_left .list_text ul{
	padding-top: 10px;}
.detail_content_left .list_text li{
	background: #f6f6f6 url(../images/lm_title_icon2.png) no-repeat 30px center;
	font-weight: bold;
	padding-left: 30px;}
li.lm_menu3{
	background: none !important;}
.detail_content_left .list_text a{
	width:140px;
	color: #034379;
	font-family:"微软雅黑";}
.detail_content_left .list_text li.on a{
	color: #2F97FF;}
.detail_content_right{
	height:auto!important; 
	height:400px; 
	min-height:400px;
	overflow:hidden;
	*height:auto;
	*height:400px;
	*overflow:visible;
	margin-left:14px;
	padding-right:10px;
    _padding-right:0px;
	border-left:1px solid #d5d5d5;
	float:right;
	width:748px;}
.detail_menu{
	height:30px;
	line-height:30px;
	margin-left:10px;
	background:#eee;}
.detail_menu_left{
	float:left;
	background:url(../images/list_right_icon.gif) no-repeat 0px 0px;
	padding-left:20px;
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#034379;
	font-family:"微软雅黑";}
.detail_menu_right{
	float:right;
	height:30px;
	line-height:30px;}
.detail_menu_right{
	float:right;
	font-size:12px;
	color:#878787;	
	padding-right:30px;}
.detail_menu_right a{
	font-size:12px;
	color:#878787;}
.list_main_content{
	padding: 20px 20px 0;}
.list_main_content ul li{
	height:30px;
	line-height:30px;
	padding-left:20px;
    text-align:left;
	background:url(../images/icon1.jpg) no-repeat 5px center;}
.list_main_content ul li a{
	color: #333333;
    float:left;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.list_main_content ul li a:hover{
	color: #9a0a0a;}
.list_time{
	float:right;
	padding-right:25px;
	color:#999999;}

.page{
	margin-top:20px;}

/**文章开始**/
.list_main_content h3{
	font-size: 20px;
	padding-top: 30px;
	color: #333;
	text-align: center;}
.list_main_content h1 {
    height: 50px;
    border-bottom: dashed 1px #cccccc;
    line-height: 50px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
	padding-bottom:10px;}
.list_main_content h1 span {
    /*padding-left: 20px;
    color: #2365a8;*/}
.list_main_content .pic{
	text-align:center;
	margin-top:20px;}
.list_main_content img{
	max-width:600px;}
.detail_content_display {
    padding-top: 20px;
	padding-bottom: 20px;
    line-height: 28px;}
.detail_content_display p{
	text-indent: 2em;}
.page_to{
	margin-top:50px;}
.page_to li a{
	float: none !important;}
