﻿@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 { display: flex; margin: 0 -20px; }
.picListFl li { position: relative; width: calc(33.3333% - 40px); margin: 0 20px;}
.picListFl .pic a { display: block; position: relative; height: 0; padding-bottom: 66.666%; overflow: hidden; border-radius: 3px; }
.picListFl .pic img { position: absolute; left: 0; top: 0; }
.picListFl .con { margin-top: 16px; }
.picListFl .title { font-size: 18px; line-height: 30px; max-height: 60px; overflow: hidden; }
.picListFl .title a { color: inherit; text-decoration: none; }
.picListFl .intro { margin: 16px 0 0; line-height: 24px; max-height: 48px; font-size: 14px; color: #999; overflow: hidden; }
.picListFl .others { margin: 30px 0 0; font-size: 14px; line-height: 24px; color: #999; }

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

.picListFl li:hover { transform: translateY(-10px); }
.picListFl li:hover .title { color: #AD181F; font-weight: bold; }


/* 头条图文信息列表_普通式 */
.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: #AD181F; }

/* 焦点图切换-广告 */
.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: 790px; overflow: hidden; border-radius: 5px; }
.focusBox .bd li { position: relative; }
.focusBox .bd .pic { width: 100%; height: 527px; }
.focusBox .bd .pic img { width: 100%; height: 527px; }
.focusBox .bd .con { position: absolute; display: flex; align-items: center; gap: 30px; left: 20px; right: 20px; bottom: 20px; padding: 20px 140px 20px 30px; background: #fff; }
.focusBox .bd .con .titleBg { display: none; }
.focusBox .bd .con .title { order: 1; flex: 1 0 0; line-height: 26px; max-height: 52px; font-size: 18px; overflow: hidden; }
.focusBox .bd .con .intro { margin-top: 12px; line-height: 24px; max-height: 48px; overflow: hidden; font-size: 14px; color: #999; }
.focusBox .bd .con .date { line-height: 1; text-align: center; color: #A7774F; }
.focusBox .bd .con .date .dd { display: block; font-size: 32px; }
.focusBox .bd .con .date .ym { margin-top: 6px; display: block; font-size: 12px; }
.focusBox .hd { display: none; }
.focusBox .fd { position: absolute; display: flex; gap: 10px; right: 50px; bottom: 47px; z-index: 1; }
.focusBox .prev,
.focusBox .next { width: 36px; height: 36px; line-height: 36px; text-align: center; background: #ddd; cursor: pointer; color: #fff; border-radius: 3px; font-size: 18px; transition: all ease 0.4s; }
.focusBox .prev:hover,
.focusBox .next:hover { background: #A7774F; transform: translateY(-5px); }

/* 信息列表-侧栏 */
.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: #AD181F; 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); }

/* 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 #AD181F; text-decoration: none; color: #AD181F; }
.page .current{ border: 1px solid #AD181F; background: #AD181F; 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: #AD181F; 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 淡蓝色边框
--*/