﻿@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: 25px; font-size: 18px; overflow: hidden; padding: 10px 0; }
.infoList li > a { position: relative; display: block; padding-left: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all ease 0.4s; }
.infoList li > a:hover { transform: translateX(5px); color: #CA3737; }
.infoList li > a::before { position: absolute; left: 0; top: 10px; content: ''; width: 5px; height: 5px; border-radius: 50%; background: #d9d9d9; transition: all ease 0.4s; }
.infoList li > a:hover::before { background: #CA3737; }
.infoList li .date { margin-left: 15px; float: right; color: #999; font-size: 16px; }
.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; gap: 26px; }
.picListFl li { display: flex; flex-direction: column; align-items: stretch; gap: 10px; width: calc(33.3% - 26px * 2 / 3); transition: all ease 0.6s; border: 1px solid #eee; padding-bottom: 20px; box-sizing: border-box; }
.picListFl .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 70%; height: 0; }
.picListFl .pic img { position: absolute; left: 0; top: 0; }
.picListFl .date { display: block; margin: 0 20px; line-height: 18px; font-size: 14px; color: #666; }
.picListFl .title { order: 1; display: block; margin: 0 20px; max-height: 48px; overflow: hidden; line-height: 24px; font-size: 18px; }
.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: #CA3737; background: #CA3737; 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: #CA3737; background: #fff; }

/* 头条图文信息列表_普通式 */
.topicList .t { margin-bottom: 12px; }
.topicList .t .title { position: relative; z-index: 1; background: #f9f9f9; display: flex; align-items: center; gap: 20px; padding: 20px; }
.topicList .t .title::before { position: absolute; z-index: -1; left: 0; top: 0; content: ''; width: 100%; height: 100%; background: #CA3737; visibility: hidden; transform: scaleX(0); transform-origin: left center; }
.topicList .t .date { position: relative; text-align: center; line-height: 1; }
.topicList .t .date .dd { display: block; font-size: 36px; color: #CA3737; }
.topicList .t .date .ym { display: block; margin-top: 5px; color: #999; font-size: 12px; }
.topicList .t .title .tit { flex: 1 0 0; min-width: 0; max-height: 52px; line-height: 26px; font-size: 18px; overflow: hidden; }
.topicList .t .intro,
.topicList .t .others{ display: none; }
.topicList .t .others span{ margin-right: 15px; }
.topicList .n { position: relative; line-height: 25px; font-size: 18px; overflow: hidden; padding: 10px 0; }
.topicList .n > a { position: relative; display: block; padding-left: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.topicList .n > a::before { position: absolute; left: 0; top: 10px; content: ''; width: 5px; height: 5px; border-radius: 50%; background: #d9d9d9; }
.topicList .n .date { margin-left: 15px; float: right; color: #999; font-size: 16px; }

.topicList .t .title::before,
.topicList .t .date .dd,
.topicList .t .date .ym,
.topicList .t .title .tit,
.topicList .n > a,
.topicList .n > a::before { transition: all ease 0.6s; }

.topicList .t:hover .title::before { visibility: visible; transform: scaleX(1); }
.topicList .t:hover .date .dd,
.topicList .t:hover .date .ym,
.topicList .t:hover .title .tit { color: #fff; }
.topicList .n > a:hover { transform: translateX(5px); color: #CA3737; }
.topicList .n > a:hover::before { background: #CA3737; }



/* 有图片时追加的类 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: 630px; }
.focusBox .bd li { position: relative; }
.focusBox .bd .pic { float: left; width: 100%; height: 420px; }
.focusBox .bd .pic img { width: 100%; height: 420px; }
.focusBox .bd .con {  display: flex; padding: 18px 30px; background: linear-gradient(90deg, #FFFFFF 0%, #FFE8C6 100%); border-bottom-right-radius: 30px; }
.focusBox .bd .con .title { flex: 1 0 0; gap: 15px; min-width: 0; line-height: 24px; font-size: 18px; color: #333; }
.focusBox .bd .con .title a { display: block; color: inherit; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.focusBox .bd .con .intro { display: none; }
.focusBox .bd .con .date { font-size: 16px; color: #999; }
.focusBox .hd { display: none; }
.focusBox .fd { margin-top: 10px; display: flex; justify-content: flex-end; gap: 5px; }
.focusBox .prev,
.focusBox .next { width: 50px; height: 50px; line-height: 50px; text-align: center; background: #CA3737; cursor: pointer; color: #fff; font-size: 18px; transition: all ease 0.4s; text-indent: 2px; }
.focusBox .prev { background: #C6A268; }
.focusBox .prev .iconfont { display: block; transform: rotate(180deg); }
.focusBox .prev:hover,
.focusBox .next:hover { transform: translateY(-5px); }

/* 焦点图切换-内页 */
.focusPageBox { position: relative; }
.focusPageBox .bd li { display: flex; }
.focusPageBox .bd .pic { width: 664px; }
.focusPageBox .bd .pic a { display: block; width: 100%; height: 472px; }
.focusPageBox .bd .con { padding: 70px 40px; flex: 1 0 0%; background: #F9F9F9; display: flex; flex-direction: column; align-items: stretch; gap: 40px; }
.focusPageBox .bd .con .titleBg { display: none; }
.focusPageBox .bd .con .title { line-height: 42px; max-height: 84px; font-size: 24px; overflow: hidden; }
.focusPageBox .bd .con .title a { display: block; color: inherit; text-decoration: none; }
.focusPageBox .bd .con .intro { font-size: 16px; line-height: 32px; max-height: 96px; overflow: hidden; color: #666; }
.focusPageBox .bd .con .date { order: 1; font-size: 14px; line-height: 46px; color: #999; }
.focusPageBox .hd { position: absolute; left: 704px; right: 40px; bottom: 44px; }
.focusPageBox .hd ul { display: flex; gap: 8px; justify-content: center; font-size: 0; line-height: 1; }
.focusPageBox .hd li { width: 12px; height: 12px; background: #ddd; border-radius: 50%; cursor: pointer; }
.focusPageBox .hd li.on { background: #C70000; }


/* 信息列表-侧栏 */
.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 #CA3737; text-decoration: none; color: #CA3737; }
.page .current{ border: 1px solid #CA3737; background: #CA3737; 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: #CA3737; 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:hover::before { animation: icon 1.4s ease 1; }

/* 图片经过效果 */
.pic a,
a.pic { overflow: hidden; display: block; }
a.pic img,
.pic a img { transition: all ease .6s; }
li:hover .pic a img,
li:hover a.pic img { transform: scale(1.08); }

/* 动画库 */
@keyframes icon {
    0% {
        transform: scale(3);
        opacity: 0;
    }
    30% {
        transform: scale(1);
        opacity: 1;
    }
    40% {
        transform: scale3d(1, 1, 1);
    }
    45%, 50% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -5deg);
    }
    60%, 70%, 80%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 5deg);
    }
    65%, 75%, 85% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -5deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes more {
  0%{
    transform: translateX(0);
  }
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(6px);
  }
  10% {
    transform: translateX(0);
  }
}
@keyframes bgScale
{
    0%{
        transform: scale(1.04);
    }
    100%{
        transform: scale(1);
    }
}

/*--
颜色代码
#1E72B4 深蓝色标题
#C4DEF8 淡蓝色边框
--*/