@charset "UTF-8";

/*整站样式*/
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -moz-user-select: none;
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  -ms-user-select: none;
  /* IE私有属性(IE10及以后) */
  -khtml-user-select: none;
  /* Khtml内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}

@font-face {
  /* 阿里巴巴普惠体 font-weight:400 */
  font-family: AlibabaPuHuiTi-2-55-Regular;
  src: url(../fonts/AlibabaPuHuiTi-2-55-Regular.ttf) format("TrueType");
}

@font-face {
  /* 阿里巴巴普惠体 font-weight:700 */
  font-family: AlibabaPuHuiTi-2-85-Bold;
  src: url(../fonts/AlibabaPuHuiTi-2-85-Bold.ttf) format("TrueType");
}

html,
body {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'AlibabaPuHuiTi-2-55-Regular', 'Microsoft Yahei', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 720px;
  height: 100%;
}

img {
  max-width: 100%;
  border: none;
  -webkit-user-drag: none;
}

input,
select,
textarea {
  font-size: 14px;
  color: #333;
  border: none
}

::-webkit-input-placeholder {
  color: #999
}

::-moz-placeholder {
  color: #999
}

::-ms-input-placeholder {
  color: #999
}

select::-ms-expand {
  display: none
}

/*定义滚动条*/
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #0058AB;
  width: 5px;
}

a {
  cursor: pointer;
  color: #333;
  text-decoration: none
}

ul {
  list-style: none
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

em,
i {
  font-style: normal
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

/*基本编写顺序*/

.container {
  max-width: 94%;
  margin: 0 auto;
}

.more {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #0058AB;
}

/* 返回列表 */
.more_to_list {
  display: block;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 1.1rem;
  color: #4c4c4c;
  border: #bfbfbf 1px solid;
  border-radius: 5px;
  width: 12rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 3rem auto 4rem auto;
}

.more_to_list:hover {
  color: #4c4c4c;
}

/*头部*/
.head .top_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head .logo {
  display: block;
  width: 35%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.head .menu {
  padding: 14px 12px;
  background: #0058AB;
  position: relative;
  height: 80px;
  overflow: hidden;
}

.head .menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px 10px;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.head .menu ul li a {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}

.head .menu ul li.active a {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  font-weight: 700;
  color: #F2C94C;
}

.menu_more {
  background: #0058AB no-repeat right center;
  display: block;
  height: 22px;
  position: absolute;
  top: 48px;
  right: 12px;
  color: #F2C94C;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.menu.more_more {
  height: 200px;
}

.menu.more_more .menu_more {
  background: #0058AB no-repeat right center;
  top: 160px;
}

/* 底部 */
footer {
  padding-bottom: 30px;
}

/* 顶部红线 */
.footer-top-line {
  width: 100%;
  height: 1.5px;
  background-color: #BF0614;
}

.footer_logo {
  max-width: 140px;
  padding-top: 28px;
  padding-bottom: 10px;
  margin: 0 auto;
}

.footer_copyright {
  margin: 0 auto;
  text-align: center;
}

.footer_copyright span,
.footer_copyright a {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.footer_copyright span {
  display: block;
}

/* 分页 */
.pager {
  padding-top: 15px;
  padding-bottom: 30px;
  overflow-x: auto;
}

.pager .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager .pagination li span,
.pager .pagination li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #303133;
  margin-right: 8px;
  background: #ffffff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.514px;
}

.pager .pagination li:first-child span,
.pager .pagination li:first-child a {
  background: url(../images/prev.svg) no-repeat center;
  display: block;
  color: #fff;
  border: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
}

.pager .pagination li:last-child span,
.pager .pagination li:last-child a {
  background: url(../images/next.svg) no-repeat center;
  color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
}

.pager .pagination li.active span,
.pager .pagination li.active a {
  background: #0058AB;
  color: #fff;
  border: 1px solid #0058AB;
}

/* 首页开始 */
.banner {
  width: 100%;
}

.banner .banner_swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .banner_swiper a {
  display: block;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.banner .banner_swiper a img {
  display: block;
  margin: 0 auto;
}

.banner .banner_swiper a span {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 56px;
  bottom: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  color: #fff;
}

.banner .banner_swiper a span em {
  display: block;
  width: 79%;
  line-height: 18px;
}

.banner .banner_swiper .swiper-pagination {
  position: absolute;
  left: auto;
  right: 14px;
  text-align: center;
  width: 60px;
  line-height: 8px;
  z-index: 999;
  bottom: 11px;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.banner .banner_swiper .swiper-pagination-bullet-active {
  background-color: #D80011 !important;
}

/* 新闻热点 */
.main-box {
  margin-top: 40px;
  overflow: hidden;
}

.main_hot_box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.main_hot_box .main_hot_item a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #303133;
  display: flex;
  justify-content: space-between;
}

.main_hot_box .main_hot_item a span {
  display: block;
  width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.main_hot_box .main_hot_more {
  text-align: center;
  width: 100%;
  height: 22px;
  line-height: 22px;
  display: block;
  color: #DA2518;
}

.main_hot_swiper {
  height: 180px;
  overflow: hidden;
}

.main_hot_swiper .swiper-slide {
  width: 100%;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  border-bottom: 1px solid rgba(235, 238, 245, 1);
}

/* 顶部标题区 */
.headline {
  padding-top: 24px;
}

.headline-header {
  text-align: center;
  margin-bottom: 24px;
}

.headline-title {
  margin-bottom: 8px;
}

.headline-title a {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  font-weight: 700;
  font-size: 20px;
  color: #0058AB;
}

.headline-title:nth-child(2) a {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-weight: 400;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 主体两列布局 */
.headline-body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

/* 左侧大图轮播区 */
.banner-box {
  width: 100%;
  overflow: hidden;
  flex: 2;
  min-width: 0;
}

.banner-swiper {
  position: relative;
}

/* 图片占位遮罩与模拟 */
.banner-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  line-height: 0;
  overflow: hidden;
}

.banner-box .img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  max-height: 245px;
}

/* 图片底部悬浮标题栏 */
.banner-box .banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.6) 65%);
  color: #ffffff;
  font-size: 18px;
  border-radius: 12px;
}

.banner-box .banner-text span {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
}

/* 轮播指示点 */
.banner-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dot {
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.dot.active {
  width: 18px;
  height: 7px;
  background-color: #d31219;
  border-radius: 4px;
}

/* 右侧新闻列表区 */
.news-column {
  width: 100%;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  height: 380px;
  margin-top: 5px;
}

.news-group {
  display: flex;
  flex-direction: column;
}

.group-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.group-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 17px;
  padding-left: 10px;
  position: relative;
}

.group-list li:last-child {
  margin-bottom: 0;
}

.group-list li::after {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: " ";
  position: absolute;
  left: 0;
  background: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.group-list li a {
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  font-size: 18px;
  color: #303133;
}

.group-list li a:hover {
  color: #0056a7;
}


.publicity-top-box {
  margin-top: 30px;
  margin-bottom: 40px;
}

/* 栏目列 政法在线-法治在线-应急安全 */
.first-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}

.category-column {
  width: 100%;
  flex: 1;
  background: #fff;
  padding: 0px;
  border-radius: 4px;
  min-width: 0;
}

/* 头部标题区域 */
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.category-title {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  font-size: 20px;
  font-weight: bold;
  color: #BF0614;
  /* 红色主题色 */
  display: flex;
  align-items: center;
}

.more-link {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-weight: 400;
  font-size: 15px;
  color: #606266;
  padding-right: 18px;
  background-image: url('../images/more.svg');
  background-size: 16px 16px;
  background-position: right center;
  background-repeat: no-repeat;
  letter-spacing: 0.01em;
}

.more-link:hover {
  color: #0056b3;
}

/* 主图大卡片 */
.category-card {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card a {
  display: block;
}

.category-card-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: #fff;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 图文列表容器 */
.category-news-list {
  display: flex;
  flex-direction: column;
}

/* 图文列表项 */
.category-news-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-bottom: 12px;
  gap: 14px;
  border-bottom: 1px solid #EBEEF5;
}

.category-news-item:last-child {
  border-bottom: none;
}

.category-news-item img {
  width: 125px;
  height: 72px;
}

.category-news-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category-news-title {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-news-title:hover {
  color: #0056b3;
}

.category-news-date {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #909399;
}

.category-news-thumb {
  width: 110px;
  height: 70px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

/* 纯文本列表 (专用于右侧应急安全) */
.category-text-list {
  list-style: none;
}

.category-text-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.category-text-list li:last-child {
  margin-bottom: 0;
}

.category-text-list li::before {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: " ";
  position: absolute;
  left: 0;
  background: #D9D9D9;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.category-text-list a {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #303133;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-text-list a:hover {
  color: #0056b3;
}

/* 栏目 安全生产-环食药侦 */
.second-box {
  display: flex;
  gap: 40px;
  flex-direction: column;
  flex-wrap: wrap;
}

/* 头部标题区域 */
.security-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.security-title {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  font-weight: 700;
  font-size: 20px;
  color: #BF0614;
}

/* 布局卡片（图+列表组合） */
.security-media-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 23px;
}

/* 主图大卡片 */
.security-card {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.security-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.security-card-overlay {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 纯文本列表样式 */
.security-text-list {
  list-style: none;
  flex: 1;
}

.security-text-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 14px;
  line-height: 1.4;
}

.security-text-list li:last-child {
  margin-bottom: 0;
}

.security-text-list li::before {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: " ";
  position: absolute;
  left: 0;
  background: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.security-text-list a {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #303133;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.security-text-list a:hover {
  color: #0056b3;
}

.publicity-center-box {
  display: flex;
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.publicity-center-box .publicity-center-item {
  flex: 1;
  line-height: 0;
}

.third-box {
  margin-top: 40px;
}

.third-box .publicity-center-box {
  flex: 1;
  line-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.third-box,
.fourth-box,
.fifth-box {
  display: flex;
  gap: 40px;
  flex-direction: column;
  flex-wrap: wrap;
}

.fourth-box {
  margin-top: 34px;
}

.fifth-box {
  padding-bottom: 40px;
}

.fifth-box .service-column {
  flex: 1;
  min-width: 0;
}

.service-card {
  display: grid;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  background: #F5F6F8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.service-card-item {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-weight: 400;
  font-size: 15px;
  color: #303133;
}

.service-card-item:hover span {
  color: #0056b3;
}

.service-card-item span {
  display: block;

  margin-top: 10px;
  text-align: center;
}


/* 首页结束 */

/* 频道页开始 */
/* 共用分类 */
.catname_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  align-items: center;
  justify-items: center;
  justify-content: center;
  margin-top: 30px;
}

.catname_box a {
  display: flex;
  background: #F5F7FA;
  border: 1px solid #606266;
  font-family: AlibabaPuHuiTi-2-85-Bold;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #606266;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  justify-content: center;
  overflow: hidden;
}

.catname_box a:hover,
.catname_box a.active {
  background: #0056a7;
  color: #fff;
}

/* 警视在线 财经国际 名品名店 */
.js_cj_mp_ys_box {
  margin-top: 10px;
}

.js_cj_mp_ys_box:first-child {
  margin-top: 40px;
}

.js_cj_mp_ys_box .js_cj_mp_box_tab_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.js_cj_mp_ys_box .js_cj_mp_box_tab_body {
  padding-top: 10px;
}

.js_cj_mp_ys_box .js_cj_mp_box_tab_item:not(:first-child) {
  display: none;
}

.js_cj_mp_ys_box .js_cj_mp_box_item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #C0C4CC;
}

.js_cj_mp_ys_box .js_cj_mp_box_item a:hover span,
.js_cj_mp_ys_box .js_cj_mp_box_item a:hover p {
  color: #0056b3;
}

.js_cj_mp_ys_box .js_cj_mp_box_item:first-child {
  padding-top: 0;
}

.js_cj_mp_ys_box .js_cj_mp_box_item span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  letter-spacing: -0.04em;
  color: #303133;
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.js_cj_mp_ys_box .js_cj_mp_box_item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #606266;
  display: inline;
}

.sdbd_box {
  margin-top: 10px;
}

.sdbd_box .sdbd_top_up span {
  display: block;
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.01em;
  color: #BF0614;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sdbd_box .sdbd_item a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.02em;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.hyjj_box {
  background: #F5F6F8;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 30px;
  padding-bottom: 20px;
}

.hyjj_box .hyjj_item {
  padding-bottom: 20px;
}

.hyjj_box .hyjj_item span {
  display: block;
  margin-top: 14px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.04em;
  color: #301333;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.hyjj_box .hyjj_item a {
  display: block;
  width: 60px;
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #BF0614;
  background: url(../images/m/list_more.svg) no-repeat right center;
  background-size: 24px;
  padding-right: 24px;
}

/* 频道页结束 */

/* 列表页开始 */
.inner_list_box .list_main_top {
  padding-bottom: 20px;
}

.inner_list_box .list_main_top .list_main_top_img {
  text-align: center;
}

.inner_list_box .list_main_top_desc {
  padding-left: 12px;
  padding-right: 12px;
}

.inner_list_box .list_main_top_desc span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.04em;
  color: #303133;
  display: block;
  margin-top: 26px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.inner_list_box .list_main_top_desc p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #606266;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.inner_list_box .list_main_top_desc p i {
  color: #BF0614;
}

.inner_list_box .list_box {
  background: #F5F6F8;
  padding-bottom: 40px;
}

.inner_list_box .list_box .list_box_item {
  padding-top: 30px;
}

.inner_list_box .list_box .list_box_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner_list_box .list_box_item .list_box_item_img {
  width: 32%;
}

.inner_list_box .list_box_item .list_box_item_desc {
  width: 66%;
}

.inner_list_box .list_box_item_desc span {
  display: block;
  margin-bottom: 9px;
}

.inner_list_box a:hover .list_box_item_desc span {
  color: #0056b3;
}

.inner_list_box .list_box_item_desc span:first-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.01em;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.inner_list_box .list_box_item_desc span:last-child {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #606266;
}

/* 列表页结束 */

/* 详情页开始 */
.page {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.history {
  background: #0058AB;
  color: #fff;
  font-weight: bold;
  height: 5vh;
  line-height: 5vh;
  text-align: center;
  width: 30vw;
  margin: 20px auto;
}

.page-view {
  padding: 0 2%;
}

.view-title {
  font-size: 0.6rem;
  padding: 10px;
  line-height: 1.2;
}

.view-top {
  line-height: 4vh;
  text-align: center;
  margin: 1rem 0;
}

.view-top p {
  margin: .5rem 0 0 0;
}

.view-content {
  margin: 0 1%;
  line-height: 3vh;
}

.view-content p {
  margin: 0;
}

/* 上下篇 */
.view-tool {
  border-top: 1px #e2e2e2 solid;
  text-align: left;
  padding: 10px 15px 10px 0;
  margin-top: 30px;
}

.view-tool ul li {
  color: #464646;
  margin: 20px;
  font-size: 14px;
}

.view-tool ul li a {
  font-size: 14px;
  color: #464646;
}