﻿@charset "utf-8";
@import url("reset.css");
@import url("global.css");
@import url("head.css");
@import url("foot_con.css");

.header{
	height:300px;
	background: url(../images/news_topbg.jpg) no-repeat center;
	width: 100%;
	overflow: hidden;
}

/* 页内主体框架 */


/*内容*/
.container {
	background: url(../images/about_us_bg.gif) repeat-x;
	width: 100%;
	height: auto;
}
.content_Box {
	width: 1002px;
	margin: 0px auto;
	height: 400px;
	position: relative;
        min-height:400px; 
        _height:400px; 
        height:auto !important;

}
/*左侧导航*/
.content_Nav {
	width: 220px;
	height: auto;
	background-color: #FFFFFF;
	margin-top: -46px;
	position: absolute;
}
.content_Nav .content_bj {
	margin-left: 10px;
	margin-top: 8px;
}
/*.content_bj .sty01 {
	font-family: Arial;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding-top: 28px;
}*/
.content_bj .sty02 {
	font-family: "microsoft yahei";
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/content_nav.jpg) no-repeat;
	height: 116px;
	width: 200px;
	vertical-align: bottom;
	padding-top: 40px;
}
.left_nav{
	background: url(../images/content_nav_hover.gif) no-repeat;
}

#left_nav {
	background: top;
	margin-top: -40px;
}
#left_nav li {

    color: #666666;
	font-family: "microsoft yahei";
	font-size: 20px;
	height: 49px;
	width: 200px;
	text-align: center;
    background: url(../images/content_nav_li.gif) no-repeat;
}
#left_nav a {
	line-height: 49px;
	height: 49px;
	display: block;
  
}
#left_nav a:hover{
	background: url(../images/content_nav_hover.gif) no-repeat;
	color: #c30100;
}

.content_Nav .search {
	background: url(../images/search_bg.gif) no-repeat;
	height: 127px;
	width: 199px;
	margin-top: 14px;
	padding-top: 20px;
	padding-left: 12px;
}
.content_bj .search .sty03 {
	color: #7a7a7a;
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
}
.content_Nav .content_bj .search #search-box input {
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
}
.content_bj .search .sty04 {
	border: #d6d6d6 1px solid;
	padding:5px;
	width: 160px;
	color: #666666;
	text-align: left;
}
.content_bj .search .sty05 {
	border:none;
	width:85px;
	height:26px;
	background:url(../images/bg_sidesearch.gif);
	cursor:pointer;
	line-height:300px;
	overflow:hidden;
}
/*右侧内容*/
.content_Con {
	height: auto;
	width: 760px;
}
.content_Con .con_nav {
	border-bottom: 1px solid #e1e1e1;
	height: 35px;
	width: 760px;
	display: block;
	padding-top: 20px;
}

.con_nav .sty01 {
	display: block;
	text-align: center;
	width: 760px;
	height: 35px;
}
.con_nav .sty01 .sp01 {
	font-family: "microsoft yahei";
	font-size: 20px;
	color: #000000;
	height: 22px;
	width: 100px;
	margin-left: 12px;
	background: url(../images/about_us_01.jpg) no-repeat left;
	float: left;
}
.con_nav .sty01 .sp02 {
	color: #999999;
	font-family: "宋体";
	font-size: 12px;
	margin-top: 5px;
	width: 600px;
	vertical-align: bottom;
	text-align: right;
	float: right;
}
.con_nav .sty01 .sp02 a {
	color: #999999;
}
.content_Con .con_con {
	font-family: "宋体";
	font-size: 14px;
	color: #333333;
	height: auto;
	margin-top: 30px;
	line-height: 27px;
	width: 760px;
}
.content_Con .con_con .p01 {
	text-indent: 28px;
}

.content_Con .con_con h2 {
	color: #e60212;
	font-family: "黑体";
	font-size: 20px;
	background: url(../images/sector_01.jpg) no-repeat left center;
	padding-left: 24px;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 760px;

}
.content_Con .con_con .block {
	background: url(../images/sector_04.gif) no-repeat left top;
	height: 145px;
	width: 760px;
}
.content_Con .con_con .block ul {
	padding-left: 30px;
	padding-top: 28px;
	float: left;
}
.list_page {
	width: 760px;
	float: left;
	display: block;
        margin-bottom:20px;
}

.content_Con .con_con .block li {
	padding-bottom: 16px;
}
.content_Con .con_con .block p {
	width: 300px;
	padding-top: 23px;
	padding-left: 83px;
	color: #666666;
	float: left;
	font-family: "宋体";
	font-size: 12px;
}


/*新闻列表*/
.list_page li {
	line-height: 30px;
	font-family: "宋体";
	font-size: 14px;
	background: url(../images/list_dot.gif) no-repeat 10px center;
	clear: both;
	padding-left: 20px;
	border-bottom: 1px dashed #cfcfcf;
	color: #666666;
	width: 740px;
}
.list_page .name {
	overflow: hidden;
	width: 550px;
	color: #333333;
}

.list_page .date {
	float: right;
	color: #9d9d9d;
	width: 100px;
}
/*新闻内容页*/
.con_con .xinwen_con {
	width: 710px;
        margin:0px auto;
}
.con_con .riqi {
	color: #939393;
	font-family: "宋体";
	font-size: 12px;
}

.con_con .duanbiaoti {
	color: #d23330;
	font-size: 16px;
	
	font-weight: bold;
	line-height: 24px;
	font-family: "microsoft yahei";
	text-align: center;
}

.con_con .biaoti{
	color: #d23330;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	font-family: "microsoft yahei";
	margin-top: 20px;
}
.con_con .fubiaoti {
	color: #d23330;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	font-family: "microsoft yahei";
}
.con_con .wenzi {
	color: #333333;
	font-family: "宋体";
	font-size: 14px;
	line-height: 1.8;
	text-indent: 2em;
	margin-top: 30px;
}
.con_con p{ overflow:hidden; zoom:1}
/*视频新闻*/
.video_page {
	width: 688px;
	margin: 0px auto;
	font-family: "宋体";
	font-size: 12px;
	color: #888888;
}
.video_page li {
	float: left;
	width: 218px;
	text-align: center;
	padding-right: 10px;
	padding-left: 0px;
	margin-bottom: 30px;
}
.video_page li p {
	text-align: center;
}

.video_page img {
	height: 151px;
	width: 205px;
}

/*分页*/
.page {
	text-align: center;
	padding-top: 10px;
	height: 30px;
	clear: both;
	padding-bottom: 5px;
	overflow:hidden;
	background: #f6f6f6;
	width: 740px;
	margin-left: 15px;
	margin-top: 20px;
}
.page a {
	border: 1px solid #c8c7c7;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 2em;
	color: #7e7e7e;
}

.page a:hover {
	color: #fff;
	text-decoration: none;
	background: #cc012a;
	border: 1px solid #ba210d;
}
.page a.checked {
	color: #fff;
	text-decoration: none;
	background: #a5151c;
	border: 1px solid #ba210d;
}



.page .disabled {
	border: 1px solid #c8c7c7;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 2em;
	color: #ddd;
}



/*gotop*/
#gotop{ width:52px; 
         height:52px; 
		 background:url(../images/about_us_top.gif) no-repeat; 
		 position:fixed; 
		 right:50px; 
		 cursor:pointer;
		 _position:absolute;
		 _bottom:auto;
		 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

#gotop{ bottom:132px;} 

