﻿@charset "utf-8";
/* Css for PEL,ver 1.0CopyRight By Dongyi Network Technology CO.,Ltd Design Center所有网站通用模块，可根据自身网站修改 */

/* 通用信息列表 */
.infoList{ text-align: left; }
.infoList li { position: relative; line-height: 24px; font-size: 16px; overflow: hidden; padding: 9px 0; }
.infoList li > a { position: relative; display: block; padding-left: 19px; transition: all ease 0.4s; }
.infoList li > a:hover { transform: translateX(5px); }
.infoList li > a::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border: 1px solid #ccc; border-radius: 50%; }
.infoList li .date{ margin-left: 15px; float: right; color: #999; }
.infoList li .node{ color: #f00; margin-right: 5px; }
.infoList li.highlight{ font-weight: bold; }
.infoList li .signin{ float: right; color: #ff0000; margin-left: 10px; }
.infoList li .signin a{ color: #ff0000; }


/* 通用带图片的信息列表_普通式 */
.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 { margin: -0.7%; }
.picListFl li { position: relative; float: left; width: 23.6%; margin: 0.7%; background: #fff; box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.1); }
.picListFl .pic a { display: block; position: relative; height: 0; padding-bottom: 65%; overflow: hidden; }
.picListFl .pic img { position: absolute; left: 0; top: 0; }
.picListFl .con { padding: 25px 30px; }
.picListFl .title { font-size: 18px; line-height: 24px; height: 48px; overflow: hidden; }
.picListFl .title a { color: inherit; text-decoration: none; }
.picListFl .intro { margin: 14px 0 0; line-height: 20px; height: 40px; font-size: 14px; color: #666; overflow: hidden; }
.picListFl .others { margin: 14px 0 0; font-size: 14px; color: #666; line-height: 1.3; }

.picListFl li,
.picListFl li .title,
.picListFl li .intro,
.picListFl li .others { transition: all ease 0.6s; }

.picListFl li:hover { background: #1078e3; transform: translateY(-10px); }
.picListFl li:hover .title,
.picListFl li:hover .intro,
.picListFl li:hover .others { color: #fff; }

/* 内容带图片的信息列表_普通式 */
.textPicList { margin: -0.7%; }
.textPicList li { position: relative; float: left; width: 31.9333%; margin: 0.7%; box-sizing: border-box; padding: 27px 30px 40px; border: 1px solid #C8E2FC }
.textPicList .pic a { display: block; position: relative; height: 0; padding-bottom: 66.6666%; overflow: hidden; }
.textPicList .pic img { position: absolute; left: 0; top: 0; }
.textPicList .pic a::after { position: absolute; left: 0; top: 0; content: ""; width: 100%; height: 100%; box-sizing: border-box; border: 2px solid #fff; visibility: hidden; opacity: 0; }
.textPicList .con { margin-top: 14px; }
.textPicList .title { margin-bottom: 19px; font-size: 18px; line-height: 24px; height: 48px; overflow: hidden; }
.textPicList .title a { color: inherit; text-decoration: none; }
.textPicList .intro { margin: 14px 0 0; line-height: 28px; height: 84px; font-size: 14px; color: #666; overflow: hidden; }
.textPicList .more { display: block; margin: 36px auto 0; font-size: 14px; width: 120px; line-height: 40px; border-radius: 500px; background: #428FFA; color: #fff; text-align: center; text-decoration: none; }

.textPicList li,
.textPicList li .pic a::after,
.textPicList li .title,
.textPicList li .intro,
.textPicList li .more { transition: all ease 0.6s; }

.textPicList li:hover { border-color: #1078e3; background: #1078e3; padding-top: 37px; padding-bottom: 30px; }
.textPicList li:hover .title { color: #fff; font-weight: bold; }
.textPicList li:hover .pic a::after { visibility: visible; opacity: 1; }
.textPicList li .pic a:hover img { transform: none; }
.textPicList li:hover .intro { color: #fff; }
.textPicList li:hover .more { color: #1078e3; background: #fff; }

/* 头条图文信息列表_普通式 */
.topicList .t{ position: relative; overflow: hidden; margin-bottom: 15px; }
.topicList .t .date { position: relative; float: left; width: 80px; height: 80px; border: 5px solid #E4F5FF; text-align: center; line-height: 1; margin-right: 20px; }
.topicList .t .date::after { position: absolute; content: ''; left: 0; bottom: 0; width: 0; height: 0; border: 9px solid transparent; border-bottom-color: #1078e3; border-left-color: #1078e3; }
.topicList .t .date .dd { display: block; margin-top: 12px; font-size: 32px; font-weight: bold; color: #1078E3; }
.topicList .t .date .ym { display: block; margin-top: 8px; color: #666; font-size: 14px; }
.topicList .t .title{ height: 32px; line-height: 32px; font-size: 20px; overflow: hidden; }
.topicList .t .intro{ margin-top: 8px; font-size: 14px; color: #666; line-height: 24px; height: 48px; overflow: hidden; }
.topicList .t .others{ margin-top: 12px; font-size: 16px; color: #999; }
.topicList .t .others span{ margin-right: 15px; }
.topicList .n { position: relative; line-height: 24px; font-size: 18px; overflow: hidden; padding: 11px 0; }
.topicList .n > a { position: relative; display: block; padding-left: 19px; transition: all ease 0.4s; }
.topicList .n > a:hover { transform: translateX(5px); }
.topicList .n > a::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border: 1px solid #ccc; border-radius: 50%; }
.topicList .n .date{ margin-left: 15px; float: right; color: #999; }

/* 有图片时追加的类 class="topicList topicHasPic" */
.topicHasPic .t{ border-bottom: none; margin-bottom: 18px; padding-bottom: 0; }
.topicHasPic .t .pic{ width: 200px; margin-right: 20px; float: left; }
.topicHasPic .t .pic img{ width: 100%; height: 133px; }
.topicHasPic .t .con{ overflow: hidden; height: 133px; box-sizing: border-box; padding-top: 6px; }

/* 焦点图切换-广告 */
.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{ font-size: 12px; 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; filter: alpha(opacity=100); opacity: 1; }
.slideBox .bd{ position: relative; z-index: 0; }
.slideBox .bd .pic a:hover img{ -webkit-transform: none; transform: none; }
.slideBox .bd .con{ display: none; }

/* 焦点图切换-标准 */
.focusBox { position: relative; background: rgba(255, 255, 255, 0.6); overflow: hidden; }
.focusBox .bd .pic { float: left; width: 590px; height: 392px; }
.focusBox .bd .pic img { width: 100%; height: 392px; }
.focusBox .bd .con{ overflow: hidden; position: relative; padding: 67px 30px 50px; }
.focusBox .bd .con .title { line-height: 30px; max-height: 60px; font-size: 20px; overflow: hidden; }
.focusBox .bd .con .intro { margin-top: 16px; line-height: 30px; max-height: 90px; overflow: hidden; font-size: 14px; color: #666; }
.focusBox .bd .con .date { position: absolute; display: block; left: 30px; top: 23px; line-height: 30px; font-size: 16px; color: #999; }
.focusBox .hd { display: none; }
.focusBox .prev,
.focusBox .next { position: absolute; left: 620px; bottom: 40px; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; border: 1px solid #1078E3; text-align: center; font-size: 26px; color: #1078E3; }
.focusBox .next { margin-left: 60px; }
.focusBox .prev:hover,
.focusBox .next:hover { text-decoration: none; background: #1078E3; color: #fff; }
.focusBox .prev .iconfont { margin-right: 3px; }
.focusBox .next .iconfont { margin-left: 3px; }
.focusBox .pageState { position: absolute; right: 30px; bottom: 44px; line-height: 1; font-size: 24px; }
.focusBox .pageState span { font-size: 36px; color: #1078E3; font-weight: bold; }

/* 焦点图切换-内页 */
.focusPageBox { margin-bottom: 40px; position: relative; background: #fff; padding: 20px; overflow: hidden; border: 1px solid #ddd; }
.focusPageBox .bd .pic { float: left; width: 450px; margin-right: 30px; }
.focusPageBox .bd .pic img { width: 100%; height: 297px; }
.focusPageBox .bd .con{ overflow: hidden; }
.focusPageBox .bd .con .title { line-height: 30px; max-height: 60px; font-size: 22px; overflow: hidden; }
.focusPageBox .bd .con .intro { margin-top: 12px; line-height: 28px; max-height: 140px; overflow: hidden; font-size: 14px; color: #777; }
.focusPageBox .bd .con .date { display: block; margin-top: 12px; line-height: 30px; font-size: 14px; color: #999; }
.focusPageBox .bd .con .date::before { display: inline-block; vertical-align: top; font-family: "fontpower"; content: '\e737'; margin-right: 8px; font-size: 1.2em; color: #bda060; }
.focusPageBox .hd{ position: absolute; width: auto; left: 468px; right: 0; bottom: 30px; text-align: center; }
.focusPageBox .hd ul{ font-size: 0; line-height: 1; }
.focusPageBox .hd ul li { display: inline-block; margin: 0 5px; width: 12px; height: 12px; line-height: 12px; text-align: center; background: #ccc; cursor: pointer; color: #333; border-radius: 500px; }
.focusPageBox .hd ul li.on{ background: #F83F21; color: #fff; }
.focusPageBox .hd ul li span{ display: none; }

/* 信息列表-侧栏 */
.infoListSide { position: relative; }
.infoListSide::before { position: absolute; content: ''; left: 10px; top: 0; bottom: 0; width: 0; border-left: 1px solid #D9D9D9; }
.infoListSide li { position: relative; margin-bottom: 15px; padding: 7px 0 7px 30px; }
.infoListSide li::before { position: absolute; content: ''; left: 5px; top: 15px; width: 9px; height: 9px; background: #fff; border-radius: 50%; border: 1px solid #D9D9D9; }
.infoListSide li .date { position: relative; margin-bottom: 11px; display: inline-block; vertical-align: top; color: #0C459E; height: 24px; line-height: 24px; font-size: 15px; padding: 0 7px; border: 1px solid #D9D9D9; }
.infoListSide li .date::before,
.infoListSide li .date::after { position: absolute; content: ''; width: 0; height: 0; right: 100%; top: 50%; margin-top: -6px; border: 7px solid transparent; border-right: 8px solid #d9d9d9; }
.infoListSide li .date::after { margin-right: -1px; border-right-color: #fff; }
.infoListSide li a { display: block; font-size: 16px; line-height: 24px; max-height: 48px; overflow: hidden; text-decoration: none; }

.infoListSide li:hover::before { border-color: #0C459E; }
.infoListSide li:hover a { font-weight: bold; color: #0C459E; }
.infoListSide li:hover .date { border-color: #0C459E; background: #0C459E; color: #fff; }
.infoListSide li:hover .date::before,
.infoListSide li:hover .date::after { border-right-color: #0C459E; }

/* 信息列表-主栏 */
.infoListMain { margin: -20px 0 0; }
.infoListMain li { margin-top: 20px; border: 1px solid #eee; padding: 17px 20px 20px; box-sizing: border-box; }
.infoListMain li > a { display: block; font-size: 18px; line-height: 30px; text-decoration: none; }
.infoListMain li .dateRight { margin-top: 7px; display: block; color: #666; line-height: 24px; font-size: 14px; }

.infoListMain li,
.infoListMain li > a,
.infoListMain li .dateRight { transition: all ease 0.4s; }

.infoListMain li:hover { border-color: #0C459E; background: #0C459E; }
.infoListMain li:hover > a { transform: translateY(5px); color: #fff; font-weight: bold; }
.infoListMain li:hover .dateRight { transform: translateY(5px); color: #fff; }

/* 图片经过效果 */
.pic a,
a.pic { overflow: hidden; display: block; }
a.pic img,
.pic a img { transition: all ease .4s; }
a.pic img:hover,
.pic a:hover img { transform: scale(1.08); }


/* url_方块样式分页 */
.page{ font-size: 0; padding: 30px 0 20px; clear: both; overflow: hidden; color: #888; text-align: center; }
.page a,
.page span{ font-size: 14px; display: inline-block; *display: inline; zoom: 1; border: 1px solid #E1E1E1; padding: 3px 12px; margin: 0 5px 5px 0; line-height: 27px; height: 27px; color: #888; background: #fff; }
.page a:hover,
.page span:hover{ border: 1px solid #004898; text-decoration: none; color: #004898; }
.page .current{ border: 1px solid #004898; background: #004898; color: #fff !important; }
.page select,
.page input{ margin: 0 4px; background: #fff; border: 0 solid #E1E1E1; vertical-align: middle; }
.page input{ text-align: center; padding: 0 4px; outline: none; }
.page .disabled{ pointer-events: none; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }

/*-- 网站地图 --*/
.siteMap{ padding: 15px 0; overflow: hidden; zoom: 1; }
.siteMap .li1{ margin-bottom: 20px; }
.siteMap .h1{ height: 50px; line-height: 50px; border: 1px dotted #ccc; background: #fff; background: #f6f6f6; }
.siteMap .h1 .a1{ font: normal 18px/50px "Microsoft YaHei"; _font-weight: bold; color: #004898; padding-left: 15px; }
.siteMap .ul1{ padding: 15px 20px; zoom: 1; }
.siteMap .li2{ display: inline-block; *display: inline; zoom: 1; padding-right: 50px; vertical-align: top; padding-bottom: 5px; }
.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; }
.siteMap #liID41 .li2{ display: block; }

/* 图标特效 */
.effectIcon li a { transition: all 0.7s ease; }
.effectIcon li a:hover { transform: translateY(-10px); }

/*--
颜色代码
#1E72B4 深蓝色标题
#C4DEF8 淡蓝色边框
--*/