﻿@charset "utf-8";
/*
	Css for PEL,	ver 1.0
	CopyRight By Dongyi Network Technology CO.,Ltd Design Center

	所有网站通用模块，可根据自身网站修改
*/
/* 通用信息列表 */
.infoList { text-align: left;}
.infoList li {line-height: 30px; overflow: hidden; height: 30px; }
.infoList li a { padding-left: 12px; background: url(../images/dot01.png) left center no-repeat;}
.infoList li .date { font-size: 14px; float: right; margin-left: 15px; color: #999;}
.infoList li .node {margin-right: 5px; color: #f00; }


/* 通用带图片的信息列表_普通式 */
.picList li { text-align: center;}
.picList li .pic img { width: 95px; height: 125px; padding: 4px; border: 1px solid #ddd; background: #fff;}
.picList li .pic a:hover img { border-color: #aaa;}
.picList li .title { padding-top: 5px;}
/* 通用带图片的信息列表_普通式 - 横排浮动 */
.picListFl {overflow: hidden; zoom: 1; margin-right: -2%; }
.picListFl li {*display: inline; float: left; overflow: hidden; width: 23%; margin-right: 2%; text-align: center; }
.picListFl li .pic { overflow: hidden;}
.picListFl li .pic img { width: 100%; height: auto;-webkit-transition: 200ms; -moz-transition: 200ms; -o-transition: 200ms; transition: 200ms; }
.picListFl li .title { font-size: 14px; max-height: 56px;padding-top: 8px; }
.picListFl li:hover .pic img {-webkit-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); }
/* 内容带图片的信息列表_普通式 - 左图片右文字 */
.txtPicList li { overflow: hidden; margin-bottom: 10px;padding-bottom: 10px; }
.txtPicList li .pic {float: left; width: 96px; }
.txtPicList li .pic img { width: 90px; height: 90px; padding: 2px; border: 1px solid #ddd; background: #fff;}
.txtPicList li .pic a:hover img { border-color: #aaa;}
.txtPicList li .con {float: left;  width: 230px; padding-left: 8px;}
.txtPicList li .title {font-size: 14px; font-weight: bold;line-height: 28px;  height: 28px; color: #c30000; }
.txtPicList li .title a { color: #c30000;}
.txtPicList li .intro {line-height: 20px; color: #666; }
.txtPicList li .intro .more {font-size: 12px; color: #c30000; }
/* 内容带图片的信息列表_普通式 - 上图片下文字 */
.txtPicListB li .pic img { width: 190px; height: 120; padding: 4px; border: 1px solid #ddd; background: #fff;}
.txtPicListB li .pic a:hover img { border-color: #aaa;}
.txtPicListB li .title {font-weight: bold;line-height: 28px;  height: 28px; }
.txtPicListB li .title a { color: #9b770a;}
.txtPicListB li .intro { color: #666;}
.txtPicListB li .intro .more { color: #f60;}
/* 头条图文信息列表_普通式 */
.topicList .t { padding-bottom: 15px; text-align: left; }
.topicList .t .title { font-size: 14px; font-weight: bold; line-height: 24px; text-align: left;}
.topicList .t .tit { color: #666;}
.topicList .t .intro { font-size: 12px; line-height: 1.8;text-align: left; color: #666; }
.topicList .t .intro .more { color: #c30000;}
.topicList .n {line-height: 30px; overflow: hidden;  height: 30px; padding:  0;}
.topicList .n .tit {display: block; padding-left: 10px; text-align: left; background: url(../images/dot01.png) left center no-repeat;}
.topicList .n .date { float: right; margin-left: 10px;color: #999; }


/* 有图片时追加的类 class="topicList topicHasPic"  */
.topicHasPic .t { position: relative; overflow: hidden; zoom: 1; }
.topicHasPic .pic {float: left; width: 148px; height: 98px; margin-right: 15px; }
.topicHasPic .pic img { width: 100%;}
.topicHasPic .con { overflow: hidden; zoom: 1;}

/* 焦点图切换-广告 */
.slideBox {position: relative;overflow: hidden;  height: 100px; }
.slideBox .hd { position: absolute; z-index: 1; right: 5px; bottom: 5px;}
.slideBox .hd ul {float: left; overflow: hidden; zoom: 1; }
.slideBox .hd ul li { font-size: 12px; line-height: 16px; float: left; width: 16px; height: 16px; margin-right: 2px; cursor: pointer; text-align: center; opacity: .6;color: #fff; background: #000; filter: alpha(opacity=60); }
.slideBox .hd ul li.on {opacity: 1; background: #f00; filter: alpha(opacity=100); }
.slideBox .bd { position: relative; z-index: 0;}
.slideBox .bd .con { display: none;}
/* 焦点图切换-新闻内容 */
.focusBox {position: relative;overflow: hidden;  margin-bottom: 15px; /* width: 100%; */ }
.focusBox .hd { position: absolute; z-index: 1; right: 4px; bottom: 14px;}
.focusBox .hd ul {float: left; overflow: hidden; zoom: 1; }
.focusBox .hd ul li {line-height: 9px;  float: left; width: 9px; height: 9px; margin-right: 5px; cursor: pointer; text-align: center; color: #fff;background: #fff; }
.focusBox .hd ul li.on {color: #fff; background: #ff4f01; }
.focusBox .hd ul li span { display: none;}
.focusBox .bd { position: relative; overflow: hidden;}
.focusBox .bd li { position: relative;}
.focusBox .bd .pic {line-height: 0; position: relative; z-index: 0; }
.focusBox .bd .pic img { width: 100%; height: 260px; border: 0;}
.focusBox .bd .con {line-height: 36px;  position: absolute; z-index: 1; bottom: 0; width: 100%; height: 36px; text-align: left;}
.focusBox .bd .con .title { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden;width: 76%; height: 100%; }
.focusBox .bd .con .title a {padding-left: 10px; text-decoration: none; color: #fff; }
.focusBox .bd .con .titleBg { position: absolute; z-index: 0; bottom: 0; left: 0; width: 100%; height: 36px;opacity: .6; background: #000; filter: alpha(opacity=60); }
/* url_方块样式分页 */
.page { font-size: 0; clear: both; overflow: hidden;padding: 25px 0; text-align: center; }
.page a ,.page span { font-size: 14px; line-height: 24px; *display: inline; float: left; zoom: 1; height: 24px;margin: 0 3px 5px 0; padding: 0 8px; border: 1px solid #e1e1e1; }
.page a:hover ,.page span:hover {text-decoration: none; color: #1258ad; border: 1px solid #1258ad; }
.page .current {font-weight: bold;color: #fff !important; border: 1px solid #1258ad;  background: #1258ad; }
.page select ,.page input { height: 22px; line-height: 22px; margin: 0 4px; vertical-align: middle;border: 0 solid #e1e1e1; background: #fff; }
.page input[type=text] {padding: 0 4px; height: 22px;  text-align: center; outline: none;}
.page .disabled { pointer-events: none; opacity: .5;filter: alpha(opacity=50); -moz-opacity: .5; }
/*-- 网站地图 --*/
.siteMap {overflow: hidden; zoom: 1; padding: 15px 10px; }
.siteMap .li1 { margin-bottom: 20px;}
.siteMap .h1 {line-height: 40px;  height: 40px; border: 1px dotted #ccc; background: #fff; background: #f6f6f6;}
.siteMap .h1 .a1 { font: normal 16px/40px 'Microsoft YaHei'; padding-left: 15px;color: #0068b7; _font-weight: bold; }
.siteMap .ul1 {zoom: 1; padding: 10px 20px; }
.siteMap .li2 { display: inline-block; *display: inline; zoom: 1; padding-right: 50px; padding-bottom: 5px;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 {margin-right: 10px; padding-right: 10px;  color: #999; border-right: 1px solid #ddd;}
.siteMap .last3 .a3 { border-right: 0;}
.siteMap #liID41 .li2 { display: block;}


/*--
颜色代码
#1E72B4 深蓝色标题
#C4DEF8 淡蓝色边框
--*/