@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:500 */
  font-family: AlibabaPuHuiTi-2-65-Medium;
  src: url(../fonts/AlibabaPuHuiTi-2-65-Medium.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;
  padding: 0;
  position: relative;
  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
}

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

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

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  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: #BF0614;
}

/* 返回列表 */
.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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head .top_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}

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

.head .top_box .inner_catname {
  background: url(../images/m/cat_info_icon.svg) no-repeat left center;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 18px;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #BF0614;
  padding-left: 27px;
}

.head_search a {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/m/head_search.png) no-repeat center;
  background-size: 26px;
  margin-right: 12px;
}

.head_search_form form {
  padding: 1rem 1rem 1rem 1rem;
}

/* 列表页导航 */
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: auto;
  min-width: 320px;
  width: 100%;
  overflow: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  display: flex;
  justify-content: space-between;
}

header.open {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 5rem);
  overflow: auto;
  background-color: #ffffff !important;
  box-shadow: 0 2px 3.92px 0.08px rgb(0 0 0 / 5%);
}

header .logo {
  width: 58%;
  /*height: 80px;*/
  padding-left: 12px;
  padding-top: 16px;
  padding-bottom: 12px;
}

header .logo a {
  display: block;
}

.navi {
  position: absolute;
  width: 2rem;
  height: 2rem;
  padding: 9px;
  z-index: 999999;
  top: 1.2rem;
  right: 12px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5rem;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.navi a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
}

.navi span {
  width: 100%;
  background: #fff;
  border-radius: 1.5px;
  height: 3px;
  margin-top: 2.5px;
  display: block;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transform-origin: center;
}

.navi.on span:last-child {
  display: none;
}

.navi.on span:nth-child(1) {
  transform: skewY(45deg) translateX(0px) translateY(3px);
  -webkit-transform: skewY(45deg) translateX(0px) translateY(3px);
  -moz-transform: skewY(45deg) translateX(0px) translateY(3px);
  -ms-transform: skewY(45deg) translateX(0px) translateY(3px);
  -o-transform: skewY(45deg) translateX(0px) translateY(3px);
}

.navi.on span:nth-child(2) {
  transform: skewY(-45deg) translateX(0px) translateY(-3px);
  -webkit-transform: skewY(-45deg) translateX(0px) translateY(-3px);
  -moz-transform: skewY(-45deg) translateX(0px) translateY(-3px);
  -ms-transform: skewY(-45deg) translateX(0px) translateY(-3px);
  -o-transform: skewY(-45deg) translateX(0px) translateY(-3px);
}

.header-nav {
  background: #ffffff;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
}

.header-nav>ul>li>a {
  position: relative;
  display: block;
  padding: 16px 10px;
  border-top: 1px solid #b7b7b8;
  font-size: 15px;
  color: #081f2c;
  font-weight: 600;
}

.header-nav>ul>li>a::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../images/m/icon_menu-arrow.png) no-repeat center;
  background-size: 7px 13px;
  width: 7px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.header-nav>ul>li.nav-parent>a::after {
  background: url(../images/m/icon_plus_black.png) no-repeat center;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
}

.header-nav>ul>li.nav-minus>a::after {
  background: url(../images/m/icon_minus_black.png) no-repeat center;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
}

.header-nav>ul>li>ul {
  display: none;
}

.header-nav>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 14px 12px;
  border-top: 1px solid #b7b7b8;
  font-size: 13px;
  color: #081f2c;
}

.header-nav>ul>li>ul>li>a::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../images/m/icon_menu-arrow.png) no-repeat center;
  background-size: 7px 13px;
  width: 7px;
  height: 13px;
}

@media screen and (min-width: 768px) {
  .navi {
    top: 3rem;
  }
}

.menu_more {
  background: #BF0614 url(../images/m/menu_more.svg) no-repeat right center;
  display: block;
  height: 22px;
  position: absolute;
  top: 48px;
  right: 18px;
  color: #F2C94C;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  padding-right: 22px;
  text-align: center;
}

.menu.more_more {
  height: 140px;
}

.menu.more_more .menu_more {
  background: #BF0614 url(../images/m/menu_less.svg) no-repeat right center;
  top: 110px;
}

/* 共用分类 */
.catname_box {
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.catname_box::before {
  display: block;
  width: 5px;
  height: 26px;
  content: '';
  background: #BF0614;
  position: absolute;
  top: 0;
  left: 0;
}

.catname_box::after {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  background: url(../images/m/cat_icon_01.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}

.catname_box a {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #303133;
}

.catname_box a:first-child {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #BF0614;
}

/* 底部 */
.mini_menu {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.mini_menu a {
  display: block;
  padding: 0 10px;
  color: #586c94;
  height: 12px;
  line-height: 12px;
}

.mini_menu a:first-child {
  border-right: 1px solid #606266;
}

.footer {
  background: url(../images/footer_bg.png) no-repeat center;
  background-size: cover;
  padding-top: 34px;
  padding-bottom: 7rem;
  text-align: center;
  margin: 0 auto;
}

.footer .footer_logo {
  width: 66.6%;
  margin: 0 auto;
}

.footer .footer_ewm {
  width: 25%;
  line-height: 0;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 20px;
}

.footer a {
  color: #fff;
  opacity: 0.6;
}

.footer a,
.footer span {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.01em;
  color: #fff;
  opacity: 0.6;
}

.footer_contact .footer_address {
  margin-left: 1em;
}

.footer_contact .footer_tel {
  margin-left: 1em;
}

.footer .footer_copyright span {
  display: block;
}

.business_license {
  width: 174px;
  height: 49px;
  margin-top: 20px;
}

/* 底部 */
.flexbox {
  position: fixed;
  z-index: 9999;
  height: 4rem;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #606266;
  background: #fff;
}

.flexbox ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.flexbox ul li {
  text-align: center;
}

.flexbox ul li a {
  margin-top: 0.6rem;
  display: block;
}

.flexbox ul li a i {
  display: block;
  font-size: 1.2rem;
  margin: 0 auto;
}

.flexbox ul li a span {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #333333;
}

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

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

.pager .pagination li {
  display: none;
}

.pager .pagination li:first-child,
.pager .pagination li:last-child {
  display: block;
}

.pager .pagination li span,
.pager .pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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: 40px;
  height: 40px;
  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: 40px;
  height: 40px;
  font-size: 0;
}

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

/* 人员查询弹框 */
.alert_person_search {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: initial;
  box-shadow: initial;
}

.person_search_box {
  padding: 20px;
  height: 60%;
  background-color: #fff;
  box-shadow: initial;
  height: 86%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.alert_person_search .person_search_title {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.01em;
  color: #303133;
  position: relative;
  display: block;
  text-align: center;
  height: 60px;
  margin: 0 auto;
}

.alert_person_search .person_search_title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  content: '';
  width: 60px;
  height: 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #BF0614;
}

.alert_person_search .person_search_form {
  margin-top: 20px;
}

.alert_person_search .person_search_form .person_search_item {
  margin-bottom: 18px;
}

.alert_person_search .person_search_form .person_search_item label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.01em;
  color: #606266;
}

.alert_person_search .person_search_form .person_search_item label i {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.01em;
  color: #BF0614;
  font-style: normal;
}

.alert_person_search .person_search_form .person_search_item input {
  width: 90%;
  height: 36px;
  border: 1px #E4E7ED solid;
  padding: 3px 6px;
  margin-top: 5px;
}

.alert_person_search .person_search_form .person_search_button {
  width: 46%;
  height: 38px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
  background: #BF0614;
  margin: 0 auto;
  margin-top: 25px;
  cursor: pointer;
  border: 0;
  display: block;
}

.alert_person_search .layui-icon-close {
  width: 36px;
  height: 36px;
  background: url(../images/close.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border: 0;
  cursor: pointer;
}

.layui-layer-setwin .layui-layer-close2:hover {
  background-color: initial;
}

.alert_person_search .layui-icon-close::before {
  content: '';
}

/* 搜索列表页 */
.search-form {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.search-form .search-body {
  margin-top: 2rem;
}

.search-form .search-body span {
  display: block;
  height: 2rem;
  line-height: 2rem;
  color: #e70014;
  font-size: 1.6rem;
  text-align: center;
}

.search-form .search-body .search-form-search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-form .search-body .search-form-search input[type='text'] {
  height: 2.4rem;
  width: 65%;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 2rem;
  border-color: #007bff;
  -webkit-box-shadow: 0 0 5px #99caff;
  -moz-box-shadow: 0 0 5px #99caff;
  box-shadow: 0 0 5px #99caff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #888888;
}

.search-form .search-body .search-form-search button[type='submit'] {
  width: 26px;
  height: 26px;
  background: url(../images/m/head_search.png) no-repeat center;
  background-size: 26px;
  border: 0;
  margin-left: 10px;
}

.search-form .search-info {
  color: #666;
  line-height: 1.6rem;
  font-size: 1.2rem;
}

.search-form .search-info b {
  color: #e70014;
}

.search_list_box_item {
  margin-top: 1rem;
}

.search_list_box_item .search_list_box_item_img {
  text-align: center;
}

.search_list_box_item 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: 10px 0;
  text-align: center;
}

.search-form-search {
  display: flex;
  justify-content: center;
}

.search_list_new_item {
  padding-top: 16px;
  margin-top: 0;
}

.search_list_new_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}

.search_list_new_item .search_list_box_item_img {
  width: 32%;
}

.search_list_new_item span {
  display: block;
  width: 66%;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 16px;
  text-align: left;
}

/* 首页开始 */
/* 轮播图 */
.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_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);
}

/* 宣传广告一 */
.publicize {
  width: 100%;
  /*height: 72px;*/
  margin-top: 40px;
  text-align: center;
}

/* 食安特报 */
.satb_box .satb_top a {
  display: block;
  position: relative;
}

.satb_box .satb_top a img {
  display: block;
  margin: 0 auto;
}

.satb_box .satb_top a span {
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.01em;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.satb_box .satb_list {
  margin-top: 8px;
}

.satb_box .satb_item {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(235, 238, 245, 1);
}

.satb_box .satb_item a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.01em;
  color: #301333;
  display: flex;
  justify-content: space-between;
}

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

.satb_box .satb_item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* 乡村振兴 */
.xczx_box .catname_box {
  margin-left: 12px;
  margin-right: 12px;
}

.xczx_box .xczx_swiper_box {
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
}

.xczx_box .xczx_swiper {
  overflow: hidden;
  margin-left: 12px;
  margin-right: 12px;
}

.xczx_box .xczx_swiper .swiper-slide a img {
  display: block;
  margin: 0 auto;
}

.xczx_box .xczx_swiper .swiper-slide span {
  margin-top: 14px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.04em;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.xczx_box .xczx_swiper_box .swiper-button-prev,
.xczx_box .xczx_swiper_box .swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
}

.xczx_box .xczx_swiper_box .swiper-button-prev {
  background: url(../images/m/xczx_left.svg) no-repeat center;
  left: 0;
  right: auto;
}

.xczx_box .xczx_swiper_box .swiper-button-next {
  background: url(../images/m/xczx_right.svg) no-repeat center;
  left: auto;
  right: 0;
}

/* .publicize_box {
  margin-top: 32px;
} */

.publicize_box a {
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
}

.publicize_box a:last-child {
  margin-bottom: 0;
}

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

/* 伴侣动物 动物保护 动物检疫 */

.bl_bh_jy_box .bl_bh_jy_list {
  margin-top: 6px;
}

.bl_bh_jy_box .bl_bh_jy_list .bl_bh_jy_item {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 0.5px dashed #C0C4CC;
}

.bl_bh_jy_box .bl_bh_jy_list .bl_bh_jy_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_bh_jy_box .bl_bh_jy_list .bl_bh_jy_item_img {
  width: 29%
}

.bl_bh_jy_box .bl_bh_jy_list .bl_bh_jy_item_desc {
  width: 68%;
}

/* 宣传推广最底部 */
.publicize_third {
  /* height: 60px; */
  text-align: center;
}

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

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

.js_cj_mp_ys_box .js_cj_mp_box_tab {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #F5F6F8;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #303133;
  margin-right: 4px;
}

.js_cj_mp_ys_box .js_cj_mp_box_tab.active {
  background: #BF0614;
  color: #fff;
}

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

.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: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;
}

/* 影视艺术 */
.ysys_box .ysys_swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 21px;
}

.ysys_box .ysys_swiper .swiper-slide {
  width: 100%;
}

.ysys_box .ysys_swiper .swiper-slide a {
  display: block;
}

.ysys_box .ysys_swiper .swiper-slide a img {
  display: block;
  margin: 0 auto;
}

.ysys_box .ysys_swiper .swiper-slide span {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.01em;
  color: #303133;
  display: block;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ysys_box .ysys_swiper .swiper-pagination {
  bottom: 0;
}

.ysys_box .ysys_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #D80011;
}

/* 法务中心 */
.fuzx_box {
  margin-bottom: 40px;
}

.fuzx_box .catname_box a {
  color: #303133;
}

.fuzx_box .fuzx_box_list a {
  font-size: 16px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.02em;
  color: #303133;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(235, 238, 245, 1);
}

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

/* 首页结束 */

/* 频道页开始 */
.sdbd_box .catname_box a {
  color: #303133;
}

.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;
  display: flex;
  justify-content: space-between;
}

.sdbd_box .sdbd_item a span {
  width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  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 .catname_box {
  margin-top: 0;
}

.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 .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: 2rem; */
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.history {
  background: #BF0614;
  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;
  border-bottom: 1px #e2e2e2 solid;
}

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

.inner_banner {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

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

.view-content p {
  margin: 0;
}

.view-content p img,
.view-content p video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
}

/* 上下篇 */
.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;
}