.head {
  height: 5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #a11a48;
  position: relative;
}
.head .search-but {
  height: 4rem;
  width: 5rem;
  background: url(http://www.zhibo.rexun.cn/wap_static/img/search.png) no-repeat center;
}
.head .search {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  width: 90%;
  background: rgba(161, 26, 72, 0.9);
  z-index: 10;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.head .search form {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}
.head .search form input {
  height: 3rem;
  border: none;
  outline: none;
  background: transparent;
  padding-left: 2rem;
  color: #eee;
}
.head .search form button {
  border: none;
  height: 3rem;
  width: 3rem;
  background: url(http://www.zhibo.rexun.cn/wap_static/img/search.png) no-repeat center;
}
.head .nav-but {
  height: 4rem;
  width: 5rem;
  background: url(http://www.zhibo.rexun.cn/wap_static/img/nav-but.png) no-repeat center;
  background-size: 60%;
}
.head .nav {
  display: none;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  position: absolute;
  left: 100%;
  top: 5rem;
}
.head .nav .off {
  height: 6rem;
  border-bottom: 1px solid #cacaca;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head .nav .off img {
  height: 3rem;
  width: 3rem;
  padding-right: 2rem;
}
.head .nav ul li {
  line-height: 6rem;
  padding-left: 4rem;
  border-bottom: 1px solid #cacaca;
}
.head .nav ul li a {
  font-size: 18px;
}
.logo {
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  height: 7rem;
}
.logo img {
  height: 34px;
  width: 160px;
  margin-left: 2rem;
}
.fouce {
  height: 20rem;
  margin-top: 1.5rem;
  padding: 0 1rem;
  position: relative;
  overflow: hidden;
}
.fouce #swiper-2 {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.fouce #swiper-2 .swiper-wrapper {
  height: 100%;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide p {
  display: block;
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: 0;
  line-height: 4rem;
  z-index: 999;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide p span {
  width: 70%;
  display: block;
  font-size: 1.6rem;
  text-indent: 1.8rem;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fouce .swiper-pagination {
  text-align: right;
  left: auto;
  right: 0;
  margin-right: 2rem;
}
.fouce .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.fouce .swiper-pagination-bullet-active {
  background-color: #f1f1f1;
}
.title {
  height: 5rem;
  line-height: 5rem;
  border-bottom: 1px solid #d9d9d9;
}
.title a {
  display: flex;
  justify-content: space-between;
  padding: 0 1.6rem;
}
.title a span:first-of-type {
  font-size: 1.8rem;
  color: #a11a48;
}
.title a span:last-of-type {
  font-size: 1.5rem;
}
.img-list {
  padding: 0 1.2rem;
}
.img-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.img-list a img {
  width: 36%;
}
.img-list a .text {
  width: 60%;
}
.img-list a .text h2 {
  margin: 10px 0 10px;
  line-height: 24px;
  font-size: 15px;
}
.img-list a .text span {
  font-size: 14px;
  display: block;
  padding-bottom: 1rem;
  color: #b8b8b8;
  border-bottom: 1px solid #e29a91;
}
.select {
  padding: 2rem 0;
  background-color: #f0f0f0;
}
.select .sele-tit {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #d9d9d9;
}
.select .sele-tit span {
  margin: 0 4%;
  font-size: 1.8rem;
  line-height: 4rem;
}
.select .sele-tit .cur {
  color: #a11a48;
  border-bottom: 3px solid #a11a48;
}
.select .sele-con .sele-item .list {
  background-color: #f4f4f4;
  padding: 10px;
}
.select .sele-con .sele-item .list ul li {
  height: 67px;
  line-height: 67px;
  border-bottom: 1px solid #e6e6e6;
}
.select .sele-con .sele-item .list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select .sele-con .sele-item .list ul li a .time {
  width: 15%;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.select .sele-con .sele-item .list ul li a .time p {
  text-align: center;
  height: 26px;
  line-height: 26px;
}
.select .sele-con .sele-item .list ul li a .time p:first-of-type {
  border-bottom: 1px solid #c0c0c0;
  background-color: #dcdcdc;
  color: #b05876;
  font-weight: 700;
  font-size: 20px;
}
.select .sele-con .sele-item .list ul li a .time p:last-of-type {
  background-color: #e1e1e1;
  font-size: 14px;
}
.select .sele-con .sele-item .list ul li a h1 {
  width: 82%;
  font-size: 16px;
}
.select .sele-con .sele-item .list ul li:last-of-type {
  border: none;
}
.img-box {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1rem;
  justify-content: space-between;
}
.img-box .item {
  width: 48%;
}
.img-box .item img {
  height: 13rem;
}
.img-box .item span {
  display: block;
  width: 100%;
  padding: 0.5rem 0 2rem 0;
  text-align: center;
  font-size: 1.4rem;
}
.mian {
  padding: 1rem;
  background-color: #a11a48;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  cursor: pointer;
}
.mian a,
.mian span {
  color: #fff;
}
.list .item {
  padding: 0 1rem;
  border-bottom: 1px dashed #e3e3e3;
}
.list .item h2 {
  font-size: 15px;
  line-height: 24px;
  margin: 6px 0;
  color: #666;
}
.list .item span {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  color: #999;
}
.paging {
  margin: 50px 0;
  text-align: center;
}
.paging a,
.paging span {
  font-size: 1.8rem;
  margin: 0 10px;
  border: 1px solid #ccc;
  padding: 5px;
}
.paging a:hover,
.paging span:hover,
.paging .hover {
  background-color: #a11a48;
  color: #fff;
}
.paging .hover,
.paging span {
  padding: 5px 10px;
}
.paging a:first-of-type {
  border: none;
}
.paging a:first-of-type:hover {
  background-color: #f9f9f9;
  color: #000;
}
.content {
  padding: 0 1.6rem;
}
.content .con-tit {
  margin: 2rem 0;
}
.content .con-tit h4 {
  font-size: 1.8rem;
  color: #a11a48;
}
.content .con-info {
  text-align: center;
  border-bottom: 1px dashed #e7e7e7;
  padding-bottom: 1rem;
}
.content .con-info span {
  font-size: 1.4rem;
  margin-right: 2rem;
  color: #666;
}
.content .con-txt {
  font-size: 1.6rem;
  text-indent: 2rem;
}
.content .con-txt p {
  margin-top: 1.5rem;
  line-height: 3.2rem;
      text-indent: 3rem;
}
.content .con-txt img {
  margin: 20px 0;
  width: 100% !important;
      display: block;
}
.pian {
  padding: 0 1rem;
}
.pian a {
  display: block;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
