﻿@charset "UTF-8";

/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/

/* Css 初始化 */
html { font-size: 0.52px; }
body { font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; color: #333; }
pre { white-space: pre-wrap; word-wrap: break-word; font-size: inherit; line-height: inherit; font-family: inherit; }
ul, ol, li { padding: 0; list-style: none; margin: 0; }
dl, dt, dd { margin: 0; font-weight: normal; }
p, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: inherit; line-height: inherit; font-size: inherit; }
i, em { font-style: normal; }
a { color: #333; text-decoration: none; }
a:hover { color: #01559b; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

/* Public */
html { font-size: 0.52px; }
body { color: #333; font-size: 170%; overflow-x: hidden; 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: none;  }
a:hover { color: #0036A2; }
.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: 20rem; 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;}
.container,
.siteWidth { margin: 0 auto; position: relative; }
#header { z-index: 4; position: relative; }
#free_Web_box { font-size: 14px; }

#content { text-align: left; }


.EngLishHome { background-color: #fff; }
.EngLishHome #content { padding: 0;  }

/* header */
#header { position: relative; z-index: 3; background-color: #fff; }
#logo { min-width: 0; text-align: left; }
#logo img { max-width: 80%; transition: all 0.5s; }

.headerTop .container { display: flex; align-items: center; justify-content: space-between; padding: 25rem 0;}
.right-links { min-width: 0; display: flex; align-items: center; gap: 1em; font-size: 16em; }


/* 导航折叠按钮 */
#header .navbar-toggler { border: none; outline: none; box-shadow: none; }
#header .navbar-toggler[aria-expanded=true] { background-color: #01559b; }
#header .navbar-toggler .icon-nav:before { font-size: 8em; }
#header .navbar-toggler[aria-expanded=true] .icon-nav:before { content: "\E64D"; }
#header .navbar-toggler,
.btn-search { width: 15em; height: 15em; font-size: 2.5em; line-height: 15em; background: rgba(0, 0, 0, 0.2); border-radius: 100%; color: #fff; z-index: 1; }    

#header .navbar-toggler::before,
.btn-search::before { font-family:"iconfont"; font-size: 12em; color: #fff; content: "\E814"; }
.btn-search::before { content: "\E805"; }
.btn-search { cursor: pointer; text-align: center; }
.btn-search.on { background-color: #01559b; }

/* btn-panel */
.btn-panel { display: flex; align-items: center; justify-content: space-between; }

/* btn-search-02 */
.btn-search-01 { position: absolute; right: 0; top: 50%; transform: translateY(-50%); cursor: pointer; }
.btn-search-02 {  font-size: 16em; height: 40px; line-height: 40px; display: flex; align-items: center; width: 80rem; transition: 0.3s all; border-radius: 4px; background-color: #fff; justify-content: center; color: #1971c2; transition: 0.3s; box-sizing: border-box; }
.btn-search-02::before { content: "\E805"; font-family: iconfont; font-size: 1.5em; line-height: 1; color: inherit; }
.btn-search-02:hover { color: #fff; background-color: #C50000; }


/* 搜索弹框 */
#modal-search { background-color: rgba(0, 0, 0, 0.5); }
#modal-search .modal-backdrop { display: none !important; }
#modal-search .modal-dialog { max-width: none; justify-content: center; }
#modal-search .modal-content { width: 80%; background: none; box-shadow: none; border: none; border-radius: 0; }
#modal-search .btn-close { position: absolute; z-index: 1; right: 2%; top: 100rem; padding: 20rem; color: #fff; font-size: 60rem; color: #fff; pointer-events: auto; text-align: center; line-height: 1; opacity: 1; box-shadow: none; background: none; border: none; transition: all ease .4s; }
#modal-search .btn-close:hover { transform: rotate(180deg); }
#modal-search .icon-close:before { content: "\e800"; font-family: iconfont; font-size: 1em; }
  
/* 搜索输入框 */
.s-form { display: flex; }
.s-form .input-box { position: relative; width: 1%; display: flex; align-items: center; flex-grow: 1; background: #fff; border-radius: 10px 0 0 10px; }
.s-form .input-box .iconfont { position: absolute; left: 1em; top: 50%; font-size: 20em; color: #999; transform: translateY(-50%); }
.s-form .input-box input { position: relative; width: 100%; height: auto !important; vertical-align: top; padding: 15rem 1.5em !important; line-height: 2 !important; border: 0 !important; outline: none; background: none !important; font-size: 16em; }
.s-form .input-box .dropdown-word { position: absolute; top: 100%; width: auto; left: 30rem; right: 0; background: #fff; max-height: 190rem; overflow-y: auto }
.s-form .input-box .dropdown-word li { padding: 0 10rem; font-size: 15em; line-height: 2.5; cursor: pointer; }
.s-form .input-box .dropdown-word li:hover { background: #f5f5f5; color: #633; }
.s-form .btn-box { display: block; background: #265fa9; border-radius: 0 10px 10px 0; }
.s-form .btn-box input { height: auto; padding: 1em 1.5em; overflow: hidden; border: none; outline: none; color: #fff; background: none; font-size: 18em; text-align: center; }
.s-form .btn-box input:focus { outline: none; box-shadow: none; }
.s-form .link-box { text-align: right; font-size: 14px; }



/* btn-zw */
.btn-zw { height: 2.5em; line-height: 2.5em; display: flex; align-items: center; font-size: 1em; color: #2973C1; border: 1px solid #2973C1;  transition: 0.3s; padding: 0 20rem; border-radius: 4px;}
.btn-zw:hover { color: #fff; background-color: #2973C1; }
.search a::before { content: "\E805"; font-family: iconfont; font-size: 1.5em; color: inherit; }

#node-banner .pic img { height: 400rem;}
/* footer */
#footer { background-color: #007DBC; padding-top: 2em; padding-bottom: 2em; color: #fff; font-size: 16em; line-height: 2; }
#footer a { color: inherit; }
#footer .copyRight { margin-bottom: 1em;}
#footer #imgConac { max-width: 4em; }

/* 首页 --------------------------------*/
.row-group { padding-left: 10em; padding-right: 10em; --bs-gutter-x: 30rem; --bs-gutter-y: 30rem;}


/* 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-top: 40rem; padding-bottom: 20rem; }

/* box-eng */
.box-eng>.hd { display: flex; align-items: center; justify-content: space-between; font-size: 20em; line-height: 2em; margin-bottom: 0.75em;}
.box-eng>.hd h3 { flex: 1 0 0%; font-weight: bold;  }
.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: 15rem; display: flex; justify-content: space-between; }
.pic-list .pic { margin-bottom: 10rem; width: 200em; margin-right: 20em; 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: 10rem; font-size: 16em;}
.pic-list .title { line-height: 1.875em; height: 1.875em; font-size: 1em; margin-bottom: 10rem; 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: 0.875em; line-height: 1.5em; 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: 15rem; margin-bottom: 25rem;}
.box-eng-top .pic-list .first .title { font-size: 1.25em; display: none; }
.box-eng-top .pic-list .first .intro { font-size: 1em; line-height: 1.8; -webkit-line-clamp: 5; }
.box-eng-top >.hd { margin-bottom: 0;}

/* 图片-列表页 ----------------------------------------- */
.picPageList { text-align: center; display: grid; grid-gap: 30rem; padding: 20rem 10rem 0; grid-template-columns:repeat(2, 1fr);  grid-auto-rows: minmax(130rem, auto);}
.picPageList li { position: relative; overflow: hidden; transition: all 0.5s; }
.picPageList li.noData { text-align: left; }
.picPageList .pic a { display: block; padding-bottom: 75%; position: relative; overflow: hidden; height: 0; }
.picPageList .pic img { position: absolute; left: 0; top: 0; height: 100%; width: 100%; transition: all 0.5s; }
.picPageList .title { padding-top: 10rem;}
.picPageList .title a { display: block; text-align: center; height: 2em; font-size: 18em; line-height: 2em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.picPageList li:hover .pic img { transform: scale(1.1); }


/* box-links */
.box-links { padding-bottom: 40rem;}
.box-links .bd .noData { display: none; }
.box-links .bd { overflow: hidden;}

.box-links .list { display: flex; justify-content: space-between; gap: 30rem; flex-wrap: wrap; }
.box-links .list li { font-size: 18em; flex: 1; max-width: 16.3889em;}
.box-links .list .tit { display: none; }
.box-links .list .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 22%; height: 0; z-index: 1; }
.box-links .list .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;  }

/* 文章-列表页 --------------------------------*/
/* path */
.path { text-align: left; font-size: 14em;  margin: 25rem auto; line-height: 2.2em; color: #666;}
.path::before { content: "\E829"; font-family: iconfont; font-size: 2.2em; 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; }

/* main-bg */
.main-bg { background-color: #fff; padding: 20rem 40rem; }


/* 内容带图片的信息列表_图片判断式 */
.pageTPList { padding: 0 10em; }
.pageTPList li { overflow: hidden; border-bottom: 1px solid #E1E1E1; padding: 30rem 0; display: flex; font-size: 20em; align-items: center; }
.pageTPList .pic { margin-right: 1.2em; width: 300rem; flex-shrink: 0; }
.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; flex: 1; min-width: 0; }
.pageTPList .title { line-height:2em; margin-bottom: 5px; height: 2em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.pageTPList .title a { background-image: linear-gradient(#0036A2, #0036A2); 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: 1.4em; color: #666; font-size: 0.7em; 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: 0.7em; color: #aaa;}
.pageTPList .others span { margin-right: 0.8em;}
.pageTPList .others span.date { display: flex; align-items: center; }
.pageTPList .others span.date::before { content: "\E831"; font-family: iconfont; font-size: 1.2em; margin-right: 5px; }
.pageTPList .node { color: #aaa; margin-right: 0.8em;}
.pageTPList .last { border-bottom: 0; margin-bottom: 0;}
.pageTPList .on { background: #F9F9F9;}


.pageTPList .first .title { font-size: 1.2em;}
.pageTPList .first .intro { font-size: 0.8em; line-height: 1.8; -webkit-line-clamp: 5;}

/* newsList */
.newsList { padding: 20rem;}
.newsList li { border-bottom: 1px dotted #ccc; position: relative; height: 3.125em; line-height: 3.125em; overflow: hidden; font-size: 16em; white-space: nowrap; text-overflow: ellipsis; }
.newsList li a {padding-left: 1.375em; transition: all 0.5s; }
.newsList li:before { display: block; content: ''; transition: all 0.5s; width: 0.375em; height: 0.375em; border-radius: 100%; background-color: #D9D9D9; position: absolute; left: 4px; top: 50%; transform: translateY(-50%); }
.newsList li:hover a { padding-left: 1.75em; }
.newsList li:hover:before { background-color: #265fa9; }
.newsList li.noData:before { display: none; }
.newsList .date { float: right; color: #999; margin: 0 10px; font-size: 0.9em;}
.newsList .node { color: #999; margin-right: 0.7em;}
.newsList em { color: #f20;}
.newsList .split { height: 1px; overflow: hidden; font-size: 0; line-height: 0; margin: 18px 0; border-bottom: 1px dotted #ccc;}
.newsList li .address { background: #8DB6D5; color: #fff; padding: 0 8px; line-height: 22px; font-size: 0.75em; margin: 7px 0; border-radius: 5px; float: right; margin-left: 15px;}
.newsList li .address:hover { background: #c00; text-decoration: none;}
.newsList li .disable { display: none !important;}


/* 文章内容页 -----------------------------------------*/
.articleCon {  text-align: left;  padding: 40rem 30rem 20rem; background-color: #fff; }
.printArea .title { font-size: 26em; line-height: 1.5; text-align: center; margin-bottom: 30rem; word-wrap: break-word; }
.printArea .subheading { font-size: 0.8125em; text-align: center; margin-bottom: 20rem; }
.printArea .property { font-size: 16em; text-align: center; margin-bottom: 20rem; line-height: 2em; color: #999; }
.printArea .property a { color: inherit; }
.printArea .property a:hover { color: #C50000; }
.printArea .property > span { vertical-align: top; padding: 0 5rem; white-space: nowrap; }
.printArea .conTxt,
.printArea .conTxt * { box-sizing: content-box; }
.printArea .conTxt { color: #333; font-size: 18em; line-height: 2; text-align: left; padding: 0 20rem 20rem; 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 { margin: 1em 0 0; padding: 0rem; line-height: 2; word-wrap: break-word; border: none; border-radius: 0; white-space: normal; text-align: justify; }
.printArea .conTxt p:first-child{ margin-top: 0; }
.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; margin: 0 auto; }
.printArea .conTxt table td{ padding: 5rem 10rem; }
.printArea .conTxt table td p{ padding: 0rem !important; margin: 0rem !important; text-indent: 0rem !important; }
.printArea .conTxt table p { margin: 0rem; }
.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: 28rem; line-height: 38rem; margin: 38rem 0rem 19rem 0rem; }
.printArea .conTxt h2 { font-size: 24rem; line-height: 34rem; margin: 34rem 0rem 17rem 0rem; }
.printArea .conTxt h3 { font-size: 20rem; line-height: 30rem; margin: 30rem 0rem 15rem 0rem; }
.printArea .conTxt h4 { font-size: 16rem; line-height: 26rem; margin: 26rem 0rem 13rem 0rem; }
.printArea .conTxt h5 { font-size: 14rem; line-height: 24rem; margin: 24rem 0rem 12rem 0rem; }
.printArea .conTxt h6 { font-size: 12rem; line-height: 22rem; margin: 22rem 0rem 10rem 0rem; }
.printArea .conTxt blockquote { margin: 10rem 0rem; border-left: 2rem solid #d8dad9; padding: 0 0 0 10rem; line-height: 1.74; color: #888; font-size: 0.83em; }
.printArea .conTxt blockquote p { margin: 0rem; line-height: 1.7; color: #888; font-size: 1em; }
.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:0rem; }
.printArea .conTxt .videoPlayer{ text-indent: 0; margin: 0 auto; display: block !important;}
.printArea .videoPlayer { text-align: center; margin: 20rem auto; }
.printArea .videoPlayer [data-ui=video] { margin: 0 auto; max-width: 100%; height: 0 !important; padding-bottom: 60%; }
.printArea .videoPlayer [data-ui=video] > div { position: absolute; left: 0; top: 0; }
.printArea .edui-video-video { max-width: 100%; height: auto; margin: 0 auto; }

.articleCon .page { padding: 10rem 0; text-align: center; overflow: hidden; }

/* 全屏表格 */
.newueditortable .newclass { font-size: 16em; left: 0; }
.expandtable { font-size: 16em; }

/* 文章分页 */
.articleCon .page-title-list { border: solid 1rem rgb(195, 211, 242); display: inline-block; width:100% }
.articleCon .page-title-list ul { margin: 10rem; }
.articleCon .page-title-list ul li { float: left; margin-right: 50rem; 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: 15rem; }
.articleCon .others .prev,
.articleCon .others .next { padding: 8rem 0; word-wrap: break-word; font-size: 16em; }
.articleCon .others .prev span,
.articleCon .others .next span { color: #01559b; }

.articleCon .others .prev span.date,
.articleCon .others .next span.date { color: #666; }


/* 关闭 打印 */
.articleCon .userControl { display: flex; align-items: center; justify-content: space-between; font-size:16em; padding: 20rem 0; text-align: center; line-height: 1.6;  border-bottom: 1px solid #E1E1E1; margin-bottom: 20rem; }

/* 分享按钮 */
.bdsharebuttonbox { display: flex; align-items: center; justify-content: center; }
.bdsharebuttonbox .hd { float: none !important; }
.bdsharebuttonbox .bd { float: none !important; }



/* 文章内容页-侧栏 ------------------------ */
.EngLishPage #content { background: none; padding: 0; overflow: hidden; }
.EngLishPage .property { display: none; }
.EngLishPage .printArea .title { border-bottom: 1px solid #E1E1E1;  padding-bottom: 30rem;}

/* side */
.side { background-color: #fff; }
.main,
.mainContent { min-width: 0; background-color: #fff; border-top: 2px solid #0198DF;}

/* sideMenu */
#sideMenu .hd { background-color: #0198DF; padding: 0.75em 0.5em; line-height: 1.5em; color: #fff; font-size: 20em; }
#sideMenu .bd { padding: 16em 10em; }
#sideMenu .bd li { border-bottom: 1px solid #E1E1E1; padding-bottom: 0.75em; font-size: 20em;}


/* 侧栏固定菜单 */
/*.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; }



@media (max-width:992px) {

    /* 侧栏菜单 */
    #sideMenu > .hd { display: none; }
    #sideMenu > .bd { padding: 10rem 0; }
    #sideMenu .menuList { overflow: hidden; width: 100%; overflow-x: scroll; white-space: nowrap;  }
    #sideMenu .menuList::-webkit-scrollbar { height: 0 !important; width: 0 !important }
    #sideMenu .menuList li { display: inline-block; margin: 0 8rem; border-bottom: none; }
    #sideMenu .menuList::-webkit-scrollbar { display: none; }
    #sideMenu .menuList li a { display: block; background: #ddd; color: #333; border-radius: 4px; padding: 0 1.2em; text-decoration: none; line-height: 2.3; }
    #sideMenu .menuList li.on1 a,
    #sideMenu .menuList li.on a { background: #0198DF; color: #fff; }
    #sideMenu .menuList .ul1 { position: fixed; z-index: 33; bottom: 0; left: 0; padding: 0 5%; box-sizing: border-box; width: 100%; display: none; background-color: rgba(0, 0, 0, 0.8); padding-block: 20rem 10rem; }
    #sideMenu .menuList .li2 { background-color: #ddd; float: left; width: 32%; margin:0 2% 10rem 0; text-align: center; border-radius: 4px; overflow: hidden; }
    #sideMenu .menuList .li2:nth-child(3n) { margin-right: 0; }
    #sideMenu .menuList .li2 .a2 { display: block; padding: 0; width: 100%; background: #ddd; color: #333; border-radius: 4px; }
    #sideMenu .menuList .on2 .a2 { background-color: #0198DF; color: #fff; border-color: #0198DF; }
    #sideMenu .menuList li.on1 .ul1,
    #sideMenu .menuList li.submeun .ul1 { display: block; }
    #sideMenu .infoListA li { padding-left: 10rem; padding-top: 10rem; }
    #sideMenu .infoListA li::before { display: none; }
}



@media (min-width:768px) {

   .row-group { padding-left: 0; padding-right: 0; }

   .picPageList { grid-template-columns:repeat(3, 1fr); padding-left: 0; padding-right: 0;}
   .pageTPList,.newsList { padding-left: 0; padding-right: 0; }
}
@media (min-width: 992px) {

   .side { width: 260em; margin-right: 30rem; } 

   #sideMenu .bd li.on a { color: #0198DF; }
   #sideMenu .bd .infoListA li.on::before { background-color: #0198DF; }

   .printArea .title { font-size: 32em; }
}

@media (min-width:1200px) {
    html { font-size: 0.84px; }
    body { font-size: 100%; }
    .headerTop .container { max-width: 1140px; }

    .picPageList { grid-template-columns:repeat(4, 1fr);}

    /* header -------------------------- */
    #modal-search .modal-content { width: 50%; }
    #modal-search .modal-dialog { margin-top: 200px; }

}

@media (min-width:1300px) {
    html { font-size: 0.92px }
    .headerTop .container,
    .container { max-width: 1200px; }
}
@media (min-width:1400px) {
   html { font-size: 1px; }

   .pageTPList li {  align-items: self-start; }
   .pageTPList .title { line-height: 2.5em; height: 2.5em; }
   .pageTPList .intro { line-height: 1.8em; }
}
@media (min-width:1600px) {
   .headerTop .container,
    .container, .siteWidth { max-width: 1400px; }
    #logo img { max-width: 100%; }

    .printArea .title { font-size: 40em; }
    #footer #imgConac { max-width: auto; }
}
