﻿@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: 23px; font-size: 16px; overflow: hidden; padding: 12px 0; }
.infoList li:last-of-type { border-bottom: none; }
.infoList li > a { position: relative; display: block; color: #000; padding-left: 18px; transition: all ease 0.4s; }
.infoList li > a:hover { transform: translateX(5px); }
.infoList li > a::before { position: absolute; left: 0; top: 7px; content: ''; width: 5px; height: 5px; background: #E3E3E3; }
.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; }

/* 通用带图片的信息列表_普通式 - 横排浮动 */
.picListFl { display: flex; flex-wrap: wrap; margin: -1.4%; }
.picListFl li { width: 30.5333%; margin: 1.4%; transition: all ease 0.6s; }
.picListFl .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 58%; height: 0; border: 1px solid #eee; }
.picListFl .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.picListFl .title { display: block; margin-top: 12px; height: 24px; overflow: hidden; line-height: 24px; font-size: 16px; text-align: center; }
.picListFl li:hover { transform: translateY(-5px); }

/* 内容带图片的信息列表_普通式 */
.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: #085E74; background: #085E74; 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: #085E74; 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: #085E74; border-left-color: #085E74; }
.topicList .t .date .dd { display: block; margin-top: 12px; font-size: 32px; font-weight: bold; color: #085E74; }
.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; width: 688px; overflow: hidden; }
.focusBox .bd li { position: relative; }
.focusBox .bd .pic { float: left; width: 100%; height: 388px; }
.focusBox .bd .pic img { width: 100%; height: 388px; }
.focusBox .bd .con { overflow: hidden; padding: 16px 20px;  background: linear-gradient(90.17deg, #0F8A99 1.09%, #085E74 99.95%); }
.focusBox .bd .con .title { line-height: 30px; max-height: 30px; font-size: 18px; overflow: hidden; color: #fff; }
.focusBox .bd .con .title a { color: inherit; }
.focusBox .bd .con .intro { display: none; }
.focusBox .bd .con .date { position: absolute; display: block; left: 20px; top: 0; width: 66px; padding: 10px 0; line-height: 1; font-family: Arial;  background: linear-gradient(90.17deg, #0F8A99 1.09%, #085E74 99.95%); color: #fff; overflow: hidden; text-align: center; }
.focusBox .bd .con .date .dd { display: block; margin-bottom: 6px; font-size: 24px; font-weight: bold; }
.focusBox .bd .con .date .ym { display: block; font-size: 14px; }
.focusBox  .hd { position: absolute; z-index: 1; right: 15px; bottom: 27px; text-align: left; font-size: 0; line-height: 1; }
.focusBox  .hd li { display: inline-block; vertical-align: top; width: 8px; height: 8px; background: #fff; margin: 0 0 0 8px; transition: all ease 0.6s; border-radius: 500px; cursor: pointer; }
.focusBox  .hd li.on { width: 20px; background: #F9A20D; }
.focusBox .prev,
.focusBox .next { display: none; }

/* 焦点图切换-内页 */
.focusPageBox { position: relative; display: flex; }
.focusPageBox .bd { width: 798px; }
.focusPageBox .bd li { position: relative; }
.focusPageBox .bd .pic img { width: 100%; height: 532px; }
.focusPageBox .bd .con { position: absolute; left: 0; bottom: 0; right: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); }
.focusPageBox .bd .con .title { padding: 0 30px; line-height: 76px; height: 76px; font-size: 20px; font-weight: bold; color: #fff; overflow: hidden; }
.focusPageBox .bd .con .title a { color: inherit; text-decoration: none; }
.focusPageBox .bd .con .intro,
.focusPageBox .bd .con .others { display: none; }
.focusPageBox .hd { position: relative; flex: 1 0 0%; }
.focusPageBox .hd li { display: flex; background: #fff; }
.focusPageBox .hd .pic { order: 1; width: 200px; }
.focusPageBox .hd .pic img { width: 100%; height: 133px; }
.focusPageBox .hd .con { position: relative; z-index: 1; display: flex; flex-direction: column; align-content: stretch; gap: 10px; padding: 16px 20px; flex: 1 0 0%; border-bottom: 1px solid #d9d9d9; box-sizing: border-box; height: 133px; }
.focusPageBox .hd li:first-child .con { border-top: 1px solid #d9d9d9; }
.focusPageBox .hd .title { order: 1; font-size: 16px; line-height: 22px; height: 66px; overflow: hidden; }
.focusPageBox .hd .title a { color: inherit; }
.focusPageBox .hd .others { font-size: 14px; line-height: 20px; color: #999; }

.focusPageBox .hd .con,
.focusPageBox .hd .con::before,
.focusPageBox .hd .title,
.focusPageBox .hd .others { transition: all ease 0.4s; }

.focusPageBox .hd .con::before { position: absolute; z-index: -1; content: ''; left: 0; top: 0; right: 0; bottom: -1px; background: #085E74; visibility: hidden; left: 100%; opacity: 0; }
.focusPageBox .hd li:first-child .con::before { top: -1px; }
.focusPageBox .hd .on .con::before { left: -20px; visibility: visible; opacity: 1; }
.focusPageBox .hd .on .title,
.focusPageBox .hd .on .others { color: #fff; }

/* 信息列表-侧栏 */
.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 #085E74; text-decoration: none; color: #085E74; }
.page .current{ border: 1px solid #085E74; background: #085E74; 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: #085E74; 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 淡蓝色边框
--*/