.d-flex, .home-menu, .footer-info_ewm, .home-title {
  display: flex;
}

.just-between, .home-menu, .home-title {
  justify-content: space-between;
}

.align-center, .home-title {
  align-items: center;
}

.flex-direction-column, .footer-info_ewm {
  flex-direction: column;
}

.just-center {
  justify-content: center;
}

html {
  font-size: 14px;
  color: #333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .home-two_list-item a, .home-one_item-title {
  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: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  background: url(../images/top_bg.jpg) center no-repeat;
  background-size: cover;
}
.top .wrap {
  height: 155px;
}
.top-logo img {
  max-width: 100%;
}
.top-logo span {
  font-size: 40px;
  color: #94211a;
  margin-left: 20px;
}
.top-search form {
  background: url(../images/search_bg.png) no-repeat;
  width: 221px;
  height: 35px;
  align-items: stretch;
}
.top-search input {
  border: none;
  background: transparent;
  flex: 1;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
}
.top-search input::-moz-placeholder {
  color: #c0c0c0;
}
.top-search input::placeholder {
  color: #c0c0c0;
}
.top-search input:focus {
  outline: none;
}
.top-search button {
  background: transparent;
  width: 38px;
  cursor: pointer;
  border: none;
}
.top-search_btn {
  justify-content: center;
  align-items: center;
  display: none;
}
.top_menu-btn {
  display: none;
  flex-direction: column;
  height: 20px;
  justify-content: space-between;
}
.top_menu-btn span, .top_menu-btn:after, .top_menu-btn:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #94211a;
}
@media (max-width: 1025px) {
  .top {
    position: relative;
  }
  .top .wrap {
    height: auto;
    padding: 10px 15px;
  }
  .top-logo {
    flex-direction: column;
  }
  .top-logo img {
    height: 35px;
    margin-bottom: 3px;
  }
  .top-logo span {
    font-size: 16px;
    margin-left: 0;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #fff;
  }
  .top-search.on {
    display: flex;
    justify-content: flex-end;
  }
  .top-search input {
    flex: 1;
    color: #333;
    width: auto;
  }
  .top-search_btn {
    display: flex;
    margin-left: auto;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #94211a;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  display: block;
  padding: 15px 0;
  line-height: 30px;
  font-size: 20px;
  color: #f5f5f5;
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 1025px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #94211a;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  color: #f5f5f5;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1025px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 1025px) {
  .nav {
    background: #94211a;
  }
  .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: 6px 20px;
    font-size: 16px;
    color: #fff;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    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 {
  padding-bottom: 20px;
  border-bottom: 1px solid #d4cdd0;
}
.home-title h2 {
  font-size: 26px;
  color: #94211a;
  margin: 0;
  font-weight: normal;
  position: relative;
}
@media (max-width: 1025px) {
  .home-title h2 {
    font-size: 20px;
  }
}
.home-title h2:after {
  content: "";
  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #94211a;
  bottom: -21px;
}
.home-title a {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #333333;
}
.home-title a:hover {
  color: #94211a;
  text-decoration: underline;
}
@media (max-width: 990px) {
  .home-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .home-title h2 {
    font-size: 18px;
  }
  .home-title h2:after {
    bottom: -11px;
  }
  .home-title a {
    font-size: 14px;
  }
}

.footer-info {
  background: url(../images/footer-bg.png) center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.footer-info_left p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
.footer-info_left p + p {
  margin-top: 10px;
}
.footer-info_ewm {
  margin-left: 62px;
}
.footer-info_ewm img {
  width: 130px;
  height: 130px;
}
.footer-info_ewm p {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
.footer-copyright {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  background: #94211a;
}
@media (max-width: 1025px) {
  .footer-info {
    padding: 20px 0;
  }
  .footer-info_left p {
    font-size: 14px;
    line-height: 25px;
  }
  .footer-info_left p + p {
    margin-top: 5px;
  }
  .footer-info_ewm {
    margin-left: 5px;
  }
  .footer-info_ewm img {
    width: 80px;
    height: 80px;
  }
  .footer-info_ewm p {
    font-size: 12px;
    line-height: 20px;
  }
  .footer-copyright {
    padding: 5px 0;
    font-size: 14px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 34.479%;
  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-bullet {
  opacity: 1;
  width: 16px;
  height: 16px;
  border: 2px solid #94211a;
  background: transparent;
}
.banner .swiper-pagination-bullet-active {
  background: #94211a;
}
@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-one {
  padding-top: 40px;
}

.home-menu {
  margin-bottom: 35px;
}
.home-menu_item {
  width: calc(33.33% - 11px);
  padding: 20px;
  display: flex;
  font-weight: bold;
  align-items: center;
  font-size: 20px;
  color: #fff;
  border-radius: 6px;
  white-space: nowrap;
}
@media (max-width: 1025px) {
  .home-menu_item {
    font-size: 16px;
  }
}
.home-menu_item:nth-of-type(1) {
  background: #987cdd;
}
.home-menu_item:nth-of-type(2) {
  background: #efa52c;
}
.home-menu_item:nth-of-type(3) {
  background: #37b477;
}
.home-menu_item img {
  max-width: 100%;
}
.home-menu_item span {
  margin-left: 14px;
}
.home-menu_item a {
  margin-left: auto;
}

.home-xwdt {
  margin-bottom: 35px;
}
.home-xwdt_wrap {
  margin-top: 35px;
}
.home-xwdt_left {
  width: 47.6%;
}
.home-xwdt_right {
  width: 49.6%;
  padding: 0 20px 0 0;
}
.home-xwdt_swiper {
  position: relative;
  overflow: hidden;
}
.home-xwdt_swiper .swiper-slide img {
  display: block;
  width: 100%;
}

.home-one_list {
  display: flex;
  flex-direction: column;
}
.home-one_item {
  width: 100%;
  padding: 20px 0 20px 0;
  border-bottom: 1px dashed #d8dce0;
  display: flex;
}
.home-one_item-time {
  text-align: center;
  font-size: 18px;
  color: #94211a;
  margin-right: 15px;
}
.home-one_item-time i {
  display: block;
  font-size: 14px;
  color: #999999;
  font-style: normal;
  margin-bottom: 5px;
}
.home-one_item-title {
  flex: 1;
  min-width: 1px;
  font-size: 18px;
  color: #000000;
}
.home-one_item-title:hover {
  color: #94211a;
}

.home-tzgg_left {
  width: 49%;
}
.home-tzgg_right {
  width: 49%;
}
.home-tzgg_date {
  margin-top: 15px;
  height: 350px;
}

#dates-view .cal-hd {
  background: #94211a;
  border-bottom: none;
  position: relative;
  height: 44px;
}
#dates-view .cal-title {
  color: #fff;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}
#dates-view .cal-title .cal-text {
  display: inline-block;
  line-height: 44px;
}
#dates-view .cal-prev,
#dates-view .cal-next {
  position: absolute;
  top: 0;
  transform: rotate(-90deg);
  color: #fff !important;
}
#dates-view .cal-prev {
  left: 10%;
}
#dates-view .cal-switcher {
  position: static;
}
#dates-view .cal-next {
  right: 10%;
}
#dates-view .cal-day {
  font-weight: bold;
}
#dates-view .cal-picked.cal-current {
  background: transparent;
}
#dates-view .cal-picked {
  background: transparent;
  position: relative;
}
#dates-view .cal-picked:after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: "";
  background: #94211a;
  border: 2px solid #c9625c;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  z-index: -1;
  box-sizing: border-box;
}

.home-two {
  background: #f7f7f7;
  padding: 39px 0;
}
.home-two_item {
  width: 49%;
}
.home-two_tab {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8dce0;
  padding-right: 5px;
  margin-bottom: 20px;
}
.home-two_tab span {
  margin-right: 20px;
  padding-right: 10px;
  font-size: 24px;
  color: #333333;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  padding-bottom: 12px;
}
@media (max-width: 1025px) {
  .home-two_tab span {
    font-size: 20px;
  }
}
.home-two_tab span.on {
  color: #94211a;
  border-color: #94211a;
}
.home-two_tab a {
  display: none;
  font-size: 16px;
  color: #333333;
  margin-left: auto;
}
.home-two_tab a.on {
  display: block;
}
.home-two_list {
  display: none;
}
.home-two_list.on {
  display: block;
}
.home-two_list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.home-two_list-item a {
  min-width: 1px;
  flex: 1;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.home-two_list-item a:hover {
  color: #94211a;
}
.home-two_list-item span {
  font-size: 16px;
  color: #000;
  text-align: right;
  width: 70px;
}

.home-three {
  padding: 30px 0;
}

.home-jyfw {
  margin-bottom: 50px;
}
.home-jyfw_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.home-jyfw_item {
  width: 23%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 19.32px 1.68px rgba(0, 0, 0, 0.13);
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-jyfw_item img {
  max-width: 100%;
}
.home-jyfw_item p {
  font-size: 20px;
  color: #333333;
  margin-top: 25px;
}
@media (max-width: 1025px) {
  .home-jyfw_item p {
    font-size: 16px;
  }
}
.home-jyfw_item:hover p {
  color: #94211a;
}

.home-xyfg {
  margin-bottom: 20px;
}
.home-xyfg_swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  margin-top: 20px;
}
.home-xyfg_swiper .swiper-slide img {
  width: 100%;
}

.home-link_list {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.home-link_list a {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
  margin-right: 90px;
}
.home-link_list a:hover {
  color: #94211a;
}

@media (max-width: 990px) {
  .home-one {
    padding-top: 20px;
  }
  .home-menu {
    margin-bottom: 0;
    flex-direction: column;
  }
  .home-menu_item {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
  }
  .home-menu_item img {
    height: 30px;
  }
  .home-menu_item span {
    margin-left: 10px;
  }
  .home-xwdt {
    margin-bottom: 20px;
  }
  .home-xwdt_wrap {
    margin-top: 20px;
    flex-direction: column;
  }
  .home-xwdt_left {
    width: 100%;
    margin-bottom: 15px;
  }
  .home-xwdt_right {
    width: 100%;
    padding: 0;
  }
  .home-one_item {
    padding: 10px 0;
  }
  .home-one_item-time {
    font-size: 14px;
    margin-right: 10px;
  }
  .home-one_item-time i {
    font-size: 12px;
  }
  .home-one_item-title {
    font-size: 16px;
  }
  .home-tzgg {
    flex-direction: column;
  }
  .home-tzgg_left {
    width: 100%;
    margin-bottom: 15px;
  }
  .home-tzgg_right {
    width: 100%;
  }
  .home-two {
    padding: 20px 0;
  }
  .home-two .wrap {
    flex-direction: column;
  }
  .home-two_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .home-two_tab {
    margin-bottom: 15px;
  }
  .home-two_tab span {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .home-two_tab a {
    font-size: 14px;
  }
  .home-two_list-item {
    margin-bottom: 5px;
  }
  .home-two_list-item a {
    font-size: 14px;
    line-height: 20px;
  }
  .home-two_list-item span {
    font-size: 12px;
    width: 40px;
  }
  .home-three {
    padding: 20px 0;
  }
  .home-jyfw {
    margin-bottom: 20px;
  }
  .home-jyfw_list {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .home-jyfw_item {
    width: 48%;
    padding: 20px 0;
    margin-bottom: 15px;
  }
  .home-jyfw_item p {
    font-size: 16px;
    margin-top: 15px;
  }
  .home-link_list a {
    font-size: 14px;
  }
}
.page-banner {
  padding-bottom: 20%;
  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-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
}
.page-banner-title > h3 {
  font-size: 30px;
  color: #fff;
  margin: 0;
}
.page-banner-title > h3:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  margin-top: 10px;
  display: block;
}
@media (max-width: 990px) {
  .page-banner {
    padding-bottom: 40%;
  }
  .page-banner-title > h3 {
    font-size: 20px;
  }
}

.page-wrap {
  padding: 40px 0;
}

.page-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.page-menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 60%;
}
.page-menu_btn {
  display: none;
}
.page-menu_item {
  margin-right: 20px;
  border: 1px solid rgb(220, 223, 230);
  border-radius: 2px;
  padding: 8px 30px;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.page-menu_item:last-child {
  margin-right: 0;
}
.page-menu_item:hover {
  border-color: #94211a;
  background: #94211a;
  color: #fff;
}

.page-crumbs {
  max-width: 40%;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-top: 3px;
}
.page-crumbs a {
  color: #333;
}
.page-crumbs a:hover {
  color: #94211a;
}

@media (max-width: 990px) {
  .page-wrap {
    padding: 20px 0;
  }
  .page-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    position: relative;
  }
  .page-menu {
    width: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    z-index: 99;
    top: calc(100% + 5px);
    max-width: 100%;
    width: 100%;
    display: none;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .page-menu.on {
    display: block;
  }
  .page-menu_btn {
    display: block;
  }
  .page-menu_item {
    margin-right: 0;
    border: 1px solid rgb(220, 223, 230);
    border-radius: 2px;
    padding: 8px 0;
    display: block;
    text-align: center;
    margin-bottom: 6px;
  }
  .page-crumbs {
    max-width: 80%;
  }
}
.page_content {
  font-size: 16px;
  line-height: 2;
}
.page_content img {
  max-width: 100% !important;
  max-height: auto !important;
}

.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: #94211a;
  border-color: #94211a;
  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-next-prev a {
  font-size: 14px;
  color: #333;
}
.page-next-prev a:hover {
  color: #94211a;
}

.page-list_item {
  margin-bottom: 20px;
  background: rgb(245, 245, 245);
  padding: 20px 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.page-list_item:hover {
  background: rgba(23, 51, 148, 0.1);
  transform: translateX(8px);
}
.page-list_item:last-child {
  margin-bottom: 0;
}
.page-list_item-text {
  flex: 1;
  min-width: 1px;
}
.page-list_item-text h3 {
  font-size: 26px;
  color: rgb(51, 51, 51);
  font-weight: normal;
  margin: 0 0 2% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-list_item-text p {
  font-size: 14px;
  line-height: 1.8;
  color: rgb(153, 153, 153);
  text-indent: 2em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-list_item-time {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.page-list_item-time span {
  font-size: 20px;
  color: rgb(153, 153, 153);
}
.page-list_item-time em {
  font-style: normal;
  font-size: 34px;
  color: rgb(3, 70, 151);
  margin-top: 4%;
}
@media (max-width: 990px) {
  .page-list_item {
    margin-bottom: 15px;
    padding: 15px;
  }
  .page-list_item-text h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .page-list_item-text p {
    font-size: 12px;
    line-height: 1.6;
  }
  .page-list_item-time {
    width: 60px;
  }
  .page-list_item-time span {
    font-size: 14px;
  }
  .page-list_item-time em {
    font-size: 20px;
    margin-top: 10px;
  }
}





.home-tzgg_right .calendar {
  width: 100%;
}
.calendar .cal th,
.calendar .cal td {
  line-height: 40px;
}
.calendar .calendar_month_span {
  line-height: 50px;
}
.calendar .calendar_month_next,
.calendar .calendar_month_prev {
  width: 50px;
  padding-top: 10px;
  height: 50px;
  background: transparent;
  padding-top: 17px;
}
.calendar .calendar_month_next img,
.calendar .calendar_month_prev img {
  display: none;
}
.calendar .calendar_month_next:before {
  content: ">";
}
.calendar .calendar_month_prev:before {
  content: "<";
}

.home-tzgg_right .calendar_top_right {
  background: #9d2019;
}

.calendar .cal .on {
  background: transparent;
  color: #fff;
}
.calendar .cal .on:hover {
  background: transparent;
}
.calendar .cal .on:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9d2019;
  border: 2px solid #c7605a;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  z-index: -1;
}
.calendar .cal td:not(.on):hover {
  background: transparent;
  color: inherit;
}
.home-tzgg_right .rl {
  position: static;
}
.dqsj-box {
  position: absolute;
  z-index: 99;
  width: 250px;
  border: 1px solid #FD9322;
  background: #f9f9f9;
}
.dqsj-box .dqsj {
  width: 100%;
}




/*# sourceMappingURL=main.css.map */
