.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  position: relative;
  height: 6rem;
  transition: 0.6s;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .logo {
  height: 4rem;
  width: 16rem;
}
.head .nav {
  width: 2.6rem;
  height: 4rem;
  background: url(http:/www.jju.zuojing.com/wap_static/img/nav.png) no-repeat center;
  background-size: 100%;
}
.head .search-but {
  height: 4rem;
  width: 5rem;
  background: url(http:/www.jju.zuojing.com/wap_static/img/search.png) no-repeat center;
  background-size: 45%;
}
.show-nav {
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  display: none;
}
.show-nav .off {
  flex-grow: 2;
  height: 100vh;
  background-color: transparent;
  opacity: 0;
}
.show-nav ul {
  width: 12rem;
  padding-top: 2rem;
  background-color: #7b0a10;
}
.show-nav ul li {
  text-align: center;
  line-height: 5rem;
}
.show-nav ul li a {
  font-size: 1.6rem;
  color: #fff;
}
.search {
  display: none;
  background-color: #efefef;
  top: 60px;
  padding: 1rem 1.2rem;
  z-index: 10;
}
.search form {
  background-color: #fff;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search form input {
  width: 80%;
  height: 4rem;
  border: none;
  outline: none;
  background: transparent;
  padding-left: 2rem;
  color: #eee;
}
.search form button {
  width: 20%;
  height: 4rem;
  width: 6rem;
  background-color: #8c030d;
  color: #fff;
}
#swiper-1 {
  height: 20rem;
}
#swiper-1 .swiper-slide {
  height: 100%;
}
#swiper-1 .swiper-slide span {
  height: 4rem;
  line-height: 4rem;
}
#swiper-1 .swiper-slide span h1 {
  width: 80%;
  font-size: 1.6rem;
}
#swiper-1 .swiper-pagination {
  text-align: right;
  left: -20px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #570008;
}
.p {
  padding: 1rem;
}
.title-1 {
  border-bottom: 2px solid #8c030d;
  height: 35px;
}
.title-1 h1 {
  font-size: 18px;
}
.title-1 span {
  color: #999;
  font-size: 13px;
}
.img-box img {
  height: 170px;
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.img-box h1 {
  margin: 10px 0 10px;
  font-size: 16px;
  font-weight: 700;
}
.img-box h2 {
  text-indent: 1rem;
  color: #999;
  font-size: 12px;
}
.time-list ul li {
  height: 36px;
  line-height: 36px;
}
.time-list ul li a {
  display: flex;
  justify-content: space-between;
}
.time-list ul li a span {
  font-weight: 700;
  width: 23%;
  font-size: 16px;
  color: #8c030d;
}
.time-list ul li a h1 {
  font-size: 15px;
}
.nocolor ul li a span {
  color: #000;
}
.time-list-two ul li {
  margin-top: 1rem;
  white-space: normal;
}
.time-list-two ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.time-list-two ul li a .time {
  width: 20%;
  background-color: #eeeeee;
  text-align: center;
  padding: 8px 0;
}
.time-list-two ul li a .time h1 {
  font-weight: 700;
  font-size: 24px;
}
.time-list-two ul li a .time span {
  font-size: 14px;
}
.time-list-two ul li a .txt {
  width: 75%;
}
.time-list-two ul li a .txt h1 {
  font-size: 16px;
  font-weight: 700;
}
.time-list-two ul li a .txt h2 {
  margin-top: 0.5rem;
  font-size: 12px;
  color: #a9a9a9;
}
.crumbs {
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
  border-bottom: 2px solid #d3d3d3;
}
.crumbs a,
.crumbs span {
  font-size: 14px;
  font-weight: 700;
}
.list-list ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d3d3d3;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a span {
  width: 45%;
  font-size: 14px;
  color: #9e9e9e;
}
.list-list ul li a h1 {
  font-size: 14px;
}
.paging {
  justify-content: center;
}
.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;
  border-radius: 0.5rem;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #8c030d;
}
.con-tit {
  margin: 20px 0;
}
.con-tit h4 {
  font-size: 22px;
}
.con-info {
  border-bottom: 1px solid #eee;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.con-info span {
  color: #999;
  font-size: 14px;
  margin-right: 20px;
}
.con-txt p {
  font-size: 15px;
  text-indent: 2rem;
  padding: 5px 0;
  line-height: 30px;
  text-align: justify;
}
.con-txt a img {
  margin: 10px 0;
  width: 100%;
}
.pian a {
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
