.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 6rem;
  margin: 0 2rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .logo {
  height: 3.5rem;
  width: 16rem;
}
.head .nav {
  width: 2.6rem;
  height: 4rem;
  background: url(../img/nav.png) no-repeat center;
  background-size: 100%;
}
.head .search-but {
  height: 4rem;
  width: 5rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 45%;
}
.head .show-nav {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 999;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  left: 100%;
  top: 0rem;
}
.head .show-nav .off {
  height: 6rem;
  border-bottom: 1px solid #cacaca;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: url(../img/off.png) no-repeat center right;
  margin-right: 15px;
  background-size: 8%;
}
.head .show-nav ul li {
  line-height: 6rem;
  padding-left: 4rem;
  border-bottom: 1px solid #cacaca;
}
.head .show-nav ul li a {
  font-size: 18px;
  color: #fff;
}
.search {
  display: none;
  border: 1px solid #780000;
  top: 60px;
  margin: 10px auto;
  width: 90%;
  z-index: 10;
  color: #fff;
  overflow: hidden;
}
.search form {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}
.search form input {
  height: 3rem;
  border: none;
  outline: none;
  background: transparent;
  padding-left: 2rem;
  color: #eee;
}
.search form button {
  border-left: 1px solid #780000;
  padding-left: 20px;
  height: 3rem;
  width: 6rem;
  background-color: #fff;
}
.bg-1 {
  padding: 4rem 1.6rem;
  background: url(../img/bg-1.png) no-repeat center;
}
.title h1 {
  display: table;
  margin: 0 auto;
  padding-left: 25px;
}
.icon-1 h1 {
  color: #fff;
  background: url(../img/icon-1.png) no-repeat center left;
  background-size: 20%;
}
.fouce {
  height: 24rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}
.fouce img {
  height: 20rem;
}
.fouce .swiper-wrapper {
  height: 100%;
}
.fouce p {
  display: block;
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: 0;
  line-height: 4rem;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
}
.fouce p span {
  display: block;
  font-size: 1.6rem;
  text-indent: 1.8rem;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fouce .swiper-slide {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.fouce .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  left: auto;
  right: 0;
}
.fouce .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  border: 1px solid #fff;
}
.fouce .swiper-pagination-bullet-active {
  background-color: #fff;
}
.list-4 ul li {
  position: relative;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.list-4 ul li a {
  color: #fff;
}
.list-4 ul li:before {
  content: '';
  z-index: 99;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
}
.more {
  margin: 40px auto 0px;
  border: 1px solid #fff;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.more a {
  color: #fff;
}
.icon-2 {
  text-align: center;
}
.icon-2 h1 {
  border-bottom: 1px solid #780000;
  padding: 5px 80px;
  color: #780000;
  background: url(../img/icon-3.png) no-repeat 50px center;
  background-size: 10%;
}
.icon-3 h1 {
  background: url(../img/icon-4.png) no-repeat 50px center;
  background-size: 10%;
}
.icon-4 h1 {
  background: url(../img/icon-5.png) no-repeat 50px center;
  background-size: 10%;
}
.list-2 {
  padding: 0 1.6rem;
}
.list-2 ul li {
  height: 4rem;
  line-height: 4rem;
  white-space: normal;
}
.list-2 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-2 ul li a span {
  height: 2rem;
  line-height: 2rem;
  width: 18%;
  font-size: 1.4rem;
  font-weight: 700;
  color: #930000;
}
.list-2 ul li a h1 {
  width: 82%;
  font-size: 1.6rem;
}
.more-2 {
  border: 1px solid #930000;
}
.more-2 a {
  color: #930000;
}
.bg-2 {
  background: url(../img/bg-2.png) no-repeat center;
  padding: 4rem 1.6rem;
}
#swiper-1 {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 15px;
}
#swiper-1 .swiper-slide {
  position: relative;
}
#swiper-1 .swiper-slide img {
  height: 25rem;
}
#swiper-1 .swiper-slide .tit {
  background-color: #fff;
  padding: 3rem 1.5rem;
}
#swiper-1 .swiper-slide .tit h2 {
  font-size: 1.6rem;
  font-weight: 700;
}
#swiper-1 .swiper-slide .time {
  position: absolute;
  top: 20.5rem;
  left: 2rem;
  background-color: #930000;
  padding: 0.5rem;
  text-align: center;
}
#swiper-1 .swiper-slide .time h1 {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 0.8rem;
}
#swiper-1 .swiper-slide .time span {
  font-size: 1.2rem;
  color: #fff;
}
#swiper-1 .swiper-button-prev,
#swiper-1 .swiper-button-next {
  top: 35%;
  background-color: rgba(255, 255, 255, 0.6);
  width: 3rem;
  height: 3rem;
}
#swiper-1 .swiper-button-prev {
  left: 0;
}
#swiper-1 .swiper-button-next {
  right: 0;
}
.list-3 {
  padding: 0 10px;
}
.list-3 ul li {
  white-space: normal;
  margin-top: 22px;
}
.list-3 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-3 ul li a .time {
  width: 17%;
  height: 50px;
  overflow: hidden;
  border: 1px solid #790000;
}
.list-3 ul li a .time p {
  text-align: center;
  height: 26px;
  line-height: 26px;
}
.list-3 ul li a .time p:first-of-type {
  border-bottom: 1px solid #c0c0c0;
  background-color: #790000;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.list-3 ul li a .time p:last-of-type {
  font-size: 12px;
  color: #790000;
}
.list-3 ul li a h2 {
  width: 78%;
  font-size: 16px;
  color: #790000;
}
.list-3 ul li:last-of-type {
  border: none;
}
.bg-3 {
  background-color: #f2dfdf;
  padding: 4rem 1.6rem;
}
.img-box-3 .img {
  height: 22rem;
  overflow: hidden;
}
.img-box-3 .txt {
  padding: 1rem;
  background-color: #fff;
}
.img-box-3 .txt h2 {
  color: 2rem;
  line-height: 2.7rem;
  margin: 1rem 0;
  font-size: 1.6rem;
}
.img-box-3 .txt h3 {
  color: #999;
  font-size: 1.2rem;
  text-indent: 2rem;
}
.img-box {
  flex-wrap: wrap;
}
.img-box .img-box-2 {
  width: 48%;
  margin-top: 2rem;
}
.img-box .img-box-2 img {
  height: 70%;
}
.img-box .img-box-2 .txt {
  background-color: #f0f5f4;
  padding: 10px;
  box-sizing: border-box;
  height: 30%;
}
.img-box .img-box-2 h1 {
  font-size: 16px;
}
.crumbs {
  padding: 15px 50px;
  background: url(../img/crumbs.png) no-repeat 30px center;
  background-size: 4%;
}
.crumbs a,
.crumbs span {
  font-size: 1.2rem;
}
.list-list ul li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 2px solid #780000;
  margin-bottom: 10px;
  box-shadow: 0px 2px 14.72px 1.28px rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.list-list ul li a {
  display: block;
  padding: 20px 15px;
}
.list-list ul li a span {
  font-size: 1.2rem;
  padding-left: 2rem;
  background: url(../img/list-icon.png) no-repeat center left;
  background-size: 15%;
  color: #999999;
}
.list-list ul li a h2 {
  font-size: 1.6rem;
  margin-top: 1rem;
  line-height: 2.4rem;
}
.paging {
  justify-content: center;
}
.paging a:first-of-type {
  position: relative;
  border: none;
}
.paging a:first-of-type::before {
  content: '共';
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.4rem;
  color: #1a1a1a;
  border: 0.1rem solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 1rem;
}
.paging .hover {
  color: #fff;
  background-color: #780000;
}
.p {
  padding: 0 1.6rem;
}
.con-tit h4 {
  font-size: 2.8rem;
}
.con-info {
  border-bottom: 0.1rem solid #c2c2c2;
  height: 4rem;
  line-height: 4rem;
}
.con-info span {
  color: #b3b3b3;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.con-txt p {
  font-size: 16px;
  text-indent: 2rem;
  padding: 5px 0;
  line-height: 30px;
  text-align: justify;
}
.con-txt a img {
  margin: 10px 0;
  width: 100%;
}
.pian {
  justify-content: center;
  height: 4rem;
  line-height: 4rem;
}
.pian a {
  font-size: 1.6rem;
}
.pian a:first-of-type {
  padding-right: 2rem;
  padding-left: 4rem;
  background: url(../img/q-left.png) no-repeat center left;
}
.pian a:last-of-type {
  padding-left: 2rem;
  padding-right: 4rem;
  background: url(../img/q-right.png) no-repeat center right;
}
.tj-title {
  border-left: 6px solid #790000;
  padding-left: 20px;
}
.tj-title h1 {
  font-size: 16px;
  font-weight: 400;
}
