﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #484848;
	-webkit-text-size-adjust: none;
	background-color: #f1f1f1;
}
ul, h2, h3, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
img {
	border: none;
}
a {
	font-size: 12px;
	color: #595959;
	text-decoration: none;
}

a:hover {
	color: #1e587b;
}
.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
.fc, .fc a {
	color: #e70010;
}
.hidden{
	display:none;
}
/*头部*/
#header {
	width: 100%;
	background:url(../images/tit.jpg) repeat-x;
}
#top {
	width: 1120px;
	height:32px;
	line-height:32px;
	margin: 0 auto;
	position:relative;
	
}
.weather{
	position:absolute;
	top:6px;
	left:220px;
	font-size: 12px;
	font-family:"微软雅黑";
}
#top .top_search{
	position:absolute;
	top:4px;
	right:0;
	width:468px;
	height:22px;
	border:1px solid #d3d3d3;
	background:#fff url(../images/ico1.jpg) no-repeat left top;
}
#top .top_search .input{
	position:absolute;
	top:1px;
	left:38px;
	width:320px;
	height:18px;
	padding-left:10px;
	line-height:18px;
	color:#a9a9a9;
	border:1px solid #fff;
	font-size:12px;
	font-family:"宋体";
}
#top .top_search .btn2{
	position:absolute;
	top:0;
	right:0;
	width:90px;	
	background:#f5f5f4;
	height:22px;
	border:none;
	border-left:1px solid #d3d3d3;
	cursor:pointer;
}
#top .top_search .ico{
	position:absolute;
	top:4px;
	left:355px;
}
#banner{
	width: 1120px;
	height:178px;
	margin: 0 auto;
	overflow:hidden;
	background:url(../images/banner.jpg) no-repeat;
}
#nav {
	width: 1095px;
	height:45px;
	margin: 0 auto;
	padding-left:25px;
	background:url(../images/nav.jpg) repeat-x;
}

#nav li {
	float: left;
	height:45px;
	line-height:45px;
	margin-right:10px;
}
#nav li a {
	color: #fff;
	font-size: 18px;
	height:45px;
	padding: 0 10px;
	display:inline-block;
}
#nav li a:hover{
	color:#0d5984;
	background:url(../images/nav_a.jpg) no-repeat left 10px;
}
#nav li:hover{
	color:#0d5984;
	background:url(../images/nav_r.jpg) no-repeat right 10px;
}
#nav li.active{
	background:url(../images/nav_a.jpg) no-repeat left 10px;
}
#nav li.active a{
	background:url(../images/nav_r.jpg) no-repeat right 10px;
	color:#0d5984;
}
/*主体*/
.content{
	width:1120px;
	background:#fff;
	margin:0 auto;
	padding:10px 0;overflow:hidden;
}
/*要闻播报*/
.index_information{
	width:566px;
	float:right;
	padding-right:10px;
	overflow:hidden;
}
.index_information h2{
	border:1px solid #ccc;
	height:27px;
	line-height:27px;
	padding-right:24px;
	text-align:right;
	background:url(../images/dian3.jpg) no-repeat 548px 13px;
	font-weight:normal;
	position:relative;
	margin-bottom:2px;
}
.index_information h2 strong{
	position:absolute;
	top:4px;
	left:2px;
	width:474px;
	height:19px;
	line-height:19px;
	border-left:4px solid #b60103;
	text-indent:10px;
	font-size:18px;
	font-weight:normal;
	color:#b60103;
	text-align:left;
	background:url(../images/line.jpg) no-repeat 100px bottom;
}
.index_information h2 a{
	font-size:16px;
}
.index_ultext1{
	width:566px;
	margin-bottom:10px;
}
.index_ultext1 li{
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-indent:70px;
	position:relative;
	border-bottom:1px solid #dbdbdb;
}
.index_ultext1 li a,.index_ultext2 li a{
	color:#0a5884;
	font-size:16px;
}



.index_ultext1 li .li_span1{
	position:absolute;
	top:0;
	left:5px;
	width:60px;
	text-indent:0;
	background:url(../images/dian1.jpg) no-repeat right 12px;
	color:#f9081f;
	font-family:"宋体";
}
.index_ultext1 li .li_span2{
	position:absolute;
	top:0;
	left:5px;
	width:60px;
	text-indent:0;
	background:url(../images/ico3.png) no-repeat right 12px;
	color:#1890d5;
	font-family:"宋体";
}
.index_ultext2{
	width:566px;
}
.index_ultext2 li{
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-indent:36px;
	background:url(../images/ico4.jpg) no-repeat 3px 8px;
	border-bottom:1px solid #dbdbdb;
}
.index_ulpic{
	width:1119px;
	padding:10px 0 0 1px;
}
.index_ulpic li{
	width:270px;
	float:left;
	text-align:center;
	margin-left:6px;
	border:1px solid #ccc;
}
.index_ulpic li img{
	width:270px;
	height:66px;
	display: block;
	overflow:hidden;
}
.index_ad{
	width:1120px;
	padding:10px 0 0 0;
	text-align:center;
	overflow:hidden;
}
/*首页左栏*/
#index_leftside{
	width:764px;	
	float:left;
	padding-left:10px;
	overflow:hidden;
}
.index_leftsum{
	height:185px;
	width:372px;
	float:left;
	padding-right:10px;
	overflow:hidden;
}
#index_leftside h3{
	height:38px;
	padding-right:10px;
	text-align:right;
	line-height:38px;
	position:relative;
	margin:10px 0;
	font-weight:normal;
	border-bottom:1px solid #d1d1d1;
	background:url(../images/dian3.jpg) no-repeat right 18px;
}
#index_leftside h3 a{
	font-size:16px;
}
#index_leftside h3.width{
	width:744px;
}
#index_leftside h3 .h3_tit{
	position:absolute;
	top:0;
	left:0;
	font-size:18px;
	font-weight:normal;
	color:#790f01;
	text-indent:70px;
	text-align:left;
	width:240px;
	background:url(../images/tit_12.jpg) no-repeat left bottom;
}
#index_leftside h3 strong{
	position:absolute;
	top:0;
	left:0;
	font-size:18px;
	font-weight:normal;
	color:#790f01;
	text-indent:54px;
	text-align:left;
	width:240px;
}
.index_leftsum h3 strong.bg1{
	background:url(../images/tit_1.jpg) no-repeat left bottom;
}
.index_leftsum h3 strong.bg2{
	background:url(../images/tit_2.jpg) no-repeat left bottom;
}
.index_leftsum h3 strong.bg3{
	background:url(../images/tit_3.jpg) no-repeat left bottom;
}
.index_leftsum h3 strong.bg4{
	background:url(../images/tit_4.jpg) no-repeat left bottom;
}
.index_leftsum h3 strong.bg5{
	background:url(../images/tit_5.jpg) no-repeat left bottom;
}
.index_leftsum h3 strong.bg6{
	background:url(../images/tit_6.jpg) no-repeat left bottom;
}
.index_leftsum li{
	height:32px;
	line-height:32px;
	background:url(../images/dian3.jpg) no-repeat 3px 15px;
	text-indent:10px;
	overflow:hidden;
}
.index_leftsum li a{
	font-size:16px;
	color:#21384a;
}
.index_leftimg{
	width:764px;
	height:65px;
}
.index_leftimg li{
	width:248px;	
	float:left;
}
.index_leftimg li img{
	width:242px;
	height:65px;
	overflow:hidden;
}
/*首页右栏*/
#index_rightside{
	width:346px;
	overflow:hidden;
	float:right;
}
#index_rightside h4{
	width:336px;
	height:39px;
	line-height:39px;
	background:#b8c5cd;
	margin-top:10px;
	position:relative;
	text-indent:68px;
	color:#20557f;
	font-weight:normal;
	font-size:22px;
}
#index_rightside h4 .h4_ico1{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/tit_10.jpg) no-repeat;
	width:53px;
	height:37px;
}
#index_rightside h4 .h4_ico2{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/tit_11.jpg) no-repeat;
	width:56px;
	height:39px;
}
#index_rightside h4 .more{
	position:absolute;
	top:0;
	right:10px;
}
#index_rightside h4 .more a{
	color:#20557f;
	font-size:16px;
}
.index_rightsum1{
	width:334px;
	border:1px solid #dfdddd;
	height:136px;
}
.index_rightsum2{
	width:346px;
	height:78px;
	margin-top:10px;
}
.index_rightsum2 li{
	width:102px;
	padding-right:13px;
	overflow:hidden;
	text-align:center;
	height:68px;
	padding-top:10px;
	float:left;
	background:url(../images/li.jpg) no-repeat;
}
.index_rightsum2 li img{
	width:36px;
	height:36px;
	overflow:hidden;
}
.index_rightsum2 li span{
	height:18px;
	display:block;
	line-height:18px;
}
.index_rightsum2 li span a{
	font-size:14px;
}

#ts{
	width:214px;
	padding-right:13px;
	overflow:hidden;
	text-align:center;
	height:68px;
	padding-top:8px;
	float:left;
	background:url(../images/li3.jpg) no-repeat;
}
#ts img{ 
	width:203px;
	height:55px;
	overflow:hidden;
}

.index_rightad{
	width:336px;
	overflow:hidden;
	margin-bottom:10px;
}
.index_rightsum3{
	width:336px;
	padding-top:10px;
}
.index_rightsum3 dl{
	height:152px;
	border-bottom:1px solid #c6c4c4;
	margin-bottom:10px;
}
.index_rightsum3 dt{
	width:100px;
	height:142px;
	overflow:hidden;
	float:left;
}
.index_rightsum3 dd{
	width:210px;
	float:right;
	height:152px;
	overflow:hidden;
	line-height:32px;
	font-size:16px;
}
.index_rightsum3 .wx{
	width:130px;
	float:left;
}
.index_rightsum3 .wx img{
	width:93px;
	height:93px;
	padding:4px;
	border:1px solid #999595;
	overflow:hidden;
}
.index_rightsum3 .wx span{
	width:103px;
	text-align:center;
	display:block;
	line-height:28px;
	height:28px;
	overflow:hidden;
	color:#0a970a;
	text-align:center;
	font-size:14px;
}
.index_rightsum3_text{
	width:206px;
	float:right;
}
.index_rightsum3_text p{
	line-height:32px;
	text-indent:40px;
	position:relative;
	color:#01448b;
	font-size:16px;
}
.index_rightsum3_text p img{
	position:absolute;
	top:4px;
	left:0;
	text-indent:0;
	width:25px;
	height:25px;
	overflow:hidden;
}
.index_rightsum3_text p.p2{
	text-indent:0;
}
/*底部*/
#link{
	width:1120px;
	margin:0 auto;
	background:#fff;	
}
#link .link_tit{
	width:1120px;
	height:36px;
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	background:#f1f1f1;
	position:relative;
}
#link .link_tit ul{
	position:absolute;
	bottom:-1px;
	left:0;
}
#link .link_tit li{
	border:1px solid #ddd;
	border-left:none;
	text-align:center;
	height:36px;
	line-height:36px;
	font-size:16px;
	color:#0c53a1;
	width:116px;
	float:left;	
	background:#f1f1f1;
	cursor:pointer;
}
#link .link_tit li.on{
	border:1px solid #0c53a1;
	border-left:none;
	text-align:center;
	height:36px;
	line-height:36px;
	font-size:16px;
	color:#fff;
	width:116px;
	float:left;	
	background:#0c53a1;
	cursor:pointer;
}
.link_text{
	padding:24px 50px;
	border-top:3px solid #0c53a1;
}
.link_text p{	
	line-height:36px;
}
.link_text p a{
	padding:0 12px;
	font-size:16px;
}
#footer{
	background:#b90807;
	width:1120px;
	margin:0 auto;
	padding:42px 0;
	position:relative;
	
}
#footer .leftimg{ position:absolute; top:46px; left:150px;}
#footer .rightimg{ position:absolute; top:46px; right:60px;}
#footer p{	
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:40px;
}
#footer a{
	color:#fff;
	font-size:16px;
}



.slideBox2{ width:524px; height:350px; padding-left:10px; float:left; overflow:hidden; position:relative; }
.slideBox2 .hd{ height:10px; width:100px; overflow:hidden; position:absolute; right:0; bottom:14px; z-index:1; }
.slideBox2 .hd ul{ overflow:hidden; zoom:1; width:270px;height:10px; float:left;  }
.slideBox2 .hd li{ width:10px; height:10px; float:left; cursor:pointer; border-radius:100%; margin-right:7px; background:#019fb6; text-indent:-9999px;}
.slideBox2 .hd li.on{ background:#fd3950;}
.slideBox2 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox2 .bd li{width:524px; position:relative; height:350px; float:left; }
.slideBox2 .bd li img{width:524px; height:350px; overflow:hidden;}
.slideBox2 .bd li p{ position:absolute; left:0; bottom:0; width:100%; height:40px; line-height:40px; padding-right:110px; background:url(../images/bg.png); text-indent:46px; overflow:hidden; display:block;}
.slideBox2 .bd li p a{ font-size:18px; color:#fcf9f9;}


/* 多个左滚动 - 图片- 公用类 */
.leftLoop{  width:334px;height:136px; position:relative; }
.leftLoop .hd{  position:absolute; top:70px; left:0; width:1260px; display:none;  height:60px; z-index:9999; }
.leftLoop .bd{ position:absolute; top:0; left:0; width:334px;height:136px; }
.leftLoop .bd ul{ overflow:hidden; zoom:1; }
.leftLoop .bd ul li{ width:334px;height:136px; position:relative; float:left; _display:inline; overflow:hidden;/* Firefox */  }
.leftLoop .bd ul li dl{ width:314px; margin:0 auto; padding-top:15px; } 
.leftLoop .bd ul li dt{ width:88px;  height:106px; overflow:hidden; float:left;}
.leftLoop .bd ul li dt img{
	max-width: 88px;
    max-height: 106px;
    height:auto;
    zoom:expression( function(e) {
		if(e.width>e.height) {if (e.width>88) { e.height = e.height*(106 /e.width); e.width=88; }}
		else {if (e.height>106) { e.width = e.width*(88 /e.height); e.height=106; }}
		e.style.zoom = '1';     }(this));
         overflow:hidden;
}
.leftLoop .bd ul li dd{ width:196px; color:#1d4e74; font-size:14px; line-height:26px; padding-left:10px; float:left;}
.leftLoop .bd ul li strong{ height:26px; display:block; margin-bottom:6px; overflow:hidden;}
.leftLoop .bd ul li strong a{ color:#b74040; font-size:14px;}

.h_tt{
	text-align: center;
	padding-bottom:10px;
	font-size:30px;
}
.h_tt a{
	font-size:30px;
	color:#2b6f94;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.slideBox2{
	width: 610px;
}
.slideBox2 .bd li{
	width: 610px;
}
.slideBox2 .bd li img{
	width: 610px;
}
.index_information{
	width: 480px;
}
.index_ultext1 li{
	text-indent:10px;
	background:url("../images/dian1.jpg") no-repeat left center;
}
.index_ultext1 .on{
	background-image:url("../images/ico3.jpg");
}
.index_ultext1 li .li_span1,.index_ultext1 li .li_span2{
	display: none;
}