@charset "utf-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    所有网站通用模块，可根据自身网站修改
*/

/* 通用信息列表DOT */
.infoList {
	text-align: left;
}

.infoList li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #ccc;
}

.infoList li a {
	/* padding-left: 15px;
	background: url(../images/listbg.png) no-repeat 0px; */
	overflow: hidden;
}

.infoList li.neswgif {
	background: url("../images/newsicon.gif") 0px 16px no-repeat;
}

.infoList li .date {
	font-size: 13px;
	float: right;
	/* color: #999; */
}
/* infoListA */
.infoListA li {
	line-height: 24px;
	padding: 8px 3px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

.infoListA li.last {
	border-bottom: none
}

.infoListA .date {
	float: right;
	font-size: 13px;
	color: #999;
	margin-left: 5px
}

/* 信息列表_普通式 */
.xxList li {
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #ccc;
}

.xxList li a {
	padding-left: 15px;
	background: url(../images/listbg.png) no-repeat 0;
}

.xxList li.neswgif {
	background: url("../images/newsicon.gif") 450px 16px no-repeat;
}

.xxList li .date {
	float: right;
	/* color: #bcbcbc; */
}

/* 头条图文信息列表_普通式 */
.topicList li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.topicList li.noData {
	padding-left: 12px;
	background: url(../img/icon.png) no-repeat 0px -177px;
}

.topicList li .date {
	float: right;
	color: #999;
}

.topicList .t {
	overflow: hidden;
	height: auto;
	margin-bottom: 7px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

.topicList .t .pic {
	float: left;
	margin-right: 10px;
}

.topicList .t .title {
	text-align: left;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
}

.topicList .t .tit {
	font-size: 16px;
}

.topicList .t .intro {
	color: #999;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	padding-top: 8px;
}

.topicList .t .intro .more {
	float: none;
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	color: #cf1b0c;
	text-indent: 0;
}

.topicList li.n {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: url(../img/icon.png) no-repeat 0px -177px;
	padding: 0 5px 0 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.topicList li.n .date {
	float: right;
	color: #bcbcbc;
}

/* 有图片时追加的类 class="topicList topicHasPic"  */
.topicHasPic .t {
	overflow: hidden;
	zoom: 1;
}

.topicHasPic .pic {
	float: left;
	margin-right: 20px;
}

.topicHasPic .pic img {
	width: 160px;
	height: 120px;
}

.topicHasPic .con {
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px dotted #ccc;
	height: 119px;
}

/* 焦点图切换-广告 */
.slideBox {
	height: 100px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	position: absolute;
	z-index: 1;
	right: 5px;
	bottom: 5px;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: #000;
	cursor: pointer;
	color: #fff;
	filter: alpha(opacity = 60);
	opacity: 0.6;
}

.slideBox .hd ul li.on {
	background: #f00;
	font-weight: bold;
	filter: alpha(opacity = 100);
	opacity: 1;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd .pic {
	height: 100px;
}

.slideBox .bd .con {
	display: none;
}

/* 焦点图切换- 数字 */
.focusBox {
	width: 410px;
	overflow: hidden;
	position: relative;
}

.focusBox .hd {
	position: absolute;
	z-index: 1;
	right: 10px;
	bottom: 20px;
}

.focusBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.focusBox .hd ul li {
	float: left;
	margin-right: 6px;
	width: 12px;
	height: 12px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.focusBox .hd ul li span {
	display: none
}

.focusBox .hd ul li.on {
	background: #F9AF2F;
	color: #fff;
}

.focusBox .bd {
	position: relative;
	height: 310px;
	overflow: hidden;
}

.focusBox .bd li {
	position: relative
}

.focusBox .bd .pic {
	position: relative;
	z-index: 0;
	line-height: 0;
}

.focusBox .bd .pic img {
	width: 410px;
	height: 310px;
	border: 0;
}

.focusBox .bd .con {
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: 0;
	height: 48px;
	line-height: 48px;
	text-align: left;
}

.focusBox .bd .con .title {
	text-align: center;
	position: absolute;
	width: 410px;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.focusBox .bd .con .title a {
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
}

.focusBox .bd .con .titleBg {
	position: absolute;
	width: 100%;
	z-index: 0;
	bottom: 0;
	left: 0;
	background: #000;
	filter: alpha(opacity = 60);
	opacity: 0.6;
	height: 48px;
}

/*-- 网站地图 --*/
.siteMap {
	padding: 0 10px;
	overflow: hidden;
	zoom: 1;
}

.siteMap .li1 {
	margin-bottom: 20px;
}

.siteMap .h1 {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
	background: #fff;
}

.siteMap .h1 .a1 {
	font: normal 16px/40px "Microsoft YaHei";
	_font-weight: bold;
	color: #005bac;
	padding-left: 10px;
}

.siteMap .ul1 {
	padding: 10px 20px;
	zoom: 1;
	display: block !important;
}

.siteMap .li2 {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding-right: 10px;
	vertical-align: top;
}

.siteMap .a2 {
	color: #666;
}

.siteMap .ul2 {
	padding: 0 0 20px 0;
}

.siteMap .li3 {
	line-height: 18px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.siteMap .a3 {
	color: #999;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ddd;
}

.siteMap .last3 .a3 {
	border-right: 0;
}

/* url_方块样式分页 */
.page {
	font-size: 0;
	text-align: center;
	padding: 25px 0;
	clear: both;
	line-height: 26px;
}

.page a, .page span {
	vertical-align: top;
	font-size: 14px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	border: 1px solid #d4d4d4;
	padding: 4px 15px;
	margin-right: 5px;
}

.page a:hover {
	border: 1px solid #548dcd;
	text-decoration: none;
	color: #548dcd;
}

.page .current {
	background: #548dcd;
	border: 1px solid #548dcd;
	color: #fff !important;
}

.page select {
	height: 18px;
	line-height: 18px;
	padding: 0 8px;
	background: #fff;
	border: 0;
	border: none;
	vertical-align: middle;
}
/
*
--


颜色代码


#1E72B4
 
深蓝色标题


#C4DEF8
 
淡蓝色边框


--
*