* {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}
@font-face {
  font-family: 'iconfont';
  src: url('./font/iconfont.woff2?t=1778825699541') format('woff2'), url('./font/iconfont.woff?t=1778825699541') format('woff'), url('./font/iconfont.ttf?t=1778825699541') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
.one {
  display: flex;
  align-items: center;
  margin-top: 1vw;
  box-sizing: border-box;
}
.one .oneLeft {
  width: 17vw;
  margin-left: 17vw;
}
.one .oneright {
  margin-left: 28vw;
  width: 20vw;
  height: 2vw;
  border-radius: 50px;
  background-color: #DFDFDF;
  border: none;
  color: #fefefe;
  display: flex;
  box-sizing: border-box;
}
.one .oneright .oneright1 {
  margin-left: 1vw;
  height: 100%;
  display: flex;
  align-items: center;
}
.one .oneright .oneright1 .onerightInput {
  border: none;
  background-color: #DFDFDF;
  height: 1.8vw;
  color: #fefefe;
  font-size: 1vw;
  width: 16vw;
}
.one .oneright .oneright1 .onerightInput:focus {
  outline: none;
}
.one .oneright .oneright1 .onerightInput::placeholder {
  color: #fefefe;
  font-size: 1vw;
}
.one .oneright .oneright2 {
  line-height: 2vw;
  cursor: pointer;
}
.one .oneright .oneright2 .oneright2_tubiao {
  font-size: 1.4vw;
}
.nav {
  height: 3.7vw;
  background-image: url("./img/61.png");
  background-size: 100% 100%;
  margin-top: 1vw;
  display: flex;
  box-sizing: border-box;
  padding-left: 15.5vw;
  font-size: 0.9vw;
  z-index: 9999;
  position: relative;
}
.nav .nav_item {
  height: 3.7vw;
  color: #FFFFFF;
  margin-left: 2vw;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  padding: 0 0.5vw;
}
.nav .nav_item .nav_one {
  height: 3.7vw;
  line-height: 3.7vw;
  font-size: 1.05vw;
  letter-spacing: -1px;
}
.nav .nav_item .nav_child {
  text-align: center;
  position: absolute;
  z-index: 9999999999;
  width: 110%;
  left: -5%;
  top: 3.7vw;
  font-size: 0.72916667vw;
  color: #E98C13;
  border-top: 0.15625vw solid #E98C13;
  border-bottom: 0.15625vw solid #E98C13;
  padding-top: 0.52083333vw;
  padding-bottom: 0.52083333vw;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
}
.nav .nav_item .nav_child .child_nav {
  padding-top: 0.52083333vw;
  padding-bottom: 0.52083333vw;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  /* ———— 动画核心代码 ———— */
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.25s ease;
}
.nav .nav_item .nav_child .child_nav:hover {
  background-color: #EDEDED;
}
.nav .nav_item:hover {
  color: #D99A81 !important;
}
.nav .nav_item:hover .child_nav {
  height: auto;
  /* 高度自适应 */
  opacity: 1;
  transform: translateY(0);
  /* 归位，向下滑出 */
}
.nav .nav_item:hover .nav_child {
  opacity: 1;
}
.banner .img1 {
  height: 30.7vw;
  width: 100vw;
}
.content {
  margin-top: 1vw;
  box-sizing: border-box;
  padding: 0 14.9vw;
}
.content .schoolNews {
  display: flex;
}
.content .schoolNews .schoolNewsLeft {
  flex: 1;
}
.content .schoolNews .schoolNewsLeft .top1 {
  color: #061195;
  font-size: 1.9vw;
}
.content .schoolNews .schoolNewsLeft .top2 {
  display: flex;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_left {
  width: 22.5vw;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_left .top2_left_row {
  cursor: pointer;
  box-sizing: border-box;
  padding: 1vw 1vw;
  padding-bottom: 1.1vw;
  margin-top: 1vw;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_left .top2_left_row:hover {
  transform: translateY(-3px);
  transform: scale(1.05);
}
.content .schoolNews .schoolNewsLeft .top2 .top2_left .top2_img {
  width: 100%;
  height: 13vw;
  transition: all 0.25s ease;
  margin-top: 1vw;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_left .top2_left_title {
  text-align: justify;
  text-justify: auto;
  font-size: 1.05vw;
  margin-top: 0.4vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_left .top2_left_desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 0.85vw;
  color: #666666;
  width: 100%;
  margin-top: 0.5vw;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_left .top2_left_bottom {
  display: flex;
  margin-top: 0.6vw;
  font-size: 0.85vw;
  color: #666666;
  justify-content: space-between;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_left .top2_left_bottom .top2_left_bottom_detail {
  background-color: #0042a4;
  color: #fff;
  font-size: 0.6vw;
  padding: 0.2vw 0.5vw;
  border-radius: 15px;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center {
  width: 23.32vw;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 {
  padding: 1vw;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 1vw;
  margin-left: 1vw;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 .schoolNewsRight_top2_row {
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1vw;
  /* 最后一个 item */
  transition: all 0.25s ease;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 .schoolNewsRight_top2_row:not(:first-child) {
  margin-top: 1vw;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 .schoolNewsRight_top2_row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 .schoolNewsRight_top2_row:hover {
  transform: translateY(-3px);
  transform: scale(1.05);
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_left {
  width: 8.25vw;
  height: 5.5vw;
  margin-right: 1vw;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right .schoolNewsRight_top2_row_right_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 0.8vw;
  height: 3vw;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right .schoolNewsRight_top2_row_right_timeDate {
  display: flex;
  align-items: center;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right .schoolNewsRight_top2_row_right_timeDate .schoolNewsRight_top2_row_right_timeDate_img {
  width: 1vw;
  height: 1vw;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right .schoolNewsRight_top2_row_right_timeDate .schoolNewsRight_top2_row_right_timeDate_wz {
  color: #9f9f9f;
  margin-left: 0.5vw;
  font-size: 0.8vw;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right .schoolNewsRight_top2_row_right_timeDate .schoolNewsRight_top2_row_right_timeDate_right {
  flex: 1;
  display: flex;
  justify-content: end;
}
.content .schoolNews .schoolNewsLeft .top2 .top2_center .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right .schoolNewsRight_top2_row_right_timeDate .schoolNewsRight_top2_row_right_timeDate_right .schoolNewsRight_top2_row_right_timeDate_right_detail {
  background-color: #0042a4;
  color: #fff;
  font-size: 0.6vw;
  padding: 0.2vw 0.5vw;
  border-radius: 15px;
}
.content .schoolNews .schoolNewsRight {
  width: 23.32vw;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top1 {
  text-align: right;
  color: #9e9e9e;
  font-size: 1.5vw;
  padding-top: 0.5vw;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 {
  padding: 1vw;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 1vw;
  margin-left: 1vw;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 .schoolNewsRight_top2_row {
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1vw;
  /* 最后一个 item */
  transition: all 0.25s ease;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 .schoolNewsRight_top2_row:not(:first-child) {
  margin-top: 1vw;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 .schoolNewsRight_top2_row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 .schoolNewsRight_top2_row:hover {
  transform: translateY(-3px);
  transform: scale(1.05);
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_left {
  width: 8.25vw;
  height: 5.5vw;
  margin-right: 1vw;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right .schoolNewsRight_top2_row_right_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 0.8vw;
  height: 3vw;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right .schoolNewsRight_top2_row_right_timeDate {
  display: flex;
  align-items: center;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right .schoolNewsRight_top2_row_right_timeDate .schoolNewsRight_top2_row_right_timeDate_img {
  width: 1vw;
  height: 1vw;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right .schoolNewsRight_top2_row_right_timeDate .schoolNewsRight_top2_row_right_timeDate_wz {
  color: #9f9f9f;
  margin-left: 0.5vw;
  font-size: 0.8vw;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right .schoolNewsRight_top2_row_right_timeDate .schoolNewsRight_top2_row_right_timeDate_right {
  flex: 1;
  display: flex;
  justify-content: end;
}
.content .schoolNews .schoolNewsRight .schoolNewsRight_top2 .schoolNewsRight_top2_row .schoolNewsRight_top2_row_right .schoolNewsRight_top2_row_right_timeDate .schoolNewsRight_top2_row_right_timeDate_right .schoolNewsRight_top2_row_right_timeDate_right_detail {
  background-color: #0042a4;
  color: #fff;
  font-size: 0.6vw;
  padding: 0.2vw 0.5vw;
  border-radius: 15px;
}
.content .faculty {
  margin-top: 79px;
  display: flex;
  flex-wrap: wrap;
}
.content .faculty .faculty_row {
  width: 34.3vw;
  position: relative;
  margin-bottom: 1vw;
}
.content .faculty .faculty_row:nth-child(odd) {
  margin-right: 0.63vw;
}
.content .faculty .faculty_row .seper1 {
  height: 1px;
  background-color: #dfdfdf;
  width: 20vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.content .faculty .faculty_row .seper2 {
  width: 1px;
  background-color: #dfdfdf;
  height: 2vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.content .faculty .faculty_row .faculty_row_title {
  height: 1.77vw;
  display: flex;
  background-image: url("./img/62.png");
  background-size: 100% 100%;
}
.content .faculty .faculty_row .faculty_row_title .faculty_row_title_left,
.content .faculty .faculty_row .faculty_row_title .faculty_row_title_right {
  height: 2vw;
  line-height: 2vw;
  box-sizing: border-box;
}
.content .faculty .faculty_row .faculty_row_title .faculty_row_title_left {
  width: 21.61vw;
  box-sizing: border-box;
  padding-left: 2vw;
  font-family: "Microsoft YaHei UI";
  color: #fff;
  font-size: 1.05vw;
  font-weight: 700;
  line-height: 1.77vw;
  height: 100%;
}
.content .faculty .faculty_row .faculty_row_title .faculty_row_title_right {
  text-align: right;
  flex: 1;
  color: #fff;
  font-size: 1vw;
  box-sizing: border-box;
  padding-right: 2vw;
  cursor: pointer;
  transition: all 0.25s ease;
}
.content .faculty .faculty_row .faculty_row_title .faculty_row_title_selected:hover {
  transform: translateY(-3px);
  color: #ea8400;
}
.content .faculty .faculty_row .faculty_row_content {
  background-color: #f5f7fa;
  height: 3.5vw;
  box-sizing: border-box;
  padding: 0vw 3vw 0vw 2vw;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.content .faculty .faculty_row .faculty_row_content:hover {
  background-color: #a8bddd;
}
.content .faculty .faculty_row .faculty_row_content .faculty_row_content_left {
  color: #004fa4;
  margin-right: 2.5vw;
  font-size: 1.1vw;
}
.content .faculty .faculty_row .faculty_row_content .faculty_row_content_right {
  flex: 1;
}
.content .faculty .faculty_row .faculty_row_content .faculty_row_content_right .faculty_row_content_right_wz {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: justify;
  font-size: 0.85vw;
}
.content .faculty .faculty_row .faculty_row_seper {
  height: 2px;
  background-color: #f5f7fa;
}
.content .faculty .faculty_row .faculty_row_seper .faculty_row_seper_child {
  width: 31vw;
  margin-left: 2vw;
  height: 2px;
  background-color: #fff;
}
.content .student_grop {
  position: relative;
}
.content .student_grop .student_grop_two_left_arrow,
.content .student_grop .student_grop_two_right_arrow {
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  width: 2vw;
  height: 2vw;
  background-color: #c1c1c1;
  color: #f9f9f9;
  text-align: center;
  line-height: 2vw;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 1.5vw;
}
.content .student_grop .student_grop_two_left_arrow:hover,
.content .student_grop .student_grop_two_right_arrow:hover {
  background-color: #0042a4;
}
.content .student_grop .student_grop_two_left_arrow {
  left: -2.73vw;
}
.content .student_grop .student_grop_two_right_arrow {
  right: -2.73vw;
}
.content .student_grop .student_grop_one {
  display: flex;
  justify-content: space-between;
  color: #061195;
  align-items: center;
}
.content .student_grop .student_grop_one .student_grop_one_left {
  font-size: 1.9vw;
}
.content .student_grop .student_grop_one .student_grop_one_right {
  font-size: 1.38vw;
  cursor: pointer;
  transition: all 0.25s ease;
  color: #fbb729;
}
.content .student_grop .student_grop_one .student_grop_one_right:hover {
  transform: translateY(-3px);
  font-weight: bold;
}
.content .student_grop .student_grop_two {
  position: relative;
  margin-top: 5px;
  overflow: hidden;
  box-sizing: border-box;
  height: 19vw;
  padding-top: 1vw;
}
.content .student_grop .student_grop_two .student_grop_two_content {
  display: flex;
  justify-content: space-around;
}
.content .student_grop .student_grop_two .student_grop_two_content .student_grop_two_content_dd {
  width: 16.67vw;
  height: 15.16vw;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 1vw 1vw 2vw 1vw;
  cursor: pointer;
  transition: all 0.25s ease;
}
.content .student_grop .student_grop_two .student_grop_two_content .student_grop_two_content_dd:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.85);
  color: #ef8200;
}
.content .student_grop .student_grop_two .student_grop_two_content .student_grop_two_content_dd .student_grop_two_content_dd_img {
  width: 14.74vw;
  height: 10.1vw;
}
.content .student_grop .student_grop_two .student_grop_two_content .student_grop_two_content_dd .student_grop_two_content_dd_title {
  margin-top: 0.5vw;
  font-size: 0.85vw;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.content .xxmt {
  margin-top: 1vw;
}
.content .lbxx {
  margin-top: 1vw;
}
.content .lbxx .lbxx_row1 {
  display: flex;
}
.content .lbxx .lbxx_row1 .lbxx_row1_left {
  width: 27vw;
  height: 24vw;
  display: flex;
  flex-direction: column;
}
.content .lbxx .lbxx_row1 .lbxx_row1_left .lbxx_row1_left1 {
  color: #0063ae;
  flex: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}
.content .lbxx .lbxx_row1 .lbxx_row1_left .lbxx_row1_left1:hover {
  transform: translateX(20px);
}
.content .lbxx .lbxx_row1 .lbxx_row1_left .lbxx_row1_left1 .lbxx_row1_left1_title1 {
  font-size: 2vw;
  font-weight: bold;
}
.content .lbxx .lbxx_row1 .lbxx_row1_left .lbxx_row1_left1 .lbxx_row1_left1_title2 {
  color: #126cb4;
  font-size: 0.8vw;
  position: relative;
  top: -0.3vw;
}
.content .lbxx .lbxx_row1 .lbxx_row1_left .lbxx_row1_left1 .lbxx_row1_left1_title2 .lbxx_row1_left1_title2_iconfont {
  color: #1274c2;
  display: inline-block;
  margin-left: 0.3vw;
  font-size: 0.8vw;
  font-weight: bold;
}
.content .lbxx .lbxx_row1 .lbxx_row1_left .lbxx_row1_left2 {
  height: 9vw;
  width: 100%;
}
.content .lbxx .lbxx_row1 .lbxx_row1_left .lbxx_row1_left3 {
  background-color: #e2e3e4;
  height: 1px;
}
.content .lbxx .lbxx_row1 .lbxx_row1_right {
  flex: 1;
  height: 24vw;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
}
.content .lbxx .lbxx_row1 .lbxx_row1_right .lbxx_row1_right_img {
  width: 100%;
  height: 100%;
}
.content .lbxx .lbxx_row1 .lbxx_row1_right:hover .lbxx_row1_right_back {
  background: linear-gradient(to top, #0c0cd0, rgba(12, 12, 208, 0.7));
  height: 7vw;
}
.content .lbxx .lbxx_row1 .lbxx_row1_right .lbxx_row1_right_back {
  transition: all 0.25s ease;
  position: absolute;
  height: 5vw;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(12, 12, 208, 0.7), rgba(12, 12, 208, 0.4));
  box-sizing: border-box;
  padding-left: 2vw;
  padding-top: 1vw;
}
.content .lbxx .lbxx_row1 .lbxx_row1_right .lbxx_row1_right_back .lbxx_row1_right_back1 {
  color: #fff;
  font-size: 0.8vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  /* 你想显示多宽就改这里 */
}
.content .lbxx .lbxx_row1 .lbxx_row1_right .lbxx_row1_right_back .lbxx_row1_right_back2 {
  display: flex;
  align-items: center;
  font-size: 0.6vw;
  margin-top: 0.6vw;
}
.content .lbxx .lbxx_row1 .lbxx_row1_right .lbxx_row1_right_back .lbxx_row1_right_back2 .lbxx_row1_right_back2_img {
  width: 1vw;
  height: 1vw;
}
.content .lbxx .lbxx_row1 .lbxx_row1_right .lbxx_row1_right_back .lbxx_row1_right_back2 .lbxx_row1_right_back2_wz1 {
  color: #4bc24c;
  margin-left: 0.3vw;
}
.content .lbxx .lbxx_row1 .lbxx_row1_right .lbxx_row1_right_back .lbxx_row1_right_back2 .lbxx_row1_right_back2_wz2 {
  color: #fff;
  margin-left: 1vw;
}
.content .lbxx .lbxx_row2 {
  height: 17vw;
  display: flex;
}
.content .lbxx .lbxx_row2 .lbxx_row2_img {
  width: 100%;
  height: 100%;
}
.content .lbxx .lbxx_row2 .lbxx_row2_l1,
.content .lbxx .lbxx_row2 .lbxx_row2_l2,
.content .lbxx .lbxx_row2 .lbxx_row2_l3 {
  position: relative;
  cursor: pointer;
}
.content .lbxx .lbxx_row2 .lbxx_row2_l1:hover .lbxx_row2_tt,
.content .lbxx .lbxx_row2 .lbxx_row2_l2:hover .lbxx_row2_tt,
.content .lbxx .lbxx_row2 .lbxx_row2_l3:hover .lbxx_row2_tt {
  background: linear-gradient(to top, #0c0cd0, rgba(12, 12, 208, 0.7));
  height: 8vw;
}
.content .lbxx .lbxx_row2 .lbxx_row2_tt {
  transition: all 0.25s ease;
  height: 7vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(12, 12, 208, 0.7), rgba(12, 12, 208, 0.3), rgba(12, 12, 208, 0.1));
  box-sizing: border-box;
  padding-top: 2vw;
  padding-left: 1vw;
  color: #fff;
}
.content .lbxx .lbxx_row2 .lbxx_row2_tt .lbxx_row2_tt_wz1 {
  font-size: 0.8vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  /* 你想显示多宽就改这里 */
}
.content .lbxx .lbxx_row2 .lbxx_row2_tt .lbxx_row2_tt_wzz {
  display: flex;
  align-items: center;
  font-size: 0.6vw;
  margin-top: 0.8vw;
}
.content .lbxx .lbxx_row2 .lbxx_row2_tt .lbxx_row2_tt_wzz .lbxx_row2_tt_wzz1 {
  width: 1vw;
  height: 1vw;
}
.content .lbxx .lbxx_row2 .lbxx_row2_tt .lbxx_row2_tt_wzz .lbxx_row2_tt_wzz2 {
  margin-right: 1vw;
  color: #4bc24c;
  margin-left: 0.3vw;
}
.content .lbxx .lbxx_row2 .lbxx_row2_l1 {
  width: 27.45vw;
}
.content .lbxx .lbxx_row2 .lbxx_row2_l2 {
  width: 25vw;
}
.content .lbxx .lbxx_row2 .lbxx_row2_l3 {
  width: 26vw;
}
.media {
  height: 25vw;
  position: relative;
  box-sizing: border-box;
  padding: 1vw 13vw;
}
.media .media_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.media .media_title {
  text-align: center;
  color: #fff;
  font-size: 1.4vw;
}
.media .media_content {
  margin-top: 1vw;
}
.media .media_content .media_content_wz {
  cursor: pointer;
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}
.media .media_content .media_content_wz:hover .media_content_wz_title,
.media .media_content .media_content_wz:hover .media_content_wz_desc {
  font-weight: bold;
}
.media .media_content .media_content_wz .media_content_wz_title,
.media .media_content .media_content_wz .media_content_wz_desc {
  width: 40vw;
  color: #fff;
  transition: all 0.25s ease;
}
.media .media_content .media_content_wz .media_content_wz_title {
  text-align: center;
  font-size: 1vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  transition: all 0.25s ease;
}
.media .media_content .media_content_wz .media_content_wz_desc {
  text-indent: 2em;
  margin-top: 0.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  font-size: 0.7vw;
  text-align: justify;
}
.carousel-container {
  position: relative;
  width: 75vw;
  height: 15vw;
  overflow: hidden;
  /* 切换按钮 */
}
.carousel-container .carousel-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 不同位置的样式 */
}
.carousel-container .carousel-wrapper .carousel-item {
  position: absolute;
  width: 40vw;
  height: 15vw;
  transition: all 0.5s ease;
  cursor: pointer;
  overflow: hidden;
}
.carousel-container .carousel-wrapper .carousel-item .ttitle,
.carousel-container .carousel-wrapper .carousel-item .tdesc {
  display: none;
}
.carousel-container .carousel-wrapper .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-container .carousel-wrapper .carousel-item.pos-0 {
  transform: translateX(-600px) scale(0.5);
  z-index: 1;
  opacity: 0.7;
}
.carousel-container .carousel-wrapper .carousel-item.pos-1 {
  transform: translateX(-300px) scale(0.7);
  z-index: 2;
  opacity: 0.85;
}
.carousel-container .carousel-wrapper .carousel-item.pos-2 {
  transform: translateX(0) scale(1);
  z-index: 3;
  opacity: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.carousel-container .carousel-wrapper .carousel-item.pos-3 {
  transform: translateX(300px) scale(0.7);
  z-index: 2;
  opacity: 0.85;
}
.carousel-container .carousel-wrapper .carousel-item.pos-4 {
  transform: translateX(600px) scale(0.5);
  z-index: 1;
  opacity: 0.7;
}
.carousel-container .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2vw;
  height: 2vw;
  background-color: #c1c1c1;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-container .carousel-btn:hover {
  background-color: #094c8d;
  /* 更深的蓝色 */
  color: #ffffff;
}
.carousel-container .prev-btn {
  left: 19vw;
}
.carousel-container .next-btn {
  right: 19vw;
}
/*# sourceMappingURL=index.css.map */