@charset "UTF-8";
.d-flex {
  display: flex;
}

.just-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.just-center {
  justify-content: center;
}

html {
  font-size: 16px;
  color: #282828;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .page-list_item-title, .home-two_list a, .home-two_tw-text h3, .home-one_item-text p, .home-one_item-text h3, .home-one-list a, .home-one_swiper .swiper-slide a p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.wrap {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  height: 70px;
  padding-top: 14px;
  background: #ae2d30;
}
.top-search {
  margin-left: auto;
  width: 225px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 21px;
  padding: 2px;
  display: flex;
}
.top-search input {
  flex: 1;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
}
.top-search input:focus {
  outline: none;
}
.top-search button {
  background: #fff url(../images/search.png) center no-repeat;
  border-radius: 18px;
  width: 52px;
  border: none;
  cursor: pointer;
}

.hader {
  background: url(../images/bg1.png) top left no-repeat;
  background-size: 100%;
  height: 150px;
  padding-top: 14px;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.hader .wrap {
  display: flex;
  justify-content: space-between;
}
.hader .logo {
  width: 28.6%;
}
@media (max-width: 1230px) {
  .hader .logo {
    width: 20%;
  }
}
.hader .logo img {
  display: block;
  max-width: 100%;
}
.hader .top-search_btn {
  display: none;
}
.hader .top_menu-btn {
  display: none;
}

.nav-box {
  margin-top: 20px;
  display: flex;
}
@media (max-width: 1230px) {
  .nav-box {
    margin-top: 10px;
  }
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  display: block;
  font-size: 18px;
  padding: 10px 1vw;
  color: #fff;
}
.nav-box_item > a:hover {
   background: #ae2d30;
   color: #fff;
}
@media (max-width: 1230px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
.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;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  color: #ae2d30;
  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: #ae2d30;
  }
  .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;
    font-size: 16px;
    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;
  justify-content: space-between;
  position: relative;
  margin-bottom: 35px;
}
.home-title:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #ae2d30;
}
.home-title_box {
  background: url(../images/bg5.png) left top no-repeat;
  background-size: 100% 100%;
  padding: 29px 0 29px 22px;
  width: 264px;
  display: flex;
  align-items: center;
}
.home-title_box img {
  margin-right: 17px;
}
.home-title_box span {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
}
.home-title a {
  margin-top: 40px;
  font-size: 20px;
  color: #ae2d30;
  text-transform: capitalize;
}
.home-title a:after {
  content: url(../images/arrow_r.png);
  margin-left: 9px;
}

.footer-top {
  background: #ae2d30 url(../images/bg4.png) center no-repeat;
  background-size: 100% auto;
  padding: 75px 0 80px 0;
}
.footer-top .wrap {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  width: 300px;
}
.footer-logo img {
  display: block;
  max-width: 100%;
}
.footer-info p {
  font-size: 18px;
  color: #fff;
}
.footer-info p + p {
  margin-top: 15px;
}
.footer-icon {
  display: flex;
}
.footer-icon_item {
  position: relative;
  margin-left: 40px;
}
.footer-icon_item:hover .footer-icon_item-box {
  display: block;
}
.footer-icon_item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
}
.footer-icon_item-box {
  position: absolute;
  top: 0;
  right: 100%;
  width: 110px;
  height: 110px;
  background: #fff;
  padding: 5px;
  display: none;
}
.footer-icon_item-box img {
  width: 100%;
}
.footer .copyright {
  background: #94221b;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 20px 0;
}

.top-search_box {
  display: none;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 44%;
  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: 60px;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 17px;
  height: 17px;
  margin: 0 12px !important;
  background: #fff;
}
.banner .swiper-pagination-bullet-active {
  background: #ae2d30;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
    text-align: center;
    padding-right: 0;
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 51%;
    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-main {
  padding: 73px 0 146px 0;
}

.home-one {
  margin-bottom: 88px;
  display: flex;
}
.home-one_left {
  width: 58.2%;
}
.home-one_right {
  flex: 1;
  min-width: 1px;
  margin-left: 25px;
}
.home-one_box {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.home-one_swiper {
  position: relative;
  overflow: hidden;
  width: 52.2%;
}
.home-one_swiper .swiper-slide a {
  position: relative;
  display: block;
}
.home-one_swiper .swiper-slide a img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.home-one_swiper .swiper-slide a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  z-index: 9;
}
.home-one_swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.home-one_swiper .swiper-pagination-bullet-active {
  background: #ae2d30;
}
.home-one-list {
  flex: 1;
  min-width: 1px;
  margin-left: 20px;
}
.home-one-list a {
  display: block;
  padding: 17px 11px;
  position: relative;
  font-size: 16px;
  color: #282828;
}
@media (max-width: 1230px) {
  .home-one-list a {
    padding: 12px 11px;
  }
}
.home-one-list a:hover {
  color: #ae2d30;
  background: #fff9f9;
  border-radius: 10px;
}
.home-one-list a:hover:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: 9;
  height: 1px;
  background: #ae2d30;
}
.home-one_item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 1230px) {
  .home-one_item {
    margin-bottom: 15px;
  }
}
.home-one_item:last-child {
  margin-bottom: 0;
}
.home-one_item-date {
  width: 70px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #7a7a7a;
}
.home-one_item-date span {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1230px) {
  .home-one_item-date span {
    margin-bottom: 10px;
  }
}
.home-one_item-date b {
  font-weight: normal;
  font-size: 16px;
}
.home-one_item-text {
  flex: 1;
  min-width: 1px;
  border-left: 1px solid #9c9c9c;
  padding-left: 30px;
}
.home-one_item-text h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #7a7a7a;
  font-weight: normal;
}
.home-one_item-text p {
  font-size: 16px;
  color: #888888;
}
.home-one_item:hover .home-one_item-date {
  color: #ae2d30;
}
.home-one_item:hover .home-one_item-text {
  border-left-color: #ae2d30;
}
.home-one_item:hover .home-one_item-text h3,
.home-one_item:hover .home-one_item-text p {
  color: #ae2d30;
}

.home-two {
  display: flex;
  justify-content: space-between;
}
.home-two_left {
  width: 40%;
}
.home-two_left .home-title {
  margin-bottom: 20px;
}
.home-two_left-box {
  position: relative;
  border-radius: 0 0 0 60px;
  background: #f0f6f4;
  padding: 22px 28px 55px 26px;
}
.home-two_left-box:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: -15px;
  bottom: -15px;
  background: #ae2d30;
  z-index: -1;
  border-radius: 0 0 0 60px;
}
.home-two_right {
  width: 54.85%;
  border-radius: 0 0 60px 0;
  background: #f0f6f4 url(../images/bg2.png) top 30px center no-repeat;
  position: relative;
  padding: 50px 55px 0 50px;
  box-shadow: -0.07px -1.999px 10.01px 0.99px rgba(4, 0, 0, 0.11);
}
.home-two_right:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -15px;
  right: 0;
  bottom: -15px;
  background: #ae2d30;
  z-index: -1;
  border-radius: 0 0 60px 0;
}
.home-two_tw {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.home-two_tw-img {
  width: 194px;
  margin-right: 20px;
  height: 124px;
  border-radius: 10px;
  overflow: hidden;
}
.home-two_tw-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.home-two_tw-text {
  flex: 1;
  min-width: 1px;
}
.home-two_tw-text h3 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  margin: 0 0 25px 0;
}
.home-two_tw-text p {
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-two_tw:hover .home-two_tw-text h3,
.home-two_tw:hover .home-two_tw-text p {
  color: #ae2d30;
}
.home-two_tw:hover .home-two_tw-img img {
  transform: scale(1.1);
}
.home-two_list a {
  display: block;
  font-size: 16px;
  color: #282828;
}
.home-two_list a:before {
  content: "•";
}
.home-two_list a:hover {
  color: #ae2d30;
}
.home-two_list a + a {
  margin-top: 40px;
}
.home-two_tag {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.home-two_tag-item {
  font-size: 26px;
  color: #ae2d30;
  padding: 5px 15px 25px 15px;
  cursor: pointer;
}
@media (max-width: 1230px) {
  .home-two_tag-item {
    font-size: 22px;
  }
}
.home-two_tag-item.on {
  background: url(../images/down_icon.png) bottom center no-repeat;
  position: relative;
}
.home-two_tag-item.on:before, .home-two_tag-item.on:after {
  position: absolute;
  content: "";
  width: calc(50% - 6px);
  bottom: 6px;
  height: 3px;
  background: #ae2d30;
}
.home-two_tag-item.on:before {
  left: 0;
}
.home-two_tag-item.on:after {
  right: 0;
}
.home-two_item {
  display: none;
}
.home-two_item.on {
  display: block;
}
.home-two_item-list {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.home-two_item-list:last-child {
  margin-bottom: 0;
}
.home-two_item-list span {
  font-size: 20px;
  color: #fff;
  background: #ae2d30;
  width: 156px;
  border-radius: 4px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-two_item-list p {
  flex: 1;
  min-width: 1px;
  font-size: 16px;
  line-height: 30px;
  color: #282828;
  padding: 0 25px 0 12px;
}

.home-news {
  background: url(../images/bg3.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0 90px 0;
}
.home-news_title {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.home-news_title img {
  margin-right: 19px;
}
.home-news_title span {
  font-size: 40px;
  color: #fff;
  letter-spacing: 5px;
}
.home-news_box {
  position: relative;
  margin: 0 90px;
}
.home-news_box .swiper-button-prev,
.home-news_box .swiper-button-next {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  width: 58px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 29px);
}
.home-news_box .swiper-button-prev {
  left: -90px;
}
.home-news_box .swiper-button-next {
  right: -90px;
}
.home-news_swiper {
  position: relative;
  overflow: hidden;
}
.home-news_swiper .swiper-slide a {
  display: block;
}
.home-news_swiper .swiper-slide a:hover .home-news_item-img img {
  transform: scale(1.1);
}
.home-news_item-img {
  border: 8px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 66.85%;
  position: relative;
  overflow: hidden;
}
.home-news_item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.home-news_item-title {
  font-size: 15px;
  color: #ffffff;
  line-height: 2;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}

@media (max-width: 1025px) {
  .home-main {
    padding: 50px 0;
  }
  .home-title {
    margin-bottom: 20px;
  }
  .home-title:after {
    height: 3px;
  }
  .home-title_box {
    padding: 15px 0 15px 10px;
    width: 200px;
  }
  .home-title_box img {
    margin-right: 10px;
    width: 22px;
  }
  .home-title_box span {
    font-size: 20px;
  }
  .home-title a {
    margin-top: 20px;
    font-size: 18px;
  }
  .home-two_tw-img {
    width: 130px;
    height: 83px;
  }
  .home-two_tw-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .home-two_list a + a {
    margin-top: 20px;
  }
  .home-two_right {
    padding: 20px 20px 40px 20px;
  }
  .home-two_tag-item {
    font-size: 18px;
    padding: 5px 10px 15px 10px;
  }
  .home-two_tag {
    margin-bottom: 20px;
  }
  .home-two_item-list span {
    font-size: 18px;
    width: 120px;
    height: 70px;
  }
  .home-news {
    padding: 50px 0;
  }
  .home-news_title {
    margin-bottom: 20px;
  }
  .home-news_title img {
    margin-right: 10px;
    width: 25px;
  }
  .home-news_title span {
    font-size: 26px;
  }
  .footer .copyright {
    font-size: 18px;
  }
  .footer-top {
    padding: 30px 0;
  }
  .footer-logo {
    width: 200px;
  }
  .footer-info p {
    font-size: 16px;
  }
  .footer-icon_item-btn {
    width: 60px;
    height: 60px;
  }
  .footer-icon_item-btn img {
    width: 40px;
  }
}
@media (max-width: 990px) {
  .top {
    display: none;
  }
  .hader {
    position: static;
    background: #ae2d30;
    height: auto;
    padding: 5px 0;
  }
  .hader .wrap {
    align-items: center;
    position: relative;
  }
  .logo {
    width: 70% !important;
  }
  .logo img {
    height: 45px;
  }
  .nav-box {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 9999;
    margin-top: 0;
    background: #ae2d30;
  }
  .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,
  .top_menu-btn {
    display: block;
  }
  .top_menu-btn {
    display: flex !important;
    flex-direction: column;
    margin-left: 20px;
    width: 22px;
    height: 22px;
    justify-content: space-between;
  }
  .top_menu-btn span, .top_menu-btn:after, .top_menu-btn:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .top-search_box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    padding: 10px;
    background: #ae2d30;
    z-index: 99;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .top-search_box form {
    width: 100%;
  }
  .home-main {
    padding: 20px 0;
  }
  .home-one {
    flex-direction: column;
  }
  .home-one_left {
    margin-bottom: 15px;
    width: 100%;
  }
  .home-one_box {
    flex-direction: column;
  }
  .home-one_swiper {
    width: 100%;
    margin-bottom: 15px;
  }
  .home-one-list,
  .home-one_right {
    margin-left: 0;
  }
  .home-one_item-text {
    padding-left: 15px;
  }
  .home-one_item-text h3,
  .home-one_item-date span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .home-one_item-text p,
  .home-one_item-date b {
    font-size: 14px;
  }
  .home-one {
    margin-bottom: 20px;
  }
  .home-two {
    flex-direction: column;
  }
  .home-two_left {
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
  .home-two_left-box {
    padding: 15px 15px 30px 15px;
  }
  .home-two_list a {
    font-size: 14px;
  }
  .home-two_list a + a {
    margin-top: 10px;
  }
  .home-two_tw-text h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .home-two_tw-text p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .home-two_tw-img {
    width: 100px;
    height: 64px;
  }
  .home-two_right {
    width: calc(100% - 20px);
    margin-left: 20px;
    padding: 15px;
  }
  .home-two_tag-item {
    font-size: 12px;
    padding: 5px 5px 10px 5px;
  }
  .home-two_tag-item.on {
    background-size: auto 6px;
  }
  .home-two_tag-item.on:before,
  .home-two_tag-item.on:after {
    height: 2px;
    bottom: 4px;
    width: calc(50% - 3px);
  }
  .home-two_tag {
    margin-bottom: 15px;
  }
  .home-two_item-list p {
    font-size: 12px;
    line-height: 20px;
  }
  .home-two_item-list span {
    font-size: 16px;
    width: 90px;
    height: 70px;
  }
  .home-news {
    padding: 20px 0;
  }
  .home-news_title {
    margin-bottom: 15px;
  }
  .home-news_title img {
    width: 20px;
  }
  .home-news_title span {
    font-size: 20px;
  }
  .home-news_box .swiper-button-prev,
  .home-news_box .swiper-button-next {
    width: 30px;
    height: 60px;
  }
  .home-news_box .swiper-button-prev img,
  .home-news_box .swiper-button-next img {
    width: 15px;
  }
  .home-news_box {
    margin: 0 40px;
  }
  .home-news_box .swiper-button-prev {
    left: -40px;
  }
  .home-news_box .swiper-button-next {
    right: -40px;
  }
  .home-news_item-img {
    border-width: 4px;
    margin-bottom: 10px;
  }
  .home-news_item-title {
    font-size: 12px;
    padding: 10px;
  }
  .footer-top {
    padding: 20px 0;
  }
  .footer-top .wrap {
    flex-direction: column;
  }
  .footer-icon {
    display: none;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-logo img {
    height: 45px;
  }
  .footer-info p {
    font-size: 14px;
  }
  .footer-info p + p {
    margin-top: 5px;
  }
  .footer .copyright {
    padding: 10px 0;
    font-size: 14px;
  }
}
.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: 0;
  z-index: 8;
}
.page_banner .page-title h3 {
  background: url(../images/columetitle.jpg) center no-repeat;
  background-size: cover;
  line-height: 105px;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  width: 320px;
  padding-left: 40px;
  box-sizing: border-box;
}
.page_banner .page-title-menu {
  display: none;
}
@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 40%;
  }
  .page_banner .page-title .wrap {
    background: #ae2d30;
    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 .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 320px;
  margin-right: 50px;
}
.page-menu {
  border-left: 5px solid #ae2d30;
}
.page-menu_item {
  border-bottom: 1px solid #dddddd;
}
.page-menu_item a {
  display: block;
  font-size: 18px;
  line-height: 70px;
  padding-left: 40px;
  color: #333;
  background: #fff url(../images/jt1.png) right 40% center no-repeat;
  transition: all 0.3s;
}
.page-menu_item.on a, .page-menu_item:hover a {
  background-image: url(../images/jt2.png);
  color: #ae2d30;
}
.page-menu_item.on {
  font-weight: bold;
}

.page-wrap_right {
  flex: 1;
  padding: 20px 0 40px 0;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.page-wrap_right-title {
  display: flex;
  align-items: center;
  white-space: no-wrap;
}
.page-wrap_right-title span {
  font-size: 20px;
  font-weight: bold;
  color: #ae2d30;
  margin-left: 5px;
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 20px;
  line-height: 20px;
  background: url(../images/location.png) left center no-repeat;
}
.page-wrap_right .crumbs a:hover {
  color: #ae2d30;
}
@media (max-width: 1025px) {
  .page-wrap .wrap {
    flex-direction: column;
    padding: 0;
  }
  .page-wrap_left {
    width: 100%;
    margin-right: 0;
  }
  .page-menu {
    border: none;
    display: none;
  }
  .page-menu.on {
    display: block;
  }
  .page-menu_item a {
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    padding: 0 15px;
    border-top: 1px solid #ae2d30;
    background-position: right 10px center;
  }
  .page-wrap_right {
    width: 100%;
    padding: 15px;
  }
  .page-wrap_right-top {
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .page-wrap_right-title span {
    font-size: 18px;
  }
}

.page-list_item a {
  display: flex;
  justify-content: space-between;
  height: 51px;
  align-items: center;
  border-bottom: 1px dashed #dddddd;
}
.page-list_item a:before {
  content: "";
  background: #ae2d30;
  width: 5px;
  height: 5px;
  margin-right: 10px;
}
.page-list_item a:hover .page-list_item-title {
  transform: translateX(10px);
  color: #ae2d30;
}
.page-list_item-title {
  font-size: 18px;
  margin-right: auto;
  color: #333;
  flex: 1;
  min-width: 1px;
  transition: all 0.3s;
}
.page-list_item-time {
  font-size: 18px;
  color: #999;
}
@media (max-width: 990px) {
  .page-list_item a {
    height: 35px;
  }
  .page-list_item-title {
    font-size: 15px;
  }
  .page-list_item-time {
    font-size: 15px;
  }
}

.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: #ae2d30;
  border-color: #ae2d30;
  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;
}
/*# sourceMappingURL=main.css.map */