.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 999999;
  height: 6rem;
  padding: 0 2rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .logo {
  width: 16rem;
}
.head .show-nav {
  display: flex;
  justify-content: center;
  width: 20px;
  height: 16px;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.head .show-nav span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #535353;
  transition: all 0.6s;
}
.head .show-nav .toggle1 {
  transform: rotate(45deg) translateY(10px);
}
.head .show-nav .toggle2 {
  height: 0;
  width: 0;
  opacity: 0;
}
.head .show-nav .toggle3 {
  transform: rotate(-45deg) translateY(-10px);
}
.nav {
  padding-top: 2rem;
  background: rgba(141, 39, 36, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 99;
  right: -100%;
}
.nav form {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 0 1rem;
  height: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nav form input {
  font-size: 1.3rem;
  padding-left: 20px;
  border: none;
  background: rgba(141, 39, 36, 0.8);
  width: 85%;
  display: block;
  box-sizing: border-box;
}
.nav form button {
  background: rgba(141, 39, 36, 0.8) url(../img/search.png) no-repeat center;
  background-size: 40%;
  width: 15%;
  border: none;
}
.nav ul li {
  height: 4rem;
  line-height: 4rem;
  padding-left: 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.p {
  padding: 2rem 1.5rem;
  background-color: #f6f6f6;
}
.pp {
  padding: 2rem 1.5rem;
}
.title-1 {
  align-items: center;
}
.title-1 h1 {
  font-size: 2rem;
}
.title-1 span {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/more.png) no-repeat center;
  transition: 0.6s;
}
#swiper-1 {
  background-color: #8e1713;
  padding-bottom: 40px;
}
#swiper-1 .swiper-slide {
  box-sizing: border-box;
}
#swiper-1 .swiper-slide a {
  padding: 10px;
  display: block;
}
#swiper-1 .swiper-slide a .img-box img {
  height: 22rem;
}
#swiper-1 .swiper-slide a .img-box span {
  text-align: center;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #fff;
}
#swiper-1 .swiper-slide a .img-box h3 {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
#swiper-1 .swiper-pagination {
  bottom: 15px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.time-list ul li {
  height: 36px;
  line-height: 36px;
}
.time-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.time-list ul li a .con {
  width: 72%;
  align-items: center;
}
.time-list ul li a .con span {
  color: #8e1713;
  width: 35%;
  font-size: 14px;
}
.time-list ul li a .con h1 {
  flex: 1;
  font-size: 14px;
  transition: all 0.6s;
}
.time-list ul li a > span {
  display: block;
  text-align: center;
  line-height: 25px;
  height: 25px;
  width: 90px;
  font-size: 12px;
  color: #797979;
  border-radius: 25px;
}
.txt-box .item {
  margin-top: 2rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #eef1f6;
  transition: all 0.5s;
  position: relative;
}
.txt-box .item:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.txt-box .item .time {
  position: absolute;
  top: -10px;
  background-color: #8e1713;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
  width: 6rem;
  height: 7rem;
}
.txt-box .item .time h1 {
  font-size: 2.4rem;
  line-height: 3.8rem;
}
.txt-box .item .time span {
  display: inline-block;
  border-top: 3px solid #cf8b88;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #ccc;
}
.txt-box .item h2:first-of-type {
  font-size: 1.6rem;
  padding-left: 7rem;
}
.txt-box .item h2:last-of-type {
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #797979;
  text-indent: 10px;
}
.img-box a {
  display: block;
}
.img-box img {
  height: 22rem;
}
.img-box .txt {
  height: 20%;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #fff;
}
.img-box .txt span {
  display: block;
}
.time-box .item {
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.5s;
  padding: 1.5rem;
  margin-top: 2rem;
  border-radius: 1rem;
}
.time-box .item .flex {
  align-items: center;
}
.time-box .item .flex .time {
  width: 7rem;
  height: 6.5rem;
  color: #fff;
  text-align: center;
  background-color: #8e1713;
  font-size: 1.4rem;
  border-radius: 0.5rem;
}
.time-box .item .flex .time span {
  line-height: 3.6rem;
  font-size: 2rem;
}
.time-box .item .flex .time i {
  font-size: 1.2rem;
  color: #fff;
}
.time-box .item .flex h1 {
  width: 75%;
  font-size: 1.8rem;
}
.time-box .item h3 {
  margin-top: 2rem;
  font-size: 1.4rem;
}
.img-box-2 a {
  width: 48%;
  display: block;
  position: relative;
  height: 11rem;
}
.img-box-2 a span {
  height: 3rem;
  line-height: 3rem;
  font-size: 1.2rem;
}
.crumbs {
  padding-left: 3rem;
  background: url(../img/crumbs.png) no-repeat center left;
  background-size: 4%;
  height: 3rem;
  line-height: 3rem;
}
.crumbs a,
.crumbs span {
  font-size: 1.4rem;
}
.list-list ul li {
  height: 4rem;
  line-height: 4rem;
  position: relative;
  padding-left: 2rem;
  border-top: 1px solid #e5e5e5;
  transition: 0.6s;
}
.list-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a h1 {
  width: 75%;
  font-size: 13px;
}
.list-list ul li a h1:hover {
  color: #a82923;
}
.list-list ul li a span {
  text-align: right;
  font-size: 12px;
  width: 25%;
}
.paging {
  justify-content: center;
}
.paging a:first-of-type {
  position: relative;
  border: none;
}
.paging a:first-of-type::before {
  content: '共';
}
.paging a:first-of-type:hover {
  background-color: #fff;
  color: #333;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.3rem;
  border: 0.1rem solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 0.5rem;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #8e1713;
}
.con-tit h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.con-info {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.con-info span {
  font-size: 1.3rem;
  padding: 0 1.5rem;
  line-height: 2rem;
  color: #999;
}
.con-txt p {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 0.5rem;
  text-indent: 2em;
}
.con-txt a img {
  margin: 2rem 0;
  width: 100%;
}
.pian a {
  display: block;
  width: 48%;
}
.pian a span,
.pian a h1 {
  font-size: 1.4rem;
}
.pian a span {
  width: 35%;
}
.pian a h1 {
  flex: 1;
}
