@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.20);
  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;
}

@font-face {
  font-family: "syh";
  src: url(../fonts/SourceHanSansCN-Regular.ttf);
}

body {
  line-height: 1;
  font-size: 13px;
  font-family: "syh", "PingFang", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
  color: #232222;
  background: #eff2f7;
}

:root {
  --mainColor: #2B56C8;
  --hoverColor: #2B56C8;
  --bigSize: 0.2rem;
  --titleSize: 0.22rem;
  --smailSize: 0.16rem;
  --smailSizex: 0.14rem;
  --innerWidth: 15.5rem;
}

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;
}

.fix-top {
  padding-top: 100vh;
  position: relative;
  transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
  -webkit-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
  -moz-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
  -ms-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
  -o-transition: all .7s cubic-bezier(.5, 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: .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(../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(../images/Chrome.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconfirefox {
  background-image: url(../images/Firefox.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconsafari {
  background-image: url(../images/Safari.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconEdge {
  background-image: url(../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: url(../images/head.png) no-repeat center;
  position: absolute;
  width: 100%;
  top: 0;
  transition: 1s;
  background-size: cover;
}

.header.fix {
  background: var(--mainColor);
  height: 1.5rem;
  display: none;
}

.header .inner {
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.header .head-left {
  margin-left: 1rem;
  max-width: 5.2rem;
  width: 100%;
}

.header .head-right {
  margin-right: 1rem
}

.header .sitelogo .logo img {
  max-width: 5.21rem;
  width: 100%;
}

.header .sitelogo .logo {}

.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 .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.5rem;
  align-items: center;
  padding-bottom: 1rem;
  gap: 1.52rem;
}

.header .head-top {
  display: flex;
  align-items: center;
  gap: .17rem;
  margin-top: .08rem;
}

.header .head-right {
  display: flex;
  align-items: flex-end;
  gap: 0.15rem;
  flex-direction: column;
  flex: 1;
}

/* 搜索*/
.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: .2rem;
  border-radius: 0;
  overflow: hidden;
}

.wp-search {
  position: relative;
}

.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.22rem;
  background: none;
  color: #FFFFFF;
  font-size: var(--smailSize);
  border: 0;
  outline: 0;
  ;
  border-bottom: 1px solid;
}

.wp-search .search-btn {
  width: .18rem;
  height: .18rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wp-search .search-btn input.search-submit {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: url(../images/sous.png) no-repeat center;
  cursor: pointer;
  background-size: cover;
}

.header .searchbox:hover {
  width: 3rem;
  border-radius: 0.22rem;
}

.header .searchbox {
  transition: all 0.4s ease-in-out;
}

.header a.menu-btn {
  display: none
}

.site-lang ul {
  display: flex;
}

.site-lang ul li.links a {
  color: #fff;
  line-height: .23rem;
  display: inline-block;
  font-size: var(--smailSize);
}

.site-lang ul li.links a:hover {
  opacity: .8;
}

/**导航**/
#nav {
  width: 100%;
  max-width: 10.45rem;
}

#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: .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.44rem;
  font-size: .22rem;
  display: block;
  color: #fff;
  position: relative;
  font-weight: bold;
}

.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 {}

#banner .inner {
  width: 100%;
  text-align: center;
}

.mbanner .news_imgs {
  display: block !important;
  padding-top: 35.2%;
  width: 100%;
}

.mbanner .news_imgs img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  bottom: 0;
}

.mbanner .slick-prev,
.mbanner .slick-next {
  z-index: 1;
  top: auto;
  bottom: calc((100% - 2.2rem)/2 - 0.23rem);
  display: none!important;
}

.mbanner .slick-prev {
  left: 0.55rem;
}

.mbanner .slick-next {
  right: 0.55rem;
}

.mbanner .news {}

.mbanner .news .news_wz {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  background: url(../images/bannerbg.png) no-repeat right;
  background-size: cover;
  width: 81.25%;
  height: 100%;
  /* display: flex; */
  /* align-items: flex-end; */
  box-sizing: border-box;
  padding: 2.5rem 1rem 1.5rem 6.45rem;
  flex-direction: column;
  justify-content: space-between;
}

.mbanner .news .news_wz a {
  color: #2B56C8;
}

.mbanner .news .news_title {
  font-size: 0.24rem;
  line-height: 0.35rem;
  height: 1.05rem;
  color: #fff;
  font-weight: bold;
  -webkit-line-clamp: 3;
  margin-left: .96rem;
  margin-bottom: .36rem;
}

.mbanner .news .news_text {
  font-size: 0.14rem;
  line-height: 0.28rem;
  height: 1.4rem;
  color: #fff;
  -webkit-line-clamp: 5;
}

.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.69rem;
  right: 10%;
  display: flex;
  align-items: flex-end;
}

.mbanner .slick-dots li {
  width: 0.15rem;
  height: 0.15rem;
  background:transparent;
  background-size: 100%;
  margin: 0;
  opacity: 1;
  margin-right: 0.16rem;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 50%;
  border:0.01rem solid #fff
}

.mbanner .slick-dots li button {
  width: 0.06rem;
  height: 0.06rem;
  background: rgb(255 255 255 / 80%);
  padding: 0;
  display: none;
}

.mbanner .slick-dots li.slick-active {
  background: #fff;
}

.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;
}

.news:hover .news_imgs img,
.post .news:hover .news_imgs a img,
.post .news:hover .news_imgs span img {
  transform: scale(1.1);
}

.news_imgs img,
.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;
}

/**主体公共**/
.post1 .tt {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 0.42rem;
}

.post1 .more_btn {
  right: 0;
  bottom: 0;
  background: #2B56C8;
  width: 2.4rem;
  text-align: center;
}

.post1.post2 .more_btn {
  background: #fff;
}

.post1 .more_btn img {
  width: 0.14rem;
  margin-left: 0.05rem;
}

.post1 .more_btn .more_text {
  vertical-align: middle;
  font-size: .24rem;
  color: #fff;
  line-height: .6rem;
  font-weight: bold;
}

.post1.post2 .more_btn .more_text {
  color: #2B56C8;
}

.post1 .tt .tit span {
  display: block;
  position: relative;
  z-index: 1;
}

.post1 .tt .tit {
  /* text-align: center; */
  position: relative;
  padding-left: .22rem;
}

.post1 .tt .tit:after {
  content: "";
  width: .06rem;
  height: .42rem;
  position: absolute;
  background: #DAB680;
  top: 0.09rem;
  left: 0;
}

.post1 .tt .title {
  font-size: .4rem;
  font-weight: normal;
  font-weight: bold;
  line-height: .6rem;
  color: #2B56C8;
}

.post1.post2 .tt .title,
.post1.post-41 .tt .title {
  color: #fff;
}

.post1 .news .news_title {
  font-size: var(--titleSize);
  line-height: .26rem;
  color: #000000;
}

.post1 .news .news_text {
  font-size: var(--smailSizex);
  line-height: .28rem;
  color: #9F9F9F;
}

.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: #DAB680;
  display: inline-block;
  line-height: .26rem;
  font-size: .13rem;
}

.post1 .news .news_meta span {
  display: block;
  text-align: center;
}

.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%;
  display: none;
}

/**main1**/
.main1 {
  background: #FFF;
  position: relative;
  z-index: 1;
}

.main1 .inner {
  padding: 0.6rem 0 0.76rem;
}

.post-12 .con {
  /* display:flex; */
}

.post-12 .con .list1 {
  width: 6.72rem;
  margin-right: .6rem;
  float: left;
}

.post-12 .con .list2 {
  width: calc(100% - 7.32rem);
  float: right;
}
.post-12 .slick-prev,
.post-12 .slick-next {
  z-index: 1;
  top: auto;
  bottom: 1.68rem;
  width: .63rem;
  height: .63rem;
  opacity: 1;
  background: #2B56C8;
  border-radius: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.post-12 .slick-prev {
  background-image: url(../images/prev.png);
  left:auto;
  right:1.04rem
}


.post-12 .slick-next {
  right: 0.41rem;
  background-image: url(../images/next.png);
}
.post-12 .slick-prev:hover,
.post-12 .slick-next:hover {background-color:#DAB680}
.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;
  width: 100%;
  padding-top: 52.976%;
}

.post-12 .list2 .news .news_imgs {
  height: 1.48rem;
  width: 2.22rem;
  padding: 0;
}

.post-12 .list1 .news .news_wz {
  padding: 0.5rem 0.26rem 0.2rem 0.24rem;
  height: 2rem;
  box-sizing: border-box;
}
.post-12 .list1 .news .news_wz .news_top{display:flex;justify-content: space-between;}
.post-12 .list1 .news .news_title {
  margin-bottom: 0.22rem;
  width: calc(100% - .82rem);
  color: #333;
  font-weight: bold;
}

.post-12 .list1 .news .news_text {
  margin-bottom: 0.05rem;
}

.post-12 .con .list2 .news a {
  display: flex;
  justify-content: space-between;
  padding-bottom: .11rem;
  border-bottom: 1px solid #2B56C8;
  margin-bottom: .25rem;
}

.post-12 .con .list2 .news_imgs a {
  padding-top: 66.57%;
}

.post-12 .con .list2 .news_wz {
  display: flex;
  width: calc(100% - 2.57rem);
  justify-content: space-between;
  flex-direction: column;
  font-weight: bold;
  border: none;
}

.post-12 .news:hover .news_wz {
  border-color: #E1D4A4;
}
.post-12 .news:hover .news_wz .news_title {
  color:#2B56C8
}
.post-12 .con .list2 .news_wz .news_title {
  height: .52rem;
  margin-bottom: .12rem;
}

.post-12 .con .list2 .news_wz .news_text {
  height: .56rem;
  font-weight: normal;
  margin-bottom: .1rem;
}

.post-12 .news .news_meta .news_years {
  font-size: 0.14rem;
}

.post-12 .news .news_meta .news_days {
  font-size: 0.4rem;
  font-weight: bold;
  margin: 0.04rem 0;
}

/**main2**/
.main2 {
  background: url(../images/main2.png);
  background-size: cover;
  position: relative;
}

.main2 .inner {
  padding: 0.44rem 0 1.74rem;
}

.post1.post-21 .tt .tit {
  color: #fff;
}

.main2 .mbottom {
  background: url(../images/p22.png) no-repeat;
  padding: .4rem .26rem .92rem;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  margin-top: 1.05rem;
  /* gap: 2rem; */
}

.post-22 {
  /* margin: 0 0.25rem; */
}

.post1.post-22 .tt {
  justify-content: center;
  margin-bottom: .21rem;
}

.post1.post-22 .tt .tit {
  padding-left: .36rem;
}

.post.post-22 .tt .title {
  font-size: .24rem;
  font-weight: bold;
  line-height: .35rem;
  color: #fff;
}

.post.post-22 .tt .tit:after {
  content: "";
  width: .27rem;
  height: .21rem;
  position: absolute;
  background: url(../images/t22.png) no-repeat;
  top: 0.07rem;
  left: 0;
  background-size: contain;
}

.post.post-22 .more_btn {
  position: absolute;
  right: 50%;
  width: 1.26rem;
  z-index: 5;
  border: 1px solid #fff;
  background: transparent;
  bottom: -1.85rem;
  transform: translateX(50%);
}

.post.post-22 .more_btn .more_text {
  color: #fff;
  font-size: .14rem;
  line-height: .34rem;
}
.post-22 .news_list{border-right:1px solid #687fbf;box-sizing: content-box;margin-right: -0.27rem;}
.post-22.post-25 .news_list{border-right:0px solid #687fbf}
.post-22{width: 3.2rem;}
.post-25{width:3.8rem}
.post-22 .news_list .news_title:before {
  content:" ";
  top:25%;
  left:0;
  width:.05rem;
  height:.05rem;
  background:#fff;
  position:absolute;
  transform:translateY(-50%);
  border-radius:50%;
}
.post-22 .news_list .news_title {
  font-size: 0.14rem;
  line-height: .28rem;
  height: .56rem;
  color: #fff;
  padding-left: .1rem;
  margin-right: 0.25rem;
  position:relative
}

.post-22 .news_list .news_title a {
  color: #fff;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-22 .news_list .news_title a:hover {
  color: #dab680;
}
/**main3**/
.main3 {
  /* position:relative; */
  background: url(../images/main3.png) no-repeat;
  background-size: cover;
}

.main3 .inner {
  padding: 0.66rem 0 2.35rem;
}

.post-31 .news_list {
  display: flex;
  justify-content:flex-start;
    gap: .4rem;  
  padding-top: .26rem;
}

.post-31 .news {
  width: 4.9rem;
}

.post-31 .news a {
  width: 4.9rem;
  display: block;
  position: relative;
  height: auto;
}

.post-31 .news .news_imgs {
  padding-top: 53%;
}

.post-31 .news .news_wz {
  width: 4.25rem;
  position: absolute;
  background: #fff;
  height: 1.5rem;
  padding: 0.24rem 0.28rem 0.27rem;
  box-sizing: border-box;
  border-top: 5px solid #2b56c8;
  transition: .4s;
  top: 2.45rem;
  left: 0;
}

.post-31 .news .news_title {
  line-height: .32rem;
  height: .64rem;
  color: #333;
  font-weight: bold
}

.post-31 .news .news_meta {
  font-size: .18rem;
  font-weight: bold;
  margin-bottom: .09rem;
}

.post-31 .news a:hover .news_meta {
  color: #fff
}

.post-31 .news a:hover .news_wz {
  background: #2b56c8
}

.post-31 .news a:hover .news_title {
  color: #fff
}

/**main4**/
.main4 {
  background: url(../images/main4.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.main4 .inner {
  padding: 0.74rem 0 1.16rem;
}
.main4 .inner .mod{position:relative}
.post-42{position:absolute;right:2.56rem;top:0}
.post-42 .tt{
  background: #3e83fa;
  width: 2.4rem;
  text-align: center;
  color:#fff;
  position:relative;
  border:1px solid #fff;
  cursor:pointer;
}
.post-42.post1 .tt .tit:after{width:0}
.post.post-42 .tt .tit span{
    vertical-align: middle;
  font-size: .24rem;
  color: #fff;
  line-height: .58rem;
  font-weight: bold;
}
.post-42 .tt .more_btn{
  position:absolute;
  background: none;
  width: 100%;
  text-align: center;
  left:0;
  top:0;
  z-index: 1;
  opacity:0
}
.post-41 .con {
  display: flex;
  padding-top: .1rem;
}

.post-41 .news_list.list1 {
  background: url(../images/p41.png) no-repeat;
  background-size: cover;
  width: 6.14rem;
  height: 3.68rem;
  float: left;
}

.post-41 .news_list.list2 {
  width: 9.36rem;
  float: right;
  position: relative
}

.post-41 .news .news_imgs {
  padding-top: 53%;
}

.post-41 .news_list.list2 .news {
  width: 4rem;
  height: 2.18rem;
  background-size: cover !important;
  position: relative;
}

.post-41 .news_list.list2 .news.n3 {
  width: 5.4rem;
  height: 3.8rem;
  background: url(../images/p44.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

.post-41 .news_list.list2 .news.n1 {
  background: url(../images/p42.png) no-repeat;
}

.post-41 .news_list.list2 .news.n2 {
  background: url(../images/p43.png) no-repeat;
}

.post-41 .news .news_title {
  line-height: .3rem;
  color: #fff;
  font-size: .2rem;
  font-weight: bold;
  padding: .36rem .53rem;
}
.post-41 .list1 .news.n1 .news_title {padding: .54rem .78rem;}
.post-41 .news_list .news_title a {
  color: #fff;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.post-41 .news_list .news_title a:hover {
  color: #dab680;
}
.post-41 .list1 .news.n2 .news_title a,.post-41 .list1 .news.n3 .news_title a {
  color: #fff;
  line-height: .42rem;
  color: #fff;
  font-size: .2rem;
  font-weight: bold;
  border: 1px solid #fff;
  transition: 0.6s;
  cursor: pointer;
  text-align: center;
  width: 2.14rem;
  position: absolute;
  right: .8rem;
  bottom: .57rem;
}
.post-41 .list1 .news.n2 .news_title a{right: auto;left: .8rem;}
.post-41 .list1 .news.n2 .news_title a:hover,.post-41 .list1 .news.n3 .news_title a:hover {
  color: #1840A7;
  background: #fff;
  
}

.post-41 .news .news_btt {

}

.post-41 .news .news_btt a {
  color: #fff;
    line-height: .42rem;
  color: #fff;
  font-size: .2rem;
  font-weight: bold;
  border: 1px solid #fff;
  transition: 0.6s;
  cursor: pointer;
  text-align: center;
  width: 2.14rem;
  position: absolute;
  right: .28rem;
  bottom: .34rem;
}

.post-41 .news .news_btt a:hover {
  color: #1840A7;
  background: #fff;
  
}

.post-41 .news .news_btt:hover {
}

/**列表页**/
.l-banner {
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #c5c4c4;
  position: relative;
  background-size: cover;
  padding-top: 23%;
  background: url(../images/list_banner.jpg );
  background-size: cover;
}

.l-banner img {
  display: none;
  height: 100%;
  vertical-align: top;
}

/**主体列表页开始**/
#l-container {}

#l-container .inner {
  padding: 0.54rem 0rem;
  width: 16.2rem;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
  background: #fff;
}

.col_menu {
  width: 4.08rem;
  float: left;
  margin-right: -4.08rem;
  position: relative;
}

.col_menu .l-qh {
  margin-bottom: 0.1rem;
}

.col_menu .col_menu_head {
  background: #1840a7;
  position: relative;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 0.94rem;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
  /* display: block!important; */
}

.col_menu .col_menu_head .column-switch {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*栏目列表*/
.col_list {}

.col_list .wp_listcolumn {}

.col_list .wp_listcolumn .wp_column a {
  color: #000;
  font-size: 0.15rem;
  font-weight: normal;
  background: none;
  height: .78rem;
  display: block;
  position: relative;
}

.col_list .wp_listcolumn .wp_column a .column-name {
  display:flex;
  align-items:center;
  line-height: 1.75;
  padding: 0;
  padding-left: 0.28rem;
  font-size: .2rem;
  height: .78rem;
  border-bottom: 0.01rem solid #C0D6ED;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  background: #D4E5F7;
  color: #1840a7;
  font-weight: bold
}

.col_list .wp_listcolumn .wp_column :after {
  content: " ";
  width: .0rem;
  height: .55rem;
  background: #1840a7;
  top: .11rem;
  right: 0;
  position: absolute;
  transition: .4s
}

.col_list .wp_listcolumn .wp_column a:hover:after,
.col_list .wp_listcolumn .wp_column a.selected :after {
  width: .05rem
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #0f429b;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
  color: #454545;
  background: none;
  border-top: 0.01rem solid #fff;
  border-bottom: 0.01rem solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
  font-weight: bold;
  color: #0f429b;
}

/*二级子栏目**/

.col_list .wp_listcolumn .sub_list a .column-name {
  cursor: pointer;
  padding-left: .56rem;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
  background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 0.05rem 0.1rem 0.05rem 0.51rem;
  cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
  font-weight: bold;
  color: #0f429b;
}

/**栏目新闻**/
.col_news {
  width: 100%;
  min-height: 5rem;
  float: right;
}

.col_news .col_news_box {
  margin-left: 4.7rem;
}

.col_news_head {
  border-bottom: 0.01rem solid #1840A7;
  padding-bottom: .25rem;
  position: relative;
}

.col_metas .col_title {
  display: inline-block;
  float: left;
}

/**当前栏目**/
.col_metas .col_title h2 {
  display: inline-block;
  font-size: 0.28rem;
  color: #1840A7;
  line-height: .4rem;
}

.col_metas .col_path {
  display: block;
  white-space: nowrap;
  height: 0.16rem;
  line-height: 0.16rem;
  color: #333;
  position: absolute;
  right: 0;
  top: -0.31rem;
  font-size: .16rem;
}

/**当前位置**/
.col_metas .col_path a {
  color: #2F2F2F;
}
.col_metas .col_path a:hover {
  color: #1840a7;
}
  
.col_news_con {
  padding-top: .4rem;
}

.col_news_list li.news {
  border-bottom: 0.01rem solid #2B56C8;
  transition: all ease 0.4s;
  margin-bottom: .25rem;
}

/**栏目新闻列表**/

/**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.75;
  font-size: 0.14rem;
  color: #333;
}

.col_news_list .wp_entry p {
  margin-bottom: 0.1rem;
}

.col_news_list .wp_entry table {
  margin-bottom: 0.04rem;
}

.col_news_list .wp_entry img {
  max-width: 6.8rem;
  _width: expression(this.width > 6.8 ? "6.8rem" : this.width);
}

/**列表页文章图片大小限制**/
.possplit {
  text-indent: 0;
  width: 0.2rem;
  text-align: center;
  background: none;
  position:relative
}

.possplit:before {content:"/"}
/**默认新闻列表页**/
.mrlist .col_news_list .news_list .news a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .1rem
}

.mrlist .col_news_list .news_list .news a:hover {
  padding-left: .2rem;
  padding-right: 0
}

.mrlist .col_news_list .news_list .news a:hover .news_title {
  color: #1840a7
}

.mrlist .col_news_list .news_list .news .news_imgs {
  width: 2.22rem;
  margin-right: .4rem;
  height: 1.48rem;
  background: none;
}

.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: .18rem 0;
  font-size: .16rem;
  font-weight: bold;
  line-height: .3rem;
}

.mrlist .col_news_list .news_list .news .news_meta {
  color: #DAB680;
}

.mrlist .col_news_list .news_list .news .news_title {
  font-size: 0.2rem;
  color: #000;
  height: .6rem;
}

.mrlist .col_news_list .news_list .news .news_text {
  color: #9F9F9F;
  font-weight: normal;
  height: .6rem;

}


/**文章页**/
.info .col_metas.clearfix {
  height: .63rem;
}

.infobox {
  padding: .56rem 0;
  margin: 0 auto;
  width: auto;
}

.article h1.arti_title {
  line-height: 1.3;
  font-size: .26rem;
  text-align: center;
  margin: .2rem 0;
}

.article h2.arti_title {
  line-height: 2;
  font-family: "Microsoft YaHei";
  font-size: .2rem;
  text-align: center;
  color: #1b1b1bc7;
  margin-bottom: .2rem;
}

.article .arti_metas {
  text-align: center;
  line-height: 1.3;
  margin: 0;
}

.article .arti_metas>span {
  margin: 0 .16rem;
  font-size: var(--smailSize);
  color: #666;
}

.article .arti_info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: .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;
}

.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;
  display:none
}

.wp_artfuns .wp_art_adjoin {
  display: flex;
  line-height: .48rem;
  font-size: var(--titleSize);
  flex-wrap: wrap;
}

span.next-title,
span.prev-title {
  width: calc(100% - .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: #002073;
  background-size: cover;
  position: relative;
}

#footer .inner {
  padding: .36rem 0 0.31rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
}

#footer .inner .mod {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  margin: 0 1rem;
}

#footer .inner .foot-left img {
  max-width: 5.21rem;
  width: 100%;
  margin-top: 3px;
}

#footer .inner p {
  font-size: .18rem;
  line-height: .45rem;
  font-weight: bold;
  color: #fff;
}

#footer .inner .foot-bottom p {
  font-size: .16rem;
  font-weight: normal;
}

/**侧导航**/
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 {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 1;
  background: #fff;
  bottom: 2%;
  border-radius: 50%;
  right: 1%;
  background: #1776be7a;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/** 加载 **/
.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%);
}

.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%;
}

.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;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.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.0);
  }

  40% {
    -webkit-transform: scale(1.0);
  }

  ;
}

@keyframes bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }

  ;
}

/* szdw */
.szdw .col_news_list .news_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.szdw .col_news_list li.news {
  background: #fff;
  border: none;
  width: 5.5rem;
  height: 4rem;
  display: flex;
  margin-bottom: .4rem;
}

.szdw.mrlist .col_news_list .news_list .news a {
  padding: 0;
  display: block;
}

.szdw.mrlist .col_news_list .news_list .news:hover .news_title a {
  color: #1840a7
}

.szdw.mrlist .col_news_list .news_list .news .news_imgs {
  width: 2rem;
  margin-right: .23rem;
  height: 2.66rem;
  background: #0f429b;
}

.szdw.mrlist .col_news_list .news_list .news .news_title {
  font-size: .22rem;
  font-weight: bold;
  line-height: .66rem;
  margin-left: .2rem;
  height: .66rem;
  position: relative
}

.szdw.mrlist .col_news_list .news_list .news .news_title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: .77rem;
  height: .04rem;
  background: #1840A7;
  content: " "
}

.szdw .col_news_list li.news .news_r {
  flex: 1;
  padding-top: .18rem;
  padding-right: .34rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.szdw.mrlist .col_news_list .news_list .news .news_text {
  height: 1.96rem;
  line-height: .28rem;
  -webkit-line-clamp: 7;
  font-size: .14rem;
  color: #3D3D3D;
}

.szdw .news .news_btt {
  position: relative;
  height: .77rem;
}

.szdw.mrlist .col_news_list .news_list .news .news_btt a {
  line-height: .42rem;
  font-size: .16rem;
  font-weight: bold;
  width: 1.17rem;
  background: #1840a7;
  position: absolute;
  right: 0;
  border: 1px solid #1840A7;
  color: #ffff;
  padding-left: .3rem;
}

.szdw.mrlist .col_news_list .news_list .news .news_btt a:after {
  position: absolute;
  left: 60%;
  bottom: 0.15rem;
  width: .25rem;
  height: .1rem;
  background: url(../images/more.png) no-repeat;
  background-size: contain;
  content: " ";
  transition: all 0.4s ease-in-out;
}

.szdw.mrlist .col_news_list .news_list .news .news_btt a:hover:after {
  left: 70%
}
.szdw .wp_listcolumn_x{}
.szdw .wp_listcolumn_x .wp_column{margin-right:.6rem;position:relative}
.szdw .wp_listcolumn_x .wp_column::before{position:absolute;content:"";background:#1840A7;width: .01rem;height:.26rem;right: -0.3rem;top:50%;transform:translateY(-50%)}
.szdw .wp_listcolumn_x .wp_column:last-child::before{position:absolute;content:"";background:#1840A7;width: 0rem;height:.26rem;right: -0.3rem;top:50%;transform:translateY(-50%)}
.szdw .wp_listcolumn_x .wp_column a{background:none}
.szdw .wp_listcolumn_x .wp_column a .column-name{background:none!important}
.szdw .wp_listcolumn_x .wp_column a{color:#1840A7;opacity:.3}
.szdw .wp_listcolumn_x .wp_column a:hover,
.szdw .wp_listcolumn_x .wp_column a.selected{opacity:1}
.szdw .wp_listcolumn_x .wp_column a .column-name{
    font-size: .28rem;
    line-height: .41rem;
    padding: 0;
}

.sz.search {
  width: 7.6rem;
  margin-top: .21rem;
  border: 1px solid #648DF6;
  border-radius: 1.20rem;
  display: none;
}

.sz .wp-search .search-input {
  margin-left: .14rem;
  margin-right: .35rem;
}

.sz .wp-search .search-input input.search-title {
  border: none;
  line-height: .52rem;
  color: #1152C2;
  font-size: .2rem;
}

.sz .wp-search .search-btn {
  right: 0.23rem;
}

.sz .wp-search .search-btn input.search-submit {
  background: url(../images/sz_a.png) no-repeat center;
  background-size: .18rem .12rem;
}


.szjs .filter-box {
  background: #f8faff;
  padding: .14rem;
  margin-top: .18rem;
}

.szjs .filter-row {
  display: flex;
  align-items: center;
}

.szjs .filter-row:first-child {
  margin-bottom: .32rem;
}

.szjs .filter-row:last-child {
  margin-bottom: .12rem;
}

.szjs .filter-label {
  font-weight: bold;
  color: #1152C2;
  font-size: .2rem;
  line-height: .24rem;
  width: .66rem;
  margin-right: .21rem;
}

.szjs .title-buttons,
.szjs .letter-buttons {
  display: flex;
}

.szjs .title-buttons button,
.szjs .letter-buttons button {
  background: none;
  border: none;
  padding: .05rem .12rem;
  cursor: pointer;
  font-size: .2rem;
  line-height: .24rem;
  color: #000;
}

.szjs .title-buttons button {
  margin: 0 .06rem;
}

.szjs .title-buttons button:hover,
.szjs .title-buttons button.selected,
.szjs .letter-buttons button:hover,
.szjs .letter-buttons button.selected {
  background: #1152c2;
  color: white;
}

.szjs .title-buttons button.selected,
.szjs .letter-buttons button.selected {
  /* padding: .05rem; */
  margin: 0 .07rem;
}



.szjs .col_news_list {
  margin-bottom: .66rem
}

.szjs .col_news_list .news_head {
  padding-bottom: .2rem;
  border-bottom: .04rem solid #B6CDF1;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.szjs .col_news_list .news_bm {
  position: relative;
  color: #050505;
  font-size: .22rem;
  line-height: .24rem;
  font-weight: bold;
}

.szjs .col_news_list .news_bm:before {
  position: absolute;
  content: "";
  width: 1.05rem;
  height: .04rem;
  background: #1152C2;
  bottom: -0.24rem;
  left: 0;
}

.szjs .col_news_list .news_btt {
  cursor: pointer;
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  transform-origin: center center;
  width: .2rem;
  height: .2rem;
}

.szjs .news_btt.rotated {
  transform: rotate(-90deg);
}

.szjs .col_news_list .news .news_btt {
  padding-right: .2rem;
}

.szjs.mrlist .col_news_list .news_btt a {
  display: block;
  padding: 0;
  transition: .4s
}

.szjs.mrlist .col_news_list .news_btt a:hover {
  padding-right: 0.1rem;
}

.szjs .col_news_list .news_btt img {
  width: .18rem;
  height: 0.12rem;
  margin-top: .04rem;
  transform-origin: center;
}

.szjs .col_news_list .news .news_btt img {
  width: .12rem;
  height: .18rem;
}


.szjs.mrlist .col_news_list .news_list .news {
  border-bottom: .01rem solid #d1d9ed;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.szjs.mrlist .col_news_list .news_list .news.not {display:none}
.szjs.mrlist .col_news_list .news_list .news .news_wz {
  display: flex;
  line-height: .7rem;
  padding: 0;
  gap: .5rem;
  color: #000000;
  font-size: .2rem;
  font-weight: normal;
}
.szjs.mrlist .col_news_list .news_list .news .news_wz .news_bm {display:none;font-size: .14rem;position: absolute;right: 0;}
.szjs.mrlist .col_news_list .news_list .news .news_title {
  display: flex;
  line-height: .7rem;
  padding: 0;
  height: .7rem;
  min-width: 1.6rem;
  font-weight:bold
}
.szjs.mrlist .col_news_list .news_list .news .news_title a{
  color: #1840A7;
  
}
.szjs.mrlist .col_news_list .news_list .news .news_zc {
  display: flex;
  line-height: .7rem;
  padding: 0;
  min-width: 1.8rem;
}

.szjs.mrlist .col_news_list .news_list .news .news_lx {
  display: flex;
  line-height: .7rem;
  padding: 0;
  min-width: 1.85rem;
}


/* 自定义下拉容器 */
.dept-select-container{
  width:7.6rem;
  border:.02rem solid #648DF6;
  border-radius:1.20rem;
  margin-top:.21rem;
  position: relative;
}
.custom-select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  line-height: .5rem;
  color: #1152C2;
  font-size: .2rem;
  padding-left: .14rem;
  padding-right: .21rem;
}
.custom-select-trigger .arrow-icon{background:url(../images/sz_a.png) no-repeat;width:.18rem;height:.12rem;opacity: .5;background-size: cover;}
.custom-select-trigger.active {
}
.custom-select-trigger.active .arrow-icon{opacity: 1;}

/* 下拉选项列表 */
.custom-select-options {
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  border-top: none;
  border-radius: .25rem;
  z-index: 100;
  display: none;
  background: #fff;
  padding: .14rem;
  font-size: .16rem;
  line-height: .3rem;
}
.custom-select-options.active {
  display: block;
}
/* 选项样式 */
.custom-select-options .option {
  cursor: pointer;
  border-radius: .1rem;
  padding: 0 .1rem;
}
.custom-select-options .option:hover {
  background: #1152C2;
  color: #fff;
}

/**无图处理**/
.mrlist .news_imgs:empty {
    display: none;
}


#banner .news:hover .news_imgs img {
    transform: none !important;
}