@charset "utf8";
/* 主体第一行 */
#section1 {
	width: 100%;
	height: 645px;
}
/* 主体第一行-左侧面板 */
#news_xyxw {
	float: left;
	width: 704px;
	height: 648px;
}
#news_xyxw .title{
	width:100%;
	height:82px;
}
#news_xyxw .title img.titleImg{
	width:174px;
	height:40px;
	float:left;
	margin-top:30px;
}

#news_xyxw .title img.moreImg{
	width:56px;
	height:17px;
	float:right;
	margin-top:50px;
}


/*幻灯片播放区域*/
#slider {
    width: 704px;
    height: 397px;
    margin: 0px;
    padding: 0px;
    position: relative;
	left:0px;
	top:0px;
}
/*幻灯片-列表元素样式设置*/
#slider ul {
    list-style: none;
    position: relative;
}
/*幻灯片-列表选项元素样式设置*/
#slider li {
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    text-align: center;
}
/*幻灯片-图片样式设置*/
#slider li img {
    width: 704px;
    height: 397px;
}
/*幻灯片-隐藏效果设置*/
.hide {
    display: none;
}
#slider #dot-box{
	width:110px;
	height:5px;
	position:absolute;
	bottom:20px;
	right:30px;
}
#slider .dot span{
	cursor:pointer;
	width:27px;
	height:7px;
	float:left;
	margin:0 3px;
	border:1px solid white;
}
#slider .dot span.active{
	background-color:white;
}



.news_list_s1{
	width:100%;
	height:165px;
}
/* 新闻区域-列表-单行 */
.news_list_s1 li{
    text-align:left;
	line-height:26px;
	height:26px;
	font-size:19px;
	padding-top:28px;
}
/* 新闻区域-列表-单条新闻日期 */
.news_list_s1 .news_date{
	float:left;
	width:105px;
}
.news_list_s1 .news_date span{
	float:left;
	margin-right:5px;
	color:#b2b2b2;
	font-size:22px;
}
/* 新闻区域-列表-单条新闻日期-日 */
.news_list_s1 .news_date .day{
	color:#99212a;
	font-size:29px;
}

/* 新闻区域-列表-单条新闻标题 */
.news_list_s1 .news_title{
	float:left;
	width:599px;
	font-size:19px;
	overflow:hidden; /* 多余内容隐藏 */
	text-overflow:ellipsis; /* 多余文本显示成省略号 */
	white-space:nowrap; /* 文本不换行 */
	border-bottom:1px dashed #b2b2b2;
}

/* 主体第一行-右侧面板 */
#news_tzgg {
	float: left;
	width: 448px;
	height: 648px;
	margin-left:48px;
}
#news_tzgg .title{
	width:100%;
	height:54px;
	margin-top:20px;
}
#news_tzgg .title img.titleImg{
	width:145px;
	height:54px;
	float:left;
}
#news_tzgg .title img.moreImg{
	width:56px;
	height:17px;
	float:right;
	margin-top:34px;
	margin-right:12px;
}

.news_list_s2{
	width:100%;
	height:572px;
}
/* 新闻区域-列表-单行 */
.news_list_s2 li{
    text-align:left;
	font-size:19px;
	line-height:26px;
}
.line_s1{
	border-bottom:1px solid #b2b2b2;
}
/* 新闻区域-列表-单行 */
.news_list_s2 .firstLi{
	height:90px;
	padding-top:23px;
	padding-bottom:25px;
}
/* 新闻区域-列表-单条新闻日期 */
.news_list_s2 .firstLi .news_date{
	float:left;
	width:81px;
	height:84px;
	background:url(../img/news/stamp.png) no-repeat;
	margin-left:7px;
	color:white;
	font-family:"黑体";
	text-align:center;
}
/* 新闻区域-列表-单条新闻日期-日 */
.news_list_s2 .firstLi .news_date .day{
	width:100%;
	font-size:30px;
	float:left;
	margin-top:20px;
}
.news_list_s2 .firstLi .news_date .month{
	width:100%;
	font-size:18px;
	float:left;
}
/* 新闻区域-列表-单行 */
.news_list_s2 .otherLi{
	height:95px;
	padding-top:33px;
	padding-bottom:15px;
}
/* 新闻区域-列表-单条新闻日期 */
.news_list_s2 .otherLi .news_date{
	float:left;
	width:81px;
	margin-left:12px;
}
.news_list_s2 .otherLi .news_date span{
	float:left;
	margin-right:5px;
	color:#b2b2b2;
	font-size:22px;
	height:100%;
}
/* 新闻区域-列表-单条新闻日期-日 */
.news_list_s2 .otherLi .news_date .day{
	color:#99212a;
	font-size:30px;
}
/* 新闻区域-列表-单条新闻日期-整个区域 */
.news_list_s2 .news{
	float:left;
	width:328px;
	margin-left:20px;
}
/* 新闻区域-列表-单条新闻标题 */
.news_list_s2 .news_title{
	width:100%;
	float:left;
	font-size:19px;
	overflow:hidden; /* 多余内容隐藏 */
	text-overflow:ellipsis; /* 多余文本显示成省略号 */
	white-space:nowrap; /* 文本不换行 */
}
/* 新闻区域-列表-单条新闻摘要 */
.news_list_s2 .news_intro{
	width:100%;
	height:50px;
	line-height:25px;
	float:left;
	margin-top:10px;
	font-size:16px;
	overflow:hidden; /* 多余内容隐藏 */
	text-overflow:ellipsis; /* 多余文本显示成省略号 */
	white-space:normal;
}

section.divider{
	width:100%;
	height:13px;
	background:url(../img/container/read_more.png) no-repeat;
}

/* 主体第二行 */
#section2 {
	width: 100%;
	height: 409px;
}
#section2 .title{
	width:100%;
	height:89px;
}
#section2 ul{
	width:100%;
	height:320px;
}
#section2 li{
	float:left;
	width:100%;
	height:80px;
	text-align:left;
}
#section2 .news_date{
	text-align:center;
	width:62px;
	height:23px;
	line-height:23px;
	float:left;
	margin-top:14px;
	padding-left:8px;
}
#section2 .news_date span{
	float:left;
	color:#b2b2b2;
	font-size:18px;
	margin-right:2px;
}
#section2 .news_date .day{
	font-size:19px;
	color:#99212a;
}
#section2 .news_date .month{
	font-size:17px;
}
#section2 .news_title{
	float:left;
	width:100%;
	font-size:16.5px;
	margin-top:5px;
	padding-left:5px;
}
#section2 .firstLi .news_date{
	color:white;
	background-color:#99212a;
}
#section2 .firstLi .news_date span{
	color:white;
}
.line_s2{
	border-bottom:1px solid rgb(189,179,48);
}
/* 新闻列表区域*/ 
#news_zylt{
	float:left;
	width:393px;
	height:100%;
}

#news_zylt .title img{
	width:151px;
	height:87px;
	float:left;
	margin-top:10px;
}
#news_zylt img.moreImg{
	width:56px;
	height:17px;
	float:left;
	margin-left:336px;
	margin-top:7px;
}
#news_xsdt,#news_sshd{
	float:left;
	width:320px;
	height:100%;
	margin-left:83px;
}

#news_xsdt .title img{
	width:157px;
	height:66px;
	float:left;
	margin-top:35px;
}
#news_sshd .title img{
	width:134px;
	height:65px;
	float:left;
	margin-top:38px;
	margin-left:10px;
}
#news_xsdt img.moreImg, #news_sshd img.moreImg{
	width:56px;
	height:17px;
	float:left;
	margin-left:260px;
	margin-top:7px;
}

/* 主体第三行 */
#section3{
	width: 100%;
	height: 510px;
	margin-bottom:50px;
}
#section3 #hotlink-img{
	height:328px;
}
#section3 #hotlink-img ul{
	width:100%;
	float:left;
	height:212px;
	margin-top:44px;
	margin-left:46px;
}
#section3 #hotlink-img li{
	width:250px;
	height:212px;
	float:left;
	margin-right:35px;
}

/* 友情链接（文字）-列表区域样式 */
#section3 #hotlink-txt{
	height:53px;
	padding-top:15px;
	background-color:rgb(247,241,227);
}
/* 友情链接（文字）-文本方块样式：下拉菜单和超链接 */
#section3 #hotlink-txt select {
	float: left;
	width: 280px;
	height: 38px;
	border: 1px solid silver;
	line-height: 38px;
	font-size:18px;
	background-color: white;
	font-family:"宋体";
}