﻿/*------------------文章列表页+内容页--------------------*/
/*------------------文章列表页--------------------*/
.news-wrapper {
  display: flex;
  gap: 40px;
  margin-bottom: 3vw;
}

.zxtd_box {
  margin-bottom: 30px;
  padding: 20px 25px;
  background: url(/Sites/Uploaded/UserUpLoad/20260120/20260120181238.jpg) no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  margin-top: 30px;
}

.zxtd_con1 .zxtd_text {
  margin-bottom: 20px;
}

.zxtd_con {
  background: #ffffffde;
  padding: 20px 25px;
}

.dzxtd_title {
  font-size: 21px;
  margin-bottom: 20px;
  position: relative;
}

.dzxtd_title.small_title {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 17px;
}

.dzxtd_title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: rgb(164, 0, 0);
  left: -10px;
}

::before {}

  {}

.dzxtd_title.small_title::before {
  display: none;
}


.zxtd_box .zxtd_text {
  text-indent: 0px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.zxtd_con1 .zxtd_text {
  flex-wrap: nowrap;
}

.zxtd_box .zxtd_text a {
  /* color: #fff !important; */
  font-weight: bold;
  text-align: left !important;
}

.zxtd_t {
  flex-shrink: 0;
}

.zxtd_f {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zxtd_box .zxtd_text a:hover {
  color: #A40000 !important;
}

.news-menu {
  width: 13vw;
  flex-shrink: 0;
  background-color: #A40000;
  color: #fff;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.news-content {
  display: flex;
  flex: 1;
  gap: 40px;
}

.news-detail {
  flex: 8;
}

.news-sidebar {
  flex: 2;
}

/*左侧导航*/
.news-menu .title-section {
  background: url(/Content/Areas/Common/images/navBg.jpg) no-repeat center top;
  background-size: cover;
  padding: 30px 15px;
  text-align: center;
  position: relative;
  border: 8px solid #A40000;
  box-shadow: 0 0 0 1px #E74C3C inset;
}

.mobile-menubutton {
  display: none;
}

.title-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(164, 0, 0, 0.8), rgba(164, 0, 0, 0.9));
  z-index: 1;
}

.title-section .corner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.title-section::before,
.title-section::after,
.title-section .corner::before,
.title-section .corner::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #E74C3C;
  border-style: solid;
  z-index: 2;
}

.title-section::before {
  top: 8px;
  left: 8px;
  border-width: 2px 0 0 2px;
}

.title-section::after {
  top: 8px;
  right: 8px;
  border-width: 2px 2px 0 0;
}

.title-section .corner::before {
  bottom: 8px;
  left: 8px;
  border-width: 0 0 2px 2px;
}

.title-section .corner::after {
  bottom: 8px;
  right: 8px;
  border-width: 0 2px 2px 0;
}

.en-title,
.cn-title {
  position: relative;
  z-index: 2;
}

.en-title {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  opacity: 0.9;
}

.cn-title {
  font-size: 24px;
  font-weight: bold;
}

.dropdown-container {
  border: 1px solid #C0392B;
  border-radius: 0;
  margin: 0 15px 15px;
  position: relative;
  overflow: visible;
}

.lv2_ul,
.lv3_ul,
.lv4_ul {
  display: none;
}

.lv1_li .lv1_tit {
  padding: 15px 40px 15px 15px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #E74C3C;
}

.lv1_li .lv_div {
  position: relative;
}

.lv1_li div.active {
  position: relative;
}

.active .lv1_tit {
  background-color: #fff;
  color: #A40000;
}

.lv1_li .lv1_tit:hover {
  background-color: #C0392B;
}

.lv1_li .active .lv1_tit:hover {
  background-color: #fff;
}


.lv1_li .nav-icon {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.lv1_li .nav-icon .fa-chevron-right {
  transition: all linear 0.3s;
}

.lv1_li .active .nav-icon .fa-chevron-right {
  transform: rotate(90deg);
  color: #A40000;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #E74C3C;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  opacity: 1;
}

.lv2_ul {
  background: #fff;
  padding: 15px 15px 15px 30px;
}

.lv2_ul .lv2_tit {
  padding: 8px 0;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  transition: color 0.2s;
  display: block;
  color: #4b5563;
}

.lv2_ul .lv2_tit:hover {
  color: #A40000;
}

.lv2_ul .lv2_li .fas {
  color: #4b5563;
  font-size: 12px;
  top: calc(50% - 6px);
}


.lv2_ul .lv2_tit::before {
  content: "·";
  position: absolute;
  left: 5px;
  color: #A40000;
  line-height: 1.6;
}

.lv3_ul {
  padding: 10px 10px 0;
  border-left: 1px dashed #E74C3C;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.lv3_ul .lv3_tit {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  transition: color 0.2s;
}

.lv3_tit::before {
  content: "•";
  position: absolute;
  left: 5px;
  color: #C0392B;
  font-size: 12px;
  line-height: 2;
}

.dot.bottom-left {
  bottom: -3px;
  left: -3px;
}

.dot.bottom-right {
  bottom: -3px;
  right: -3px;
}

/**/

.columnList ul {
  clear: both;
  list-style: none outside none;
  margin: 15px 0 0;
}

.columnList li {
  background: url(/Content/Areas/Common/images/ico4.jpg) no-repeat left 15px;
  border-bottom: 1px dotted #ccc;
  padding-left: 10px;
  line-height: 27px;
  height: 27px;
  font-size: 14px;
  overflow: hidden;
}

.columnList li .data {
  float: right;
}

.columnList li .date {
  float: right;
}

.columnList li .span_date {
  float: right;
  margin-right: 20px;
}

.columnList li .title_type {
  float: left
}

.contentText p img {
 max-width: 600px;
 height: auto !important;
 margin: 0;
 margin-left: -28px;
}

/*leftNav*/


.pic_column li {
  float: left;
  list-style: none outside none;
  padding: 0 9px;
  width: 160px;
  display: inline;
  margin-left: 10px;
}

.pic_column li .title_type {
  background-color: #FF9900;
  text-align: center;
  width: 154px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  display: block;
  color: #fff;
  margin-bottom: 15px;
}

.pic_column img {
  border: 1px solid #97B4DC;
  margin: 15px 0 1px;
  width: 152px;
  height: 107px;
  vertical-align: middle;
}

/*单篇文章*/
.contentMainTitle h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.contentMainTitle {
  margin-bottom: 20px;
}

.contentMainTitle h1 p {
  font-size: 14px;
  font-size: normal;
}



.fontSize .viewnum {
  font-size: 12px;
  float: left;
  width: 50%;
  margin: 5px 0px;
}

.contentText {
  line-height: 20px;
  font-size: 14px;
  padding-top: 20px;
}

.contentText img {
  margin: 10px;
}

/*.showPage { margin:10px; }*/


.fontSize {
  text-align: center;
  padding: 10px 0 0;
  color: #666;
  margin-bottom: 20px;
}

.fontSize>span {
  padding: 0 15px;

}

.ContentPic .contentText {
  padding-left: 0;
  padding-right: 0;
  text-indent: 0 !important;
  font-size: 14px
}

.ContentPic .contentText div {
  padding: 0 0 0 20px;
}

.contentTitle .bottom-line {
  height: 2px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  background-image: linear-gradient(to right, rgb(164, 0, 0) 70%, transparent 70%), linear-gradient(to right, transparent 70%, #ccc 70%);
  background-size: 100% 2px, 100% 1px;
  background-position: bottom, bottom;
  background-repeat: no-repeat;
}

.bottom-line::before {
  content: '';
  position: absolute;
  right: 3px;
  top: -14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgb(164, 0, 0);
}

.bottom-line::after {
  content: '';
  position: absolute;
  right: -8px;
  bottom: 0;
  width: 12px;
  height: 12px;
  background-color: rgb(164, 0, 0);
}

.contentText {
  clear: both;
  color: #505050;
  letter-spacing: 1px;
  line-height: 24px;
  white-space: normal;
}

.contentText td img {
  max-width: 620px;
  padding: 5px 10px 10px;
}

.contentText img {
  max-width: 100%;
}

.contentText p {
  margin: 10px 0;
  text-indent: calc(2em + 2px);
  text-align: justify;
}

#contentBodyPart1 td p {
  line-height: 17px;
  padding-right: 8px;
}

.contentText td p {
  color: #333333;
  line-height: 24px;
  text-indent: 24px;
}

.contentText td p.p_wz {
  text-indent: 0;
}

.Key_Box .p_wz .msgbox {
  font-weight: normal !important;
}

.return {
  color: #0000FF;
  font-size: 14px;
  padding: 10px 0 10px 40px;
}

.return a {
  color: #0000FF;
  font-size: 14px;
  text-decoration: underline;
}

.contengimg {
  padding: 20px 0;
  text-align: center;
}

.contentTextMore {
  border-top: 1px dashed #AEB6C3;
  color: #000099;
  float: right;
  padding: 20px;
  text-align: right;
  text-decoration: none;
}

.contentTextMore a {
  color: #000099;
  text-decoration: none;
}

.td_two {
  width: 300px
}

.td_one table {
  margin: 0 auto 0 114px
}

.share_left {
  float: left;
}

.foot_title {
  color: #333333;
  float: right;
  margin: 0 auto;
  text-align: right;
  margin-right: 10px;
  padding-top: 3px
}

.keshi_title,
.doctor_name {
  line-height: 22px
}

.article_bottom {
  width: 100%;
  line-height: 20px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #A40000;

}

.article_bottom .prevnext span {
  color: #A40000;
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
}

.prev_top {
  margin-bottom: 20px;
  font-size: 15px;
}

.prev_bot {
  font-size: 15px;
}

.article_bottom text {
  color: #aaa
}

/*右侧热点新闻*/
.hot-section {
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

.hot-section:last-of-type {
  margin-bottom: 0;
}

.hot-header {
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  margin-bottom: 8px;
  color: #2c3e50;
  position: relative;
  font-weight: 600;
  background-color: #f5f5f5;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  z-index: 1;
}

.hot-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #A40000;
  z-index: 2;
}

.hot-header::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background-color: #A40000;
  margin: 4px auto 0;
  border-radius: 1px;
}

.hot-list {
  padding: 12px;
}

.hot-list .ar_tit {
  display: flex;
  align-items: flex-start;
  padding: 8px 6px;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  cursor: pointer;
  align-items: center;
}

.hot-list .span_date {
  min-width: 48px;
  background-color: transparent;
  border: 1px solid #A40000;
  color: #A40000;
  text-align: center;
  padding: 5px 4px;
  margin-right: 10px;
  border-radius: 0;
  font-size: 11px;
  transition: all 0.3s ease;
}

.hot-list .span_date b {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.hot-list .title_type {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
  padding: 1px 0;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 8px;
  color: #2c3e50;
  letter-spacing: 0.1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  cursor: pointer;
}

.hot-list .ar_tit:hover {
  background-color: #fff8f8;
  transform: translateY(-0.5px);
  box-shadow: 0 2px 5px rgba(164, 0, 0, 0.03);
}

.hot-list .ar_tit:hover .span_date {
  background-color: #A40000;
  color: #fff;
  transform: scale(1.02);
  box-shadow: 0 1px 4px rgba(164, 0, 0, 0.1);
}

.hot-list .ar_tit:hover .title_type {
  color: #A40000;
}

.hot-swiper {
  width: 100%;
  max-width: 250px;
  margin-top: 20px;
}

.hot-swiper .Img_Box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hot-swiper .tit_con {
  padding: 10px;
  text-align: center;
}

.hot-swiper .pagination {
  display: none;
}

.hot-swiper .arrow-btn {
  position: absolute;
  top: 42%;
  transform: translateY(-68%);
  width: 32px;
  height: 32px;
  left: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
}

.hot-swiper .arrow-btn.btn-right {
  right: 10px;
  left: auto;
}

/*通用文章列表页*/
.news-columncard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.list-card {
  display: flex;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 180px;
  position: relative;
  background-color: #fff;
  color: #333;
}

.list-card img {
  width: calc(30% - 30px);
  height: calc(100% - 30px);
  object-fit: cover;
  margin: 15px;
  align-self: center;
  position: relative;
  z-index: 1;
}

.list-card .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px 25px;
}

.list-card:has(img) .card-content {
  width: 70%;
}

.list-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #a40000;
  transition: width 0.5s ease;
  z-index: 0;
}

.list-card h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 9px;
  margin: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.list-card p {
  font-size: 13px;
  line-height: 1.7;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

.list-card h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #a40000;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  transition: background-color 0.3s ease;
  margin-top: 8px;
}

.list-card .date {
  font-size: 12px;
  color: #a40000;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

.list-card:hover {
  color: #fff;
}

.list-card:hover::before {
  width: 100%;
}

.list-card:hover h2::after {
  background-color: #fff;
}

.list-card:hover p {
  color: #fff;
}

.list-card:hover .date {
  color: #fff;
}

/*分页*/
.pages {
  line-height: 30px;
  height: 34px;
  margin-top: 30px;
  padding: 0 20px;
  /* float: right; */
  _width: 94%;
}

.pages form {
  float: left;
  margin: 0 0 0 5px;
  line-height: 30px;
}

.pages form .pagetz_input {
  width: 30px;
  margin: 0 5px;
  border: 1px solid #000;
  height: 28px;
  line-height: 28px;
  display: block;
  float: left;
  padding: 0 10px;
  border-radius: 3px;
}

.pages .pagetz_btn {
  width: 30px;
  margin: 0 5px;
  border: 1px solid #000;
  height: 30px;
  display: block;
  float: right;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
}

.pagetz_input {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border: 1px solid #000;
  border-radius: 3px;
}

.pages .pagetz_btn:hover {
  background: #A40000;
  color: #fff
}

.page_number_div {
  /* float: left; */
  text-align: center;
}

.ae-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination_page {
  color: #333333 !important;
}

.ui-state-default:hover {
  border: none
}

.ae-pagination a {
  height: 24px !important;
  font-size: 15px;
  margin: 0px 4px !important;
  text-decoration: none;
  font-weight: normal;
  padding: 0px !important;
  text-align: center;
  padding: 5px 10px !important;
  border: solid 1px #ccc !important;
  color: #000 !important;
  line-height: 24px;
  border-radius: 0 !important;
  background: #fff !important;
}

.ae-pagination a:hover {
  color: #FFF !important;
  background: #A40000 !important;
  border: 1px solid #A40000 !important;
}

.pagination_firstpage {
  border: none !important;
  height: 24px !important;
  width: 36px;
  padding: 0px !important;
  text-align: center;
  color: #666666 !important;
  line-height: 24px !important;
}

.ae-pagination-current {
  color: #FFF !important;
  background: #A40000 !important;
  border: 1px solid #A40000 !important;
}

.page_number_div {
  *float: right;
  *height: 35px;
  *padding: 5px 0;
}

.pages a:hover {
  color: #FFF !important;
  background-color: #A40000 !important;
  border: 1px solid #A40000 !important
}

.pages .ae-pagination-current,
.pages .ae-pagination-current:hover {
  color: #FFF !important;
  background-color: #A40000 !important;
  border: 1px solid #A40000 !important
}

.pagination_firstpage,
.pagination_previouspage,
.pagination_nextpage {
  cursor: pointer;
}

.ui-corner-all {
  border-radius: 3px !important;
}

/*默认站点页*/
.news_site {
  width: 100%;
}

.dep_title_header {
  color: #A40000;
  margin-bottom: 1rem;
  display: flex;
  font-size: 22px;
  line-height: 1;
}

.dep_title_header a {
  color: #A40000;
}

.ksjj-title-divider {
  display: flex;
  align-items: center;
  margin: 1vw 0;
}

.ksjj-title-divider .ksjj-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A40000;
}

.ksjj-title-divider .ksjj-line {
  flex: 1;
  border-top: 1px dashed #ddd;
  margin: 0 10px;
}

.ksjj-title-divider .ksjj-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A40000;
}

.article_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s ease;
  cursor: pointer;
}

.article_list li a span {
  color: #A40000;
}

.article_list li:hover {
  background-color: rgba(164, 0, 0, 0.05);
  transform: scale(1.01);
  border-bottom-color: #A40000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.article_list li .title_type {
  color: #333;
  font-size: 14px;
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}

.article_list li .title_type:hover {
  color: #A40000;
}

.article_list li .span-date {
  color: #666;
  font-size: 14px;
  transition: color 0.3s ease;
}

.article_list li:hover .span-date {
  color: #A40000;
}

.column_Box {
  margin-bottom: 20px;
}

/*科室文章列表页*/
.article_listdep {}

.article_listdep li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: url(/Content/Areas/Common/images/listulbg.gif) repeat-y 0px 12px;
  padding: 0 0 0 10px;
}

.article_listdep li span {
  float: right;
}

.article_con h1 {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}

.article_con p {
  line-height: 24px;
}


/*文章内容页相关*/
.AboutDD {
  margin: 15px 0 5px;
  background: #F7F7F7;
  padding: 5px 10px
}

.AboutDD span {
  font-weight: bold
}

.AboutDD span a {
  display: inline-block;
  font-weight: normal;
  text-indent: 0;
  background: url(/Content/Areas/Doctors/images/liicon04.jpg) no-repeat left center;
  margin: 0px 5px;
  padding-left: 15px;
  word-break: break-all;
  word-wrap: break-word;
}


.position2 {
  position: fixed;
  top: 0;
  _position: absolute;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop));
}

*html {
  background-image: url(about:blank);
  background-attachment: fixed;
  _position: relative
}

.depart_title {
  background: #fff;
  width: 695px;
  z-index: 10000
}

.left_menuJs {
  height: 700px;
  overflow: hidden
}


/*----------图片列表-----------------------*/
.columnListImg {
  padding: 15px 0
}

.columnListImg li {
  margin: 0 5px;
  font-size: 14px;
  float: left
}

.columnListImg li img {
  width: 112px;
  height: 152px;
  border: 2px solid #DDD;
  object-fit: cover;
  transition: border-color 0.3s;
}

.columnListImg li a:hover img {
  border: 2px solid #a40000;
}

.columnListImg li p {
  margin: 8px 0 15px;
  text-align: center
}

.ImgList {
  padding: 15px 0
}

.ImgList li {
  font-size: 14px;
  float: left;
  margin: 0 20px 12px 20px;
  display: inline;
  width: 150px;
  height: 150px;
  overflow: hidden
}

.ImgList li img {
  width: 148px;
  height: 118px;
  border: 1px solid #DDD
}

.ImgList li a:hover img {
  border: 1px solid #FF7B02
}

.ImgList li h2 {
  margin: 8px 0 0;
  text-align: center;
  font-weight: normal;
  line-height: 25px
}

.select_help p {
  margin: 0 auto;
  width: 95%;
}

.test_indent {
  text-indent: 2em;
}

.video_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

.video_list li {
  width: calc((100% - 60px) / 4);
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.video_list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.video_list .video_img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.video_list .video_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video_list li:hover .video_img img {
  transform: scale(1.05);
}

.video_list .maintitle {
  padding: 12px 15px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
}

.video_list .maintitle a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.video_list .maintitle a:hover {
  color: #A40000;
}

.video_list .liulan {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 5px;
  display: none;
}


@media only screen and (max-width:768px) {
  .pages {
 height: auto;
 margin-top: 10px;
  }

  .ae-pagination a {
 margin: 0px 4px 5px !important;
  }

  .page_number_div {
 float: left;
 text-align: center;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
 margin: 20px 0;
  }

  .hot-header {
 font-size: 16px;
  }

  .contentMainTitle h1 {
 font-size: 16px;
  }

  .news-content {
 display: flex;
 flex: 1;
 gap: 10px;
 flex-wrap: wrap;
  }

  .list-card h2 {
 white-space: normal;
  }

  .news-detail {
 flex: none;
 width: 100%;
  }

  .dep_title_header {
 color: #A40000;
 margin-bottom: 1rem;
 display: flex;
 font-size: 16px;
 line-height: 1;
  }

  .news-wrapper {
 display: flex;
 gap: 30px;
 flex-direction: column;
 margin-bottom: 3vw;
  }

  .list-card:has(:not(img)) .card-content {
 width: 95%;
 padding: 10px;
  }

  .news-menu {
 width: 100%;
  }

  .video_list li {
 width: calc((100% - 20px) / 2);
  }

  #column_sidebar {
 display: none;
  }

  .main {
 overflow: hidden;
  }

  #column_content {
 width: 100%;
  }

  .contentText img {
 max-width: 90% !important;
 height: auto !important;
  }

  .columnList li {
 overflow: hidden;
  }

  .columnList li .data {
 margin-left: 3%;
  }

  .pic_column {
 width: 100%;
  }

  .pic_column li {
 width: 40%;
 padding: 0 2%;
 margin-left: 2%;
  }

  .pic_column img {
 width: 100%;
 height: 142px;
  }

  .pic_column li .title_type {
 width: auto;
  }

  .columnList li .title_type {
 float: none
  }

  .ImgList li {
 width: 31%;
 height: auto;
 margin: 0 1% 12px;
  }

  .ImgList li img {
 box-sizing: border-box;
 max-width: 100%;
 height: auto;
 display: block;
 margin: 0 auto;
  }

  .article_listdep li {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
  }

  .contentText p iframe {
 width: 100%;
 height: auto;
  }

  .news-menu .title-section {
 background: none;
 padding: 0;
 border: none;
 box-shadow: initial;
  }

  .en-title {
 display: none;
  }

  .cn-title {
 font-size: 18px;
 text-align: left;
 padding: 0 14px;
 line-height: 40px;
 display: flex;
 font-weight: normal;
 justify-content: space-between;
 align-items: center;
  }

  .title-section::before,
  .title-section::after,
  .title-section .corner::before,
  .title-section .corner::after {
 display: none;
  }

  .lv1_li .lv1_tit {
 border-bottom: none;
  }

  .dot {
 display: none;
  }

  .lv1_ul {
 background: #b30606;
 padding: 7px 14px;
  }

  .dropdown-container {
 margin: 0;
 border: none;
 /* display: none; */
  }

  .side_menu_inside {
 display: none;
  }

  .lv1_li .lv1_tit {
 display: inline-block;
 padding: 0;
 font-size: 14px;
 background: none;
  }

  .lv2_ul .lv2_li .fas {
 color: #fff;
  }

  .active .lv1_tit {
 color: #fff;
  }

  .lv2_ul .lv2_tit {
 color: #fff;
 padding: 5px 0;
  }

  .lv2_ul {
 background: none;
 padding: 0px 14px;
  }

  .lv1_ul .lv1_li {
 padding: 7px 0;
  }

  .lv1_li .active .nav-icon .fa-chevron-right {
 color: #fff;
  }

  .lv3_ul {
 padding: 0;
 margin: 0;
  }

  .lv3_ul {
 border-left: 1px dashed #fff;
  }

  .lv3_tit::before {
 color: #fff;
  }

  .lv3_ul .lv3_tit {
 color: #fff;
  }

  .lv2_li {
 padding-top: 7px;
  }

  .mobile-menubutton {
 display: block;

  }
}

@media only screen and (max-width:480px) {
  .pic_column li {
 width: 80%;
  }

  .pic_column img {
 height: 165px;
  }

} 