﻿@charset "UTF-8";

/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 本网站通用布局
*/

/* Css Reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul { padding: 0; margin: 0 }
table { border-collapse: collapse; border-spacing: 0 }
fieldset,
img { vertical-align: top; border: 0 }
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var { font-weight: 400; font-style: normal }
li,
ol,
ul { list-style: none }
dd,
div,
dl,
dt,
li,
ol,
ul { zoom: 1 }
caption,
th { text-align: left }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 400; font-size: 100% }
q:after,
q:before { content: '' }
abbr,
acronym { border: 0 }
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time { margin: 0; padding: 0; display: block; zoom: 1 }
body { color: #333; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: #333; text-decoration: none; outline: 0; }
a:hover { color: #0168AB; text-decoration: none }
.clear { clear: both }
.blank { display: block; height: 10px; font-size: 0; line-height: 0; overflow: hidden; clear: both }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
* html .clearfix { height: 1% }
.fl { float: left }
.fr { float: right }
.hide { display: none }
button,
input[type=button],
input[type=file],
input[type=submit] { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 }
.siteWidth,
.container { max-width: 1400px; margin: 0 auto; }
@font-face {
    font-family: 'ssh';
    src: url('../fonts/SourceHanSerifCN-Heavy.woff2') format('woff2')
}

/* frame */
body { text-align: center; min-width: 1400px; background-color: #DEEEFB; }
.wrap { background: url(../img/banner-bg.jpg) no-repeat center top; background-size: 100% auto; }
#header { height: 555px; }

#header .node-name{padding-top: 180px; overflow: hidden; text-align: center; font-size: 62px; color:#076cad;}
#header .node-name a{color:#076cad; font-weight: bold; letter-spacing: 10px;}

/* topBar */
.topBar { position: relative; }
.topBar .get-home { position: absolute; right: 0; top: 0; color: #fff; transition: 0.4s; border-radius: 0 0 5px 5px; background-color: rgba(1, 104, 171, 0.5); text-align: center; height: 42px; display: block; width: 110px; line-height: 42px; }
.topBar .get-home:hover { background-color: rgba(1, 104, 171, 1); }
.logo {position: absolute; z-index: 1; left: 0; top: 25px; float: left;  }
.logo img { max-width: 400px; height: auto; }

/* content */
.content { text-align: left; background: url(../img/row-bg-02.jpg) no-repeat center bottom; background-size: 100% auto; }

/* footer */
#footer { background-color: #0168AB; color: #fff; padding: 20px 0; min-width: 1400px; }
#footer .pics { display: flex; align-items: center; justify-content: center; gap: 10px; }
#footer .pics img { max-height: 80px; }
.copyRight a { color: inherit; }
.copyRight img { vertical-align: text-bottom; }


/* 首页 ----------------------------------*/

/* row-notice ----- */
.row-notice { padding-bottom: 50px; }
.box-notice { position: relative; border: 1px solid #71a6ca; display: flex; padding: 15px 0; }
.box-notice::before,
.box-notice::after,
.box-notice .hd::before,
.box-notice .hd::after { display: block; content: ""; position: absolute; width: 24px; height: 24px; background: url(../img/bg-corner.png) no-repeat left top; }
.box-notice::before { top: -1px; left: -1px; }
.box-notice::after { bottom: -1px; left: -1px; background-position: left bottom; }
.box-notice .hd::before { right: -1px; top: -1px; background-position: right top; }
.box-notice .hd::after { right: -1px; bottom: -1px; background-position: right bottom; }
.box-notice .hd { width: 70px; flex-shrink: 0; text-align: center; display: flex; align-items: center;}
.box-notice .hd h3 { width: 20px; line-height: 1.2; font-size: 18px; font-weight: bold; margin: 0 auto; color: #0168AB; }
.box-notice .hd h3 a { color: inherit; }
.box-notice .bd { flex: 1; min-width: 0; padding: 10px 20px 10px 0;}

/* date-list */
.date-list { display: flex; gap: 2%; }
.date-list li { flex-shrink: 0; width: 23.5%; display: flex; transition: 0.4s; align-items: center; }
.date-list li a { font-size: 18px; line-height: 28px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.date-list .date { width: 70px; height: 70px; transition: 0.4s; flex-shrink: 0; margin-right: 20px; display: flex; flex-direction: column; justify-content: center; align-items:center; background-color: #D6E8F7; color: #0168AB; }
.date-list .dd { font-weight: bold; font-size: 20px; line-height: 1.3; margin-bottom: 5px;}
.date-list .ym { font-size: 14px; line-height: 1; } 
.date-list li:hover { transform: translateX(5px); }
.date-list li:hover .date { background-color: #0168AB; color: #fff; }


/* row */
.row { min-width: 1400px; width: 100%; padding: 50px 0;}

/* mainBox */
.mainBox .mHd { display: flex; align-items: center; justify-content: center; gap: 10px; height: 71px; line-height: 71px; padding-bottom: 40px;}
.mainBox .mHd::before,
.mainBox .mHd::after { content: ""; height: 71px; }
.mainBox .mHd::before { background: url(../img/title-left.png) no-repeat center; width: 119px; }
.mainBox .mHd::after { background: url(../img/title-right.png) no-repeat center; width: 164px; }
.mainBox .mHd h3 {font-family: ssh; font-size: 36px; color: #055F9A;}
.mainBox .mHd h3 a { color: inherit; }

/* 通用信息列表 */
.infoList { text-align: left; }
.infoList li { height: 54px; line-height: 54px; border-bottom: 1px dashed rgba(0, 0, 0, 0.2); font-size: 18px; transition: 0.4s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0 5px 0 18px; position: relative; }
.infoList li::before { width: 6px; height: 6px; transition: 0.4s; border-radius: 100%; background-color: #0168AB; display: block; content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: 0; }
.infoList li:hover { transform: translateX(5px); }
.infoList li .date { font-size: 16px; margin-left: 10px; float: right; color: #666; }

/* btn-more */
.btn-more { display: block; margin: 30px auto 0; width: 180px; height: 45px; line-height: 45px; text-align: center; background: url(../img/bg-more.png) no-repeat 0 0; color: #fff; }
.btn-more:hover { background-position: center bottom; color: #fff; }

/* row-01 ------- */
.row-01 { background: url(../img/row-bg-01.jpg) no-repeat right center; background-size: cover; }
.row-01 .mBd { display: flex; justify-content: space-between; }
.row-01 .infoList { flex: 1; min-width: 0; }

/* focusNews */
#focusNews { width: 738px; height: 458px; margin-right: 35px; flex-shrink: 0; position: relative; }
#focusNews .pic,
#focusNews .pic img { width: 738px; height: 458px; }
#focusNews .pic img { transition: 0.4s; }
#focusNews .pic:hover img { transform: scale(1.05); }
#focusNews .bd li { position: relative; }
#focusNews .bd .title { overflow: hidden; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; position: absolute; z-index: 1; text-align: center; left: 0; right: 0; bottom: 30px; line-height: 40px; height: 40px; color: #fff; font-weight: bold; }
#focusNews .bd .title a { color: inherit; }
#focusNews .titleBg { position: absolute; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); display: block; height: 80px; }
#focusNews .hd { position: absolute; bottom: 18px; left: 0; right: 0; z-index: 1; }
#focusNews .hd ul { display: flex; width: 100%; justify-content: center; gap: 5px; cursor: pointer; }
#focusNews .hd li { font-size: 0; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 100%; transition: 0.4s; }
#focusNews .hd li span { display: none; }
#focusNews .hd li.on { background-color: #C70000; }

/* row-02 ------- */
.row-02 { background-color: #deeefb; }

/* phtotList-swiper */
.phtotList-swiper { perspective: 1200px; overflow:hidden; height: 480px; }
.phtotList-swiper li { position: relative; }
.phtotList-swiper .title { display: block; z-index: 2; font-weight: bold; font-size: 18px; line-height: 60px; text-align: center; height: 60px; background-color: #fff; width: 100%; padding: 0 5%; box-sizing: border-box; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.phtotList-swiper .titleBg { display: block; content: ""; width: 100%; height: 100px; position: absolute; bottom: 0; left: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }.
.phtotList-swiper .swiper-wrapper { transform-style: preserve-3d; }
.phtotList-swiper .swiper-slide { width: 720px; height: 420px; transform-style: preserve-3d; z-index:8; }
.phtotList-swiper .swiper-slide .pic img { width: 100%; height: 420px; object-fit: cover; }
.phtotList-swiper .swiper-slide .pic a::after { display: block; content: ""; background-color: rgba(0, 0, 0, 0.2); right: 0; top: 0; left: 0; bottom: 0; position: absolute;  }
.phtotList-swiper .swiper-slide-active { z-index:10; }
.phtotList-swiper .swiper-slide-next,
.phtotList-swiper .swiper-slide-prev { z-index:9; }
.phtotList-swiper .swiper-slide-next+.swiper-slide { z-index:8; }
.phtotList-swiper .photo-prev,
.phtotList-swiper .photo-next { position:absolute; top: 180px; background-color: #055F9A; width: 40px; text-align: center; line-height: 60px; height: 60px; cursor:pointer; z-index:100;}
.phtotList-swiper .photo-prev{ left: 340px; }
.phtotList-swiper .photo-next{ right: 340px; }
.phtotList-swiper .swiper-slide-active .pic a::after { display: none; }
.phtotList-swiper .photo-prev::before,
.phtotList-swiper .photo-next::before { font-family: fontpower; font-size: 26px; content: "\E1D0"; color: #fff; }
.phtotList-swiper .photo-next::before { content: "\E1D1"; }


/* row-03 ------- */
.row-03 { background-color: #E8F3FC; }
.row-03 .tempWrap { width: 1400px !important; }

.pic-list { padding-bottom: 10px !important; }
.pic-list li { float: left; width: 436px; margin-right: 46px; background: #FFFCFC; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);}
.pic-list .pic { overflow: hidden; }
.pic-list .pic,
.pic-list .pic img { width: 436px; height: 285px; }
.pic-list .pic img { transition: 0.4s; }
.pic-list .pic:hover img { transform: scale(1.05); }
.pic-list .title { line-height: 60px; height: 60px; font-size: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; }

/* row-04 ------- */
.person-list { display: flex; gap: 46px; }
.person-list li { width: 315px; flex-shrink: 0; position: relative; overflow: hidden; height: 400px;}
.person-list .pic,
.person-list .pic img { height: 400px; width: 100%; }
.person-list .pic img { transition: 0.4s; }
.person-list .pic a::after { inset: 0; position: absolute; z-index: 2; content: ""; display: block; }
.person-list .pic:hover img { transform: scale(1.05); }
.person-list .title { z-index: 1; position: absolute; font-size: 18px; font-weight: bold; left: 0; bottom: 10px; width: 100%; box-sizing: border-box; padding: 0 5%; height: 50px; line-height: 50px; text-align: center; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.person-list .title a { color: inherit; }
.person-list .titleBg { height: 130px; left: 0; right: 0; bottom: 0; position: absolute; display: block; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0276C2 91.03%); }


/*标题信息列表-两列*/
.list-2{
    overflow: hidden;
}
.list-2 li{
	box-sizing: border-box;
    width:calc(50% - 15px);
    float: left;
}
.list-2 li:nth-child(even){
    float: right;
}

/* 文章列表页 ----------------------------------*/
/* path */
.path { border-bottom: 1px solid #B7D2E9; font-size: 15px; color: #666; line-height: 26px; padding-bottom: 15px; margin-bottom: 20px; }
.path .siteWidth { max-width: 1300px; text-align: left; }
.path a { color: #666; }
.path a:hover { color: #0168AB; }


/* newsList */
.newsList { padding: 0 50px;}
.newsList li { height: 54px; line-height: 54px; font-size: 20px; transition: 0.4s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; padding-left: 20px; }
.newsList li::before { display: block; content: ""; background-color: #0168AB; border-radius: 100%; width: 5px; height: 5px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.newsList li:hover { transform: translateX(5px); }
.newsList .date { margin-left: 15px; float: right; color: #818181; font-size: 16px; }
.newsList .node { color: #f00; margin-right: 5px; }
.newsList .address { float: right; background-color: #0168AB; font-size: 14px; color: #fff; padding: 0 10px; border-radius: 4px; height: 26px; line-height: 26px; margin-top: 4px; transition: 200ms; margin-left: 20px; }
.newsList .address:hover { color: #fff; background-color: #0253AE;}
.newsList li .disable { display: none !important;}
.newsList .split { height: 1px; background-color: #E7E7E7; margin: 20px 0; padding: 0; }
.newsList .split::before { display: none; }


/* url_方块样式分页 */
.page { font-size: 0; text-align: center; padding: 30px 0 50px; clear: both; overflow: hidden; }
.page a,
.page span { font-size: 16px; zoom: 1; border: 1px solid rgba(0, 0, 0, 0.2); background-color: #fff; margin: 0 5px 5px 0; line-height: 30px; padding: 6px 10px; }
.page a:hover,
.page span:hover { border: 1px solid #1258AD; text-decoration: none; color: #1258AD; cursor: pointer; }
.page .current { background: #1258AD; border: 1px solid #1258AD; color: #fff !important; font-weight: bold; }
.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=80); -moz-opacity: 0.8; opacity: 0.8; }


/* 图片-列表页 ----------------------------------------- */
.picPageList { display: flex; gap: 2%; flex-wrap: wrap; }
.picPageList li { width: 23.5%; margin-bottom: 20px; }
.picPageList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 75%; height: 0; z-index: 1; }
.picPageList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: 0.4s; }
.picPageList .title { line-height: 55px; height: 55px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.picPageList .pic:hover img { transform: scale(1.05); }

/* 视频-列表页 ----------------------------------------- */
.videoPageList { display: flex; gap: 2%; flex-wrap: wrap; }
.videoPageList li { width: 23.5%; margin-bottom: 20px; }
.videoPageList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 75%; height: 0; z-index: 1; }
.videoPageList .pic a::after { content: ""; z-index: 2; transition: 0.4s; display: block; position: absolute; width: 55px; height: 55px; opacity: 0.6; background: url(../img/play.png) no-repeat center; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.videoPageList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: 0.4s; }
.videoPageList .title { line-height: 55px; height: 55px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.videoPageList .pic:hover img { transform: scale(1.05); }
.videoPageList .pic:hover a::after { opacity: 0.9; }

/* 文章内容页 -----------------------------------------*/
.articleCon { text-align: left; padding: 0 50px; }
.printArea .title { font-size: 32px; font-weight: bold; line-height: 1.5; text-align: center; padding: 20px 0; color: #333; }
.printArea .subheading { font-size: 20px; color: #555; text-align: center; margin-bottom: 20px; }
.printArea .property { font-size: 14px; margin-bottom: 30px; text-align: center; line-height: 40px; padding-bottom: 10px; color: #777 !important; border: none !important; border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; background: transparent !important; }
.printArea .property span { padding: 0 8px; }
.printArea .conTxt { color: #333; font-size: 18px; line-height: 2; padding: 20px 0; overflow: hidden; }
.printArea .conTxt img { display: block; margin: auto !important; max-width: 800px; height: auto !important; }
.printArea .conTxt p { margin-bottom: 20px; background: none !important; }
.printArea .conTxt p * { background: none !important; }
.printArea .conTxt a { color: blue; text-decoration: underline; }
.printArea .conTxt em { font-style: italic; }
.printArea .conTxt ul,
.printArea .conTxt ol { padding-left: 2em; }
.printArea .conTxt ul li { zoom: normal; list-style: square; text-indent: 0 !important; }
.printArea .conTxt ol li { zoom: normal; list-style: decimal; text-indent: 0 !important; }
.printArea .conTxt h1 { font-size: 2em; margin: .67em 0; }
.printArea .conTxt h2 { font-size: 1.5em; margin: .75em 0; }
.printArea .conTxt h3 { font-size: 1.17em; margin: .83em 0; }
.printArea .conTxt h5 { font-size: .83em; margin: 1.5em 0; }
.printArea .conTxt h6 { font-size: .75em; margin: 1.67em 0; }
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong { font-weight: bolder; }
.printArea .videoPlayer { position: relative; z-index: 1500; text-align: center; margin: 20px auto; }
.printArea .videoPlayer div { margin:  0 auto; }
.articleCon .userControl { overflow: hidden; text-align: center; padding: 10px 0; height: 40px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.articleCon .userControl span { position: relative; top: -31px; }
.articleCon .userControl .a { color: #777; margin: 10px 10px 0 0; float: left; }
.articleCon .userControl .bdsharebuttonbox { display: inline-block; order: 1; }
.articleCon .page { padding: 10px 0; text-align: center; overflow: hidden; }
.articleCon .others { padding: 30px 0; }
.articleCon .others .prev,
.articleCon .others .next { padding: 5px 0; }

/* 相关信息 */
#relativeInfo { border-bottom: 1px solid #ddd; }
#relativeInfo .bd { padding: 10px 0 20px 0; }
#relativeInfo ul { overflow: hidden; }
#relativeInfo li { float: left; width: 50%; }

/* 图片-内容页 ----------------------------------------- */
.mainBox .swp-tit h2, .swp-tit span { float: none; text-align: center; font-weight: bold; font-size: 32px; }
.mainBox .sw-list-bd li { min-width: 23.5%; width: 23.5%; margin-right: 2%; margin-bottom: 20px; }
.mainBox .sw-list-bd li:nth-child(4n) { margin-right: 0; }
.mainBox .sw-list-bd .swi-hd { margin: 0 auto; display: block; width: 100%; }
.mainBox .slide-wrap-show-list .swpt-mode-wrap { float: left; }
.mainBox .swp-intro-detail,
.mainBox .swp-intro-detail * { background: none !important; }
.mainBox .swp-intro h3 { border-color: rgba(0, 0, 0, 0.2); }
.mainBox .swpt-time { color: #666; }