@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;
}
@font-face {
  font-family: SourceHanSerifCN;
  src: url(fonts/SourceHanSerifCN-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;
}

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: 0px 0 30px 0;
  background: linear-gradient(
    180deg,
    rgba(47, 39, 39, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-top: 10px solid #820a07;
}
#header1 {
  background: linear-gradient(
    to bottom,
    rgba(61, 150, 221, 0.7) 0%,
    rgba(61, 150, 221, 0) 100%
  );
}
.head-top {
  padding: 0 0 15px 0;
}
.logo1 {
  padding: 13px 60px 15px 0;
  background: url("images/logobg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.logo1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: url("images/logobg1.png") no-repeat;
  background-size: cover;
}
.logo1 img {
  height: 103px;
}
span.sitetitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
span.sitespan {
  font-family: "SourceHanSerifCN";
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 0.75px;
}

/* head-right */
.head-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 10px;
}
.xxsy {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #ffffff;
  line-height: 40px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.34);
}
.xxsy:hover {
}
.language-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;

  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 46px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.34);
}
.language-selector img {
  transition: all 0.3s ease;
  height: 49px;
  width: auto;
}

/* searchbox */
.searchbox {
  width: 170px;
  height: 43px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 22px;
}
.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: 40px;
  border: none;
  outline: none;
  background: transparent;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #ffffff;
  line-height: 40px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  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: 19px;
  color: #ffffff;
  line-height: 40px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
  text-align: left;
}
.wp-search .search-btn {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 0px;
}
.wp-search .search-btn input.search-submit {
  width: 47px;
  height: 48px;
  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;
}
.nav .wp-menu {
  width: 100%;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  gap: 60px;
  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: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 40px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.34);
  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 > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #92070b;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.nav .wp-menu .menu-item:hover > a:before {
  width: 100%;
}
.nav .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  width: auto;
  min-width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
.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 10px;
  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);
}
.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: #fff;
  background: #92070b;
}
/* banner */
.banner {
  width: 100%;
  height: auto;
  min-height: 65px;
  position: relative;
}
.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* main1 */
.main1 {
  padding-top: 80px;
}

/* 标题 */
.tt {
  position: relative;
  margin-bottom: 50px;
}
.title {
  position: relative;
  gap: 8px;
}
.title:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(images/title_bj.png) no-repeat;
  background-size: cover;
  top: -20px;
  left: -20px;
}
.main1 .title {
  margin: 0 auto;
}
.tit1 {
  font-family: "Alimama";
  font-weight: bold;
  font-size: 34px;
  color: #333333;
  line-height: 34px;
}
.tit2 {
  font-family: "Poppins";
  font-weight: 800;
  font-size: 20px;
  color: #92070b;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.more {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #b1a5a5;
  line-height: 30px;
  display: flex;
  padding-left: 165px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
}
.main1 .more{
  position: absolute;
  right: 0px;
  top: 50%;
   transform: translateY(-50%);
}
.more:before {
  content: "";
  position: absolute;
  width: 165px;
  height: 1px;
  background: #e3dddd;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.circle {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #e3dddd;
  position: relative;
}
.circle:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #e3dddd;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.more {
  transition: all 0.3s ease;
  cursor: pointer;
}
.more:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background: #92071c;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.more:hover {
  color: #92071c;
}
.more:hover:after {
  width: 165px;
}
.more:hover .circle:before {
  background: #92071c;
}
.more:hover .circle {
  border: 1px solid #92071c;
}
.tzlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 42px 27px;
}
.tzlist li {
  width: calc(33.33% - 18px);
}
.tzlist li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 25px;
  gap: 22px;
  background: #ffffff;
  border: 1px solid #e3dddd;
}
.s1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
}
.time {
  width: 108px;
  height: 123px;
  background: #92070b;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.time .day {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
}
.time .month {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}
.tzlist li {
  transition: all 0.3s ease;
  cursor: pointer;
}

.tzlist li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.tzlist li:hover .s1 {
  color: #92070b;
  transition: color 0.3s ease;
}
.tzlist li:hover .time {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.tzlist li:hover a {
  border: 1px solid #92070b;
}

.tbody {
  position: relative;
  background: url(images/bg1.png) no-repeat;
  background-size: cover;
  padding-bottom: 128px;
}
.mm1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: -60px;
  position: relative;
  z-index: 1;
}
.mm1 li {
  width: calc(100% / 6);
  background-size: cover;
  transition: all 0.4s ease;
  overflow: hidden;
  background: linear-gradient(180deg, #fffafa 0%, #ffeeee 88%);
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.mm1 li p {
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.mm1 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0;
  gap: 25px;
  height: 180px;
}
.mm1 li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.mm1 li:hover a {
  background-size: 110%;
}
.main2 {
  margin-top: 145px;
  align-items: flex-start;
}
.ml {
  width: 56.428%;
  padding-top: 30px;
  display: block;
  position: relative;
}
.ml:before {
  content: "";
  position: absolute;
  height: 175px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.pic {
  width: 100%;
  height: 445px;
  overflow: hidden;
}
.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.text {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 1;
  padding: 10px 40px 10px 70px;
  z-index: 2;
}
.time1 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
}
.s2 {
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}
.ml:hover .pic img {
  transform: scale(1.1);
}
.mr {
  width: 38.571%;
}

.xwlist {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #e3dddd;
}
.xwlist li {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e3dddd;
}
.xwlist li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 18px 5px;
  position: relative;
}
.xwlist li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  left: 0px;
  top: -1px;
  background: #92070b;
  transition: all 0.3s ease-in-out;
}
.xwlist li a:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  right: 0px;
  bottom: 0px;
  background: #92070b;
  transition: all 0.3s ease-in-out;
}
.time2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  color: #b19b9b;
  line-height: 32px;
  letter-spacing: 0.6px;
}
.s3 {
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  letter-spacing: 0.6px;
}
.more1 {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #e3dddd;
  position: relative;
  flex-shrink: 0;
}
.more1:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(images/icon_arrow.png);
  background-size: cover;
}
.xwlist li a:hover .more1 {
  background: #92070b;
}
.xwlist li a:hover .more1:before {
  filter: brightness(0) invert(1);
}
.xwlist li a:hover:before,
.xwlist li a:hover:after {
  width: 100%;
}

footer {
  background: url(images/bj3.jpg);
  background-size: cover;
  padding: 62px 0 0px 0;
}
footer > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
.fl {
  display: flex;
  align-items: flex-start;
  gap: 55px;
}
.lxwm {
  font-family: "Alimama";
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.fl > ul li {
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 38px;
  letter-spacing: 0.8px;
}
.lxul{
  margin-left: 50px;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  background: url(images/bg2.png);
  background-size: cover;
  padding: 27px 0 20px 0;
}
#footer {
  background: #7b0907;
}
.logo {
  align-items: center;
}
.logo img {
  height: 91px;
}
.logo span.sitespan {
  font-size: 26px;
  line-height: 26px;
}
.Copyright {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #fffff5;
  line-height: 40px;
  letter-spacing: 0.6px;
}

/* 
 *  内容页定制
 */
.infotop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  border-bottom: 1px solid #92071c;
}
.info_title {
  font-family: "Alimama";
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 0.9px;
  float: left;
}
.info_title1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #920b07;
  line-height: 45px;
  letter-spacing: 0.9px;
}
.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: 0px;
  width: 19px;
  height: 19px;
  background: url(images/icon_home.png) no-repeat;
  background-size: 22px 22px;
  top: 50%;
  margin-top: -8px;
}
.infotop .col_path a {
  color: #333333;
}
#d-container .infotop {
  display: block;
  border: none;
}
/***********************************************************
 * 列表页
 */

/*栏目图片*/
.l-banner {
  height: 650px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  position: relative;
  pointer-events: none; 
}
.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: rgba(146, 11, 7, 0.06) url(images/main3bg.png) bottom / 100% auto
    no-repeat;
}
#l-container .inner {
  padding-bottom: 80px;
  position: relative;
  top: -108px;
  z-index: 10;
}
#d-container {
  background: rgba(146, 11, 7, 0.06) url(images/main3bg.png) bottom / 100% auto
    no-repeat;
  box-sizing: border-box;
  padding-bottom: 42px;
}
#d-container .inner {
  box-sizing: border-box;
}
#d-container .inner {
  position: relative;
  z-index: 2;
  top: -110px;
  background: none;
}
/*主栏目名称*/
.col_menu {
  width: 215px;
  float: left;
  margin-right: -215px;
  position: relative;
  margin-top: 0px;
  box-sizing: border-box;
  background: url(images/list_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.col_menu:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: calc(100% + 10px);
  background: #920b07;
  z-index: 30;
}
.col_menu.hidden-style:before{
  display: none;
}
.col_menu .l-qh {
  margin-bottom: 10px;
}
.col_menu .col_menu_head {
  background: url(images/title_bg.png);
  background-size: cover;
  position: relative;
  padding: 0 10px;
  height: 108px;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  height: 100%;
  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: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  position: relative;
  font-family: "Alimama";
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  line-height: 33px;
  letter-spacing: 0.9px;
} /**栏目名称图标**/

/*栏目列表*/
.col_menu_con {
  /* padding: 0 10px; */
}
.col_menu_con.hidden {
  display: none;
}
.col_list {
  /* min-height: 300px; */
  position: relative;
  z-index: 11;
  padding-top: 10px;
  padding-bottom: 70px;
}
.col_list:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/list_icon.png) no-repeat;
  background-size: 100% 100%;
  width: 135px;
  height: 97px;
  z-index: 0px;
}
.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;
  border: none;
}
.col_list .wp_listcolumn .wp_column > a {
  text-align: center;
  position: relative;
  padding: 10px 0;
}
.col_list .wp_listcolumn .wp_column > a .column-name {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 35px;
}

.col_list .wp_listcolumn .wp_column > a:hover,
.col_list .wp_listcolumn .wp_column > a.selected {
  position: relative;
  text-decoration: none;
  background: #920b07;
}
.col_list .wp_listcolumn .wp_column > a.selected:before{
  content: '';
  position: absolute;
  right: 100%;
  width: 18px;
  top: 0px;
  height: 100%;
  background: #920b07;
  z-index: 1;
}
.col_list .wp_listcolumn .wp_column > a.selected:after{
  content: '';
  position: absolute;
  right: 100%;
  width: 18px;
  top: 0px;
  height: calc(100% + 8px);
  background: url(images/list_title_b.png);
  background-size: 100% 100%;
}
.col_list .wp_listcolumn .wp_column > a:hover .column-name,
.col_list .wp_listcolumn .wp_column > a.selected .column-name {
  color: #fff ;
}
.col_list .wp_listcolumn .wp_column.parent > a .column-name {
  font-weight: bold;
  color: #fff;
}
.col_list .wp_listcolumn .wp_column.parent > a {
  background: #92071c;
}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
  color: #333;
}
.col_list .wp_listcolumn .wp_column > .sub_list .sub-item a {
  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.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-item > a .column-name {
  padding-left: 20px;
  position: relative;
}
.col_list .wp_listcolumn .sub_list > .sub-item > a .column-name:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 22px;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
}
.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;
  border-radius: 0;
}

.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: 272px;
  min-height: 350px;
}
.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: #ffffff;
  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/icon_home.png) no-repeat;
  background-size: 22px 22px;
  top: 50%;
  transform: translateY(-50%);
}
.col_metas .col_path a {
  color: #ffffff;
}
.col_news_con {
  padding: 40px 70px 100px 70px;
  margin: 0 0px;
  border-top: 5px solid #920b07;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  position: relative;
}
.col_news_con:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 49px;
  background: url(images/icon_left.png) no-repeat;
  background-size: cover;
  right: 100%;
  top: 0;
}
.col_news_con:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 49px;
  background: url(images/icon_right.png) no-repeat;
  background-size: cover;
  left: 100%;
  top: 0;
}
.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;
  min-height: 300px;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  border-top: 5px solid #920b07;
  position: relative;
}
.infobox:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 49px;
  background: url(images/icon_left.png) no-repeat;
  background-size: cover;
  right: 100%;
  top: 0;
}
.infobox:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 49px;
  background: url(images/icon_right.png) no-repeat;
  background-size: cover;
  left: 100%;
  top: 0;
}
.article {
  padding-top: 50px;
}
.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 {
  text-align: center;
  margin-top: 12px;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
  padding-bottom: 32px;
}

.article .arti_metas span {
  margin: 0 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
/**文章其他属性**/
.article .arti_metas span img {
  margin-top: 2px;
  margin-right: 5px;
}
.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
  padding: 0 80px;
  padding-bottom: 50px;
} /**文章内容**/
.article .entry .read,
.article .entry .read p {
  font-family: Microsoft YaHei;
  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: center;
  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: 14px;
  color: #757575;
  line-height: 30px;
  text-align: center;
  display: block;
}
.news_time .year {
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 36px;
  color: #920B07;
  line-height: 36px;
  text-align: center;
  display: block;
  position: relative;
}
.news_time .year:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #920B07;
  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;
}


.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; 
} */
