﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: "Microsoft YaHei", Helvetica, Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	background: #edeff3;
}
div, form, ul, ol, li, span, p {
	margin: 0;
	padding: 0;
	border: 0;
}
img, a img {
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style: none;
}
table, td, input {
	margin: 0;
	padding: 0;
}
a {
	outline-style: none;
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.content_box {
	width: 1000px;
	margin: 10px auto;
	padding-bottom: 20px;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.flash {
	position: absolute;
	top: -20px;
	width: 1000px;
	height: 300px;
	z-index: 999;
	left: 10%;
}
.banner {
	width: 100%;
	height: 438px;
	background: url(../images/banner.jpg) no-repeat center 0;
	margin-bottom: 0px;
}
.xwbox {
	padding: 5px 15px;
	overflow: hidden;
}
.btit {
	margin: 15px 15px 10px;
	height: 38px;
	line-height: 38px;
	background: url(../images/ind_05.jpg) no-repeat 0 0;
	position: relative;
}
.btit span {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-left: 50px;
}
.btit .more {
	font-size: 14px;
	color: #666;
	float: right;
	padding: 0 10px;
	font-weight: normal;
	position: absolute;
	right: 10px;
	font-family: "宋体";
}
.xwbox_left {
	width: 550px;
	float: left;
}
.xwbox_right {
	width: 390px;
	float: left;
	padding-left: 30px;
	padding-top:15px
}
.xwtop {
	padding-bottom: 15px;
	margin-bottom:20px;
	border-bottom: #ddd solid 1px;
}
.xwtop:last-child {
	margin-bottom:0px;
	border-bottom: #ddd solid 0px;
}
.xwtop p {
	font-size: 18px;
	color: #ff1c1c;
	text-align: center;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 700;
}
.xwtop p a {
	color: #ff1c1c;
}
.xwtop span {
	font-size: 15px;
	color: #999;
	line-height: 1.8;
}
.xwbox_right li {
	line-height: 27px;
	font-size: 14px;
	margin-left: 10px;
	padding-left: 15px;
	background: url(../images/liic.gif) no-repeat 0 center;
}
.xwbox_right li a:hover {
	text-decoration: underline;
}
.hyxx {
	font-size: 16px;
	color: #ff1c1c;
	line-height: 1.8;
	font-weight: bold;
	background: #eee;
	padding: 0px 10px;
	margin: 10px 0;
}
.hyxxbox {
	font-size: 16px;
	line-height:30px;
	padding: 0 0px;
}
/*小幻灯片*/
.pic_box {
	width: 550px;
	height: 300px;
	position: relative;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px solid #d2433d;
}
.pic_box .pic_list li {
	width: 550px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.pic_box .pic_list li img {
	width: 550px;
	height: 300px;
}
.pic_box .pic_list li span {
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,.2);
	/* opacity: .5;
 filter: alpha(opacity=50); */
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.pic_box .pic_num {
	overflow: hidden;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 10px;
	zoom: 1;
	z-index: 3;
	text-align: center;
}
.pic_box .pic_num li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
	font-size: 0px;
	background: #fff;
}
.pic_box .pic_num li.on {
	width: 30px;
	background: #ffae00;
}
.pic_box .prev, .pic_box .next {
	width: 40px;
	height: 100px;
	background: url(../images/fdbtn.png) no-repeat #000;
	position: absolute;
	top: 100px;
	opacity: .2;
	filter: alpha(opacity=20);
}
.pic_box .prev {
	left: 0px;
}
.pic_box .next {
	right: 0px;
	background-position: right
}
.pic_box .prev:hover, .pic_box .next:hover {
	background-color: #ffa800;
	opacity: .8;
	filter: alpha(opacity=80);
}
/*=========end=slide===========*/

.part2 {
	margin: 10px 15px;
	overflow: hidden;
}
.leftnews {
	width: 550px;
	float: left;
}
.leftnews .btit, .rightnews .btit , .part2 .btit {
	margin: 15px 0px 10px;
}
.rightnews {
	width: 390px;
	float: left;
	margin-left: 30px;
}
.leftnews dd h3 a {
	font-size: 18px;
	font-weight: normal;
	color: #ff1c1c;
	font-weight: 700;
}
.leftnews dd p {
	font-size: 13px;
	color: #999;
	text-indent: 24px;
	line-height: 20px;
	margin-top: 5px;
	height: 40px;
	display:none
}
.leftnews dd {
	padding: 10px 0px;
	border-bottom: 1px solid #d4d4d4;
}
.bigpiclist {
	width: 970px;
	height: 550px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-top: 18px;
}
.bigpics {
	width: 970px;
	height: 550px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.bigpics li {
	width: 970px;
	height: 550px;
	float: left;
	position: relative;
}
.bigpics li img {
	width:970px;
	height: 550px;
}
.bigpics li p {
	width: 970px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	background: rgba(0,0,0,.5);
	/*opacity: 0.6;
	filter: alpha(opacity=60);*/
	color: #fff;
	text-indent: 24px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.bigpics li p a {
	color: #ffff00;
}
.picleft_btn {
	width: 54px;
	height: 120px;
	background: url(../images/le.png);
	position: absolute;
	left: 0px;
	top: 205px;
	z-index: 11;
}
.picleft_btn:hover {
	background: url(../images/le.png);
}
.picright_btn {
	width: 54px;
	height: 120px;
	background: url(../images/ri.png);
	position: absolute;
	right: 0px;
	top: 205px;
	z-index: 11;
}
.picright_btn:hover {
	background: url(../images/ri.png);
}
.smalllist {
	width:970px;
	height: 92px;
	margin: 0 auto;
	margin-top: 20px;
}
.sma_left_btn, .sma_right_btn {
	width: 58px;
	height: 61px;
	float: left;
	padding-top: 20px;
}
.sma_left_btn img, .sma_right_btn img {
	width: 58px;
	height: 61px;
}
.smallpiclist {
	width: 854px;
	height: 92px;
	float: left;
	position: relative;
	overflow: hidden;
}
#smallpiclist {
	width: 850px;
	height: 92px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.smallpiclist li {
	float: left;
	width: 122px;
	height: 84px;
	text-align: center;
	padding-top: 8px;
}
.smallpiclist li img {
	display: inline-block;
	margin-left: 1px;
}
.cur {
	background: url(../images/cur.png) no-repeat center center;
}
/*更多报道*/
.new_tit {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	padding: 5px 10px;
	margin: 10px 0;
	border-bottom: #ff1c1c solid 2px;
}
.new_more {
	margin: 0 20px;
}
.new_more li {
	line-height: 3.5;
	background: url(../images/liic.gif) no-repeat 10px center;
	padding-left: 30px;
	font-size: 15px;
	border-bottom: #ddd solid 1px;
}
.rightnews b {
	color: #ff1c1c;
	font-weight: normal;
}
.rightnews p {
	line-height: 39px;
	font-size: 15px;
	border-bottom: #ddd solid 1px;
}
