﻿@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: 18px; overflow: hidden; padding: 17px 0; border-bottom: 1px solid #eee; }
.infoList li:last-of-type { border-bottom: none; }
.infoList li > a { position: relative; display: block; padding-left: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all ease 0.4s; }
.infoList li > a::before { position: absolute; left: 8px; top: 9px; content: ''; width: 5px; height: 5px; border: 1px solid #EDB74C; }
.infoList li > a:hover { transform: translateX(10px); }
.infoList li > a:hover::before { background: #EDB74C; }
.infoList li .date { margin-left: 20px; float: right; color: #999; font-size: 14px; }
.infoList li .dateRight { position: absolute; right: 0; bottom: 17px; color: #999; font-size: 14px; }
.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 { 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: #2FA64C; 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: #2FA64C; background: #2FA64C; 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: #2FA64C; background: #fff; }

/* 头条图文信息列表_普通式 */
.topicList .t { position: relative; display: flex; gap: 20px; margin-bottom: 20px; }
.topicList .t .pic { width: 275px; }
.topicList .t .pic a { display: block; border-radius: 20px 0 20px 0; }
.topicList .t .pic img { width: 100%; height: 183px; }
.topicList .t .con { padding: 8px 0 16px; flex: 1 0 0%; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 15px; border-bottom: 1px solid #eee; }
.topicList .t .titleBg { display: none; }
.topicList .t .title { min-width: 0; height: 26px; line-height: 26px; font-size: 18px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.topicList .t .intro { font-size: 14px; color: #999; line-height: 24px; max-height: 72px; overflow: hidden; }
.topicList .t .others { display: flex; gap: 15px; font-size: 14px; color: #999; }
.topicList .t .date { font-family: "SourceHanSerifCN"; font-weight: 500; line-height: 1; font-size: 14px; line-height: 1; }
.topicList .t .date .dd { font-size: 30px; font-weight: 700; color: #EDB74C; }
.topicList .t .date .ym { margin-left: 5px; vertical-align: bottom; font-size: 14px; }
.topicList .t .date .ym::before { content: "/"; margin-right: 5px; }
.topicList .n { position: relative; line-height: 26px; font-size: 18px; overflow: hidden; padding: 12px 0; }
.topicList .n > a { position: relative; display: block; padding-left: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all ease 0.4s; }
.topicList .n > a::before { content: ""; position: absolute; left: 0; top: 11px; width: 5px; height: 5px; border-radius: 50%; background: #d9d9d9; }
.topicList .n .date { margin-left: 20px; float: right; color: #999; font-size: 14px; font-family: "SourceHanSerifCN"; font-weight: 500; }
.topicList .n > a:hover { transform: translateX(5px); }
.topicList .n > a:hover::before { background: #2FA64C; }


/* 焦点图切换-广告 */
.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: 600px; overflow: hidden; }
.focusBox .bd li { overflow: hidden; border-radius: 20px 0 20px 0; }
.focusBox .bd .pic { width: 100%; height: 400px; }
.focusBox .bd .pic img { width: 100%; height: 400px; border-top-left-radius: 20px; }
.focusBox .bd .con { position: relative; height: 100px; padding: 50px 40px 50px 170px; background: #fff; border-bottom-right-radius: 20px; }
.focusBox .bd .con .title { line-height: 30px; max-height: 60px; font-size: 18px; overflow: hidden; font-weight: bold; }
.focusBox .bd .con .intro { margin-top: 12px; line-height: 24px; max-height: 48px; overflow: hidden; font-size: 14px; color: #999; }
.focusBox .bd .con .date { position: absolute; left: 40px; top: 54px; display: flex; gap: 5px; line-height: 40px; font-size: 12px; color: #EDB74C; }
.focusBox .bd .con .date span { font-size: 30px; line-height: 1; vertical-align: top; font-family: "SourceHanSerifCN"; font-weight: 900; }
.focusBox .hd { position: absolute; display: none; right: 15px; bottom: 215px; font-size: 0; line-height: 1; }
.focusBox .hd li { display: inline-block; vertical-align: top; margin-left: 5px; padding: 4px; border: 1px solid transparent; border-radius: 50%; opacity: 0.5; cursor: pointer; transition: all ease 0.4s; }
.focusBox .hd li span { display: block; width: 10px; height: 10px; background: #fff; border-radius: 50%; }
.focusBox .hd li.on { border-color: #fff; opacity: 1; }
.focusBox .prev,
.focusBox .next { position: absolute; z-index: 1; bottom: 200px; right: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #EDB74C; cursor: pointer; color: #fff; font-size: 18px; transition: all ease 0.4s; }
.focusBox .prev { background: #2FA64C; right: 40px; }
.focusBox .prev:hover,
.focusBox .next:hover { transform: translateY(-5px); }

/* 焦点图切换-内页 */
.focusPageBox { position: relative; }
.focusPageBox .bd li { position: relative; display: flex; }
.focusPageBox .bd .pic { width: 720px; }
.focusPageBox .bd .pic a { display: block; height: 480px; overflow: hidden; }
.focusPageBox .bd .con { flex: 1 0 0%; display: flex; flex-direction: column; align-items: stretch; background: #FAF9F2 url(../img/bg-04.png) no-repeat right bottom; padding: 80px 60px; }
.focusPageBox .bd .title { font-size: 24px; font-weight: bold; line-height: 32px; max-height: 64px; overflow: hidden; }
.focusPageBox .bd .title a { display: block; color: inherit; text-decoration: none; }
.focusPageBox .bd .intro { margin-top: 40px; font-size: 16px; color: #666; line-height: 30px; max-height: 120px; overflow: hidden; }
.focusPageBox .bd .date { order: 1; margin-top: 50px; font-weight: bold; font-size: 16px; color: #999; }
.focusPageBox .hd { position: absolute; right: 60px; left: 780px; bottom: 50px; font-size: 0; line-height: 1; text-align: center; }
.focusPageBox .hd li { vertical-align: top; display: inline-block; margin: 0 5px; width: 16px; height: 16px; background: #ddd; border-radius: 50%; cursor: pointer; }
.focusPageBox .hd li.on { background: #2FA64C; }

.focusPageBox .bd .con,
.focusPageBox .bd .con::before,
.focusPageBox .bd .title,
.focusPageBox .bd .date { transition: all ease 0.6s; }

.focusPageBox .bd .con::before { position: absolute; z-index: -1; content: ''; left: 0; top: 0; right: 0; bottom: -1px; background: linear-gradient(180deg, #2FA64C 0%, #EE7800 100%); visibility: hidden; transform: scaleX(0); transform-origin: right center; opacity: 0; }
.focusPageBox .bd li:first-child .con::before { top: -1px; }
.focusPageBox .bd .on .con::before { transform: scaleX(1); visibility: visible; opacity: 1; }
.focusPageBox .bd .on .title { color: #fff; font-weight: bold; }
.focusPageBox .bd .on .date { color: rgba(255, 255, 255, 0.5); }

/* 信息列表-侧栏 */
.infoListSide { position: relative; }
.infoListSide::before { position: absolute; content: ''; left: 7px; top: 14px; bottom: 0; width: 0; border-left: 1px solid rgba(219, 219, 219, 0.5); }
.infoListSide li { position: relative; padding: 0 0 30px 36px; }
.infoListSide li::before { position: absolute; left: 0; top: 6px; content: ''; width: 7px; height: 7px; background: linear-gradient(180deg, #2FA64C 0%, #EDB74C 140%); border-radius: 50%; border: 4px solid #FDDEA7; }
.infoListSide li .dateRight { display: block; font-size: 14px; line-height: 18px; margin-top: 10px; color: #999; }
.infoListSide li > a { display: block; font-size: 16px; line-height: 24px; text-decoration: none; }

.infoListSide li,
.infoListSide li::before,
.infoListSide li > a,
.infoListSide li .dateRight { transition: all ease 0.4s; }

.infoListSide li:hover::before { transform: scale(1.3); box-shadow: 0 0 0 5px rgba(253, 222, 167, 0.3); }
.infoListSide li:hover .dateRight,
.infoListSide li:hover > a { transform: translateX(10px); }

/* 信息列表-主栏 */
.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: #2FA64C; background: #2FA64C; }
.infoListMain li:hover > a { transform: translateY(5px); color: #fff; font-weight: bold; }
.infoListMain li:hover .dateRight { transform: translateY(5px); color: #fff; }


/* url_方块样式分页 */
.page{ font-size: 0; padding: 40px 0 30px; 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 #2FA64C; text-decoration: none; color: #2FA64C; }
.page .current{ border: 1px solid #2FA64C; background: #2FA64C; 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: #2FA64C; 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);
    }
}

/*--
颜色代码
#1E72B4 深蓝色标题
#C4DEF8 淡蓝色边框
--*/