@charset "UTF-8";
@font-face {
  font-family: 'zhrjh';
  src: url('./zhrjh.ttf') format('truetype');
}
html {
  font-size: 16px;
  color: #282828;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow,
.home-one_list-item a,
.home-three_list-item a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img,
.home-title a img {
  display: inline-block;
  max-width: 100%;
}

.flex,
.page-box,
.home-two .wrap,
.home-one .wrap,
.footer-top .wrap {
  display: flex;
}
@media (max-width: 990px) {
  .flex,
  .page-box,
  .home-two .wrap,
  .home-one .wrap,
  .footer-top .wrap {
    flex-direction: column;
  }
  .flex > div,
  .page-box > div,
  .home-two .wrap > div,
  .home-one .wrap > div,
  .footer-top .wrap > div {
    width: 100%;
  }
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.wrap {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}

.mw1300 {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  background: #fff;
  position: relative;
  display: flex;
  height: 125px;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.125%;
  padding-right: 15.1041666667%;
}
.top .logo {
  display: flex;
  align-items: center;
}
.top .logo img {
  height: 94px;
  margin-right: 20px;
}
.top .logo span {
  color: #ae2d31;
  line-height: 40px;
  padding-left: 20px;
  border-left: 2px solid #ae2d31;
  font-size: 35px;
}
.top-search {
  width: 165px;
  height: 40px;
  background: #fff5f6;
  border-radius: 20px;
  padding: 2px;
  display: flex;
}
.top-search input {
  flex: 1;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 10px;
  font-size: 14px;
  color: #D98D8F;
  width: calc(100% - 40px);
}
.top-search input::placeholder {
        color: #D98D8F;
      }
.top-search input:focus {
  outline: none;
}
.top-search button {
  background: url(../images/icon2.png) center no-repeat;
  background-size: 50% auto;
  width: 40px;
  border: none;
  cursor: pointer;
}
.top .top-search_btn,
.top .top_menu-btn {
  display: none;
}

.nav {
  background: #ae2d31;
}
.nav-box {
  display: flex;
  justify-content: space-around;
}
.nav-box_item {
  position: relative;
}
.nav-box_item:hover,
.nav-box_item.on {
  background: rgba(0, 0, 0, 0.1);
}
.nav-box_item > a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  color: #ae2d31;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 990px) {
  .nav {
    background: #ae2d31;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 10px 20px !important;
    font-size: 16px !important;
    color: #fff;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    z-index: 9;
    display: block;
    background: url(../images/down.png) center no-repeat;
    width: 40px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .sub-box {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-box_item > a {
    padding: 10px 20px 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #fff;
  }
}

.home-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f9ecec;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.home-title h3 {
  color: #ae2d31;
  position: relative;
  font-weight: normal;
  font-size: 34px;
  margin: 0;
}
.home-title h3 span {
  position: relative;
  z-index: 9;
  font-weight: bold;
}
.home-title h3:after {
  position: absolute;
  content: attr(data-en);
  margin: 15px 0 0 -70px;
  text-transform: uppercase;
  color: #fbf2f3;
}
.home-title a {
  width: 35px;
}

.footer-top {
  background: url(../images/bg3.jpg) center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-top .wrap {
  justify-content: space-between;
}
.footer-left {
  width: 60%;
}
.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer-logo img {
  height: 70px;
}
.footer-logo span {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.footer-info {
  padding-left: 60px;
}
.footer-info p {
  padding-left: 20px;
  background: url(../images/icon7.png) left center no-repeat;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 10px;
}
.footer .copyright {
  background: #94221b;
  text-align: center;
  font-size: 19px;
  color: #fff;
  padding: 20px 0;
}

.social-share {
  display: flex;
  margin-bottom: 30px;
}
.social-share_item {
  position: relative;
  margin-left: 20px;
}
.social-share_item:hover .social-share_item-box {
  display: block;
}
.social-share_item-box {
  display: none;
  position: absolute;
  padding: 5px;
  background: #fff;
  width: 110px;
  height: 100px;
  left: calc(50% - 55px);
  bottom: 65px;
}
.social-share_item-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.links {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.links:hover .links-body {
  display: block;
}
.links-top {
  border: 1px solid #c2c2c5;
  width: 380px;
  height: 50px;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.links-top span {
  padding-left: 15px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  line-height: 1.5;
}
.links-top p {
  padding: 0 20px;
  border-left: 1px solid #c2c2c5;
}
.links-body {
  display: none;
  position: absolute;
  right: 0;
  width: 380px;
  height: 120px;
  overflow-x: hidden;
  background: #fff;
  top: 100%;
}
.links-body a {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 1.6;
  line-height: 1.5;
  padding: 0 10px;
}
.links-body a:hover {
  color: #ae2d31;
}
.links-body a + a {
  margin-top: 5px;
}

.backtop {
  position: fixed;
  right: 10px;
  z-index: 99999;
  bottom: 100px;
  width: 40px;
  height: 40px;
  background: #ae2d31;
  display: none;
  text-align: center;
  cursor: pointer;
  padding-top: 5px;
}
.backtop img {
  display: inline-block;
  width: 30px;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 38.9%;
  position: relative;
}
.banner .swiper-slide a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-pagination {
  bottom: 40px;
  padding-right: 10.4166666667%;
  text-align: right;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 30px;
  height: 30px;
  margin: 0 0 0 24px !important;
  border-radius: 0;
  background-color: transparent !important;
  background-image: url(../images/d1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px auto;
}
.banner .swiper-pagination-bullet-active {
  background-image: url(../images/d1_a.png);
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
    text-align: center;
    padding-right: 0;
  }
  .banner .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    margin: 0 0 0 5px !important;
    background-size: 20px auto;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 50%;
    position: relative;
  }
  .banner .swiper-slide a img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
  }
}

.home-one {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/bg2.png) center bottom no-repeat;
  background-size: 30.2083333333% auto;
}
@media (max-width: 1200px) {
  .home-one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .home-one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-one .home-title {
  border-bottom: none;
}
.home-one .wrap {
  border-bottom: 1px solid #f8ecec;
}
.home-one_left {
  width: 51.875%;
  border-right: 1px solid #f8ecec;
  padding-right: 30px;
}
.home-one_right {
  padding-left: 30px;
  width: 48.125%;
}

.home-about {
  background: url(../images/img1.jpg) center no-repeat;
  background-size: cover;
  padding: 30px;
  height: 265px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  border-radius: 10px;
}
.home-about p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  text-indent: 2em;
}

.home-one_list-item,
.home-three_list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.home-one_list-item a,
.home-three_list-item a {
  flex: 1;
  min-width: 1px;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
.home-one_list-item a:before,
.home-three_list-item a:before {
  content: "•";
  color: #fdd3d4;
  margin-right: 10px;
}
.home-one_list-item a:hover,
.home-three_list-item a:hover {
  color: #ae2d31;
}
.home-one_list-item span,
.home-three_list-item span {
  font-size: 16px;
  color:#ab9f9f;
  text-align: right;
  width: 100px;
}

.home-two_list-item,
.home-four_list-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background: #fafafa;
  margin-bottom: 10px;
}
.home-two_list-item:hover .home-two_list-item-title,
.home-four_list-item:hover .home-four_list-item-title {
  color: #ae2d31;
}
.home-two_list-item-date,
.home-four_list-item-date {
  margin-right: 20px;
  text-align: center;
  color: #ae2d31;
  font-size: 14px;
}
.home-two_list-item-date i,
.home-four_list-item-date i {
  display: block;
  font-size: 24px;
  font-style: normal;
  margin-bottom: 8px;
      font-weight: bold;
}
.home-two_list-item-title,
.home-four_list-item-title {
  flex: 1;
  min-width: 1px;
  font-size: 18px;
  color: #222;
  margin-bottom: 0;
  line-height: 1.7;
}

.home-two {
  padding-top: 70px;
  padding-bottom: 100px;
  background: url(../images/bg1.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1200px) {
  .home-two {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .home-two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-two .wrap {
  justify-content: space-between;
}
.home-two_left {
  width: 47.5%;
}
.home-two_right {
  width: 48.125%;
}

.home-three_list {
  background: #fff;
  padding: 20px;
}
.home-three_list-item {
  margin-bottom: 0;
  padding: 18px 0;
  border-bottom: 1px solid #faeeee;
}
.home-three_list-item a::before {
  display: none;
}

.home-four_list-item {
  padding: 14px 15px;
  background: #fff;
}
.home-four_list-item-date {
  border: 1px solid #ae2d31;
  width: 130px;
  background: #f8eaea;
  padding-bottom: 5px;
}
.home-four_list-item-date i {
  line-height: 1.6;
  background: #fff;
}

.page_banner {
  padding-bottom: 23.4375%;
  position: relative;
  position: relative;
}
.page_banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.page_banner .page-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 8;
}
.page_banner .page-title h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 1;
  line-height: 1.5;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 1300px) {
  .page_banner .page-title h3 {
    font-size: 40px;
  }
}
.page_banner .page-title-menu {
  display: none;
}
@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 40%;
  }
  .page_banner .page-title {
    bottom: 0;
  }
  .page_banner .page-title .mw1300 {
    background: #ae2d31;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page_banner .page-title h3 {
    background: transparent;
    line-height: 40px;
    font-size: 20px;
    width: auto;
    padding-left: 0;
  }
  .page_banner .page-title-menu {
    display: block;
    background: url(../images/menu-icon-arrow-white.png) center no-repeat;
    width: 22px;
    height: 15px;
  }
}

.page-wrap {
  padding-top: 20px;
  padding-bottom: 130px;
}
@media (max-width: 1200px) {
  .page-wrap {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}
@media (max-width: 990px) {
  .page-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-wrap .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 35px;
}
.page-wrap .crumbs > img {
  width: 15px;
  margin-right: 10px;
}
.page-wrap .crumbs span {
  margin: 0 5px;
}
.page-wrap .crumbs a:hover {
  color: #ae2d31;
}

.page-box {
  justify-content: space-between;
}
.page-box_left {
  width: 22.3076923077%;
}
.page-box_right {
  width: 63.0769230769%;
}

.page-menu {
  border-top: 3px solid #ae2d31;
  border-right: 1px solid #f0f0f0;
}
.page-menu_item {
  position: relative;
  padding-right: 30px;
}
.page-menu_item.on {
  background: url(../images/icon6.png) top 25px right no-repeat;
  background-size: 35px auto;
}
.page-menu_item.on > a {
  color: #ae2d31;
}
.page-menu_item.on .page-sub-menu {
  display: block;
}
.page-menu_item:hover .page-sub-menu {
  display: block;
}
.page-menu_item a {
  display: block;
  font-size: 26px;
  color: #171717;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}
.page-menu_item a:hover {
  color: #ae2d31;
}

.page-sub-menu {
  display: none;
}
.page-sub-menu > a {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-sub-menu > a:before {
  content: "";
  width: 20px;
}
.page-sub-menu > a.on {
  color: #ae2d31;
}
.page-sub-menu > a.on:before {
  content: url(../images/r.png);
}

.page-list {
  border-top: 1px solid f0f0f0;
}
.page-list_item {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
}
.page-list_item-time {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #ae2d31;
  margin-right: 70px;
  font-family: zhrjh, sans-serif;
}
.page-list_item-time i {
  font-style: normal;
  margin-bottom: 10px;
  font-size: 24px;
}
.page-list_item-time b {
  font-size: 14px;
  font-weight: normal;
}
.page-list_item-title {
  flex: 1;
  min-width: 1px;
  font-size: 22px;
  color: #151515;
  margin-bottom: 0;
  line-height: 1.5;
}
.page-list_item:hover .page-list_item-title {
  color: #ae2d31;
}

.page_content {
  font-size: 16px;
  line-height: 2;
}

.paging {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 0 3px;
  color: #333;
}
.paging_item:hover,
.paging span:hover {
  background: #ae2d31;
  border-color: #ae2d31;
  color: #fff;
}
.paging span {
  border: none;
}

.page-title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}

.page-info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.page-info span {
  color: #666;
  margin: 0 10px;
}

.page-next-prev {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.page-next-prev > div {
  width: 48%;
  border: 1px solid #efefef;
  padding: 10px;
}

.page-content_title {
  font-size: 26px;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
}
.page-content_info {
  font-size: 20px;
  color: #999;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.page-content_text {
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
.page-content_text p {
  margin-bottom: 10px;
}
.page-content_text img {
  max-width: 100%;
  max-height: auto;
}
.page-content_attachment {
  border-top: 1px solid #efefef;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
.page-content_attachment a {
  color: #4487ef;
}
.page-content_attachment a:hover {
  text-decoration: underline;
}

@media (max-width: 1300px) {
  .top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top .logo img {
    height: 80px;
  }
  .top .logo span {
    line-height: 35px;
    font-size: 24px;
  }
  .footer-logo span {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .top {
    height: 90px;
  }
  .top .logo {
    flex-direction: column;
  }
  .top .logo img {
    height: 50px;
    margin-right: 0;
  }
  .top .logo span {
    line-height: 25px;
    border-left: none;
    padding-left: 0;
    font-size: 16px;
  }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ae2d31;
  }
  .top-search_btn {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }
  .top-search_btn img {
    width: 30px;
  }
  .top-search_btn,
  .top_menu-btn {
    display: block;
  }
  .top_menu-btn {
    display: flex !important;
    flex-direction: column;
    margin-left: 20px;
    width: 22px;
    height: 20px;
    justify-content: space-between;
  }
  .top_menu-btn span,
  .top_menu-btn:after,
  .top_menu-btn:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #ae2d31;
  }
  .top-search_box {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding: 10px;
    background: #ae2d31;
    z-index: 99;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .top-search_box form {
    width: 100%;
  }
  .home-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .home-title h3 {
    font-size: 20px;
  }
  .home-title h3:after {
    margin: 10px 0 0 -30px;
  }
  .home-title a {
    width: 30px;
  }
  .home-about {
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
  }
  .home-about p {
    font-size: 16px;
  }
  .home-one_list-item span,
  .home-three_list-item span {
    font-size: 12px;
    width: 50px;
  }
  .home-three_list {
    padding: 10px;
  }
  .footer .copyright {
    padding: 10px 0;
    font-size: 14px;
  }
  .home-one_list-item,
  .home-three_list-item {
    margin-bottom: 10px;
  }
  .home-one_left {
    border-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .home-one_right {
    padding-left: 0;
  }
  .home-two_list-item-date i,
  .home-four_list-item-date i {
    font-size: 20px;
  }
  .home-three_list-item {
    padding: 10px 0;
  }
  .home-four_list-item-date {
    width: 80px;
  }
  .home-two_list-item-title,
  .home-four_list-item-title {
    font-size: 16px;
  }
  .footer-logo {
    flex-direction: column;
  }
  .footer-info {
    padding-left: 0;
  }
  .footer-right {
    display: none;
  }
  .page-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
  .page-menu.on {
    display: block;
  }
  .page-menu_item a {
    font-size: 16px;
    padding: 10px 0;
  }
  .page-sub-menu > a {
    font-size: 14px;
  }
  .page-menu_item.on {
    background: url(../images/icon6.png) top 17px right no-repeat;
    background-size: 20px auto;
  }
  .page-box_left {
    position: relative;
    z-index: 99;
  }
  .page-wrap .crumbs {
    margin-bottom: 15px;
  }
  .page-list_item-time {
    margin-right: 10px;
  }
  .page-list_item-time i {
    font-size: 18px;
  }
  .page-list_item-time b {
    font-size: 12px;
  }
  .page-list_item-title {
    font-size: 14px;
  }
  .page-list_item {
    padding: 10px;
  }
  .page-content_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-content_info {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page-content_text {
    font-size: 14px;
  }
  .page-content_text img {
    max-width: 100% !important;
    max-height: auto !important;
    width: 100% !important;
    height: auto;
  }
  .page-content_attachment {
    padding-top: 10px;
    margin-top: 10px;
    font-size: 14px;
  }
}

.sub-box_item {
  position: relative;
}

@media (min-width: 991px) {
  .thrid-box {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 100%;
    white-space: nowrap;
    z-index: 99;
    background: #fff;
  }
  .sub-box_item:hover .thrid-box {
    display: block;
  }
}
.thrid-box_item {
  padding: 10px 15px;
  font-size: 14px;
  display: block;
}
.thrid-box_item:hover {
  color: #ae2d31;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .sub-box_item {
    display: flex;
    flex-wrap: wrap;
  }
  .sub-box_item > a {
    flex: 1;
  }
  .thrid-box {
    display: none;
    width: 100%;
    background: #771f22;
  }
  .thrid-box_item {
    padding: 10px 15px 10px 40px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .sub-box_item.act .thrid-box {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */







.mw1400 {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}
.page-search {
  padding: 65px 0;
  background: #f9f9f9;
}
.page-search form {
  width: 1000px;
  margin: 0 auto;
  height: 55px;
  display: flex;
}
.page-search input {
  flex: 1;
  background: #fff;
  font-size: 18px;
  padding: 0 20px;
  color: #333;
  border: none;
}
.page-search input:focus {
  outline: none;
}
.page-search button {
  width: 80px;
  background: #ae2d31 url(../images/icon1.png) center no-repeat;
  background-size: 30px;
  border: none;
  cursor: pointer;
}
.page-search_list span {
  color: #ae2d31;
}
.page-search-item a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}
.page-search-item_title {
  font-size: 20px;
  color: #222;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}
.page-search-item_desc {
  font-size: 14px;
  line-height: 26px;
  color: #878b91;
  margin-bottom: 25px;
}
.page-search-item_time {
  font-size: 12px;
  color: #878b91;
}

@media (max-width: 1200px) {
  .page-search {
    padding: 30px 15px;
  }
  .page-search form {
    width: 100%;
    height: 40px;
  }
  .page-search input {
    font-size: 14px;
    padding: 0 10px;
  }
  .page-search button {
    width: 40px;
    background-size: 20px;
  }
  .page-search-item a {
    padding: 15px 0;
  }
  .page-search-item_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page-search-item_desc {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}