@charset "utf-8";
/*Technical Support SudyTech*/
@font-face {
  font-family: SourceHanSansCN-Regular;
  src: url(fonts/SourceHanSansCN-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: SourceHanSansCN-Medium;
  src: url(fonts/SourceHanSansCN-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: Poppins-SemiBoldItalic;
  src: url(fonts/Poppins-SemiBoldItalic.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(fonts/Poppins-SemiBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: Alimama;
  src: url(fonts/AlimamaShuHeiTi-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: Roboto-Medium;
  src: url(fonts/Roboto-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Regular.ttf);
  font-display: swap;
}

@keyframes moveTop {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes characterRound {
  0% {
    transform: scale(1.12) rotate(0deg);
  }
  100% {
    transform: scale(1.12) rotate(360deg);
  }
}
@keyframes characterRadius {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
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;
}

i,
cite,
em,
var,
address,
dfn {
  /* font-style: normal; */
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}
li:hover {
  cursor: pointer;
}
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,
a:active {
  text-decoration: none;
  /* color: #0163ae; */
}

body,
textarea,
input,
select,
keygen,
legend {
  font:
    13px/1 arial,
    \5b8b\4f53;
  color: #333;
  outline: 0;
}

:focus {
  outline: 0;
}

/*备用样式表*/
.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;
}

.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background: url(images/icon.png) no-repeat;
}

/*css3扩展*/
body:before {
  display: none;
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

/*滚动样式*/
.scroller {
  position: absolute;
  z-index: 1;
  width: 750px;
  height: 160px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 4px;
  background-color: #cccccc;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
  /*滚动条的背景颜色*/
  -webkit-border-radius: 0;
  /*滚动条的圆角宽度*/
}

::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #999;
  -webkit-border-radius: 4px;
  outline: 1px solid #fff;
  outline-offset: -1px;
  border: 1px solid #fff;
}

/**布局开始**/
* {
  box-sizing: border-box;
}

body {
  background: #fff;
  line-height: 1;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333;
  position: relative;
}

p {
  line-height: 1.75;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

a:hover {
  /* color: rgba(67, 130, 233, 1); */
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.f_between {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.f_start {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.f_end {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.f_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.f_middle {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}

.f_top {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.f_bottom {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.f_stretch {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.middle_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.f_col {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.f_row {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}

.overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.text-line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.text-line5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.text-line6 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
/*页面尺寸*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.inner {
  width: 1400px;
  margin: 0 auto;
}
header {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 30px 0 180px 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
header .inner {
  width: 1800px;
  margin: 0 auto;
}
.head-top {
  padding: 0 0 0px 0;
}
.logo1,
.logo-text {
  gap: 12px;
}
.logo1 img {
  height: 55px;
  width: auto;
}
.fl .logo1 img {
  height: 50px;
  width: auto;
}
span.sitespan {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 36px;
  color: #fffff5;
  line-height: 36px;
  letter-spacing: 1.15px;
}
.fl span.sitespan {
  font-size: 31px;
  line-height: 31px;
  letter-spacing: 1.8px;
}
span.sitestitle {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #fffff5;
  line-height: 26px;
  letter-spacing: 1.15px;
}
.fl span.sitestitle {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
}
/* head-right */
.head-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.xxsy {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 22px;
  background: rgba(243, 245, 246, 0.2);
  transition: all 0.3s ease-in-out;
}
.xxsy:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.language-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 44px;
  gap: 8px;

  padding: 0 20px;
  border-radius: 22px;
  background: rgba(243, 245, 246, 0.2);
}
.language-selector:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

/* 搜索框 */
/* searchbox */
.searchbox {
  width: 150px;
  height: 43px;
  border-radius: 22px;
  background: rgba(243, 245, 246, 0.2);
}
.wp-search {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}
.wp-search .search-input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
  overflow: hidden;
}
.wp-search .search-input input.search-title {
  width: 100%;
  height: 43px;
  border: none;
  outline: none;
  background: transparent;
  ffont-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 43px;
  padding: 0 1px;
  box-sizing: border-box;
  text-align: left;
}
.wp-search .search-input input.search-title::placeholder {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 0.5px;
  text-align: left;
}
.wp-search .search-btn {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 0px;
}
.wp-search .search-btn input.search-submit {
  width: 21px;
  height: 22px;
  border: none;
  outline: none;
  background: url(images/icon_search.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}
.wp-search input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #858789;
}

/* nav */
.head-nav {
  position: relative;
  margin-top: 20px;
}
.nav .wp-menu {
  width: 100%;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  gap: 35px;
  padding: 0 0 0 0px;
}
.nav .wp-menu .menu-item {
  display: inline-block;
  position: relative;
  height: 40px;
  text-align: center;
  transition: all 0s ease;
}
.nav .wp-menu .menu-item > a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  transition: all 0s ease;
  padding: 0;
}
.nav .wp-menu .menu-item a.menu-link {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
}
.nav .wp-menu .menu-item > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background: transparent;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 10;
}
.nav .wp-menu .menu-item:hover > a {
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  color: #92071c;
}
.nav .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  width: auto;
  min-width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 0px 10px 10px;
  padding: 10px 0;
  border-top: 2px solid #92071c;
}
.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
  transition: all 0.3s;
}
.nav .sub-menu .sub-item a {
  color: #333;
  height: auto;
  min-height: 40px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding: 4px 15px;
  transition: all 0.3s;
  font-family: "SourceHanSansCN";
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .sub-menu .sub-item.hover > a,
.nav .sub-menu .sub-item a:hover {
  color: #92071c;
  display: flex;
  font-weight: bold;
}
.nav .wp-menu .menu-item:hover .sub-menu {
  display: block;
}
.nav .wp-menu .menu-item:hover .sub-menu .sub-menu {
  display: none;
}
.nav .sub-menu .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  transform: translateX(0);
  top: 0px;
  width: auto;
  min-width: 50%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  border-top: 2px solid #92071c;
}
.nav .sub-menu .sub-menu .sub-item a {
  color: #333;
  min-height: 40px;
  font-size: 16px;
  line-height: 32px;
  padding: 4px 5px;
}
.nav .sub-menu .sub-menu .sub-item.hover > a,
.nav .sub-menu .sub-menu .sub-item a:hover {
  color: #92071c;
}
/* banner */
.banner {
  width: 100%;
  height: auto;
  min-height: 65px;
  position: relative;
}
.mySwiper1 {
  width: 100%;
  height: auto;
  position: relative;
}
.mySwiper1 .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}
.mySwiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mySwiper1 .swiper-slide img {
  width: 100%;
  height: auto;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.mySwiper1 .swiper-slide-active img,
.mySwiper1 .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.banner .swiper-container {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  bottom: 45px;
  padding-right: 13.54166%;
  z-index: 33;
  box-sizing: border-box;
  gap: 20px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: translate(0);
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}
.banner .swiper-button-prev {
  background: url(images/button_left.png) no-repeat;
  background-size: cover;
}
.banner .swiper-button-next {
  background: url(images/button_right.png) no-repeat;
  background-size: cover;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  transition: all 0.3s ease;

  opacity: 0.8;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  transform: scale(1.1);

  opacity: 1;

  transform: translate(0) scale(1.1);
}
.banner .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 12px;
  position: relative;
  bottom: 0;
  width: auto;
  margin-left: 18px;
}
.banner .swiper-pagination-bullet {
  width: 5px;
  height: 25px;
  background: #fbfdfe;
  box-shadow: 0px 0px 24px 2px rgba(83, 0, 0, 0.9);
  border-radius: 0;
  border: none;
  opacity: 1;
  position: relative;
  transition: all 0.3s ease;
  font-size: 0;
  color: transparent;
}
.banner .swiper-pagination-bullet-active {
  width: 5px;
  height: 59px;
  background: #fbfdfe;
  box-shadow: 0px 0px 24px 2px rgba(83, 0, 0, 0.9);

  position: relative;
  font-size: 18px;
  font-weight: bold;
  font-family: "SourceHanSansCN", Arial, sans-serif;
  color: #fbfdfe;
}
.banner .swiper-pagination-bullet-active:before {
  content: attr(data-index);
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: calc(80%);
  font-family: "Alimama";
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 76px;
  text-shadow: 0px 0px 24px rgba(83, 0, 0, 0.9);
  white-space: nowrap;
}

/* main1 */
.main1 {
  padding: 120px 0 0px 0;
  background: url(images/bg1-1.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.bmimg {
  width: 100%;
  height: auto;
}
/* 标题 */
.tt {
  position: relative;
  margin-bottom: 30px;
}
.title {
  position: relative;
  gap: 8px;
}
.tit1 {
  font-family: "Alimama";
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 40px;
  letter-spacing: 0.5px;

  display: block;
  position: relative;
}
.tit1:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background: url("images/title_b.png") no-repeat;
  background-size: cover;
}
.tit1:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 223px;
  height: 2px;
  background: #ebebeb;
}
.tit2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  color: #92070b;
  line-height: 40px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.more {
  position: relative;
  padding-right: 52px;
}
.micon {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #920b07;
  line-height: 35px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 0 20px;
  border-radius: 17px;
  border: 1px solid #92070b;
}
.more:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 1px;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  background: #92070b;
}
.more:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(images/more_a.png) no-repeat;
  background-size: cover;

  animation: spin 2s linear infinite;
}
.more {
  transition: all 0.3s ease;
  cursor: pointer;
}
@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.more:hover .micon {
  background-color: #92070b;
  color: #fff;
  border-color: #92070b;
  transform: translateY(-2px);
}
.more:hover .micon img {
  filter: brightness(0) invert(1);
}
.bmbox {
  width: 50%;
  position: relative;
  z-index: 1;
  height: 245px;
  overflow: hidden;
}
.bmbox p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 46px;
  text-indent: 2em;

  margin-bottom: 10px;
}

/* main2 */
.main2 {
  padding: 140px 0 85px 0;
  background: url(images/bg2.jpg) no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -40px;
  min-height: 1280px;
}
.gzlist {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
  margin-top: 40px;
}
.gzlist li {
  width: calc(33.333% - 20px);
}
.gzlist li a {
  display: flex;
  padding: 26px 14px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* .time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  padding-right: 15px;
  border-right: 1px solid rgba(169, 169, 169, 0.5);
}
.time .month{
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #92070B;
  line-height: 35px;
  letter-spacing: 0.2px;
}
.time .day{
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #92070B;
  line-height: 20px;
} */
.gzicon {
  width: 47px;
  height: 39px;
  background: url("images/icon1.png") no-repeat;
  background-size: 100% 100%;
}
.gzlist li:nth-child(2) .gzicon {
  width: 41px;
  height: 40px;
  background: url("images/icon2.png") no-repeat;
  background-size: 100% 100%;
}
.gzlist li:nth-child(3) .gzicon {
  width: 36px;
  height: 39px;
  background: url("images/icon3.png") no-repeat;
  background-size: 100% 100%;
}
.gzlist li:nth-child(4) .gzicon {
  width: 40px;
  height: 40px;
  background: url("images/icon4.png") no-repeat;
  background-size: 100% 100%;
}
.gzlist li:nth-child(5) .gzicon {
  width: 39px;
  height: 40px;
  background: url("images/icon5.png") no-repeat;
  background-size: 100% 100%;
}
.gzlist li:nth-child(6) .gzicon {
  width: 40px;
  height: 40px;
  background: url("images/icon6.png") no-repeat;
  background-size: 100% 100%;
}
.s1 {
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  letter-spacing: 0.6px;
}
.gzlist li a:hover {
  border-color: #92070b;
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px rgba(146, 7, 11, 0.1);
  background-color: #92070b;
}
/* .gzlist li a:hover .time {
  border-right-color: #92070b;
} */
.gzlist li a:hover .s1 {
  color: #fff;
}
.gzlist li a:hover .gzicon{
   filter: brightness(0) invert(1);
}
.TZGG {
  padding-top: 110px;
}
.tzlist {
  display: flex;
  gap: 0px;
  align-items: flex-start;
}
.tzlist li {
  width: 30%;
  position: relative;
  border: 1px solid #ebebeb;
}
.tzlist li.active {
  width: 40%;
  border: none;
}
.tzlist li a {
  display: block;
  padding: 60px 30px 30px 35px;
  background: #fdfcfa;
}
.tzlist li.active a {
  padding: 60px 40px 90px 45px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}
.time1 {
  display: flex;
  gap: 5px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #92070b;
  line-height: 30px;

  margin-top: 12px;
}
.time1 .day {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #92070b;
  line-height: 30px;
  letter-spacing: 0.2px;
}
.time1 .month {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #92070b;
  line-height: 30px;
}
.tzlist li.active .time1 {
  font-size: 26px;
  line-height: 40px;

  margin-top: 30px;
}
.tzlist li.active .time1 .day {
  font-size: 40px;
  line-height: 40px;
}
.tzlist li.active .time1 .month {
  font-size: 16px;
  line-height: 40px;
}
.more1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 84px;
  background: #92070b;
  border: 1px solid #dcdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.tzlist li.active .more1 {
  display: flex;
}
.s2 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
  letter-spacing: 0.6px;
}
.tzlist li.active .s2 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.s3 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #6f6f6f;
  line-height: 36px;
  letter-spacing: 0.6px;

  margin-top: 12px;
}
.tzlist li.hover-active {
  width: 40%;
  border: none;
}
.tzlist li.hover-active a {
  padding: 60px 40px 90px 45px;
  box-shadow: 0px 0px 35px 0px rgba(157, 0, 0, 0.2); /* 红色阴影 */
}
.tzlist li.hover-active .s2 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  color: #92070b;
}
.tzlist li.hover-active .time1 {
  font-size: 26px;
  line-height: 40px;
  margin-top: 30px;
}
.tzlist li.hover-active .time1 .day {
  font-size: 40px;
  line-height: 40px;
}
.tzlist li.hover-active .time1 .month {
  font-size: 16px;
  line-height: 40px;
}
.tzlist li.hover-active .more1 {
  display: flex;
}

/* main3 */
.main3 {
  padding: 100px 0px 215px 0;
  position: relative;
  overflow: hidden;
}
.main3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/bg3.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
}
.main3 .inner {
  position: relative;
}
.main3 .inner:before {
  content: "";
  position: absolute;
  top: calc(100% + 50px);
  left: 0px;
  width: 387px;
  height: 176px;
  background: url(images/eit.png);
  background-size: cover;
}
.main3 .tit1:before {
  background: url(images/title_b1.png);
  background-size: cover;
}
.main3 .tit1,
.main3 .tit2 {
  color: #fff;
}
.main3 .tit1:after {
  background: #fff;
  opacity: 0.35;
}
.main3 .micon {
  border: 1px solid #fff;
  background: #fff;
}
.main3 .more:before {
  background: #fff;
}
.main3 .more:hover .micon {
  background: #fff;
}
.main3 .more:hover .micon {
  color: #92070b;
}
.main3 .more:hover .micon img {
  filter: none;
  -webkit-filter: none;
}
.fwbox {
  margin-top: 45px;
  background: #fff;
  padding: 15px 0;
  position: relative;
  box-shadow: 0px 0px 120px 0px rgba(135, 0, 0, 0.06);
  z-index: 1;
}
.fwbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.fwbox ul {
  background: #ffefef;
  padding-right: 88px;
  position: relative;
  z-index: 1;
}
.fwbox ul li {
  width: 100%;
}
.fwbox ul li a {
  display: flex;
  background: url(images/bg3-1.jpg) no-repeat;
  background-size: cover;
  align-items: center;
  gap: 35px;
}
.time2bg {
  padding: 0 33px 0 45px;
}
.time2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}
.time2 .day {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 40px;
  color: #92070b;
  line-height: 35px;
}
.time2 .month {
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-size: 16px;
  color: #a9a9a9;
  line-height: 20px;
}
.s4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
}
.fwbox ul li:hover a {
  background: #ffefef;
}
.fwbox ul li:hover .time2bg {
  background: #fff;
}
.fwbox ul li:hover .time2 {
  background: url(images/time2_bg.png) no-repeat;
  background-size: 100% 100%;
}

.fwbox ul li.hover-active a {
  background: #ffefef;
}
.fwbox ul li.hover-active .time2bg {
  background: #fff;
}
.fwbox ul li.hover-active .time2 {
  background: url(images/time2_bg.png) no-repeat;
  background-size: 100% 100%;
}
.fwbox ul li a {
  transition: background 0.3s ease;
}
.fwbox ul li .time2bg,
.fwbox ul li .time2 {
  transition: all 0.3s ease;
}

.footer {
  background: url(images/bg_bottom.jpg);
  background-size: cover;
  padding: 44px 0 24px 0;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer1 {
  padding: 17px 0px;
  text-align: center;
  background: #92070b;
}
.Copyright {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #fffff5;
  line-height: 40px;
  letter-spacing: 0.64px;
  text-align: center;
}
.yqlj {
  font-family: "Alimama";
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  line-height: 40px;
  margin-top: 34px;
}
.yqlist {
  display: flex;
  margin-top: 20px;
  width: 80%;
  flex-wrap: wrap;
  gap: 10px 0px;
}
.yqlist li {
  width: 33.33%;
}
.yqlist li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;

  transition: all 0s ease;
}
.yqlist li a:hover {
  text-decoration: underline;
  text-decoration-color: #92070b;
  text-underline-offset: 8px;
}
.fr {
  position: relative;
  top: -122px;
  width: 545px;
  background: url(images/bg4.jpg) no-repeat;
  background-size: cover;
  padding: 35px 0px 70px 40px;
}
.lxwm {
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
}
.fr p {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;

  position: relative;
  padding-left: 35px;
}
.fr p:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 20px;
  background: url("images/icon_add.png") center no-repeat;
  background-size: cover;
  left: 0px;
  top: 10px;
}
.fr p.i1:before {
  width: 21px;
  height: 17px;
  background: url("images/icon_email.png") center no-repeat;
  background-size: cover;
}
.fr p.i2:before {
  width: 21px;
  height: 17px;
  background: url("images/icon_code.png") center no-repeat;
  background-size: contain;
}
.code {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  top: calc(100% - 28px);
  gap: 46px;
  left: 0;
}
/* 
 *  内容页定制
 */
.infotop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  border-bottom: 1px solid #92071c;
}
.info_title {
  color: #92071c;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  font-family: "微软雅黑粗体";
  letter-spacing: 0.4px;
}
.info_title1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #920b07;
  line-height: 65px;
  float: left;
}
.infotop .col_path {
  display: inline-block;
  white-space: nowrap;
  line-height: 28px;
  color: #333333;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
} /**当前位置**/
.infotop .col_path:before {
  content: "";
  position: absolute;
  left: 3px;
  width: 19px;
  height: 19px;
  background: url(images/home.png) no-repeat;
  background-size: 19px 19px;
  top: 50%;
  margin-top: -8px;
}
.infotop .col_path a {
  color: #333333;
}
#d-container .infotop {
  display: block;
  border: none;
}
/***********************************************************
 * 列表页
 */

/*栏目图片*/
.l-banner {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  position: relative;
}
.l-banner img {
  display: none;
  height: 100%;
  vertical-align: top;
}
.l-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background: url(images/mask_top.png) no-repeat;
  background-size: 100% 100%;
  z-index: 11;
}
/**主体列表页开始**/

#l-container {
  background: #fff url(images/main3bg.png) bottom / 100% auto no-repeat;
}
#l-container .inner {
  /* padding: 20px 0px; */
  padding-bottom: 120px;
}
#d-container {
  background: #fff url(images/main3bg.png) bottom / 100% auto no-repeat;
  box-sizing: border-box;
}
#d-container .inner {
  box-sizing: border-box;
  padding-bottom: 320px;
  min-height: 800px;
}
#d-container .inner {
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
/*主栏目名称*/
.col_menu {
  width: 215px;
  float: left;
  margin-right: -215px;
  position: relative;
  margin-top: 45px;
  box-sizing: border-box;
}
.col_menu .l-qh {
  margin-bottom: 10px;
}
.col_menu .col_menu_head {
  background: url(images/menu_bg.jpg);
  background-size: cover;
  position: relative;
  padding: 20px 10px;
}
.col_menu .col_menu_head:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(images/triangle_left.png) no-repeat;
  background-size: cover;
}
.col_menu .col_menu_head:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(images/triangle_right.png) no-repeat;
  background-size: cover;
}
/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  min-height: 65px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0px;
  font-family: "Alimama";
} /**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  position: relative;
  font-family: "Alimama";
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 0px;
} /**栏目名称图标**/

/*栏目列表*/
.col_menu_con {
  border-left: 3px solid #920b07;
  padding: 10px 0px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(146, 11, 7, 0.1);
}
.col_menu_con.hidden {
  display: none;
}
.col_list {
  min-height: 200px;
}
.col_list .wp_listcolumn {
}
.col_list .wp_listcolumn .wp_column a {
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: normal;
  background: none;
}
.col_list .wp_listcolumn .wp_column > a {
  border-bottom: 2px solid #fff;
  text-align: left;
  position: relative;
  padding: 10px 25px 10px 20px;
}
.col_list .wp_listcolumn .wp_column > a .column-name {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #000000;
  line-height: 36px;
  font-weight: 500;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  color: #333333;
  position: relative;
  text-decoration: none;
}

.col_list .wp_listcolumn .wp_column.parent > a .column-name {
  font-weight: bold;
  color: #fff;
}
.col_list .wp_listcolumn .wp_column.parent > a,
.col_list .wp_listcolumn .wp_column > a:hover,
.col_list .wp_listcolumn .wp_column > a.selected {
  background: #920b07;
  color: #fff;
}
.col_list .wp_listcolumn .wp_column.parent > a:before,
.col_list .wp_listcolumn .wp_column > a:hover:before,
.col_list .wp_listcolumn .wp_column > a.selected:before {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 14px;
  background: url(images/list_icon.png) no-repeat;
  background-size: cover;
}

.col_list .wp_listcolumn .wp_column > a:hover .column-name,
.col_list .wp_listcolumn .wp_column > a.selected .column-name {
  color: #fff !important;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
  color: #333;
}
.col_list .wp_listcolumn .wp_column > .sub_list .sub-item a {
  /* background: #e9e9e9; */
  text-align: center;
}
.col_list .wp_listcolumn .sub_list a .column-name {
  display: inline-block;
  line-height: 28px;
  padding: 5px 10px 5px 44px;
  cursor: pointer;
}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  font-weight: bold;
  font-weight: bold;
  color: #92071c;
}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 60px;
  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: #92071c;
}

.col_list .wp_listcolumn {
  border: 0px;
}

.col_list .wp_listcolumn .wp_column a:hover .column-name,
.col_list .wp_listcolumn .wp_column a.selected .column-name {
  color: #92071c;
}

.col_list .wp_listcolumn .wp_column a.col_item_link i {
  position: absolute;
  content: "";
  right: 48px;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 14px;
  display: none;
}
.col_list .wp_listcolumn .wp_column a.col_item_link:hover i,
.col_list .wp_listcolumn .wp_column a.col_item_link.selected i,
.col_list .wp_listcolumn .wp_column a.col_item_link.parent i {
  display: block;
}
.col_list .wp_listcolumn .sub_list .wp_column a {
  color: #454545;
  background: none;
  border-bottom: 1px solid #bbb;
}
/*二级子栏目**/
.col_list .wp_listcolumn .sub_list a {
  font-weight: normal;
  font-size: 18px;
  color: #333;
  font-family: "微软雅黑粗体粗体";
}
.col_list .wp_listcolumn .sub_list a .column-name {
  display: inline-block;
  line-height: 30px;
  padding: 8px 0;
  cursor: pointer;
  /* padding-left: 20px;  */
  position: relative;
}
/* .col_list .wp_listcolumn .sub_list a .column-name:before {  position: absolute; content: ""; left: 2px; top: 50%; margin-top: -2px; width: 6px; height: 6px; background: #0163ae; } */
.col_list .wp_listcolumn .sub_list a:hover {
  background: #f6f6f6;
}
.col_list .wp_listcolumn .sub_list a.selected {
  background: #f6f6f6;
  font-weight: 600;
}
.col_list .wp_listcolumn .sub_list a:hover span.column-name,
.col_list .wp_listcolumn .sub_list a.selected span.column-name {
  color: #92071c;
}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
  background: #efefef;
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 20px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 50%;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  background: #bbb;
}
.col_list .wp_listcolumn .sub_list .sub_list a:hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
  font-weight: 400;
  color: #237b36;
}
.col_list .wp_listcolumn .sub_list .sub_list a:hover .column-name:before,
.col_list .wp_listcolumn .sub_list .sub_list a.selected .column-name:before {
  background: #92071c;
}

/**栏目新闻**/
.col_news {
  width: 100%;
  min-height: 400px;
  float: right;
} /**栏目新闻**/
.col_news .col_news_box {
  margin-left: 276px;
  min-height: 550px;
  padding: 48px 60px;
  background: #f8f8f8;
  border-top: 5px solid #920b07;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(146, 11, 7, 0.1);
  opacity: 0.9;
}
.col_news_head {
  padding-bottom: 10px;
}
.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 38px;
  line-height: 38px;
} /**当前栏目**/

.col_metas .col_title h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #92071c;
}
.col_metas .col_path {
  display: inline-block;
  white-space: nowrap;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #919191;
  line-height: 60px;
  padding-left: 30px;
  position: relative;
  float: right;
}
/**当前位置**/
.col_metas .col_path:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 22px;
  height: 22px;
  background: url(images/home_icon.png) no-repeat;
  background-size: 22px 22px;
  top: 50%;
  transform: translateY(-50%);
}
.col_metas .col_path a {
  color: #919191;
}
.col_news_con {
  padding: 0px;
  margin: 0 0px;
}
.col_news_list {
}
.col_news_list .news_list {
}
.col_news_list .wp_article_list .list_item {
} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
} /**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
}
.col_news_list .wp_entry p {
  margin-bottom: 10px;
}
.col_news_list .wp_entry table {
  margin: 0 auto;
  margin-bottom: 4px;
  min-width: 414px;
}
.col_news_list .wp_entry img {
  margin: 0 auto;
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);
  margin: 0 auto;
} /**列表页文章图片大小限制**/
.wp_paging {
  font-size: 14px;
  margin-top: 30px;
}
#wp_pager .pages {
  display: flex;
  min-height: auto;
  margin: 40px 0 20px;
  justify-content: center;
  align-items: center;
}
#wp_pager .pages li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  margin: 0 4px;
  text-align: center;
  background-color: transparent;
  color: #323333;
  border-radius: 50%;
  font-family: "微软雅黑粗体粗体";
}
#wp_pager .pages li a.pgCurrent {
  font-weight: bold;
  background-color: #92071c;
  color: #fff;
}
#wp_pager .pages li a.pgNext {
  width: auto;
  padding: 0px 8px;
}
#wp_pager .pages li:hover a.pgNext {
  color: #92071c;
}

/**文章页**/
.infobox {
  width: auto;
  margin: 0 auto;
  padding: 70px 0px;
  min-height: 300px;
}
.article {
  padding-top: 10px;
}
.article h1.arti_title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #920b07;
  line-height: 28px;
  text-align: center;
} /**文章标题**/
.article h2.arti_title {
  line-height: 40px;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  text-align: center;
  color: #1b1b1b;
} /**文章副标题**/
.article .arti_metas {
  /* padding: 10px; */
  text-align: center;
  margin-top: 12px;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
  padding-bottom: 12px;
}

.article .arti_metas span {
  margin: 0 10px;
  font-size: 18px;
  color: #666666;
  font-family: "Microsoft YaHei";
  line-height: 32px;
} /**文章其他属性**/
.article .arti_metas span img {
  margin-top: 2px;
  margin-right: 5px;
}
.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
} /**文章内容**/
.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: 18px;
  color: #333;
} /**阅读字体**/
.article .entry .read p {
  margin-bottom: 10px;
}
.article .entry .read img {
  margin: 0 auto;
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);
} /**文章阅读部分图片大小限制**/
.article .entry .read table {
  margin: 0 auto;
  border: none !important;
  min-width: 414px;
}

.col_news_list .news_list li.news {
  line-height: 50px;
  padding-left: 0px;
  font-size: 18px; /*border-bottom:1px solid #e0e0e0;*/
  position: relative;
} /**标题图标**/
.col_news_list .news_list li.news span.news_title {
  float: left;
  width: calc(100% - 110px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease-in-out;
} /*标题*/
.col_news_list .news_list li.news span.news_title img {
  vertical-align: middle;
}
.col_news_list .news_list li.news span.news_meta {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  text-align: right;
  width: 105px;
  color: #777;
  font-size: 14px;
} /*属性*/
.col_news_list .news_list li.news:hover span.news_title {
  color: #92071c;
  transform: translateX(15px);
}

.col_news_list .news_list li.news:hover span.news_meta {
  color: #92071c;
}
.col_news_list .news_list li.news_news {
  position: relative;
  margin-bottom: 12px;
}
.col_news_list .news_list li.news_news a {
  display: flex;
  padding: 49px 10px 49px 28px;
  align-items: center;
  gap: 25px;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
}
.col_news_list .news_list li.news_news a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #92071c;
  transition: all 0.3s ease;
}
.col_news_list .news_list li.news_news a:hover:before {
  width: 100%;
}
.col_news_list .news_list li.news_news a:hover .s16 {
  color: #92071c;
}
.news_content {
  position: relative;
  transition: all 0.3s;
}
.news_time {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  flex-shrink: 0;
  gap: 16px;
  padding-bottom: 16px;
}
.news_time .day {
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 22px;
  color: #920B07;
  line-height: 22px;
  text-align: left;
  display: block;
}
.news_time .year {
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-size: 16px;
  color: #757575;
  line-height: 16px;
  text-align: left;
  display: block;
  position: relative;
}
.news_time .year:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999999;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.s16 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 22px;
  transition: all 0.3s ease;
}
.s17 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  margin-top: 15px;
}
.zp_list{
  margin-top: 45px;
}
.zp_news{
  width: 100%;
  padding: 25px 28px;
  background: #FFF4F4;
  margin-bottom: 45px;
}
.zp_news a{
  display: block;
}
.zp_content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EFE0E0;
}
.zp_title{
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
}
.zp_time{
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #7A6D6D;
  flex-shrink: 0;
}
.zp_news p{
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-size: 16px;
  color: #575757;
  line-height: 32px;
}
.zp_news:hover{
  background: #92070B;
}
.zp_news:hover .zp_title{
  color: #fff;
}
.zp_news:hover .zp_time{
  color: #fff;
  opacity: 0.9;
}
.zp_news:hover p{
  color: #fff;
  opacity: 0.95;
}
.footer2 {
  gap: 80px;
  padding-bottom: 12px;
}
.footer2 li {
  display: flex;
  align-items: center;
  gap: 8px;

  font-family: Microsoft YaHei;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 48px;
}

.tu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 25px;
}
.tu_list li.news_tu {
  width: calc(100% / 3 - 20px);
}
.tu_list li.news_tu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  max-width: 253px;
  width: 100%;
  position: relative;
}
.tu_list li.news_tu a:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 43px;
  width: 24px;
  height: calc(100% - 85px);
  background: rgba(197, 19, 6, 0.07);
}
.tu_list li.news_tu img {
  max-width: 221px;
  width: calc(100% - 32px);
  height: 310px;
  object-fit: cover;
}
.news_tu_text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 42px;
  text-align: center;
  padding: 0 37px 0 16px;
  transition: all 0.3s ease;
  width: calc(100% - 24px);
  margin-left: 24px;
  position: relative;
  background: rgba(197, 19, 6, 0.07);
}
.news_tu_text:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: url(images/arrow_h.png) no-repeat;
  background-size: 100% 100%;
  width: 8px;
  height: 15px;
}

.f111 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.f111 .code_text {
  line-height: 30px;
}

/* 师资队伍 */
.people_list {
  padding: 0 5px;
  padding-bottom: 50px;
  gap: 30px 0px;
  padding-top: 25px;
  /* justify-content: space-around; */
}
.people_news a,
.photo_news a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}

.peo_text {
  margin-top: -22px;
  position: relative;
  z-index: 2;

  padding: 32px 5px 10px 5px;
  transition: all 0.3s ease;
}
.peo_title,
.pho_title {
  color: #000000;
  line-height: 36px;
  font-size: 18px;
  font-family: "Mircrosoft YaHei";
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
  transition: color 0.3s ease;
}
.photo_list {
  padding: 0 5px;
  padding-bottom: 50px;
  gap: 30px 15px;
  padding-top: 25px;
  /* justify-content: space-around; */
}
.photo_list li {
  width: calc(100% / 3 - 18px);
}
.pho_pic1 {
  max-width: 288px;
  width: 100%;
  height: 162px;
  object-fit: cover;
  z-index: 1;
}

.photo_list li.photo_news:hover {
  transform: translateY(-8px);
  z-index: 10;
}

.photo_list li.photo_news:hover a {
  box-shadow: 0 15px 30px rgba(160, 1, 1, 0.15);
}

.photo_list li.photo_news:hover .pho_pic {
  transform: scale(1.1);
}

.photo_list li.photo_news:hover .pho_title {
  color: #92071c;
  font-weight: 600;
}

.people_list li.people_news {
  position: relative;
  transition: all 0.3s ease;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people_list li.people_news a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: linear-gradient(-90deg, #084dc5 0%, #75b4ee 100%);
}
.people_news a {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
}
.peo_pic1 {
  width: 180px;
  height: 240px;
  overflow: hidden;
}
.peo_pic1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  transition: transform 0.5s ease;
  z-index: 1;
}
.people_list li.people_news:hover .peo_pic1 img {
  transform: scale(1.1);
}
.peo_text {
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding: 0 10px 15px 10px;
  text-align: center;
  z-index: 2;
}
.peo_title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}
.peo_subtitle {
  font-size: 14px;
  color: #888;
  line-height: 22px;
}
.people_list li.people_news:hover .peo_title,
.people_list li.people_news:hover .peo_subtitle {
  color: #fff;
}

/* 仪器设备 */
.sb_list {
  padding: 0 5px;
  padding-bottom: 50px;
  gap: 20px 0px;
  padding-top: 25px;
}
.sb_news {
  width: calc(100% / 3);
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sb_news a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: linear-gradient(-90deg, #084dc5 0%, #75b4ee 100%);
}
.sb_news :hover .sb_pic1 img {
  transform: scale(1.1);
}
.sb_news a {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
}
.sb_pic1 {
  width: 320px;
  height: 180px;
  overflow: hidden;
}
.sb_pic1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  transition: transform 0.5s ease;
  z-index: 1;
}
.sb_news:hover .peo_title {
  color: #fff;
}

/* .hidden {
  display: none !important;
}

.full-width {
  width: 100% !important;
  float: none; 
} */
