﻿@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: 7px 0 7px 15px; }
.infoList li::before { content: ""; position: absolute; left: 0; top: 17px; width: 4px; height: 4px; background-color: #b1b1b1; }
.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: #94070A; transform: translateY(-10px); }
.picListFl li:hover .title,
.picListFl li:hover .intro,
.picListFl li:hover .others { color: #fff; }

/* 内容带图片的信息列表_普通式 - 左图片右文字 */
.txtPicList li{ overflow: hidden; padding-bottom: 10px; margin-bottom: 10px; }
.txtPicList li .pic{ width: 96px; float: left; }
.txtPicList li .pic img{ width: 90px; height: 90px; padding: 2px; border: 1px solid #ddd; background: #fff; }
.txtPicList li .pic a:hover img{ border-color: #aaa; }
.txtPicList li .con{ width: 230px; float: left; padding-left: 8px; }
.txtPicList li .title{ height: 28px; line-height: 28px; font-size: 15px; color: #c30000; font-weight: bold; }
.txtPicList li .title a{ color: #c30000; }
.txtPicList li .intro{ color: #666; line-height: 20px; }
.txtPicList li .intro .more{ color: #c30000; font-size: 12px; }

/* 内容带图片的信息列表_普通式 - 上图片下文字 */
.txtPicListB li .pic img{ width: 190px; height: 120; padding: 4px; border: 1px solid #ddd; background: #fff; }
.txtPicListB li .pic a:hover img{ border-color: #aaa; }
.txtPicListB li .title{ height: 28px; line-height: 28px; font-weight: bold; }
.txtPicListB li .title a{ color: #9b770a; }
.txtPicListB li .intro{ color: #666; }
.txtPicListB li .intro .more{ color: #f60; }

/* 头条图文信息列表_普通式 */
.topicList .t{ position: relative; overflow: hidden; zoom: 1; margin-bottom: 14px; border-bottom: 1px solid #ddd; padding-bottom: 20px; }
.topicList .t .title{ max-height: 26px; line-height: 26px; font-size: 20px; font-weight: bold; overflow: hidden; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.topicList .t .intro{ margin-top: 15px; font-size: 16px; color: #666; line-height: 28px; height: 56px; overflow: hidden; }
.topicList .t .others{ margin-top: 15px; font-size: 16px; line-height: 1.75; color: #999; }
.topicList .t .others span { margin-right: 15px; }
.topicList .n { position: relative; line-height: 26px; font-size: 18px; overflow: hidden; padding: 8px 0; }
.topicList .n .date { margin-left: 20px; float: right; color: #999; }

/* 有图片时追加的类 class="topicList topicHasPic" */
.topicHasPic .t { border-bottom: none; margin-bottom: 20px; padding-bottom: 0; }
.topicHasPic .t .pic{ width: 240px; margin-right: 30px; float: left; }
.topicHasPic .t .pic img{ width: 100%; height: 180px; }
.topicHasPic .t .con{ overflow: hidden; height: 180px; box-sizing: border-box; padding-top: 20px; }

/* 焦点图切换-广告 */
.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 { display: flex; overflow: hidden; }
.focusBox .bd { flex: 1 0 0%; position: relative; overflow: hidden; }
.focusBox .bd li { position: relative; height: auto; }
.focusBox .bd .pic a { display: block; position: relative; height: 0; padding-bottom: 75.3%; background: #eee; overflow: hidden; }
.focusBox .bd .pic img { position: absolute; left: 0; top: 0; }
.focusBox .bd .con { position: absolute; left: 0; bottom: 0; right: 0; padding: 20px 30px; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.focusBox .bd .con .title { line-height: 32px; height: 32px; font-size: 24px; font-weight: bold; overflow: hidden; color: #fff; }
.focusBox .bd .con .title a { color: inherit; text-decoration: none; }
.focusBox .bd .con .date { display: none; }
.focusBox .bd .con .intro { margin-top: 10px; line-height: 28px; height: 56px; overflow: hidden; font-size: 16px; color: #fff; }
.focusBox .hd { width: 260px; background: #fff; }
.focusBox .hd li { position: relative; margin-top: 4px; padding: 20px; }
.focusBox .hd li:first-of-type { margin-top: 0; }
.focusBox .hd li::before { position: absolute; content: ''; left: -10px; top: 0; right: 0; bottom: 0; background: #D7B37B; visibility: hidden; transform: scaleX(0); transform-origin: right top; }
.focusBox .hd .pic { display: none; }
.focusBox .hd .title { position: relative; font-size: 18px; line-height: 32px; height: 64px; overflow: hidden; }
.focusBox .hd .title a { color: inherit; }
.focusBox .hd .date { position: relative; margin-top: 10px; display: block; font-family: "Source Han Serif CN"; font-size: 16px; opacity: 0.5; line-height: 23px; font-weight: bold; }

.focusBox .hd li,
.focusBox .hd li::before { transition: all ease 0.5s; }

.focusBox .hd li.on::before { visibility: visible; transform: scaleX(1); }
.focusBox .hd li.on { color: #fff; }

/* 焦点图切换-内页 */
.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: 20px; top: 0; bottom: 0; width: 0; border-left: 1px solid #D9D9D9; }
.infoListSide li { position: relative; margin-bottom: 12px; padding: 7px 0 7px 27px; }
.infoListSide li::before { position: absolute; content: ''; left: 0; top: 18px; width: 10px; height: 10px; border-radius: 50%; border: 1px solid #D9D9D9; }
.infoListSide li .date { position: relative; margin-bottom: 14px; display: inline-block; vertical-align: top; height: 30px; line-height: 30px; font-size: 16px; padding: 0 20px; 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: #94070A; }
.infoListSide li:hover a { font-weight: bold; color: #94070A; }
.infoListSide li:hover .date { border-color: #94070A; background: #94070A; color: #fff; }
.infoListSide li:hover .date::before,
.infoListSide li:hover .date::after { border-right-color: #94070A; }

/* 图片经过效果 */
.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; text-align: left; padding: 50px 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: 4px 14px; margin: 0 5px 5px 0; line-height: 27px; height: 27px; color: #888; background: #fff; }
.page a:hover,
.page span:hover{ border: 1px solid #94070A; text-decoration: none; color: #94070A; }
.page .current{ border: 1px solid #94070A; background: #94070A; 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: #94070A; 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:before{ transition: transform 0.6s ease; }
.effectIcon li a:hover:before{ animation: tada 1s ease 0.2s 1; }

/* 动画 */
@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -5deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 5deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -5deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

/*--
颜色代码
#1E72B4 深蓝色标题
#C4DEF8 淡蓝色边框
--*/