﻿@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; }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: Verdana,Geneva,sans-serif, "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma; }
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time { margin: 0; padding: 0; display: block; zoom: 1; }

/* Public */
body { color: #000; font-size: 16px; line-height: 32px; font-family: Verdana,Geneva,sans-serif, "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: #000; text-decoration: none; outline: none;  }
a:hover { color: #2055BD; }
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden; }
.blank { display: block; height: 20px; font-size: 0px; line-height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
* + html .clearfix { min-height: 1%; }
.fl { float: left !important; }
.fr { float: right !important; }
.hide { display: none; }
input[type="button"],
input[type="submit"],
input[type="file"],
button { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.prev,
.next { transition: all 0.5s; }

/* frame */
body { text-align: center; background-color: #f5f5f5;}
.wrap { min-width: 1400px; min-height: 400px; }
.container { position: relative; max-width: 1400px; margin: 0 auto; }
#content { background-color: #fff; padding: 20px 50px; width: 1400px; box-sizing: border-box; margin: 0 auto; min-height: 300px; text-align: left; }

.EngLishHome { background-color: #fff; }
.EngLishHome #content { padding: 0;  }

/* header */
#header { position: relative; z-index: 3; background-color: #fff;}
#logo { flex-shrink: 0; min-width: 0;  }

.headerTop .container { display: flex; align-items: center; justify-content: space-between; height: 100px; }
.right-links { min-width: 0; display: flex; align-items: center; gap: 15px; }

/* topNav */
.topNav { min-width: 1400px; background-color: #0198DF; height: 60px; }
.mainNav { display: flex;  }
.mainNav .li1 { position: relative; flex-grow: 1; min-width: 0; }
.mainNav .a1 { line-height: 60px; display: block; color: #fff; font-weight: bold; }
.mainNav .on1 .a1 { background-color: #006699; }
.mainNav .ul1 { position: absolute; top: 100%; left: 0; width: 100%; display: none; background-color: #006699; }
.mainNav .a2 { display: block; padding: 8px 5px; line-height: 24px; text-align: center; font-size: 14px; color: #fff; }
.mainNav .a2:hover { background-color: #0198DF; }

/* 搜索弹框 -------------*/
.search { }
.search a { height: 40px; line-height: 40px; display: flex; align-items: center; width: 90px; transition: 0.3s all; border-radius: 4px; background-color: #fff; justify-content: center; color: #2973C1; border: 1px solid #2973C1; transition: 0.3s; box-sizing: border-box; }
.search a::before { content: "\E805"; font-family: iconfont; font-size: 24px; color: inherit; }
.search a:hover { color: #fff; background-color: #2973C1; }

.top-search { display: none; width: 100%; height: 100%; left: 0; top: 0; position: fixed; z-index: 2; background-color: rgba(0, 0, 0, 0.7);}
.top-search .btn-close { position: absolute; z-index: 1; cursor: pointer; right: 200px; top: 200px; padding: 20px; color: #fff; font-size: 80px; pointer-events: auto; text-align: center; line-height: 1; opacity: 1; transition: all ease .4s; }
.top-search .btn-close:hover { transform: rotate(180deg); }
.top-search.show { display: block; }

/* 搜索输入框 */
.s-form { display: flex; height: 60px; position: absolute; left: 50%; margin-left: -275px; top: 50%; transform: translateY(-50%); width: 550px; background-color: #fff; border-radius: 8px; align-items: center; }
.s-form .select-box { display: none; }
.s-form .input-box { width: 460px; }
.s-form .input-box input { padding: 15px 25px; font-size: 18px; height: 30px; line-height: 30px; width: 410px; background: none; border: none; border-radius: 8px 0 0 8px; outline: none; }
.s-form .btn-box { width: 90px; }
.s-form .btn-box input { font-size: 18px; color: #fff; width: 90px; line-height: 60px; background: #2055BD; border: none; outline: none; border-radius: 0 6px 6px 0; height: 60px; }


/* btn-zw */
.btn-zw { height: 40px; line-height: 40px; display: block;  color: #2973C1; border: 1px solid #2973C1;  transition: 0.3s; padding: 0 20px; border-radius: 4px;}
.btn-zw:hover { color: #fff; background-color: #2973C1; }



/* node-banner */
#node-banner { position: relative; }
#node-banner .prev,
#node-banner .next { display: none; }
#node-banner .hd {  height: 5px; position: absolute; left: 0; bottom: 30px; width: 100%;  }
#node-banner .hd ul { display: flex; justify-content: center; width: 100%; }
#node-banner .hd li { transition: all 0.5s; width: 30px; height: 5px; cursor: pointer; background-color: #fff; margin: 0 5px; opacity: 0.5; }
#node-banner .hd li.on { opacity: 1; }
#node-banner .hd li span { display: none; }
#node-banner .bd .con { display: none; }

#node-banner .bd .pic img { width: 1400px; height: 400px; max-width: 1400px;}


/* footer */
#footer { background-color: #007DBC; min-width: 1400px; padding-block: 25px 30px; color: #fff; font-size: 15px; }
#footer a { color: inherit; }
#footer .copyRight { margin-bottom: 15px;}


/* 首页 --------------------------------*/
/* box-new */
.box-new { padding-block: 40px; overflow: hidden;}

/* focusNews */
.focusNews { float: left;  width: 452px; margin-right: 30px; position: relative; }
.focusNews .pic img { width: 452px; height: 300px; }
.focusNews .con { padding: 15px 20px; height: 210px; box-sizing: border-box; border: 1px solid #E1E1E1; border-top: none; }
.focusNews .title { line-height: 26px; font-size: 20px; margin-bottom: 15px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.focusNews .intro { color: #666; font-size: 14px; line-height: 20px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.focusNews .hd { position: absolute; bottom: 33px; left: 0; width: 100%; z-index: 1; height: 5px; }
.focusNews .hd ul { display: flex; justify-content: center; width: 100%; }
.focusNews .hd li { width: 40px; height: 5px; background-color: #d9d9d9; cursor: pointer; font-size: 0; margin: 0 5px; }
.focusNews .hd li span { display: none; }
.focusNews .hd li.on { background-color: #0198DF; }


/* date-list */
.date-list { overflow: hidden; }
.date-list li { border-bottom: 1px solid #E1E1E1; padding-block: 18px; position: relative; padding-left: 100px; }
.date-list .title { font-size: 20px; margin-bottom: 5px; }
.date-list .title,.date-list .intro { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 26px; height: 30px; }
.date-list .intro { color: #666; font-size: 14px; }
.date-list .date { position: absolute; top: 24px; left: 10px; width: 80px; font-size: 24px; color: #999; }
.date-list .date::after { background-color: #D9D9D9; width: 33px; height: 1px; display: block; content: ""; margin-top: 10px; }
.date-list .date .ym { display: none; }



/* discover-banner */
.discover-banner .img { max-width: 100%; height: auto;}

/* box-loop ------------ */
.box-loop { display: flex; justify-content: space-between; padding-block: 40px 20px; }

/* box-eng */
.box-loop .box-eng { min-width: 0; width: 48.5%; }
.box-eng>.hd { display: flex; align-items: center; justify-content: space-between; line-height: 40px; height: 40px; margin-bottom: 15px;}
.box-eng>.hd h3 { flex: 1 0 0%; font-weight: bold; font-size: 20px; }
.box-eng>.hd a { color: #069; }

/* infoListA */
.infoListA li { line-height: 24px; margin-bottom: 15px; padding-left: 25px; position: relative; }
.infoListA li::before { display: block; content: "";  background: #D9D9D9; border-radius: 100%; width: 6px; height: 6px; position: absolute; left: 5px; top: 10px; transition: 0.5s;}
.infoListA li:hover::before { background-color: #069; }
.infoListA li:last-child { margin-bottom: 0; }
.infoListA .noData {  font-size: 0; display: none; }

/* pic-list */
.pic-list { }
.pic-list li { position: relative; margin-bottom: 15px; display: flex; justify-content: space-between; }
.pic-list .pic { margin-bottom: 10px; width: 200px; margin-right: 20px; flex-shrink: 0; overflow: hidden;}
.pic-list .pic img { max-width: 100%; height: auto; transition: 0.5s all;}
.pic-list .con { flex: 1 0 0%; padding-top: 10px; }
.pic-list .title { line-height: 30px; height: 30px; margin-bottom: 10px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.pic-list .intro {  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; font-size: 14px; line-height: 24px; color: #666; }
.pic-list li:hover .pic i { scale: 1; }
.pic-list li:hover .pic img { transform: scale(1.08); }
.pic-list .noData { display: none;}

.box-eng-top .pic-list .first { border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 25px;}
.box-eng-top .pic-list .first .title { font-size: 20px; display: none; }
.box-eng-top .pic-list .first .intro { font-size: 16px; line-height: 1.8; -webkit-line-clamp: 5; }
.box-eng-top >.hd { margin-bottom: 0;}


/* box-links */
.box-links { padding-bottom: 40px;}
.box-links .bd .noData { display: none; }
.box-links .bd { overflow: hidden;}

.box-links .list { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.box-links .list li { font-size: 18px; flex: 1; height: 65px; }
.box-links .list .tit { display: none; }
.box-links .list .pic img { width: 295px; height: 65px;} 

/* 文章-列表页 --------------------------------*/

/* 位置导航 */

/* path */
.path { text-align: left; font-size: 14px; max-width: 1400px; margin: 25px auto; line-height: 30px; color: #666;}
.path::before { content: "\E829"; font-family: iconfont; font-size: 30px; vertical-align: middle; position: relative; top: -2px; left: 4px; }
.path em,
.path em + a { display: none; }
.path a,
.path span { padding: 0 3px; color: #666;}
.path a:hover { color: #2055BD; }
.path a::after { display: inline-block; content: ">"; margin-left: 5px; font-family: simsun; opacity: 0.5;}
.path a:last-child::after { display: none; }


/* 内容带图片的信息列表_图片判断式 */
.pageTPList li { padding: 30px 0; overflow: hidden; border-bottom: 1px solid #E1E1E1;}
.pageTPList .pic { float: left; margin-right: 25px; width: 300px;}
.pageTPList .pic img { width: 100%; height: auto;}
.pageTPList .pic a{ display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden;}
.pageTPList .pic a:hover{filter: alpha(opacity=80);opacity: .8;}
.pageTPList .pic a:before{content: "";position: absolute;width: 100px;height: 100%;top: 0;left: -100%;overflow: hidden;background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);-webkit-transform: skewX(-30deg);-moz-transform: skewX(-30deg);transform: skewX(-30deg);}
.pageTPList .pic a:hover:before{left: 150%;transition: left 1s ease 0s}
.pageTPList .con { overflow: hidden; zoom: 1;}
.pageTPList .title { font-size: 20px; line-height: 36px; margin-bottom: 5px; height: 36px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.pageTPList .title a { background-image: linear-gradient(#2055BD, #2055BD); background-position: right bottom; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .8s;}
.pageTPList .title:hover a { background-position: left bottom; background-size: 100% 1px; }
.pageTPList .intro { margin-bottom: 5px; line-height: 24px; color: #666; font-size: 14px; text-align: justify; text-justify:distribute-all-lines; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.pageTPList .others { font-size: 13px; color: #aaa;}
.pageTPList .others span { margin-right: 15px;}
.pageTPList .others span.date { display: flex; align-items: center; }
.pageTPList .others span.date::before { content: "\E831"; font-family: iconfont; font-size: 24px; margin-right: 5px; }
.pageTPList .node { color: #aaa; margin-right: 15px;}
.pageTPList .last { border-bottom: 0; margin-bottom: 0;}
.pageTPList .on { background: #F9F9F9;}


.pageTPList .first .title { font-size: 24px;}
.pageTPList .first .intro { font-size: 16px; line-height: 1.8; -webkit-line-clamp: 5;}



/* 文章-内容页 --------------------------------*/
.articleCon { text-align: left; padding: 20px;}
.printArea .title { font-size: 40px; line-height: 1.5; text-align: center; margin-bottom: 30px; word-wrap: break-word; }
.printArea .subTitle,
.printArea .subheading { font-size: 20px; text-align: center; margin-bottom: 20px;}
.printArea .property { font-size: 16px; margin-bottom: 20px; line-height: 30px; text-align: center; color: #999; }
.printArea .property a { color: inherit; }
.printArea .property a:hover { color: #C50000; }
.printArea .property>span { padding: 0 5px;}
.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: 18px; line-height: 2; text-align: left; padding: 0 0 20px 0; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.printArea .conTxt p { padding:0px; line-height: 2; margin-top: 15px; word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify; text-justify: inter-ideograph;}
.printArea .conTxt p:first-child{margin-top: 0px}
.printArea .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top}
.printArea .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
.printArea .conTxt table td{padding: 5px 10px; border: 1px solid #ddd;}
.printArea .conTxt table td p{padding: 0px !important; margin: 0px !important; text-indent: 0px !important;}
.printArea .conTxt table p { margin: 0px}
.printArea .conTxt a { color: blue; text-decoration: underline;}
.printArea .conTxt em { font-style: italic;}
.printArea .conTxt ul { padding-left: 2em; list-style: inherit;}
.printArea .conTxt ol { padding-left: 2em; list-style: decimal;}
.printArea .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.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: bold;}
.printArea .conTxt h1 { font-size: 28px; line-height:38px; margin: 38px 0px 19px 0px; }
.printArea .conTxt h2 { font-size: 24px; line-height:34px; margin: 34px 0px 17px 0px; }
.printArea .conTxt h3 { font-size: 20px; line-height:30px; margin: 30px 0px 15px 0px; }
.printArea .conTxt h4 { font-size: 16px; line-height:26px; margin: 26px 0px 13px 0px; }
.printArea .conTxt h5 { font-size: 14px; line-height:24px; margin: 24px 0px 12px 0px; }
.printArea .conTxt h6 { font-size: 12px; line-height:22px; margin: 22px 0px 10px 0px; }
.printArea .conTxt blockquote{margin:10px 0px; border-left:2px solid #d8dad9; padding:0 0 0 10px; line-height:1.74; color:#888; font-size:15px; }
.printArea .conTxt blockquote p{margin:0px; line-height:1.7; color:#888; font-size:15px;}
.printArea .conTxt h1:first-child,
.printArea .conTxt h2:first-child,
.printArea .conTxt h3:first-child,
.printArea .conTxt h4:first-child,
.printArea .conTxt h5:first-child,
.printArea .conTxt h6:first-child{margin-top:0px;}
.printArea .conTxt .videoPlayer{text-indent: 0;}
.printArea .videoPlayer { position: relative; z-index: 1500; text-align: center; margin: 20px auto;}
.articleCon .userControl { font-size: 14px; border-bottom: 1px solid #eee; overflow: hidden; text-align: left; margin-bottom: 20px; padding: 5px; line-height: 40px;}
.articleCon .userControl .dyBtn { float: left;}
.articleCon .userControl .bdsharebuttonbox { float: right;}
.articleCon .page { padding: 10px 0; text-align: center; overflow: hidden;}

/* 文章分页 */
.articleCon .page-title-list { border: solid 1px rgb(195, 211, 242); display: inline-block; width:100% }
.articleCon .page-title-list ul { margin: 10px; }
.articleCon .page-title-list ul li { float: left; margin-right: 50px; width: 40%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.articleCon .page-title-list ul li a { color: rgb(61, 114, 211) }
.articleCon .page-title-list ul li a.current { color: rgb(244, 108, 106) }

.articleCon .others { margin-bottom: 15px;}
.articleCon .others .prev,
.articleCon .others .next { padding: 5px 0; word-wrap: break-word}


/* 文章内容页-侧栏 ------------------------ */
.EngLishPage #content { background: none; padding: 0; overflow: hidden; }
.EngLishPage .property { display: none; }
.EngLishPage .articleCon { padding: 30px 50px; }
.EngLishPage .printArea .title { border-bottom: 1px solid #E1E1E1;  padding-bottom: 30px;}

/* side */
.side { width: 260px; float: left; margin-right: 20px; background-color: #fff; }
.mainContent { overflow: hidden; background-color: #fff; border-top: 2px solid #0198DF;}

/* sideMenu */
#sideMenu .hd { background-color: #0198DF; padding: 15px 10px; line-height: 30px; color: #fff; font-size: 20px; }
#sideMenu .bd { padding: 15px 10px; }
#sideMenu .bd li { border-bottom: 1px solid #E1E1E1; padding-bottom: 15px; }
#sideMenu .bd li.on a { color: #0198DF; }
#sideMenu .bd .infoListA li.on::before { background-color: #0198DF; }

/* 侧栏固定菜单 */
.sideFixed { z-index: 9; position: fixed; top: 50%; transform: translateY(-50%); right: 5px; width: 60px; background: #fff; font-size: 14px; _position: absolute; }
.sideFixed li { position: relative; width: 60px; height: 77px; background: url(../img/culture.jpg) no-repeat; }
.sideFixed li a { width: 100%; display: block; text-align: center; font-size: 12px; line-height: 14px; box-sizing: border-box; padding-top: 37px;}


/* 江苏地图 */
#map-container .city { cursor: pointer; transition: fill 0.3s; }
#map-container .city:hover { fill: #EE771D; }
#map-container text { text-transform: uppercase; }