@charset "utf-8";
/*Technical Support SudyTech*/

@font-face {
  font-family: "shr";
  src: url("fonts/SourceHanSansCN-Regular.ttf");
}
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: "Microsoft YaHei", "\u5b8b\u4f53", Tahoma,
    Geneva, sans-serif;
   /*font-family: "shr", "PingFang";*/
  color: #232222;
  background: #fff;
}
:root {
  --mainColor: #068c7e;
  --hoverColor: #068c7e;
  --bigSize: 0.2rem;
  --titleSize: 0.18rem;
  --smailSize: 0.16rem;
  --smailSizex: 0.14rem;
  --innerWidth: 16.4rem;
}
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;
}
.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .inner {
  width: var(--innerWidth);
  margin: 0 auto;
}
/**兼容模式提示**/
.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png");
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: 40px;
  bottom: auto;
  background: url("../image/close.png") center no-repeat;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}
.pageTips .container a.close {
  display: none !important;
}
/**头部**/
.header {
  border-bottom: none;
  height: auto;
  line-height: inherit;
  background-size: cover;
  position: relative;
  z-index: 3;
  background: linear-gradient(to bottom, #068c7e, #0c695f14, 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: 17.8rem;
  padding-bottom: 1.5rem;
}
.header.fix .inner {
  padding-bottom: 0;
}
.header .sitelogo {
  display: flex;
}
.header .sitelogo .logo img {
  width: 6.28rem;
}
.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;
}
.header .head-top {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  display: none;
}
.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: 100%;
  max-width: 3.44rem;
  margin-left: 0.89rem;
  border-radius: 1rem;
  overflow: hidden;
  padding: 0.13rem 0;
  border: 1px solid #068c7e;
  background: #fff;
}
.wp-search {
  position: relative;
  background: #fff;
}
.wp-search form {
  display: block;
}
.wp-search .search-input {
  margin-left: 0.31rem;
  margin-right: 0.5rem;
}
.wp-search .search-input input.search-title {
  width: 100%;
  line-height: 0.44rem;
  background: none;
  color: #068c7e;
  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.24rem;
  top: 0%;
}
.wp-search .search-btn input.search-submit {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: url(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 {
}
.site-rale ul {
}
.site-rale ul li.links {
  float: left;
}
.site-rale ul li.links a {
  line-height: 35px;
  padding: 0 12px 0 12px;
  padding-left: 19px;
  font-size: 13px;
  color: #cad3d4;
  background: url(images/icon_role.png) no-repeat;
}
.site-rale ul li.links a:hover {
  color: #fff;
}
.site-lang ul {
  display: flex;
}
.site-lang ul li.links a {
  color: #fff;
  font-size: var(--titleSize);
  padding: 0 0.14rem;
  line-height: 1;
  display: inline-block;
  font-size: var(--smailSize);
}
.site-lang ul li.links a:hover {
  color: #fff;
}
.header .site-lang ul li.links:first-child a {
  border-right: 1px solid #fff;
}

/**导航**/
#nav {
  width: 9rem;
}
#nav .inner {
}
#nav .inner .wp-panel {
}
#nav .inner .wp-panel .wp-window {
}
#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;
}
.nav .wp-menu .menu-item {
  position: relative;
  text-align: center;
}
.nav .wp-menu .menu-item.i1 {
  background: none;
}
.nav .wp-menu .menu-item a > .menu-switch-arrow {
  display: none;
  width: 20px;
  height: 20px;
  background: url(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: 0.2rem;
  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 {
  perspective: 1920px;
  transform-style: preserve-3d;
  background: #fff;
  border-radius: 0 0 0.33rem 0;
  overflow: hidden;
}
#banner .inner {
  width: 100%;
  text-align: center;
  position: relative;
  transform: translate(0px, 0px) !important;
}
.mbanner .news_imgs a {
  display: block;
  height: 70vh;
}
.mbanner .news_imgs a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mbanner .slick-prev,
.mbanner .slick-next {
  z-index: 1;
  top: auto;
  bottom: calc((100% - 2.2rem) / 2 - 0.23rem);
  opacity: 0.8;
}
.mbanner .slick-prev {
  left: 0.55rem;
}
.mbanner .slick-next {
  right: 0.55rem;
}
.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.28rem;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(0deg, #05403A, transparent);
  height: 1.09rem;
  color: #fff;
  text-align: left;
  padding: 0 4.97rem;
  box-sizing: border-box;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
display: none;
}
.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.4rem;
  right: 1.57rem;
  margin-left: 0;
  display: flex;
  align-items: flex-end;
}
.mbanner .slick-dots li {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0;
  background: #fff;
  background-size: 100%;
  margin: 0;
  opacity: 1;
  margin-left: 0.32rem;
  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.08rem;
  height: 0.08rem;
  background: rgb(255 255 255 / 80%);
  padding: 0;
  display: none;
}
.mbanner .news .news_video {
  height: 70vh;
}
.mbanner .news .news_video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mbanner .news_imgs a:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 60%;
  background: url(images/bannerbg.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
}
.mbanner .news .news_video:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 60%;
  background: url(images/bannerbg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  bottom: 0;
}
.mbanner .slick-dots li:after {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: #FFFFFF;
  background-size: 100% 100%;
  position: absolute;
  top: -0.12rem;
  transform: scale(0);
  opacity:0.3;
  border-radius:50%;
  z-index: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;

}
.bannerPage #banner .inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.bannerPage #banner {
  height: 100vh;
  position: relative;
  transform-style: initial;
  perspective: none;
}
.bannerPage .body_m {
  z-index: 1;
}

.bannerPage .body_m .wrapper {
  position: relative;
  z-index: 1;
}

.sousbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.78rem;
  max-width: 4.8rem;
  padding-top: 0.33rem;
  background: #fff;
  border-top-right-radius: 0.3rem;
}
.sousbox:after{content:'';width: 0.28rem;height: 0.29rem;background: url(images/b11.png)no-repeat center/cover;position:absolute;right: -0.28rem;bottom: -0.01rem;}
.sousbox:before{content:'';width: 0.28rem;height: 0.29rem;background: url(images/b11.png)no-repeat center/cover;position:absolute;left:0;top:-0.29rem}
/**内容**/
#m-container {
}
#m-container .inner {
}
.body_m {
  overflow: hidden;
}
.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 span 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: block;
  position: relative;
  margin-bottom: 0;
  padding-top: 0.32rem;
}
.post1 .tt:before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  display: block;
  background: #068c7e;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0.075rem;
}
.post1 .tt:after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  display: block;
  background: #40a2c8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0.395rem;
}
.post1 .more_btn {
  position: absolute;
  right: 0;
  top: 0;
}
.post1 .more_btn img {
  width: 0.11rem;
  margin-left: 0.15rem;
  margin-top: 0.05rem;
}
.post1 .more_btn .more_text {
  vertical-align: middle;
  font-size: var(--smailSizex);
  color: #068c7e;
  display: block;
  line-height: 0.3rem;
  padding: 0.22rem 0.25rem 0.2rem 0.31rem;
  box-sizing: border-box;
  border: 1px solid #068c7e;
  border-radius: 1rem;
}
.post1 .more_btn:hover .more_text {
  text-decoration: underline;
}
.post1 .tt .tit span {
  position: relative;
  z-index: 1;
}
.post1 .tt .tit {
  width: auto;
  position: relative;
}
.post1 .tt .tit:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.72rem;
  position: absolute;
  background: url(images/ttbg1.svg) no-repeat;
  background-size: 100% auto;
  bottom: 0.057rem;
  display: none;
}
.post1 .tt .title {
  font-size: 0.24rem;
  font-weight: normal;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
.post1 .tt .tt_en {
  font-size: var(--bigSize);
  font-weight: normal;
  color: var(--mainColor);
  top: -0.0rem;
}
.post1 .news .news_title {
  font-size: var(--titleSize);
  line-height: 1.35;
  color: #4b4b4b;

  padding-right: 0.5rem;
  background: url(images/Vector.svg) no-repeat right 0.3rem center/contain;
transition:all 0.3s;
}
.post1 .news .news_text {
  font-size: var(--smailSize);
  line-height: 1.75;
  color: #707070;
}
.post1 .news .news_title a {
  color: #4b4b4b;
}
.post1 .news:hover .news_title{color:#000;}
.post1 .news:hover .news_title a{color:#000;}
.post1 .news .news_text a {
  color: #707070;
}
.post1 .news .news_date {
  font-weight: bold;
  font-size: var(--smailSizex);
  line-height: 1.32;
  color: #3d3d3d;
}
.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.2rem;
  font-weight: bold;
  line-height: 1.6;
  background: #66bdb4;
  border-radius: 0.2rem 0.2rem 0 0;
  position: relative;
}
.post1 .news .news_meta .news_year:after {
  content: "";
  width: 59%;
  background: #068c7e;
  height: 0.04rem;
  position: absolute;
  bottom: -0.04rem;
  left: 21%;
  border-radius: 0 0 1.83rem 1.83rem;
}
.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.24rem;
  font-weight: bold;
  background: #fff;
  line-height: 2.3;
  border-radius: 0 0 0.2rem 0.2rem;
  padding: 0 0.22rem;
  color: #3d3d3d;
}
.post1 .news .news_l .news_meta {
  width: 1.12rem;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.post1 .news .news_l {
  position: relative;
}

.bg {
  background: url(images/main1bg.png) no-repeat left 0.19rem top 1.67rem;
}
/**main1**/
.main1 {
  position: relative;
  z-index: 1;
}
.main1 .inner {
  padding: 0.88rem 0 0.63rem;
}
.main1 .mbottom {
  display: flex;
  padding: 0.64rem 0.45rem 0.47rem 0.51rem;
  background: #068c7e10;
  border-radius: 0.32rem 0.32rem 0.32rem 2.36rem;
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
}

.post-12 {
  flex: none;
  width: 5.6rem;
  margin-right: 0.32rem;
  border-radius: 0 0 0 2.36rem;
  overflow: hidden;
  position: relative;
}

.post-12 .slick-prev,.post-12 .slick-next {
    position: absolute;
    display: block;
    height: 0.56rem;
    width: 0.56rem;
    line-height: 0.46rem;
    font-size: 0.2rem;
    cursor: pointer;
    background: rgb(1 104 183 / 80%);
    color: #fff;
    top: 50%;
    margin-top: -0.23rem;
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    font-family: cursive;
    /* font-weight: bold; */
    border-radius: 50%;
    box-shadow: 0 0.03rem 0.1rem rgb(0 0 0 / 15%);
    opacity: 1;
}
.post-12 .slick-next {
    right: 0.16rem;
    top: auto;
    bottom: 0;
    background-size: 0.23rem;
    z-index: 1;
    background:url(images/nextarrow.svg)no-repeat center/100%;
    text-indent: -999rem;
 
}
.post-12 .slick-next:hover{box-shadow:0 -2px 5px #00000080;}
.post-12 .slick-list:after {
    content: "";
    width: 1.04rem;
    height: 0.88rem;
    background: #eff8f7;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 0;
}
.post-12 .con {
  display: flex;
}
.post-12 .con .list1 {
  width: 100%;
  flex: none;
  margin-right: 0;
}
.post-12 .con .list1.list1-2 {
  display: none;
}
.post-12 .con .list1 .news_imgs a {
  padding-top: 66.76%;
}
.post-12 .news .news_wz {
  border-left: 0.04rem solid var(--mainColor);
  transition: all 0.4s ease-in-out;
}
.post-12 .news .news_imgs {
  position: relative;
}
.post-12 .list1 .news .news_wz {
  padding: 0.27rem 0.27rem 0.14rem 0.27rem;
  height: 1.57rem;
  box-sizing: border-box;
}
.post-12 .list1 .news .news_title {
  margin-bottom: 0.14rem;
}
.post-12 .list1 .news .news_text {
  margin-bottom: 0.05rem;
}
.post-12 .con .list2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-12 .con .list2 .news_imgs a {
  padding-top: 66.57%;
}
.post-12 .con .list2 .news_wz {
  height: 0.56rem;
  display: flex;
  align-items: center;
  padding: 0 0.17rem;
}
.post-12 .news:hover .news_wz {
  border-color: #e1d4a4;
}

.post-13 {
  flex: 1;
  width: 0;
}
.post-13 > div {
  height: auto;
}
.post-13 .news_list {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
}
.post-13 .news_list .news {
  height: 0.96rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-13 .news_list .news .news_box {
  border-left: 0;
  transition: all 0.4s ease-in-out;
  background: unset;
  box-shadow: unset;
  flex: none;
  height: 100%;
  padding: 0;
  border-bottom: 1px solid #068c7e;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-13 .news .news_text {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  line-height: 0;
  visibility: hidden;
}
.post-13 .news_list .news .news_date {
  margin-bottom: 0.14rem;
}
/**main2**/

.main2 .mbottom {
  background: linear-gradient(106deg, #8adfd648, #40c8ba21);
  padding: 0.64rem 0.45rem 0.3rem 0.51rem;
  display: flex;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.main2 .mbottom .ml {
  width: 74.5%;
  padding-right: 0.96rem;
  box-sizing: border-box;
}
.main2 .mbottom .mr {
  width: 25.5%;
  position: relative;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.main2 .mbottom .mr:before {
  content: "NOTICES";
  position: absolute;
  bottom: 19%;
  left: 0.3rem;
  font-size: 0.72rem;
  color: #068c7e;
  opacity: 0.1;
  z-index: 1;
}
.main2 .mbottom .mr:after {
  content: "";
  position: absolute;
  bottom: -13.1%;
  left: 0;
  width: 112%;
  height: 45.7%;
  background: #fff;
}
.post-22.post1 .news{margin-bottom:0.16rem;}
.post-22.post1 .news .news_l {
  display: flex;
  gap: 0.32rem;
  align-items: flex-end;
}
.post-22.post1 .news .news_wz {
  border-bottom: 1px solid #068c7e;
  width: 100%;
}
.post-22.post1 .news .news_title {
  padding-right: 0.3rem;
  margin-bottom: 0.25rem;
}
.post-23 {
  height: 100%;
}
.post-23.post1 .tt:after {
  background: #f16262;
}
.post-23 .tt {
  height: 100%;
}
.post-23.post1 .more_btn {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0.02rem;
  z-index: 1;
}
/**main3**/
.main3 {
  position: relative;
  background: url(images/main3bg.png) no-repeat left bottom/100%;
}
.main3 .inner {
  padding: 1.04rem 0 0.02rem;
}
.post-31 .news {
  border-radius: 0.32rem;
  overflow: hidden;
}
.post-31 {
  display: flex;
  padding-left: 0.47rem;
}
.post-31.post1 .tt:after {
  background: #ffa34d;
}
.post-31 .tt {
  width: 44.875%;
}
.post-31.post1 .more_btn {
  position: absolute;
  right: auto;
  top: auto;
  bottom: 0;
  left: 0;
}
.post-31 .con {
  position: relative;
  width: 55.125%;
}

.post-31 .news .news_imgs a {
  padding-top: 65.7%;
}
/**main6**/
.main6 .inner {
  padding: 1.25rem 0.45rem 1.6rem 0;
}
.main6.main1 .mbottom {
  border-radius: 0;
  padding: 0;
  background: #fff;
}
.main6 .post-12 {
  border-radius: 0;
  margin-right: 1.47rem;
}
.main6 .post-12:after {
  display: none;
}
.main6 .post-12 .con .list1 img {
  width: 100%;
}
.main6 .post-13.post1 .tt:after {
  background: #40c847;
}
/**main4**/
.main4 .tab-menu {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-bottom: 0.43rem;
  flex-direction: column;
  width: 25%;
}
.main4 .tab-con {
  width: 75%;
}
.main4 {
  background: #fff;
  background-size: cover;
  overflow: hidden;
}
.main4 .inner {
  padding: 0 0 0.72rem;
}
.main4 .sudy-tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.main4 .tab-menu li span {
  display: block;
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 1;
}
.main4 .tab-menu li .tt_cn {
  font-size: 0.24rem;
  font-weight: normal;
  font-weight: bold;
  line-height: 1.4;
}
.main4 .tab-menu li {
  width: 1.59rem;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  padding: 0.24rem 0.77rem;
  border-radius: 0.16rem;
  border: 2px solid #068c7e;
}
.main4 .tab-menu li .tt_en {
  text-align: center;
  position: relative;
  display: none;
}
.main4 .tab-menu li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 50%;
  right: -0.17rem;
  /* background: var(--mainColor); */
  opacity: 0;
  transition: all 0.4s ease-in-out;
  border-bottom: 0.2rem solid var(--mainColor);
  border-right: 0.2rem solid transparent;
}
.main4 .tab-menu li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -0.17rem;
  /* background: var(--mainColor); */
  opacity: 0;
  transition: all 0.4s ease-in-out;
  border-top: 0.2rem solid var(--mainColor);
  border-right: 0.2rem solid transparent;
}
.main4 .tab-menu li.selected:after,
.main4 .tab-menu li.selected:before {
  opacity: 1;
}
.main4 .tab-menu li.selected {
  opacity: 1;
  background: var(--mainColor);
}
.main4 .tab-menu li.selected .tt_cn {
  color: #fff;
}
.post-44.post1 .tt {
  margin-bottom: 0.54rem;
}
.post-44.post1 .tt:after {
  background: #b840c8;
}
.post-44 .more_btn {
  right: 0.45rem;
}
.post-41 ul.news_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.3rem;
  row-gap: 0.08rem;
  width: 100%;
}
.post1.post-41 .more_btn .more_text {
  color: #fff;
}
.post1.post-41 .more_btn {
  top: 0.35rem;
display:none;
}

.post-41 ul.news_list .news {
  height: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.24rem;
  position: relative;
  border-radius: 0.32rem;
  background: #f6f6f6 url(images/Vector.svg) no-repeat right 6% center;
}
.post-41 ul.news_list .news:after {
  content: "";
  width: 10.9%;
  position: absolute;
  height: 0.04rem;
  left: 0.31rem;
  top: 0.01rem;
  background: #068c7e;
  border-radius: 1rem;
}
.post-41 ul.news_list .news_box {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.post-41 ul.news_list .news_box .news_imgs {
  display: block;
  width: 14.9%;
  overflow: hidden;
  padding-top: 8.13%;
  margin-right: 0.31rem;
  position: relative;
  border-radius: 0.16rem;
}
.post-41 ul.news_list .news_box .news_imgs img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  transition: 1s;
}
.post-41 ul.news_list .news_box .news_date {
  margin-bottom: 0.17rem;
}
.post-41.post1 .news .news_wz {
  width: 100%;
}
.post-41.post1 .news .news_title {
  width: 100%;
  box-sizing: border-box;
  background: none;
  padding-right: 8%;
}
.post1.post-41 .news .news_meta {
  color: var(--mainColor);
  margin-right: 0.32rem;
  flex: none;
}
.post-41 ul.news_list .news_box:hover .news_imgs img {
  transform: scale(1.1);
}
.post-31 .slick-prev,
.post-31 .slick-next {
  top: auto;
  margin: 0;
  bottom: 0.6rem;
}
.post-31 .slick-prev {
  left: -0.66rem;
}
.post-31 .slick-next {
  right: -0.66rem;
}
.post-41 ul.news_list .news_box:hover .news_title {
  color: #232323;
}
.post-41 ul.news_list .news_box:hover .news_text {
  color: #232323;
}
.post-41 ul.news_list .news_box:hover .news_meta {
  color: #232323;
}

/**main5**/
.main5 {
  position: relative;
  z-index: 1;
  background: url(images/main5bg.png) no-repeat center/cover;
}
.main5 .inner {
  padding: 0.57rem 0 0.96rem;
}
.post-51 .slick-list{overflow:visible}
.post-51.post1 .tt {
  margin-bottom: 0.58rem;
}
.post-51.post1 .tt:after {
  background: #f46e6e;
}
.post-51 .news_list .news {
  padding: 0 0.12rem;

  position: relative;
}
.post-51 .news_list .news .news_imgs::after {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0.16rem;
  top: 0.16rem;
  transition: all 0.3s;
}
.post-51 .news_list .news:hover .news_imgs::after {
  background: var(--hoverColor);
}
.post-51 .slick-dots {
  bottom: -0.4rem;
}
.post-51 .slick-dots li.slick-active {
  background: var(--mainColor);
}
.post-51 .news_list {
  margin: 0 -0.12rem;
}
.post-51 .slick-prev {
  left: -0.69rem;
}
.post-51 .slick-next {
  right: -0.69rem;
}
.post-51 .news_list .news .news_imgs {
  border-radius: 0.16rem;
}
.post-51 .news_list .news .news_imgs a {
  padding-top: 77.27%;
}
.post-51 .news_list .news .news_wz {
  font-size: var(--titleSize);
  color: #fff;
  background: linear-gradient(to top, #29d8c5, transparent);
  padding: 0.46rem 0.24rem 0.19rem;
  box-sizing: border-box;
  margin-top: -0.83rem;
  position: relative;
  z-index: 1;
  border-radius: 0 0 0.16rem 0.16rem;
}

/**列表页**/
.l-banner {
  height: 6rem;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #c5c4c4;
  position: relative;
}
.l-banner:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 60%;
  background: url(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;
}
#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.24rem;
  color: #fff;
}
.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(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;
}
.col_list::before {
  content: "";
  display: block;
  width: calc(50vw + 8.2rem);
  height: 0;
  right: 0;
  position: absolute;
  top: 0;
  border-bottom: 0.9rem solid var(--mainColor);
  border-right: 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;
}

/**默认新闻列表页**/
.mrlist .col_news_list .news_list .news {
  display: flex;
  margin-bottom: 0.6rem;
}
.mrlist .col_news_list .news_list .news .news_imgs {
  width: 4.7rem;
  flex: none;
  margin-right: 0.4rem;
  background: 0 0;
  display: flex;
  align-items: center;
}
.mrlist .col_news_list .news_list .news .news_imgs a {
  padding-top: 61.27%;
  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: #666;
}
.mrlist .col_news_list .news_list .news .news_year {
  font-size: 0.16rem;
}
.mrlist .col_news_list .news_list .news .news_day {
  font-size: 0.36rem;
  line-height: 1.4;
}
.mrlist .col_news_list .news_list .news .news_title {
  font-size: var(--smailSize);
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 0.17rem;
}
.mrlist .col_news_list .news_list .news .news_text {
  font-size: var(--smailSizex);
  line-height: 2;
}
.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-family: SourceHanSerifCN-Bold;
  font-size: 0.36rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.article h2.arti_title {
  line-height: 2;
  font-family: "Microsoft YaHei";
  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;
  font-size: var(--smailSize);
  color: #666;
}
.article .arti_info.clearfix {
  position: relative;
}
.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 0.4rem;
  min-height: 400px;
}
.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: var(--smailSize);
  color: #333;
}
.article .entry .read p { margin-bottom:10px;text-indent: 2em;}
.article .entry .read img {
  margin: 0 auto;
  max-width: 940px;
}
.article .entry .read table {
  margin: 0 auto;
  border: none !important;
}
.sibi_art {
  margin-top: 1.3rem;
}
.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);
}
.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.97rem 0 0.445rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.foot-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.857rem;
}
#footer .inner.in1 {
  padding: 0.57rem 0 0.32rem;
  position: relative;
}
#footer .inner .mod {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-start;
}
#footer .inner .foot-left {
  flex: 1;
  display: flex;
}
#footer .inner .foot-center {
  flex: 1;
  text-align: center;
}
#footer .inner .foot-center img {
  max-width: 100%;
}
#footer .inner .foot-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
#footer .inner p {
  font-size: var(--smailSize);
  line-height: 1.7;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
}
#footer .inner p a {
  color: #fff;
}
#footer .inner p span {
  margin: 0 3px;
}
.foot-left .title {
  color: #fff;
  font-size: var(--smailSize);
  line-height: 0.21rem;
  font-weight: 700;
  margin-bottom: 0.14rem;
}

/**底部链接**/
.foot-left .tt {
  margin-bottom: 0.18rem;
}
.foot-left .links {
  margin-right: 1.02rem;
}

/**分享**/
.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(images/weixin.svg);
}
.shares .news_list .n2 .news_icon {
  background-image: url(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;
}
.footlogo img {
  width: 4.62rem;
}
.foot-bottom {
  padding: 0.45rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgb(255 255 255 / 50%);
}
.foot-bottom p {
  opacity: 0.8;
  font-size: var(--smailSizex);
  line-height: 1.4;
  color: #fff;
  position: relative;
  float: left;
  padding-left: 0.43rem;
}
.foot-bottom p:last-child {
  float: right;
  padding-left: 0;
  padding-right: 0.43rem;
}

/**侧导航**/
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;
  display: none;
}
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 {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 1;
  background: #fff;
  bottom: 2%;
  border-radius: 50%;
  right: 1%;
  background: #068c7e7a;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
display:none;
}
.social-share{display:none}


.list_szdw #wp_paging_w6{margin-top:0.47rem;}
.list_szdw .col_news .col_news_box .col_news_con .col_news_list .news_list{
    border-left: 0.14rem solid #256457;
    box-sizing: border-box;
    padding: 0.19rem 0.715rem 0.14rem;
    background: #fff;
    box-shadow: 0 0.03rem 0.06rem rgb(0 0 0 / 16%);
}
.list_szdw .col_news .col_news_box .col_news_con .col_news_list .news_list.list1{
    float: left;
    width: 6.4rem;
}
.list_szdw .col_news .col_news_box .col_news_con .col_news_list .news_list.list2{
    float: right;
    width: 6.4rem;
}
.list_szdw .col_news .col_news_box .col_news_con .col_news_list .news_list li.news{
    line-height: 0.74rem;
    padding: 0 0.07rem;
    border-bottom: 0.01rem solid rgb(89 161 73 / 26%);
}
.list_szdw .col_news .col_news_box .col_news_con .col_news_list .news_list li.news:last-child{border-bottom:unset;}
.list_szdw .col_news .col_news_box .col_news_con .col_news_list .news_list li.news a{display: flex;justify-content: space-between;column-gap: 0.2rem;}
.list_szdw .col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_title{width: 1.2rem;float: left;font-size: 0.18rem;font-weight: bold;font-family: 微软雅黑;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;overflow-wrap: break-word;}
.list_szdw .col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_st{
    float: left;
    font-size: 0.18rem;
    color: #919191;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    flex: 1;
}
.list_szdw .col_news .col_news_box .col_news_con .col_news_list .news_list li.news .news_sub{
    float: right;
    width: 1.5rem;
    font-size: 0.18rem;
    color: #919191;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    flex: 1;
}

.szdw_info #d-container{background: #ebf4f3;}
.szdw_info #d-container .inner{
    background: unset;
    width: 14rem;
}
.szdw_info .infobox{
    padding: 0;
    padding-top: 0.66rem;
    padding-bottom: 1.38rem;
}
.szdw_info .infobox .article{
    padding: 0;
}
.szdw_info .title_box{
    width: 2.76rem;
    float: left;
    padding: 0.32rem;
    padding-bottom: 0.65rem;
    box-sizing: border-box;
    background: #068c7e;
}
.szdw_info .title_box .title_con1{
    padding-bottom: 0.34rem;
    border-bottom: 0.01rem solid rgb(255 255 255 / 20%);
    margin-bottom: 0.23rem;
}
.szdw_info .title_box .title_con1 .title_imgs{
    display: block;
    width: 2.12rem;
    overflow: hidden;
    padding-top: 2.5rem;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0.26rem;
}
.szdw_info .title_box .title_con1 .title_imgs img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit:cover;
}
.szdw_info .title_box .title_con1 .title_info{
    line-height: 0.37rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 0.26rem;
}
.szdw_info .title_box .title_con1 .title_kzzd{
    line-height: 0.24rem;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
}
.szdw_info .title_box .title_con2{}
.szdw_info .title_box .title_con2 .kzzd{
    line-height: 0.28rem;
    font-size: 0.18rem;
    color: #fff;
}
.szdw_info .entry_box{
    width: 10.55rem;
    float: right;
}
.szdw_info .entry_box .read_con{
    margin-bottom: 0.3rem;
}
.szdw_info .entry_box .read_con .con_title{
    position: relative;
    line-height: 0.31rem;
    font-size: 0.24rem;
    font-weight: bold;
    padding-bottom: 0.23rem;
    border-bottom: 0.01rem solid #b8d8c5;
    margin-bottom: 0.18rem;
}
.szdw_info .entry_box .read_con .con_title:after{content:'';display:block;width: 0.48rem;height: 0.05rem;background: #068c7e;position: absolute;bottom: 0;left: 0;}
.szdw_info .entry_box .read_con .con_info{}
.szdw_info .entry_box .read_con .con_info .wp_articlecontent p, .szdw_info .entry_box .read_con .con_info .wp_articlecontent span{
    line-height: 0.3rem!important;
    font-size: 0.18rem!important;
    color: #252525!important;
    font-family: 微软雅黑!important;
}
.szdw_info #wp_paging_w3{display:none!important;}

