@charset "utf-8";
/*Technical Support SudyTech*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
img {
  vertical-align: top;
}
html {
  overflow-x: hidden;
  font-size: 100px;
  --size: calc(100vw / 19.2);
  font-size: var(--size);
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 13px/1 arial, \5b8b\4f53;
  color: #333;
  outline: 0;
}
:focus {
  outline: 0;
}
.none {
  display: none;
}
.wcb {
  width: 100%;
  height: 30px;
  border: 2px dashed #97cbe0;
}
.hidden {
  visibility: hidden;
}
.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
  zoom: 1;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
body {
  line-height: 1;
  font-size: 13px;
  font-family: 'PingFang', 'Microsoft YaHei', '\u5b8b\u4f53', Tahoma, Geneva, sans-serif;
  color: #232222;
  background: #f8fbfb;
}
:root {
  --mainColor: #347668;
  --hoverColor: #1f9988;
  --bigSize: 0.2rem;
  --titleSize: 0.18rem;
  --smailSize: 0.16rem;
  --smailSizex: 0.14rem;
  --innerWidth: 15rem;
}
p {
  line-height: 1.75;
}
a {
  color: #333;
  text-decoration: auto;
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: var(--hoverColor);
}
.line1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.line3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.line4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .inner {
  width: var(--innerWidth);
  margin: 0 auto;
}
.fix-top {
  padding-top: 100vh;
  position: relative;
  transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: -1;
}
.fix-top.fixed {
  padding-top: 0;
}
/**兼容模式提示**/
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
}
#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}
#browser-modal .browser-content {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 30px;
  background-color: #fff;
  border-radius: 5px;
}
#browser-modal .browser-content .browser-dpc-logo {
  height: 62px;
  margin: 45px auto 30px;
  background: url(/_upload/tpl/00/28/40/template40/images/logo.png) no-repeat center/100% 100%;
}
#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}
#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 14px;
}
#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 40px auto;
  height: 130px;
}
#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#browser-modal .browser-content .browser-item .iconfont {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 30px;
  background-size: 100%;
}
#browser-modal .browser-content .browser-item .iconfont.iconchrome {
  background-image: url(/_upload/tpl/00/28/40/template40/images/Chrome.svg);
}
#browser-modal .browser-content .browser-item .iconfont.iconfirefox {
  background-image: url(/_upload/tpl/00/28/40/template40/images/Firefox.svg);
}
#browser-modal .browser-content .browser-item .iconfont.iconsafari {
  background-image: url(/_upload/tpl/00/28/40/template40/images/Safari.svg);
}
#browser-modal .browser-content .browser-item .iconfont.iconEdge {
  background-image: url(/_upload/tpl/00/28/40/template40/images/Edge.svg);
}
#browser-modal .browser-content .browser-item a {
  color: #921041;
  cursor: pointer;
  display: block;
}
#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}
#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}
/**头部**/
.header {
  border-bottom: none;
  height: auto;
  line-height: inherit;
  background-size: cover;
  position: relative;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(11, 97, 37, 0.9), transparent);
  position: absolute;
  width: 100%;
  top: 0;
  transition: 1s;
}
.header.fix {
  background: var(--mainColor);
}
.header .inner {
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 16.75rem;
}
.header .sitelogo {
  display: flex;
}
.header .sitelogo .logo img {
  width: 3.13rem;
}
.header .sitelogo .logo {
  margin-right: 0.29rem;
  display: inline-block;
}
.header .sitelogo h1 {
  font-size: inherit;
  font-weight: normal;
  background: none;
  padding-left: 0px;
}
.header .sitelogo .sitetitle {
  display: inline-block;
  margin-left: 0.19rem;
  color: #fff;
  min-height: 0.52rem;
  vertical-align: middle;
  margin-top: -0.1rem;
}
.header .sitelogo a {
  align-items: center;
}
.header .sitelogo .tago img {
  width: 3.82rem;
}
.header .sitelogo .sitetitle span {
  display: block;
}
.header .sitelogo img.logo {
  width: 3.4rem;
  transition: all 0.6s ease-in-out;
}
.header .head-main {
  float: left;
  margin-top: 10px;
}
.header .mod {
  display: flex;
  justify-content: space-between;
  height: 1.3rem;
  align-items: center;
}
.post a:hover img {
  transform: scale(1.2);
}

.post1.post-31 .news .news_l {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.post a img {
  transition: all 0.4s ease-in-out;
}
.post-66 a:hover .zt img {
  transform: unset;
}
.post-31 a:hover img {
  transform: unset;
}
.header .head-top {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.header .head-right {
  display: flex;
  align-items: flex-end;
  gap: 0.1rem;
  flex-direction: column;
}
/* 搜索*/
.wp_search {
  display: inline-block;
  position: relative;
  padding-left: 4px;
  border: 1px solid #d0d0d0;
}
.wp_search #keyword {
  width: 160px !important;
  padding: 4px 0;
  border: none;
  height: 20px;
  line-height: 20px;
  background: transparent;
  color: #fff;
}
.wp_search .search {
  width: 32px;
  height: 30px;
  border: 0px;
  background: #ffffff url(../images/sous.png) no-repeat center;
  cursor: pointer;
  vertical-align: top;
}
.searchbox .tt {
  color: #fff;
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.47rem;
}
.searchbox {
  text-align: right;
  width: 0.44rem;
  border-radius: 0.22rem;
  overflow: hidden;
}
.wp-search {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.wp-search:hover {
  background: rgb(255 255 255 / 20%);
}

.wp-search form {
  display: block;
}
.wp-search .search-input {
  margin-left: 0.2rem;
  margin-right: 40px;
}
.wp-search .search-input input.search-title {
  width: 100%;
  line-height: 0.44rem;
  background: none;
  color: #ffffff;
  font-size: var(--titleSize);
  border: 0;
  outline: 0;
  font-family: 'SourceHanSansCN-Regular';
}
.wp-search .search-btn {
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  right: 0;
  top: 0%;
}
.wp-search .search-btn input.search-submit {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: url(/_upload/tpl/00/28/40/template40/images/sous2.svg) no-repeat center;
  cursor: pointer;
}
.header .searchbox:hover {
  width: 3rem;
  border-radius: 0.22rem;
}
.header .searchbox {
  transition: all 0.4s ease-in-out;
}
/**角色**/
.site-rale ul li.links {
  float: left;
}
.links.i4 a::before {
  content: '';
  width: 0.13rem;
  height: 0.13rem;
  background: url(/_upload/tpl/00/28/40/template40/images/ren.png) no-repeat center center / contain;
  position: absolute;
  left: 0.14rem;
  bottom: 0.02rem;
}
.site-lang ul li.links.i4 a {
  padding: 0 0.18rem 0 0.34rem;
}

.site-lang ul li.links.i6 a {
  border: 1px solid #fff;
  border-radius: 0.04rem;
  padding: 0.04rem;
}

li.links.i6 {
  margin-left: 0.18rem;
}

.site-rale ul li.links a {
  line-height: 35px;
  padding: 0 12px 0 12px;
  padding-left: 19px;
  font-size: 13px;
  color: #cad3d4;
  background: url(/_upload/tpl/00/28/40/template40/images/icon_role.png) no-repeat;
}
.site-rale ul li.links a:hover {
  color: #fff;
}
.site-lang ul {
  display: flex;
  align-items: center;
}
.site-lang ul li.links a {
  color: #fff;
  font-size: var(--titleSize);
  padding: 0 0.18rem;
  line-height: 1;
  display: inline-block;
  font-size: var(--smailSize);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.site-lang ul li.links a:hover {
  color: #fff;
}

/**导航**/
#nav {
}
#nav .inner .wp-panel .navbg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.nav .wp-menu {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0.27rem;
}
.nav .wp-menu .menu-item {
  position: relative;
  text-align: center;
}
.nav .wp-menu .menu-item.i1 {
  background: none;
}
.nav .wp-menu .menu-item:last-child a.menu-link{overflow:visible!important;}
.nav .wp-menu .menu-item a > .menu-switch-arrow {
  display: none;
  width: 20px;
  height: 20px;
  background: url(/_upload/tpl/00/28/40/template40/images/nav_j.png) no-repeat center center;
  vertical-align: middle;
}
.nav .wp-menu .sub-menu li .sub-menu {
  display: none;
}
.nav .wp-menu .menu-item a.menu-link {
  line-height: 0.4rem;
  font-size: var(--titleSize);
  display: block;
  color: #fff;
  position: relative;
}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
  font-weight: bold;
  text-decoration: none;
  color: var(--mainColor);
}
.nav .sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 1.5rem;
  z-index: 100;
  background: var(--mainColor);
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  overflow: hidden;
}
.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
}
.nav .sub-menu .sub-item a {
  display: block;
  color: #fff;
  line-height: 0.5rem;
  padding: 0 17px;
  font-size: var(--smailSize);
  background: none;
  text-align: center;
}
.nav .sub-menu .sub-item.hover > a,
.nav .sub-menu .sub-item a:hover {
  color: #333;
  background-color: #fff;
  display: block;
}
.nav .sub-menu .sub-menu {
  left: 100%;
  top: 0px;
  z-index: 200;
  background: #fff;
}
.nav .site-lang {
  display: none;
}
.nav .wp-menu .menu-item a.menu-link:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #fff;
  left: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}
.nav .wp-menu .menu-item a.menu-link:hover:after {
  transform: scale(1);
}
.nav .wp-menu li:hover > .sub-menu {
  transform: translateX(-50%);
  opacity: 1;
}
/**大图**/
.mbanner {
  z-index: 1;
  position: relative;
}
#banner .inner {
  width: 100%;
  text-align: center;
}
.mbanner .news_imgs a {
  display: block;
  height: 100vh;
}
.mbanner .news_list .news:not(:first-child) {
  display: none;
}
.mbanner .news_list.slick-initialized .news:not(:first-child),
.mbanner .news_list.swiper-wrapper .news:not(:first-child) {
  display: block;
}
.mbanner .news_imgs a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;    transition: all 7s ease-in-out;
}
.mbanner .slick-prev,
.mbanner .slick-next {
  z-index: 1;
  top: auto;
  bottom: 50%;
  font-size: 0;
  width: 0.93rem;
  height: 0.71rem;
  opacity: 1;
  border-radius: 0;
  box-shadow: unset;
}
.mbanner .slick-prev {
  left: 0.55rem;
  background: url(/_upload/tpl/00/28/40/template40/images/arrright11.png) no-repeat center;
}
.mbanner .slick-next {
  right: 0.55rem;
  background: url(/_upload/tpl/00/28/40/template40/images/arrleft11.png)no-repeat center;
}
.mbanner .news .news_wz {
  position: absolute;
  top: 3.05rem;
  left: 50%;
  margin-left: -7.95rem;
  text-align: left;
  width: 10.6rem;
}
.mbanner .news .news_wz a {
  color: #17607a;
}
.mbanner .news .news_title {
  display: flex;
  font-size: 0.33rem;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  width: 15rem;
  left: 50%;
  transform: translateX(-7.5rem);
  background: rgb(0 0 0 / 57%);
  height: 1.09rem;
  color: #fff;
  text-align: left;
  padding: 0 0.46rem;
  box-sizing: border-box;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbanner .news .news_title a {
  color: #fff;
  display: block;
  white-space: nowrap;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbanner .slick-dots {
  width: auto;
  bottom: 0.89rem;
  left: 50%;
  margin-left: -8.2rem;
  display: flex;
  align-items: flex-end;
}
.mbanner .slick-dots li {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0;
  background: var(--mainColor);
  background-size: 100%;
  margin: 0;
  opacity: 0.3;
  margin-right: 0.09rem;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 50%;
}
.mbanner .slick-dots li button {
  width: 0.06rem;
  height: 0.06rem;
  background: rgb(255 255 255 / 80%);
  padding: 0;
  display: none;
}
.mbanner .news .news_video {
  height: 100vh;
}
.mbanner .news .news_video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mbanner .news_list .news:after {
  content: '';
  display: none;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
  opacity: 0.42;
  height: 2.07rem;
  width: 100%;
  bottom: 0;
}
.mbanner .slick-dots li:after {
  content: '';
  display: block;
  width: 0.67rem;
  height: 0.69rem;
  background: url(/_upload/tpl/00/28/40/template40/images/dot.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}
.mbanner .slick-dots li.slick-active:after {
  transform: none;
}
.mbanner .slick-dots li.slick-active {
  opacity: 1;
  background: none;
}
.mbanner.fixBanner {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
}
.fixedok .mbanner {
  opacity: 0;
}
/**内容**/
.news_imgs a,
.news_imgs span {
  display: block;
  overflow: hidden;
}
.post .news:hover .news_imgs a img,
.post .news:hover .news_imgs span img {
  transform: scale(1.1);
}

.news_imgs a img,
.news_imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.news_imgs {
  overflow: hidden;
  background: #ccc;
  position: relative;
}
.news_imgs.bg:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 1.4rem;
  background: linear-gradient(0deg, rgb(21, 21, 21) 3.433%, rgba(57, 57, 57, 0) 96.567%);
  bottom: 0;
  opacity: 0.7;
  pointer-events: none;
}
span.underLine {
  background-image: linear-gradient(var(--mainColor), var(--mainColor));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.4s;
}
.news:hover span.underLine {
  background-size: 100% 1px;
  color: var(--mainColor);
}
/**主体公共**/
.post1 .tt {
  display: flex;
  position: relative;
  justify-content: flex-start;
  margin-bottom: 0.42rem;
  align-items: center;
}
.post1 .more_btn {
  position: absolute;
  right: 0;
  bottom: 23px;
}
.post1 .more_btn img {
}
.post1 .more_btn .more_text {
  vertical-align: middle;
  font-size: var(--smailSize);
  color: #1f9988;
  line-height: 0.21rem;
}
.post1 .tt .tit span {
  display: block;
  position: relative;
  z-index: 1;
}
.main6 .post1 .tt .tit{z-index: 1;}
.post1 .tt .tit {
  /* width: 1.59rem; */
  text-align: center;
  position: relative;
  z-index: -1;
}
.post1 .tt .tit:after {
  content: '';
  display: none;
  width: 100%;
  height: 0.72rem;
  position: absolute;
  background-size: 100% auto;
  bottom: 0.057rem;
}
.post1 .tt .title {
  font-size: 0.3rem;
  font-weight: normal;
  font-weight: bold;
  line-height: 1.4;
}
.post1 .tt .tt_en {
  font-size: var(--smailSize);
  font-weight: normal;
}
.post1 .news .news_title {
  font-size: var(--titleSize);
  line-height: 1.35;
  color: #4b4b4b;
  font-weight: bold;
}
.post1 .news .news_text {
  font-size: var(--smailSize);
  line-height: 1.75;
  color: #707070;
}
.post1 .news .news_title a {
  color: #4b4b4b;
}
.post1 .news .news_text a {
  color: #707070;
}
.post1 .news .news_date {
  font-weight: bold;
  font-size: var(--smailSize);
  line-height: 1.32;
  color: #707070;
}
.post1 .news .news_meta {
  color: #fff;
  display: inline-block;
}
.post1 .news .news_meta span {
  display: block;
  text-align: center;
}
.post1 .news .news_meta .news_year {
  font-size: 0.12rem;
}
.post1 .news .news_meta .news_days {
  font-size: 0.23rem;
  font-weight: bold;
  margin: 0.04rem 0;
}
.post1 .news .news_meta .news_month {
  font-size: 0.15rem;
}
.post1 .news .news_l .news_meta {
  width: 0.96rem;
  height: 0.64rem;
  background: var(--mainColor);
  padding-left: 0.14rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0.26rem;
  left: -0.14rem;
  display: flex;
  flex-direction: column;
  justify-content: center; /* gap:0.05rem; */
}
.post1 .news .news_l {
  position: relative;
}
.post1 .news .news_l .news_meta:after {
  position: absolute;
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-top: 0.09rem solid #c9ba90;
  border-left: 0.14rem solid transparent;
  border-right: 0px solid transparent;
  left: 0;
  top: 100%;
}
/* btk1 */
.btk1 .post1 .more_btn .more_text {
  color: #fff;
  font-size: 0.12rem;
}
.btk1 .post1 .more_btn img {
  width: 0.18rem;
  margin-top: 0.03rem;
}
.btk1 .post1 .more_btn {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.btk1 .mr::before {
  width: 100%;
  display: block;
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  top: 0.57rem;
}

.post-16 .news_title1 {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.28rem;
  text-align: left;
}

.post-16 .news {
  list-style: disc;
  color: #fff;
  margin-bottom: 0.12rem;
}

.post-16 ul.news_list2 {
  list-style-position: inside;
  padding-left: 0.14rem;
}
.svg_box {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  transition: all 0.3s ease-in-out;
}
.post-15 .news_title1 {
  color: #fff;
  margin: 0.12rem 0 0.27rem;
  font-size: 0.14rem;
  text-align: center;
}

.post-15 a:hover .svg_box {
  background: #007464;
}
#banner .btk1 .inner {
  padding-top: 0.32rem;
  width: var(--innerWidth);
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.27rem;
transform: scale(1) !important;
}
.btk1 {
  background: rgb(0, 0, 0, 0.44);
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;

}

.post-15 .news {
  width: 16.6%;
}

.post-15 ul.news_list2 {
  display: flex;
  flex-wrap: wrap;
}
.btk1 .ml {
  width: 45.5%;
  padding-top: 0.15rem;
}

.btk1 .mr {
  width: 50.9%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.post.post1.post-16.mbox .title {
  color: #fff;
  font-family: 'ssb';
  font-weight: normal;
}
.post.post1.post-16.mbox {
  width: 44.2%;
}
.post.post1.post-16.post-17.mbox {
  width: 45.4%;
}
.bgtt {
  background: url(/_upload/tpl/00/28/40/template40/images/bigbg.jpg) no-repeat top/ cover;
  overflow: hidden;
}

/**main1**/
.lvvv {
  color: #1f9988;
}
.main1 {
  position: relative;
  z-index: 1;
}
.main1 .mod {
  display: flex;
  justify-content: space-between;
}

.main1 .ml {
  width: 24%;
  box-sizing: border-box;
  padding-right: 0.39rem;
}

.main1 .mc {
  width: 52%;
  box-sizing: border-box;
  padding: 0 0.19rem;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.main1 .ml .post1 .news .news_l {
  padding-bottom: 0.17rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0.12rem;
}
.main1 .mr {
  width: 24%;
  box-sizing: border-box;
  padding-left: 0.25rem;
}
.main1 .ml .news_title1 {
  font-family: 'ssm';
  font-size: 0.18rem;
  line-height: 2;
  margin-bottom: 0.15rem;
}

.main1 .ml .news_time {
  font-size: 0.14rem;
  line-height: 0.19rem;
  color: #f19e39;
}
.main1 .mc .news_imgs {
  padding-top: 66.6%;
}
.main1 .mc .news_title1 {
  font-weight: bold;
  font-size: 0.26rem;
  line-height: 0.4rem;
  text-align: center;
}
.ttxw {
  font-size: 0.16rem;
  text-align: center;
  padding-top: 0.36rem;
  padding-bottom: 0.16rem;
  color: #1f9988;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
}
.c11 {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1f9988;
}
.main1 .mc .short {
  text-align: center;
  margin-top: 0.27rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  min-height: 0.9rem;
}
.main1 .inner {
  padding-top: 0.97rem;
}
.main1 .mr .imgbox {
  width: 0.96rem;
}
.main1 .mr .news_imgs {
  padding-top: 59.6%;
  border-radius: 4px;
}
.post-13 .news_imgs img {
    transform: scale(1.01);
}
.main1 .mr .news_imgs::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/_upload/tpl/00/28/40/template40/images/bian1.png)no-repeat top center /contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.main2 .post-21 .news1 a:hover .news_time21 {
  color: #f19e39;
}
.main1 .mr .bbox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.29rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.23rem;
}

.main1 .mr .news_title1 {
  font-size: 0.16rem;
  line-height: 0.28rem;
  width: calc(100% - 1.11rem);
}

.post-12 .slick-dots {
  bottom: -0.46rem;
}

.post-12 .slick-dots li {
  background: rgba(31, 153, 136, 0.2);
}

.post-12 .slick-dots li.slick-active {
  background: #1f9988;
}

.main1 .ml .post1.post-11 .news_list2 li:last-child .news_l {
  border-bottom: 0;
}

.post-13 .con {
  padding-top: 0.1rem;
}

.main1 .mr .news_title1 {
  font-size: 0.18rem;
  line-height: 0.28rem;
  width: calc(100% - 1.11rem);
}
/**main2**/
.main2 {
  background-size: cover;
  position: relative;
}
.main2 .post-21 .news_list li:last-child {
  padding-right: 0;
}
.main2 .inner {
  padding: 0.82rem 0 0.15rem;
}
.main2 .post-21.post1 .tt {
  width: 3.16rem;
  margin-bottom: 0.62rem;
  padding-top: 0.9rem;
  box-sizing: border-box;
  flex-wrap: nowrap;
  /* margin-bottom: 0; */
}
.main2 .post-21 .con {
  position: relative;
  box-sizing: border-box;
  padding: 0.17rem 0 0 0.57rem;
}
.main2 .post-21 .con::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(/_upload/tpl/00/28/40/template40/images/conpost21bg.png) no-repeat;
  width: 17.1rem;
  height: 3.3rem;
}
.post-21 ul.news_list {
  position: relative;
  z-index: 1;
  padding-top: 0.32rem;
  display: flex;
}

.hexx {
  position: relative;
}
#banner li.news.slick-current.slick-active img {
    transform: scale(1.2);
}
img.men11 {
  position: absolute;
  top: 0;
  left: 5rem;
    width: 8.29rem;
    height: 5.6rem;
  transition: all 1s ease-in;
  transform: scale(2);
  opacity: 0;
}
@keyframes fadeInScale {
  from { /* 初始状态 */
    opacity: 0; /* 半透明 */
    transform: scale(2) translateY(114px); /* 放大2倍 + 向下位移114px */
  }
  30% { /* 三分之一处的过渡状态 */
    opacity: 0.4; /* 透明度稍增 */
    transform: scale(1.6) translateY(80px); /* 缩放和位移幅度减小一半多 */
  }
  70% { /* 三分之二处的过渡状态 */
    opacity: 0.7; /* 接近完全显示 */
    transform: scale(1.2) translateY(30px); /* 进一步缩小和上移 */
  }
  to { /* 结束状态 */
    opacity: 1; /* 完全不透明 */
    transform: scale(1) translateY(0); /* 恢复原大小和位置 */
  }
}

.main2.showdiv img.men11 {
  animation: fadeInScale 1s ease-in forwards;
}
.main2 .post-21 .news1 .news_time21 {
  color: #fff;
  font-weight: bold;
  font-size: 0.14rem;
  line-height: 0.19rem;
  transition: all 0.3s ease-in-out;
}
.main2 .post-21 .news1 .news_title1 {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding-top: 0.05rem;
}

.main2 .post-21 .news1 {
  padding-bottom: 0.405rem;
  width: 25%;
  padding-right: 1.23rem;
}
/**main3**/
.main3 ul.news_list2 {
  display: flex;
  justify-content: space-between;
  gap: 0.41rem;
}

img.poster {
  width: 100%;
  position: relative;
  z-index: 1;
}
.main3 {
  position: relative;
}
.main3 .inner {padding: 0 0 1.08rem;}
.post-31 .news {
  flex: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.post-31 .con {
  position: relative;
}
.newslisthh {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/_upload/tpl/00/28/40/template40/images/p4bg.png) no-repeat center / cover;
  box-sizing: border-box;
  padding: 0.87rem 0.385rem 0 0.5rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.newslisthh .news_title1 {
  color: #fff;
  line-height: 0.28rem;
  font-size: 0.16rem;
}

.newslisthh li {
  list-style: disc;
  color: #fff;
  font-size: 13px;
}

.newslisthh .newsh {
  margin-bottom: 0.81rem;
}

.post-31 .news:hover .newslisthh {
  opacity: 1;
  visibility: visible;
}

.main3 .n1 .newslisthh {
  background: #e44f3fc2;
}

.main3 .n2 .newslisthh {
  background: #d8353cc2;
}

.main3 .n3 .newslisthh {
  background: #d1882fbf;
}

/**main4**/
.main4 .mod ,.main7 .mod{
  display: flex;
  justify-content: space-between;
}
.main5 .mr::before {
    content: '';
    width: 11.52rem;
    height: 7.68rem;
    background: url(/_upload/tpl/00/28/40/template40/images/yrbg.png)no-repeat center /contain;
    position: absolute;
    top: -0.38rem;
    left: -1.01rem;
    z-index:-1;
}
.main4 .ml,.main5 .ml,.main7 .ml {
  width: 54.06%;
}
.post-41 .news_imgs::before {
  content: '';
  width: 100%;
  height: 2.67rem;
  background: url(/_upload/tpl/00/28/40/template40/images/bb41.png) no-repeat;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
section#container-7 {
    position: relative;
    z-index: 2;
    margin-bottom: 0.8rem;
}
.post1.post-42 .tt {
  margin-bottom: 0.3rem;
}

.post.post1.post-42.mbox {
  margin-top: -0.1rem;
}
.post-41 .news_imgs {
  padding-top: 66.7%;
}
.post-41 .news_title1 {
  position: absolute;
  bottom: 0.87rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.32rem;
  padding-left: 0.44rem;
  z-index: 2;
}

.post-41 .slick-dots {
  text-align: left;
  padding-left: 0.44rem;
  bottom: 0.4rem;
}

.post-41 .slick-dots li {
  background: rgba(255, 255, 255, 0.4);
}

.post-41 .slick-dots li.slick-active {
  background: #fff;
}
.main4 .mr,.main5 .mr,.main7 .mr {
  width: 41.6%;
  margin-top: -0.15rem;
}

.post-42 .bbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-42 .news_title1 {
  width: calc(100% - 0.73rem);
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.post-42 .rili11 {
  display: inline-block;
  text-align: center;
}
.post-42 .rtop {
  font-size: 0.28rem;
  font-weight: bold;
  color: #f19e39;
}

.post-42 .rdown {
  font-size: 0.14rem;
  color: #f19e39;
  line-height: 0.32rem;
  font-weight: bold;
}

.post1.post-42 .news .news_l {
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.15rem;
}
/**main5**/
.main5 .mod {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.main5 {
  position: relative;
  z-index: 1;
}
.main5 .inner {
  padding: 0.8rem 0 0.8rem;
}



.post.post1.post-52.mbox {
  width: 75.6%;
}
.post-52 .news_title1 {
  font-size: 0.22rem;
  line-height: 0.37rem;
}

.post-52 .con {
  padding-top: 0.4rem;
}


.post-52 .bbox {
  display: flex;
  align-items: center;
  gap: 0.38rem;
}

.post1.post-52 .news .news_l {
  padding-bottom: 0.29rem;
  border-bottom: 1px solid rgba(26, 141, 123, 0.2);
  margin-bottom: 0.27rem;
}

.hu1 {
  animation: breathing 3s infinite ease-in-out;
}
.hu2 {
  animation: breathing1 3s infinite ease-in-out;
}

.main5 .mmr {
  width: 45.75%;
}

.post-53 .news_imgs {
  padding-top: 66.57%;
}

.post-53 .news_imgs::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.83rem;
  background: url(/_upload/tpl/00/28/40/template40/images/img53.png) no-repeat center/cover;
  display: block;
  bottom: 0;
  z-index: 1;
}

.post-53 .news_title1 {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #fff;
  position: absolute;
  bottom: 0.24rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.4rem;
  z-index: 2;
}

.post-53 .news {
  margin-bottom: 0.172rem;
}
.post-54 .news_time {
  font-size: 0.14rem;
  line-height: 0.23rem;
  color: #f19e39;
}

.post-54 .news_list2 li:last-child .news_l {
  border-bottom: 0;
}

.post-54 .news_title1 {
  font-size: 0.18rem;
  line-height: 0.32rem;
}

.post1.post-54 .news .news_l {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.2rem;
}
.post1.post-54 .more_btn {
  bottom: -0.21rem;
}

.post-92 .news_list2 {
  display: flex;
  justify-content: space-between;
}

.post-92 .news {
  flex: 1;
  justify-content: center;
  display: flex;
}

.post-92 .news_box {
  display: flex;
  justify-content: center;
  width: 0.87rem;
  height: 0.87rem;
  border-radius: 50%;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(52, 118, 104, 0.15));
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.post-92 .news_title1 {
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin-top: 0.16rem;
}
@keyframes breathing {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes breathing1 {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/**main6**/
.main6 {
  position: relative;
  /* z-index: 1; */
}
.main6 .inner {
  padding-bottom: 0.8rem;
}
.post-66 .news_imgs {
  padding-top: 66.59%;
}
.post-66 .slick-prev,
.post-66 .slick-next {
  opacity: 1;
}
.post-66 .news {
  opacity: 0;
}

.active .post-66 .news {
  width: 33.3%;
  float: left;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.post-66 .news:nth-child(1) {
  animation-delay: 0.1s;
}
.post-66 .news:nth-child(2) {
  animation-delay: 0.2s;
}
.post-66 .news:nth-child(3) {
  animation-delay: 0.3s;
}
.post-66 .tu_box {
  margin: 0 0.16rem;
}

.post-66 .news_list {
  margin: 0 -0.16rem;
}

#tab-list1 {
  position: relative;
}

.post-66.post1 .more_btn {
  top: -0.84rem;
}

.post-66 .news_title1 {
  font-size: 0.18rem;
  line-height: 0.32rem;
  min-height: 0.64rem;
}

.post-66 .zt {
  font-size: 0.16rem;
  line-height: 1;
  margin-bottom: 0.15rem;
  color: #0b7669;
}
.post-66 .wz_box .zt:nth-child(2) {
  margin-bottom: 0;
}
.post-66 .wz_box {
  border-left: 1px solid #0b7669;
  box-sizing: border-box;
  padding-left: 0.14rem;    display: none;
}

.post-66 .zt img {
  object-fit: contain;
  vertical-align: inherit;
  display: inline-block;
  margin-right: 0.09rem;
}

ul.tab-menu {
  display: flex;
  gap: 0.435rem;
  position: absolute;
  top: 0.29rem;
  right: 3rem;
}

.tab-name {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #797979;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.tab-name.selected::before {
  content: '';
  width: 0.23rem;
  height: 0.05rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #1f9988;
  bottom: -0.032rem;
  display: block;
}
.tab-name.selected {
  color: #1f9988;
  font-size: 0.2rem;
}
.tab-name::before {
  content: '';
  width: 0;
  transition: all 0.3s ease-in-out;
}

.post-71 .news_title1 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  font-weight: bold;
  color: #fff;
}

.post-71 .short {
  font-size: 0.14rem;
  line-height: 0.26rem;
  min-height: 0.72rem;
}
.post-71 .n2.news {
  background: url(/_upload/tpl/00/28/40/template40/images/p72.png) no-repeat center / cover;
}
.post-71 .n3.news {
  background: url(/_upload/tpl/00/28/40/template40/images/p73.png) no-repeat center / cover;
}
.post-71 .news {
  flex: 1;
  transition: all 0.3s ease-in-out;
  background: url(/_upload/tpl/00/28/40/template40/images/p71.png) no-repeat center / cover;
}

/* 修改箭头按钮文字 */
.main6 .slick-prev,
.main6 .slick-next {
  background: rgba(31 153 136 / 10%);
  font-size: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.8rem;
}
.main6 .slick-prev:before {
  content: '';
  font-size: 0.08rem;
  width: 0.08rem;
  height: 0.16rem;
  background: url(/_upload/tpl/00/28/40/template40/images/arrleft.png) no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -8px;
}
.main6 .slick-next:before {
  content: '';
  font-size: 0.08rem;
  width: 0.08rem;
  height: 0.16rem;
  background: url(/_upload/tpl/00/28/40/template40/images/arrleft.png) no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -8px;
  transform: rotate(180deg);
}

.main6 .slick-prev.slick-disabled:before,
.main6 .slick-next.slick-disabled:before {
  opacity: 1;
}

.post-71 .news_box {
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  height: 4.3rem;
}
.post1.post-71 .news .news_l {
}
.post-71 .news_list2 {
  display: flex;
}
.post-71 .news_no {
  font-size: 0.17rem;
  color: #fff;
  margin-bottom: 0.24rem;
}
.post-71 .wz {
  height: 100%;
  position: absolute;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  background: rgba(31, 153, 136, 0.8);
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0.6rem;
  box-sizing: border-box;
  padding-top: 0.42rem;
}
/* main8 */
.main8 .mod {
  display: flex;
  justify-content: space-between;
}
.main8 .ml {
  width: 28%;
  padding-top: 1.21rem;
}
.main8 .mr {
  width: 55.6%;
}

.post-81 .news_box {
  display: flex;
  align-items: center;
}
.post1.post-81 .news .news_l {
  min-height: 0.38rem;
}

.post-81 .con {
  padding-top: 0.4rem;
}
.post-81 .news {
  float: left;
  width: 50%;
  margin-bottom: 0.65rem;
}

.post-81 .news_title1 {
  font-size: 0.22rem;
  margin-left: 0.18rem;
}

.main8 .inner {
  padding-top: 1.3rem;
  padding-bottom: 0.38rem;
  padding: 0rem 0 1.15rem;
}.main4 .inner {
    padding: 0.5rem 0 0 0;
}
.post-82 .news_imgs {
  padding-top: 57.91%;
}

.post-89 .news {width:50%;float:left;margin-bottom: 0.19rem;}
.post-89 .news_imgs{padding-top:75.3%}

.post-89 .news_l {margin:0 0.125rem;}

.post-89 ul.news_list2 {margin:0 -0.125rem;}
.post-82 .news_title1 {
  position: absolute;
  bottom: 0.397rem;
  box-sizing: border-box;
  padding-left: 0.312rem;
  color: #fff;
  font-size: 0.17rem;
  z-index: 2;
}
.post-82 .news_imgs::before {
  content: '';
  display: block;
  background: url(/_upload/tpl/00/28/40/template40/images/bg82.png) no-repeat center / cover;
  width: 100%;
  height: 1.38rem;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.post-82 .news_box::before {
  content: '';
  display: block;
  background: url(/_upload/tpl/00/28/40/template40/images/play33.png) no-repeat center / contain;
  position: absolute;
  width: 0.901rem;
  height: 0.901rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
/**列表页**/
.l-banner {
  height: 4.57rem;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #c5c4c4;
  position: relative;
  background-size: cover;
}
.l-banner:after {
  content: '';
  display: none;
  width: 100%;
  position: absolute;
  height: 60%;
  background: url(/_upload/tpl/00/28/40/template40/images/bannerbg.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
}
.l-banner img {
  display: none;
  height: 100%;
  vertical-align: top;
}
#l-container {
  position: relative;
  background: url(/_upload/tpl/00/28/40/template40/images/listbg.png) no-repeat bottom / cover;
}
#l-container .inner {
  padding: 0.91rem 0 1.4rem;
  position: relative;
}
#d-container .inner {
  background: #fff;
}
/**栏目列表**/
.col_menu_head {
  position: absolute;
  bottom: 100%;
  z-index: 1;
  width: 100%;
  left: 0;
}
.col_name span {
  font-size: 0.44rem;
  color: #fff;
  position: relative;
}
.news_day img {
  vertical-align: text-bottom;
  margin-right: 0.07rem;
}
.col_name span::before {
  content: '';
  background: url(/_upload/tpl/00/28/40/template40/images/col_n1.png) no-repeat;
  position: absolute;
  width: 0.49rem;
  height: 0.18rem;
  left: -0.55rem;
  bottom: 0.13rem;
  background-size: contain;
}
.col_name {
  margin-bottom: 0.3rem;
}
.col_path a,
.col_path span {
  color: #fff;
  font-size: var(--smailSize);
  line-height: 1.3;
}
.col_path {
  display: inline-block;
  padding-left: 0.26rem;
  background: url(/_upload/tpl/00/28/40/template40/images/home.svg) no-repeat left;
  margin-bottom: 0.63rem;
}
.possplit::after {
  content: '/';
  font-size: 0.15rem;
}
.possplit {
  margin: 0 0.08rem;
  width: auto;
  background-image: none;
  color: #666;
  text-indent: inherit;
  font-size: 0;
}
.col_list {
  width: 100%;
  position: relative;
  height: 0.9rem;
  padding-right: 0.9rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  display: none;
}
.col_list::before {
  content: '';
  display: block;
  width: calc(50vw + 8.2rem);
  height: 0;
  right: 0;
  position: absolute;
  top: 0;
  border-bottom: 0.86rem solid #1F9988;
  border-right: 0.35rem solid transparent;
  border-left: 0.35rem solid transparent;
}
.column-switch {
  display: none;
}
.col_list ul {
  position: relative;
  width: 100%;
}
.col_list ul li {
  float: left;
}
.col_list .col_column .col_item_link.selected {
  opacity: 1;
}
.col_list .col_column .col_item_link {
  color: #fff;
  padding: 0 0.36rem;
  font-size: var(--smailSize);
  border-right: 1px solid rgb(255 255 255 / 20%);
  display: inline-block;
  display: block;
  text-align: center;
  opacity: 0.7;
  margin: 0.05rem 0;
}
.col_list .slick-next,
.col_list .slick-prev {
  width: auto;
  height: auto;
  background: 0 0;
  border-radius: 0;
}
.col_list .slick-prev {
  left: -0.4rem;
  display: none !important;
}
.col_list .slick-next {
  right: -0.5rem;
  width: 0.3rem;
  text-align: center;
}
.col_list .slick-next:hover,
.col_list .slick-prev:hover {
  opacity: 1;
  color: #fff;
  background: 0 0;
}
/**默认新闻列表页**/
.hot_news .ctit {
  font-weight: bold;
  font-size: 0.24rem;
  margin-bottom: 0.358rem;
}

.c2time {
  font-size: 0.16rem;
  font-weight: bold;
  color: #1f9988;
  margin-bottom: 0.13rem;
  transform: translateY(-0.03rem);
}

.cnews_title2 {
  font-size: 0.18rem;
  line-height: 0.32rem;
}

.c2box {
  padding-bottom: 0.42rem;
}

.hot_news .cnews {
  border-left: 1px dashed #c7eae5;
  box-sizing: border-box;
  padding-left: 0.23rem;
  position: relative;
}
.col_box2 {
  width: 66%;
}

.hot_news {
  box-sizing: border-box;
  padding: 0.5rem 0.37rem 0.7rem;
  background: linear-gradient(180deg, rgba(234, 244, 242, 0.6), transparent);
  min-height: 12.26rem;
}
.hot_news11 {
  width: 22.6%;
}
.cobox {
  display: flex;
  justify-content: space-between;
}
.mrlist .col_news_list .news_list .news .news_title a:hover {
  text-decoration: underline;
  color: #347668;
}

.mrlist .col_news_list .news_list .news {
  display: flex;
  margin-bottom: 0.4rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px dashed #347668;
}
.mrlist .col_news_list .news_list .news .news_imgs {
  width: 3.29rem;
  flex: none;
  margin-right: 0.4rem;
  background: 0 0;
  display: flex;
  align-items: center;
  display: none;
}
.mrlist .col_news_list .news_list .news .news_imgs a {
  padding-top: 68.99%;
  width: 100%;
}
.mrlist .col_news_list .news_list .news .news_wz {
  flex: 1;
  padding: 0.18rem 0;
}
.mrlist .col_news_list .news_list .news .news_meta {
  margin-bottom: 0.33rem;
}
.mrlist .col_news_list .news_list .news .news_meta span {
  display: block;
  color: #f19e39;
}
.mrlist .col_news_list .news_list .news .news_year {
  font-size: 0.14rem;
}
.mrlist .col_news_list .news_list .news .news_day {
  font-size: 0.14rem;
  line-height: 1.64;
}

.post.post1.post-92.mbox {
  padding-bottom: 0.52rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.56rem;
}

.post-92 .news_box:hover {
  background: #4d9274;
}
.mrlist .col_news_list .news_list .news .news_title {
  font-size: var(--titleSize);
  line-height: 1.77;
  margin-bottom: 0.28rem;
  color: #2b2b2b;
}
.mrlist .col_news_list .news_list .news .news_text {
  font-size: var(--smailSize);
  line-height: 1.75;
}
.mrlist .col_news_list .news_list .news .news_text a {
  color: #666;
}
.mrlist .col_news_list .news_list .news.noimg .news_imgs {
  display: none;
}
/**文章页**/
.info .col_metas.clearfix {
  height: 0.63rem;
}
.infobox {
  padding: 0.56rem 0;
  margin: 0 auto;
  width: auto;
}
.article h1.arti_title {
  line-height: 1.3;
  font-size: 0.36rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.article h2.arti_title {
  line-height: 2;
  font-size: 0.2rem;
  text-align: center;
  color: #1b1b1bc7;
  margin-bottom: 0.2rem;
}
.article .arti_metas {
  text-align: center;
  line-height: 1.3;
  margin: 0;
}
.article .arti_metas > span {
  margin: 0 0.16rem 0 0;
  font-size: var(--smailSize);
  color: #858585;
}
.article .arti_info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article .entry {
  margin: 0 auto;
  margin-top: 0.4rem;
  min-height: 400px;
}
.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: var(--smailSize) !important;
  color: #333;
  font-family: "PingFang","Microsoft Yahei" !important;
  text-indent: #2em !important;
  font-size:0.2rem !important;
}
.article .entry .read p {
  margin-bottom: 10px;
}
.article .entry .read p > img {
  margin: 0 auto !important;
  max-width: 940px;
  display: block;
}
.article .entry .read table {
  margin: 0 auto;
  border: none !important;
}
.sibi_art {
  margin-top: 1.3rem;
}
span.Article_MicroImage img {
  width: 3rem !important;
  height: 2rem !important;
  margin-bottom: 0.2rem;
}

.wp_artfuns .wp_art_adjoin {
  display: flex;
  line-height: 0.48rem;
  font-size: var(--titleSize);
  flex-wrap: wrap;
}
span.next-title,
span.prev-title {
  width: calc(100% - 0.8rem);
}
.paging_content p,
.paging_content span {
  background: unset !important;
  font-size: var(--smailSize) !important;
  font-family: 'aria' !important;
  text-indent: 2em !important;
  line-height: 2 !important;
}
.tilt_bm h3,
.cont_bm a {
  font-family: 'Microsoft YaHei' !important;
}
div#vsb_content_2_8747_u81 {
  background: unset !important;
}

.cqiu {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1f9988;
  position: absolute;
  left: -0.055rem;
  top: 0;
}
.wp_artfuns .wp_art_adjoin .next {
  padding: 0;
}
.wp_artfuns .wp_art_adjoin .next,
.wp_artfuns .wp_art_adjoin .prev {
  pointer-events: none;
  width: auto;
}
/**底部**/
#footer {
  background: var(--mainColor);
  background-size: cover;
  position: relative;
}
.footer .inner {
  padding: 0.59rem 0 0.445rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.footer .level2 {
  display: flex;
  justify-content: space-between;
}

.footer .mc {
  width: 4.53rem;
}

.footer .tit {
  color: #fff;
  font-weight: bold;
  font-family: 'ssr';
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin-bottom: 0.2rem;
}

.footer .lxwm {
  font-family: 'ssr';
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #fff;
  opacity: 0.6;
}

.footer .add {
  margin-bottom: 0.09rem;
}

.footer .zsb {
  margin-bottom: 0.12rem;
}

.footer .yzbm {
  margin-bottom: 0.2rem;
}

.post-94 li.news {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
}

.post-94 .news_title1 {
  margin-left: 0.193rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.level2 .mr {
  width: 22.8%;
}
/**分享**/
.shares .news_list {
  display: flex;
  text-align: center;
  gap: 0.17rem;
}
.shares .news_list .imgs {
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 127%;
  left: 50%;
  margin-left: -0.5rem;
  transform: translateY(-0.4rem);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.shares .news_list .imgs img {
  width: 100%;
  height: 100%unset;
}
.shares .news_list .news_icon {
  display: block;
  background-color: #ffffff2e;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  background-size: 53%;
}
.shares .news_list .news {
  position: relative;
}
.shares .news_list .n1 .news_icon {
  background-image: url(/_upload/tpl/00/28/40/template40/images/weixin.svg);
}
.shares .news_list .n2 .news_icon {
  background-image: url(/_upload/tpl/00/28/40/template40/images/weibo.svg);
}
.shares .news_list .news_icon:hover {
  opacity: 1;
}
.shares .news_list .news:hover .imgs {
  opacity: 1;
  transform: none;
}
.shares .news_list .news_title {
  color: #fff;
  font-size: var(--smailSizex);
  line-height: 1.4;
  margin-top: 0.13rem;
}

.artbox11 {
  display: flex;
  justify-content: space-between;
}

.article {
  width: 66%;
}
.post1.post-42 .news_list2 li:last-child .news_l {
  border-bottom: 0;
}

.post1.post-31 .tt {
  margin-bottom: 0.45rem;
  /* padding-top: 0.7rem; */
}
/**侧导航**/
nav.Quick-navigation {
  position: fixed;
  right: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  font-size: 19px;
  line-height: 70px;
  background: var(--mainColor);
  color: #fff;
  padding: 0 16px;
  border-radius: 20px;
}
nav.Quick-navigation a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
nav.Quick-navigation a.current {
  color: #e1d4a4;
  border-bottom: 1px solid var(--hoverColor);
}
.Scroll-to-top {
  display:none;
  width: auto;
  height: 60px;
  z-index: 1;
  background: #fff;
  bottom: 2%;
  /* border-radius: 50%; */
  right: 1%;
  background:var(--mainColor);
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-align: right;
  padding: 0 20px;
}
.post-52.post1 .more_btn {
  display: none;
}
/** 加载 **/
.pre-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: var(--hoverColor);
  z-index: 999;
}
.spinner2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
img.bg61 {
  position: absolute;
  top: -3.2rem;
  width: 100%;
}
.btk1 .n1 .svg_box {
    background: #007464;
}

.btk1 .n2 .svg_box {
    background: #82A531;
}
.btk1 .n3 .svg_box,.btk1 .n10 .svg_box {
    background: #5E5705;
}
.btk1 .n4 .svg_box ,.btk1 .n12 .svg_box {
    background: #9BAF6C;
}
.btk1 .n5 .svg_box {
    background: #F19E39;
}
.btk1 .n6 .svg_box,.btk1 .n11 .svg_box {
    background: #82A531;
}

.btk1 .n7 .svg_box {
    background: #88A57D;
}

.btk1 .n8 .svg_box {
    background: #4DAC8E;
}
.btk1 .n9 .svg_box {
    background: #72A55F;
}
img.men12 {
  width: 6.33rem;
  height: 7.37rem;
  left: unset;
  right: 0.5rem;
  top: 50%;
  position: absolute;
  transition: top 0.1s ease;
}

div#wp_content_w6_0 h3 {
  background: unset !important;
}

div#vsb_content_2_1002_u81 {
  background: unset !important;
}
.container1 > div,
.container2 > div,
.container3 > div {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out; /* Prevent first frame from flickering when animation starts*/
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner2 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

ul.ccnews_list li:last-child {
  border: 0;
}
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.circle1 {
  top: 0;
  left: 0;
}
.circle2 {
  top: 0;
  right: 0;
}
.circle3 {
  right: 0;
  bottom: 0;
}
.circle4 {
  left: 0;
  bottom: 0;
}
.bgtt section.main4 {
  overflow: unset;
}
.bqsy a {
  color: #fff;
  font-size: 0.14rem;
}
div#wp_content_w6_0 table {
  width: 100% !important;
}
span.Article_Title {
  display: none !important;
}
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/**特殊页通用**/
body.tsy .col_name{text-align:center;position: relative;font-family: 'ssb';margin-bottom: 0.52rem;}
body.tsy .col_path{display:none;}
body.tsy .col_list{display:flex;padding-right: 0;height: 0.86rem;}
body.tsy .col_name span{font-size:0.5rem;text-shadow: 0 0.03rem 0.06rem rgb(0 0 0 / 73%);display: inline-block;}
body.tsy .col_name span::before{
    top: 58%;
    transform: translateY(-50%)rotate(180deg);
    bottom: auto;
    left: -0.75rem;
}
body.tsy .col_name span::after {
  content: '';
  background: url(/_upload/tpl/00/28/40/template40/images/col_n1.png) no-repeat;
  position: absolute;
  width: 0.49rem;
  height: 0.18rem;
  right: -0.75rem;
  transform: translateY(-50%);
  bottom: auto;
  background-size: contain;
  top: 58%;
}
body.tsy  .col_list::before{
    left: -0.5rem;
    width: 100%;
    padding: 0 0.5rem;
}
body.tsy .col_list .col_column .col_item_link{
    border-right: 0;
    font-size: var(--bigSize);
    opacity: 1;
    position: relative;
}
body.tsy .col_list .col_column .col_item_link:before{content:'';background:#F19E39;width:0.79rem;height: 0.05rem;position: absolute;bottom: -0.33rem;opacity: 0;transition: 0.7s;left: 50%;transform: translateX(-50%);}
body.tsy .col_list .col_column .col_item_link:after{background:url(/_upload/tpl/00/28/40/template40/images/col_select.svg);content:'';width: 0.85rem;height: 0.85rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);transition: 0.7s;opacity: 0;}
body.tsy .col_list .col_column .col_item_link.selected:after{opacity:1}
body.tsy .col_list .col_column .col_item_link.selected:before{opacity:1}
body.tsy .col_list ul{display:flex;}
body.list_zzjg #l-container{background: linear-gradient(0deg, #F0FAF7, #fff);}
body.list_zzjg .col_news_left{
    width: 2rem;
    position: sticky;
    margin-right: 0.28rem;
    top: 0.5rem;
    float: left;
}
body.list_zzjg .cobox{display:block;}
body.list_zzjg .col_news_left .col_item_link {font-size:0.23rem;opacity: 0.38;line-height: 1.5;transition: 0s;}
body.list_zzjg .col_news_left .col_item_link.selected{font-size:0.28rem;color:#347668;opacity:1;position:relative;padding-left: 0.22rem;font-family: 'ssm';display: block;}
body.list_zzjg .col_news_left .col_item_link.selected:before{content:'';width: 0.49rem;background:url(/_upload/tpl/00/28/40/template40/images/pulse-line-b.svg)no-repeat;height: 0.18rem;display: block;position: absolute;left: -0.37rem;transform: translateY(-50%);top: 50%;background-size: contain;}
body.list_zzjg .col_news_right{/* width:0; */flex:1;margin-left: 2.28rem;}
body.list_zzjg .wp_subcolumn_list .wp_sublist .sublist_title{display:none;}
body.list_zzjg .col_news_left .col_column{
    margin-bottom: 0.53rem;
}
body.list_zzjg .wp_subcolumn_list .news_list{
    display: flex;
    column-gap: 0.58rem;
    flex-wrap: wrap;
}
body.list_zzjg .wp_subcolumn_list .news_list .news{min-width:40%;margin-bottom: 0.48rem;}
body.list_zzjg .wp_subcolumn_list .news_list .news_title{
    line-height: 1.5;
    font-size: var(--bigSize);
    background: url(/_upload/tpl/00/28/40/template40/images/jgico.svg)no-repeat left top;
    padding-left: 0.67rem;
}
body.list_zzjg .wp_subcolumn_list .wp_sublist{margin-bottom:0}
body.list_zzjg .wp_subcolumn_list{padding-top: 0.29rem;border-bottom:0.01rem solid rgb(31 153 136 / 22%);margin-top: 0.41rem;}
/**无图片**/
body.list_noimgs .cobox{display:block;}
body.list_noimgs .col_box2{width:auto;}
body.list_noimgs .col_box2 .news{background:#1F9988;padding:0 0 0.2rem 0.17rem;margin-bottom:0.51rem}
body.list_noimgs .col_box2 .news_box {box-shadow:0 0.03rem 0.2rem rgb(0 0 0 / 6%);display: flex;background: #FFF url(../images/logoico.svg)no-repeat left bottom;position: relative;padding: 0.3rem 0.2rem 0.23rem 0.2rem;background-size: 1.37rem;}
body.list_noimgs .col_box2 .news_meta{width:0.9rem;color: #1F9988;margin-right: 0.33rem;}
body.list_noimgs .col_box2 .news_year{font-size:0.15rem;}
body.list_noimgs .col_box2 .news_week{}
body.list_noimgs .col_box2 .news_wz{width:0;flex:1}
body.list_noimgs .col_box2 .meta_top{display:flex;justify-content: space-between;margin-bottom: 0.08rem;}
body.list_noimgs .col_box2 .news_bottom{display:flex;justify-content: space-around;font-size: 0.29rem;align-items: center;}
body.list_noimgs .col_box2 .news_bottom .line{height:0.228rem;width:0.01rem;background:#347668;opacity:0.3}
body.list_noimgs .col_box2 .news_title{font-size:var(--titleSize);font-weight: bold;margin-bottom: 0.16rem;}
body.list_noimgs .col_box2 .news_text{font-size:var(--smailSize);color:#5D5D5D;line-height: 1.75;height: 0.56rem;}
body.list_noimgs .col_box2 .news:nth-child(2){background:rgb(31 153 136 / 90%)}
body.list_noimgs .col_box2 .news:nth-child(3){background:rgb(31 153 136 / 80%)}
body.list_noimgs .col_box2 .news:nth-child(4){background:rgb(31 153 136 / 70%)}
body.list_noimgs .col_box2 .news:nth-child(5){background:rgb(31 153 136 / 60%)}
body.list_noimgs .col_box2 .news:nth-child(6){background:rgb(31 153 136 / 50%)}
body.list_noimgs .col_box2 .news:nth-child(7){background:rgb(31 153 136 / 40%)}
body.list_noimgs .col_box2 .news:nth-child(8){background:rgb(31 153 136 / 30%)}
body.list_noimgs .col_box2 .news:nth-child(9){background:rgb(31 153 136 / 20%)}
body.list_noimgs .col_box2 .news:nth-child(10){background:rgb(31 153 136 / 10%)}
body.list_noimgs .page_div{
    display: flex;
    justify-content: center;
}

/**文化标识**/
body.list_whbs .wrapbox .wrapper .inner{
    width: 12rem;
}
body.list_whbs{background:#FCFEFF;}
body.list_whbs #l-container .inner{padding:0}
body.list_whbs .gkmain1 .inner{padding: 0.71rem 0 0.87rem;}
body.list_whbs .bspost .news_title{font-size:0.28rem;font-weight: bold;}

body.list_whbs .bspost-11 .news_title{margin-bottom: 0.27rem;color:#347668}

body.list_whbs .bspost .news_content{font-size:var(--titleSize);line-height: 1.888;font-family: 'ssr';}
body.list_whbs .bspost-12 .news_list2{display:flex;align-items: flex-end;justify-content: space-between;}
body.list_whbs .bspost-12 .news_list2 .news:first-child{width:5.75rem}
body.list_whbs .bspost-12 .news_list2 .news:first-child .news_imgs{height:1.55rem;}
body.list_whbs .bspost-12 .news_list2 .news:last-child .news_imgs{height:2.44rem;background: none;}
body.list_whbs .bspost-12 .news_list2 .news:last-child{width:2.76rem;margin-right: 1.31rem;}
body.list_whbs .bspost-12{margin-top:0.2rem}
body.list_whbs .bspost-21 .news_content p span{
    color:#347668;font-weight:bold;
}
body.list_whbs .bspost-21 .news_imgs{width:8.48rem;height:0.67rem;background:none;margin-bottom: 0.35rem;}
body.list_whbs .bspost-21 .news_title{margin-bottom:0.53rem}
body.list_whbs .bspost-21 .news{padding:0 0 0.59rem;border-bottom:0.01rem solid #E6E6E6;margin-bottom: 0.67rem;}
body.list_whbs .bspost-21 .n2 .news_imgs{width:8rem;height:0.64rem}
body.list_whbs .bspost-21 .n3 .news_imgs{width:12.18rem;height:0.53rem;margin-right:-0.18rem}
body.list_whbs .bspost-21 .n3{border-bottom:0;margin-bottom: 0;}
body.list_whbs .gkmain2{background: linear-gradient(180deg, rgb(83 203 153 / 6%), rgb(217 160 160 / 8%));}
body.list_whbs .gkmain2 .inner{padding:0.879rem 0 0.1rem}
body.list_whbs .gkmain3 .inner{padding: 0.886rem 0 1.25rem;}
body.list_whbs .bspost-31 .news_title{margin-bottom:0.474rem}
body.list_whbs .bspost-31 .news_wz{display:flex;}
body.list_whbs .bspost-31 .news_wz .news_imgs{width:5.9rem;margin-right: 0.09rem;background: #347668;}
body.list_whbs .bspost-31 .news_wz .news_imgs img{left:0.24rem;right:0.24rem;width: calc(100% - 0.48rem );}
body.list_whbs .bspost-31 .news_wz .news_con{flex:1;width:0;background: #347668;padding: 0.13rem 0.18rem;}
body.list_whbs .bspost-31 .news_wz .news_content{border:0.01rem solid rgb(255 255 255 / 30%);color: #fff;text-align: center;padding: 0.25rem 0 0;font-size: var(--smailSize);padding-bottom: 0.07rem;}
body.list_whbs .bspost-31 .news_wz .news_content p{line-height:1.625}
body.list_whbs .bspost-31 .news_wz .news_content p:first-child{font-size:0.24rem;font-weight:bold;margin-bottom: 0.15rem;}
body.list_whbs .bspost-31 .news_wz .news_content p:nth-child(2){font-size:var(--smailSizex);margin-bottom: 0.14rem;}

/**校园风光**/
body.list_xyfg #l-container{background: linear-gradient(0deg, #F0FAF7, #fff);}
body.list_xyfg .col_tt{color:#347668;font-size: 0.28rem;font-weight: bold;margin-bottom: 0.44rem;}
body.list_xyfg #l-container .inner{padding: 0.88rem 0 1.21rem;}
body.list_xyfg .campusimg{display:flex;height: 7.68rem;}
body.list_xyfg .campusimg .news_imgs{background:#fff;}
body.list_xyfg .campusimg .list-l{width:2.39rem;margin-right: 0.35rem;padding: 0.48rem 0;position: relative;}
body.list_xyfg .campusimg .list-l .swiper{height:100%}
body.list_xyfg .campusimg .list-l .swiper-slide{height:auto;}
body.list_xyfg .campusimg .list-l .news_box{
    box-shadow: 0 0.03rem 0.1rem rgb(0 0 0 / 12%);
}
body.list_xyfg .campusimg .list-l .news_imgs{padding:0.1rem}
body.list_xyfg .campusimg .list-l .news_imgs a{
    padding-top: 63.4%;
}
body.list_xyfg .campusimg .list-r .news_imgs{padding:0.1rem}
body.list_xyfg .campusimg .list-r .news_imgs a{
    padding-top: 62%;
}
body.list_xyfg .campusimg .list-r{width:0;flex:1;box-shadow: 0 0.03rem 0.1rem rgb(0 0 0 / 12%);}

body.list_xyfg .campusimg .list-l .swiper-button{
    width: 2.39rem;
    height: 0.32rem;
    background-size: cover;
    margin-top: 0;
    right: auto;
    left: 0;
}
body.list_xyfg .campusimg .list-l .swiper-button-prev{ 
  top: 0;
    background: url(/_upload/tpl/00/28/40/template40/images/prve.svg) no-repeat;}
body.list_xyfg .campusimg .list-l .swiper-button-next{
    background: url(/_upload/tpl/00/28/40/template40/images/next.svg) no-repeat;
    bottom: 0;
    top: auto;
}
body.list_xyfg .campusimg .list-l .swiper-button:after{display:none;}
body.list_xyfg .cobox .news_list{display:flex;flex-wrap: wrap;column-gap: 0.47rem;row-gap: 1.1rem;}
body.list_xyfg .cobox .news_list .news{
    width: calc((100% - 0.94rem)/3);
}
body.list_xyfg .cobox .news_list .news_box{
    box-shadow: 0 0.03rem 0.1rem rgb(0 0 0 / 12%);
    padding: 0.1rem;
}
body.list_xyfg .cobox .news_list .news_imgs{background: #fff;}
body.list_xyfg .cobox .news_list .news_imgs a{padding-top:65%}
body.list_xyfg .cobox{display:block;margin-top: 1.21rem;}
body.list_xyfg  .col_box2{width:auto;}
body.list_xyfg .cobox .news_list .news:hover .news_imgs a{transform:scale(1.05)}
body.list_xyfg .page_div{
    display: flex;
    justify-content: center;
}

.mr2 {
    width: 42.73%;
    overflow: hidden;
}
.main5 .mr .con {
    position: relative;
}
.wzxx {
  position: absolute;
  top: 0;
  right: 0;
}

.zzjgbox {
    margin-top: -0.5rem;
}
#banner .inner{transform:none !important;}