﻿@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: #234A48; 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: #234A48; text-decoration: none; outline: 0; }
a:hover { color: #1E8059; 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: 1320px; margin: 0 auto; }

/* frame */
body { text-align: center; min-width: 1320px; background-color: #f2f8f6; }
#header { background-color: #fff; position: relative; z-index: 3; }

/* logoBox */
.logoBox { display: flex; align-items: center; height: 88px; }
.logo { flex-shrink: 0; }
.logo img { max-width: 500px; }

/* top-bar */
.top-bar { margin-left: auto; display: flex; align-items: center; }

/* s-form */
.siteSearchBar { flex-shrink: 0; }
.s-form { border: 1px solid #DBE8E5; border-radius: 50px; padding: 4px; width: 270px; height: 30px; }
.s-form .select-box { display: none; }
.s-form .input-box { float: left; width: 210px; }
.s-form .input-box input { background: #fff; float: left; width: 180px; padding-left: 30px; height: 30px; line-height: 30px; border: none; background: url(../img/icon-search.png) no-repeat 10px center; color: #666; outline: none; }
.s-form .btn-box { display: block; float: right; width: 54px; height: 30px; }
.s-form .btn-box #search { display: block; width: 54px; height: 30px; line-height: 30px; cursor: pointer; background: #2A9D71; border-radius: 50px; border: 0; outline: none; color: #fff; text-align: center; padding: 0;}

/* top-user */
.top-user .userLogged { margin: 0; height: 40px; margin-right: 10px; font-size: 14px; }
.top-user .notlogged { display: flex; align-items: center; gap: 10px; }
.top-user .notlogged .split { display: none; }
.top-user .notlogged > a { color: #6B8986; transition: 0.5s all; font-weight: bold; border: 1px solid #DBE8E5; border-radius: 50px; width: 76px; height: 38px; line-height: 38px; }
.top-user .notlogged > a.loginbutton { background-color: #E9A23B; border-color: #E9A23B; color: #fff; }
.top-user .notlogged > a:hover { background-color: #1E8059; border-color: #1E8059; color: #fff; }
.top-user .loggedin { margin-top: 7px; margin-right: 10px; }
.user-mainbox .hd h3 { color: #2A9D71 !important; border-bottom-color: #2A9D71 !important; }
.user-mainbox .loginBtn { background-color: #2A9D71 !important; }
.user-mainbox .loginBtn:hover { background-color: #139161 !important; }

/* top-nav */
.mainNav { display: flex; justify-content: space-between; }
.mainNav .li1 { flex: auto; line-height: 56px; position: relative; }
.mainNav .li1::before { display: block; content: ""; width: 100%; left: 0; transform: scale(0); height: 3px; border-radius: 5px; background-color: #257f5b; transition: 0.4s; position: absolute; bottom: 0; left: 0; }
.mainNav .li1 .a1 { font-size: 18px; display: flex; justify-content: center; align-items: center; gap: 10px; color: #1E8059; }
.mainNav .li1 .a1::after { content: ""; width: 11px; height: 6px; background: url(../img/nav-arrow.png) no-repeat; }
.mainNav #li-home .a1::before { content: ""; width: 23px; height: 14px; background: url(../img/nav-home.png) no-repeat; }
.mainNav #li-home .a1::after { display: none; }
.mainNav .on1::before { transform: scale(1); }
.mainNav .on1 .a1 { font-weight: bold; }
.mainNav .ul1 { display: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: #257f5b; }
.mainNav .ul1 .a2 { display: block; padding: 8px 5px; font-size: 16px; color: #fff; line-height: 24px; }
.mainNav .ul1 .a2:hover { background-color: #2A9D71; }

/* content */
.content { width: 1320px; margin: 0 auto; text-align: left; }
.content::after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.content .pic { overflow: hidden; }
.content .pic img { transition: 0.5s all; }
.content .pic:hover img { transform: scale(1.05); }

/* footer */
#footer { background-color: #2F554F; color: #7FA49C; padding: 25px 0; min-width: 1320px; font-size: 14px; }
.footLogo { margin-bottom: 20px; }
.copyRight a { color: inherit; }
.copyRight a:hover { color: #fff; }
.copyRight img { vertical-align: text-bottom; }

/* goTop */
#goTop { position: fixed; display: none; _display: none !important; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -webkit-box-shadow: 0 0 5px #9c9c9c; opacity: 0.9; background: rgba(0, 0, 0, 0.5); }
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0; }


/* 首页 ----------------------------------*/

/* indBanner */
.indBanner { width: 100%; min-width: 1320px; height: 560px; position: relative; }
.indBanner .bd .con { display: none; }
.indBanner .bd li { min-width: 1320px; height: 560px; }
.indBanner .hd { position: absolute; bottom: 75px; left: 0; right: 0; height: 10px; z-index: 1; }
.indBanner .hd ul { width: 100%; display: flex; align-items: center; justify-content: center; }
.indBanner .hd li { width: 10px; height: 10px; margin: 0 4px; flex-shrink: 0; cursor: pointer; transition: 0.5s all; font-size: 0; background-color: rgba(255, 255, 255, 0.5); border-radius: 100%; }
.indBanner .hd li span { display: none; }
.indBanner .hd li.on { background-color: #FFD96B; }

/* box-about */
.box-about { position: absolute; color: #fff; top: 45%; left: 50%; width: 1320px; transform: translate(-50%, -50%); z-index: 1; text-align: left; }
.box-about .title { padding: 0 15px; margin-bottom: 15px; float: left; font-size: 14px; height: 25px; line-height: 25px; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 50px; background: rgba(255, 255, 255, 0.16); }
.box-about .con { clear: both; float: none; margin-bottom: 15px; font-size: 48px; font-weight: bold; line-height: 64px; }
.box-about .con span { color: #FFE08A; }
.box-about .intro { font-size: 16px; margin-bottom: 30px; }
.box-about .menu-list { display: flex; align-items: center; gap: 14px; }
.box-about .menu-list li a { font-weight: bold; display: flex; transition: 0.5s all; border-radius: 30px; align-items: center; justify-content: center; gap: 10px; padding: 0 26px; font-size: 16px; color: #fff; line-height: 42px; border: 1px solid rgba(255, 255, 255, 0.6); }
.box-about .menu-list li a::after { content: ""; width: 15px; transition: 0.5s all; height: 12px; background: url(../img/arrow.png) no-repeat center bottom; }
.box-about .menu-list li:hover a { background-color: #fff; color: #198B75; transform: translateY(-5px); box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.18); }
.box-about .menu-list li:hover a::after { background-position: center top; }

/* box-notice */
.box-notice { position: absolute; bottom: 0; left: 0; right: 0; height: 30px; padding: 13px 0; background: rgba(8, 52, 37, 0.55); backdrop-filter: blur(2px); }
.box-notice .container { display: flex; align-items: center; }
.box-notice h3 { flex-shrink: 0; margin-right: 20px; font-weight: bold; color: #fff; border-radius: 30px; background-color: #E9A23B; width: 100px; height: 30px; line-height: 30px; }
.box-notice h3 a { color: inherit; }
.box-notice .inner { flex: 1; min-width: 0; text-align: left; overflow: hidden; }
.box-notice .tempWrap { width: 1220px !important; }
.box-notice .inner li { float: left; margin-right: 30px; color: #EAF6F3; padding-left: 16px; position: relative; }
.box-notice .inner li::before { width: 6px; height: 6px; background-color: #fff; border-radius: 100%; display: block; content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.box-notice .inner li a { color: inherit; }
.box-notice .inner .date { float: right; padding-left: 20px; font-size: 14px; opacity: 0.8; }

/* box-default */
.box-default { margin-top: 40px; }
.box-default > .hd { display: flex; align-items: center; line-height: 40px; height: 40px; margin-bottom: 25px; }
.box-default > .hd h3 { font-weight: bold; font-size: 28px; color: #1E8059; display: flex; flex-shrink: 0; align-items: center; }
.box-default > .hd h3::before { content: ""; margin-right: 10px; width: 8px; height: 26px; border-radius: 4px; background: linear-gradient(180deg, #1A8E6B 0%, #4CAF7D 100%); }
.box-default > .hd h3 a { color: inherit; }
.box-default > .hd .more { margin-left: auto; color: #1E8059; font-size: 14px; transition: 0.5s all; margin-right: 5px; }
.box-default > .hd .more:hover { transform: translateX(5px); }

/* box-news */
.box-news .Tbd { display: flex; }

/* focusNews */
#focusNews { width: 735px; height: 415px; position: relative; overflow: hidden; margin-right: 24px; border-radius: 16px; overflow: hidden; }
#focusNews .pic img { width: 735px; height: 415px; }
#focusNews .bd li { position: relative; }
#focusNews .bd .title { position: absolute; padding-left: 20px; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.5); bottom: 0; left: 0; right: 0; height: 50px; line-height: 50px; color: #fff; font-size: 16px; }
#focusNews .bd .title a { color: inherit; }
#focusNews .hd { position: absolute; right: 15px; bottom: 19px; z-index: 1; }
#focusNews .hd li { float: left; width: 12px; margin-left: 8px; transition: 0.5s all; cursor: pointer; height: 12px; border-radius: 100%; background-color: rgba(255, 255, 255, 0.7); }
#focusNews .hd span { display: none; }
#focusNews .hd li.on { background-color: #ffd96b; }

/* date-list */
.date-list { flex: 1; padding: 10px 24px; min-width: 0; height: 395px; background-color: #fff; border-radius: 16px; box-shadow: 0px 8px 24px rgba(18, 90, 102, 0.08); }
.date-list li { height: 58px; padding: 10px 0; border-bottom: 1px dashed #DBE8E5; }
.date-list li:last-child { border-bottom: none; }
.date-list .title { display: flex; align-items: center; transition: 0.5s all; }
.date-list .title .tit { font-size: 18px; line-height: 26px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.date-list .date { flex-shrink: 0; width: 65px; margin-right: 16px; height: 58px; display: flex; flex-direction: column; line-height: 1.4; align-items: center; justify-content: center; border-radius: 8px; background-color: #E6F4F4; text-align: center; color: #6B8986; }
.date-list .date .dd { font-weight: bold; font-size: 16px; color: #1E8059; }
.date-list .date .ym { font-size: 12px; }
.date-list li:hover .title { transform: translateX(5px); } 

/* node-pic */
.node-pic { display: flex; gap: 24px; }
.node-pic li { width: 245px; flex-shrink: 0; height: 354px; background-color: #fff; overflow: hidden; border-radius: 16px; box-shadow: 0px 8px 24px rgba(18, 90, 102, 0.08); }
.node-pic .pic,
.node-pic .pic img { width: 245px; height: 184px; }
.node-pic .con { padding: 10px 24px; text-align: center; font-size: 14px; }
.node-pic .title { text-align: center; margin-bottom: 10px; font-size: 18px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.node-pic .intro { color: #6B8986; line-height: 22px; margin-bottom: 15px; }
.node-pic .more { display: block; transition: 0.5s all; text-align: center; color: #fff; width: 104px; height: 36px; line-height: 36px; text-align: center; margin: 0 auto; background: linear-gradient(135deg, #1A8E6F 0%, #2A9D71 100%); border-radius: 100px; box-shadow: 0px 4px 12px rgba(26, 127, 142, 0.3); }
.node-pic .more:hover { background: linear-gradient(135deg, #E9A23B 0%, #F7B84B 100%); box-shadow: 0px 4px 12px rgba(142, 105, 26, 0.3); }

/* box-student */
.box-student .menu-list { display: flex; gap: 8px; margin-bottom: 24px; }
.box-student .menu-list li { flex-shrink: 0; }
.box-student .menu-list li a { padding: 0 24px; display: block; line-height: 34px; height: 34px; transition: 0.5s all; background-color: #fff; border-radius: 100px; border: 1px solid #DBE8E5; color: #6B8986; }
.box-student .menu-list li:hover a { background-color: #1E8059; border-color: #1E8059; color: #fff; }
.box-student .pic-list { display: flex; gap: 24px; flex-wrap: wrap; }
.box-student .pic-list li { background-color: #fff; height: 335px; width: 424px; flex-shrink: 0; box-shadow: 0px 8px 24px rgba(18, 90, 102, 0.08); border-radius: 16px; overflow: hidden; }
.box-student .pic-list .con { padding: 10px 20px; }
.box-student .pic-list .title { line-height: 30px; height: 30px; font-size: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.box-student .pic-list span { color: #6B8986; font-size: 14px; line-height: 22px; margin-right: 10px; }
.box-student .pic-list span a { color: inherit; }
.box-student .pic-list span a:hover { color: #1E8059; }

/* box-loop ---- */
.box-loop { display: flex; gap: 24px; }
.box-zyjs { width: 600px; flex-shrink: 0; }

/* node-text-list */
.node-text-list { display: flex; gap: 24px; }
.node-text-list li { padding: 24px; height: 198px; transition: 0.5s all; width: 200px; box-sizing: border-box; position: relative; box-shadow: 0px 8px 24px rgba(18, 90, 102, 0.08); background-color: #fff; border-radius: 16px; overflow: hidden; }
.node-text-list i { width: 56px; display: block; margin-bottom: 10px; flex-shrink: 0; background-color: #E8F6EE; border-radius: 12px; height: 56px; display: flex; align-items: center; justify-content: center; }
.node-text-list i::before { background: url(../img/icon-zyjs.png) no-repeat 0 0; width: 40px; height: 40px; content: ""; zoom: 0.8; }
.node-text-list .more { display: none; }
.node-text-list .title { margin-bottom: 10px; font-size: 18px; line-height: 26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.node-text-list .title a::after { display: block; content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.node-text-list .intro { font-size: 14px; color: #97A7A4; line-height: 22px; }
.node-text-list .li2 i::before { background-position: 0 -40px; }
.node-text-list .li3 i::before { background-position: 0 -80px; }
.node-text-list li:hover { transform: translateY(-10px); }

/* box-jxsx */
.box-jxsx { flex: 1; min-width: 0; }
.box-jxsx .bd { background-color: #fff; border-radius: 16px; height: 198px; box-sizing: border-box; padding: 10px 24px; }
.box-jxsx .bd li { height: 58px; line-height: 58px; transition: 0.5s all; position: relative; border-bottom: 1px dashed #DBE8E5; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.box-jxsx .bd li a::after { display: block; content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.box-jxsx .bd .date { float: right; font-size: 14px; color: #97A7A4; margin-left: 20px; }
.box-jxsx .bd .last { border-bottom: none; }
.box-jxsx .bd .node a { padding: 5px 10px; margin-right: 5px; transition: 0.5s all; background-color: #F2F8F6; border-radius: 8px; color: #97A7A4; font-size: 14px; }
.box-jxsx .bd .node a:hover { background-color: #1E8059; color: #fff; }
.box-jxsx .bd li:hover { transform: translateX(5px); }


/* loop-bd */
.loop-bd { display: flex; gap: 24px; }
.box-border { width: 376px; height: 290px; padding: 0 24px; position: relative; flex-shrink: 0; box-shadow: 0px 8px 24px rgba(18, 90, 102, 0.08); background-color: #fff; border-radius: 16px; overflow: hidden; }
.box-border::before { background: linear-gradient(90deg, #E9A23B 0%, #F7B84B 50%, #E9A23B 100%); display: block; content: ""; height: 6px; width: 100%; position: absolute; left: 0; right: 0; top: 0; }
.box-border h3 { padding: 24px 0; font-size: 18px; font-weight: bold; color: #1E8059; display: flex; justify-content: center; }
.box-border h3 a { color: inherit; line-height: 26px; align-items: center; display: flex; flex-direction: column; }
.box-border h3 a::before { width: 50px; height: 50px; transition: 0.5s all; margin-bottom: 8px; background: url(../img/icon-rytd.png) no-repeat 0 0; content: ""; }
.box-border h3 a:hover::before { transform: rotateY(180deg); }
.box-border:nth-child(2) h3 a::before { background-position: 0 -50px; }
.box-border:nth-child(3) h3 a::before { background-position: 0 -100px; }
.list-honor li { height: 48px; position: relative; transition: 0.5s all; background-color: #F2F8F6; border-radius: 12px; padding: 6px 20px 6px 50px; margin-bottom: 10px; line-height: 24px; }
.list-honor li::before { display: block; content: ""; width: 24px; height: 24px; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); background: url(../img/icon-ry.png) no-repeat; }
.list-honor li a { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.list-honor li a::after { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ""; }
.list-honor .dateRight { font-size: 14px; color: #6B8986; }
.list-honor li:hover { background-color: #d5f5ea; }

/* box-activity */
.box-activity .bd li { float: left; position: relative; width: 318px; height: 218px; box-sizing: border-box; border: 2px solid #fff; border-radius: 16px; overflow: hidden; margin-right: 18px; }
.box-activity .bd .pic,
.box-activity .bd .pic img { width: 314px; height: 214px; }
.box-activity .bd .title { bottom: -40px; transition: 0.5s all; position: absolute; padding: 0 20px; font-size: 14px; left: 0; right: 0; height: 40px; line-height: 40px; background-color: rgba(30, 146, 112, 0.6); text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #fff; }
.box-activity .bd .title a { color: inherit; }
.box-activity .bd li:hover .title { bottom: 0; }
.box-activity .tempWrap { width: 1320px !important; }

/* box-platform */
.box-platform { height: 140px; text-align: center; margin: 40px 0; padding: 0 40px; display: flex; align-items: center; box-shadow: 0px 18px 40px rgba(18, 90, 102, 0.3); border-radius: 24px; overflow: hidden; background: url(../img/bg-green.jpg) no-repeat center; }
.box-platform .hd { text-align: left; padding-bottom: 15px; }
.box-platform .hd h3 { font-size: 30px; line-height: 45px; font-weight: bold; color: #fff; }
.box-platform .hd h3 a { color: inherit; }
.box-platform .intro { color: #fff; line-height: 24px; opacity: 0.9; }
.box-platform .bd { flex-shrink: 0; margin-left: auto; }
.box-platform .node-list { display: flex; align-items: center; justify-content: center; gap: 16px; }
.box-platform .node-list li { flex-shrink: 0; transition: 0.5s all; }
.box-platform .node-list li a { background: rgba(255, 255, 255, 0.15); font-weight: bold; color: #fff; transition: 0.5s all; display: flex; align-items: center; height: 42px; line-height: 42px; padding: 0 24px; border-radius: 50px; border: 1px solid rgba(255, 255, 255, 0.6); }
.box-platform .node-list li a::before { content: ""; transition: 0.5s all; width: 20px; height: 20px; background: url(../img/icon-pt.png) no-repeat 0 0; margin-right: 8px; }
.box-platform .node-list .li2 a::before { background-position: 0 -40px; }
.box-platform .node-list .li3 a::before { background-position: 0 -80px; }
.box-platform .node-list li:hover { transform: translateY(-5px); }
.box-platform .node-list li:hover a { background: rgba(255, 255, 255, 1); color: #1E8059; }
.box-platform .node-list .li1:hover a::before { background-position: 0 -20px; }
.box-platform .node-list .li2:hover a::before { background-position: 0 -60px; }
.box-platform .node-list .li3:hover a::before { background-position: 0 -100px; }

/* 文章首页 -----------------------------------------*/
.pageSlide { position: relative; border-radius: 16px; overflow: hidden; background-color: #fff; margin-bottom: 24px; box-shadow: 0px 8px 24px rgba(18, 90, 102, 0.08); }
.pageSlide li { overflow: hidden; display: flex; justify-content: space-between; }
.pageSlide .pic { flex-shrink: 0; width: 506px; background-color: #ddd; }
.pageSlide .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 66.667%; height: 0; z-index: 1; }
.pageSlide .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;  }
.pageSlide .con { flex: 1; min-width: 0; padding: 20px 30px 70px; display: flex; justify-content: center; flex-direction: column; gap: 15px; }
.pageSlide .title { font-size: 24px; font-weight: bold; line-height: 30px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.pageSlide .date { display: block; color: #6B8986; font-size: 15px; }
.pageSlide .intro { font-size: 15px; line-height: 2; color: #6B8986; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.pageSlide .hd { width: 496px; position: absolute; z-index: 1; right: 0; bottom: 40px; height: 8px; }
.pageSlide .hd ul { display: flex; justify-content: center; width: 100%; gap: 5px; }
.pageSlide .hd li { cursor: pointer; width: 30px; height: 8px; background: #b9c5c3; border-radius: 8px; }
.pageSlide .hd li span { display: none; }
.pageSlide .hd .on { background: #1E8059; }


/* pageBoxLoop */
.pageBoxLoop { display: flex; flex-wrap: wrap; gap: 24px; }
.pageBoxLoop .box-default { background-color: #fff; margin: 0; border-radius: 16px; width: 506px; padding: 15px 24px 20px; box-sizing: border-box; box-shadow: 0px 8px 24px rgba(18, 90, 102, 0.08); }
.pageBoxLoop .box-default .hd { margin-bottom: 5px; }
.pageBoxLoop .box-default .hd h3 { font-size: 22px; }
.pageBoxLoop .box-default .hd h3::before { width: 6px; height: 19px; }
.pageBoxLoop .infoList li { height: 46px; line-height: 46px; border-bottom: 1px dashed #DBE8E5; font-size: 16px; transition: 0.4s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; padding-left: 20px; }
.pageBoxLoop .infoList li::before { display: block; content: ""; background-color: #1E8059; border-radius: 100%; width: 5px; height: 5px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.pageBoxLoop .infoList li:hover { transform: translateX(5px); }
.pageBoxLoop .infoList .date { margin-left: 15px; float: right; color: #97A7A4; font-size: 14px; }


/* 文章列表页 ----------------------------------*/

/* 框架 */
.side { float: left; width: 260px; margin-right: 24px; margin-bottom: 24px; }
.main { overflow: hidden; padding-bottom: 24px; }
.mainContent { overflow: hidden; background-color: #fff; border-radius: 16px; padding-bottom: 24px; }


/* mainBox */
.mainBox .mHd { margin: 10px 24px; height: 49px; line-height: 49px; padding-bottom: 10px; position: relative; border-bottom: 1px solid #ccc; overflow: hidden; }
.mainBox .mHd h3 { font-size: 24px; float: left; display: flex; align-items: center; color: #1E8059; font-weight: bold; }
.mainBox .mHd h3::before { content: ""; margin-right: 10px; width: 8px; height: 26px; border-radius: 4px; background: linear-gradient(180deg, #1A8E6B 0%, #4CAF7D 100%);}
.mainBox .mBd { padding-left: 24px; padding-right: 24px; } 

/* 侧栏导航 */
#sideMenu { background-color: #1E8059; padding: 0 15px 15px; border-radius: 16px; overflow: hidden; }
#sideMenu .hd { padding: 15px; line-height: 28px; text-align: center; font-size: 20px; }
#sideMenu .hd h3 { color: #fff; font-weight: bold; }
#sideMenu .bd { padding: 15px 20px 10px; background-color: #fff; border-radius: 5px; overflow: hidden; }
#sideMenu .bd li { border: 1px solid #e8e8e8; clear: both; margin-bottom: 10px; border-radius: 5px; transition: 0.5s all; }
#sideMenu .bd li a { display: block; font-size: 18px; padding: 10px; text-align: center; line-height: 24px; }
#sideMenu .bd li.on a,
#sideMenu .bd li:hover a { color: #fff; }
#sideMenu .bd li.on,
#sideMenu .bd li:hover { background-color: #1E8059; border-color: #1E8059; }

/* pageBanner */
.pageBanner { min-width: 1320px; background: url(../img/banner-01.jpg) no-repeat center -50px; width: 100%; height: 450px; position: relative; background-size: cover; }

/* path */
.path { font-size: 15px; color: #666; line-height: 26px; padding-top: 15px; padding-bottom: 15px; }
.path .siteWidth { max-width: 1320px; text-align: left; }
.path a { color: #666; margin: 0 4px; }
.path a:hover { color: #1E8059; }

/* newsList */
.newsList { padding: 0 15px; }
.newsList li { height: 46px; line-height: 46px; font-size: 18px; transition: 0.4s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; padding-left: 20px; }
.newsList li::before { display: block; content: ""; background-color: #1E8059; 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: #97A7A4; font-size: 16px; }
.newsList .node { color: #f00; margin-right: 5px; }
.newsList .address { float: right; background-color: #1E8059; 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: 14px; 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 #1E8059; text-decoration: none; color: #1E8059; cursor: pointer; }
.page .current { background: #1E8059; border: 1px solid #1E8059; 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%; row-gap: 20px; flex-wrap: wrap; padding-top: 20px;}
.picPageList li { width: 23.5%; }
.picPageList .pic { overflow: hidden; border-radius: 10px; }
.picPageList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 74.5%; height: 0; z-index: 1; }
.picPageList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: 0.4s all; }
.picPageList .title { line-height: 40px; height: 40px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/* 视频-列表页 ----------------------------------------- */
.videoPageList { display: flex; gap: 2%; row-gap: 20px; flex-wrap: wrap; padding-top: 20px; }
.videoPageList li { width: 23.5%; }
.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: 40px; height: 40px; 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: 20px 50px; background-color: #fff; border-radius: 16px; }
.printArea .title { font-size: 32px; font-weight: bold; line-height: 1.5; text-align: center; padding: 20px 0; color: #1E8059; }
.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: 16px; line-height: 2; overflow: hidden; }
.printArea .conTxt img { display: block; margin: auto !important; max-width: 800px; height: auto !important; }
.printArea .conTxt p { margin-bottom: 10px; 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; 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; }



/* box-page-ztkc */
.box-page-ztkc { padding-bottom: 40px; margin-top: 0;}
.box-page-ztkc .node-pic { flex-wrap: wrap; gap: 23px; }

/* 在线表单 ----------------------------------------- */
#FormBox, .FormResult { max-width: 1320px !important; }
.Form_Box { background-color: #fff; border-radius: 16px; }


.Showms .BUT { display: none; }
#FormSubmit input { background: linear-gradient(135deg, #1A8E6F 0%, #2A9D71 100%) !important; border-color: #1E8059 !important;}
#FormBox .title { font-weight: bold !important; color: #1E8059 !important; display: none; }

.Form_Box .formItem { display: flex; align-items: center; }
.Form_Box .formItem dt { flex-shrink: 0; }
.Form_Box .formItem dd { flex: 1; min-width: 0; }

.Form_Box .formItem1,
.Form_Box .formItem3 { float: left; width: 48%; }

.Form_Box .formItem2,
.Form_Box .formItem4 { float: right; width: 48%; }
.Form_Box .formItem5 { clear: both; width: 100%; }

.Form_Box .formItem dt { border-bottom: none; }
.Form_Box .formItemNum { display: none; }

.Form_Box .formItem input[type="text"] { width: 100%; }
.Form_Box .formItem dd { padding-left: 5px; }