.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 7.5rem;
  padding: 0 1.6rem;
}
.head .logo {
  width: 18rem;
  margin: 0 auto;
  padding: 2rem 0 1.5rem;
}
.head .logo a {
  display: block;
}
.nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f5f5f5;
}
.nav ul li {
  width: 25%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
.search {
  width: 80%;
  margin: 0 auto;
}
.search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
.search form input {
  padding-left: 20px;
  height: 4rem;
  background-color: #f5f5f5;
  border: none;
}
.search form button {
  background: url(http://www.zaobao.rexun.cn/wap_static/img/search.png) no-repeat center;
  background-size: 40%;
  display: block;
  z-index: 9;
  border: none;
  width: 7rem;
  height: 4rem;
}
.fouce {
  height: 22rem;
}
.fouce #swiper-1 {
  height: 100%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide h1 {
  font-size: 1.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
}
.fouce #swiper-1 .swiper-pagination {
  bottom: 3.6rem;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 1;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.p {
  padding: 0 1.6rem;
}
.title {
  height: 36px;
  line-height: 36px;
  border-bottom: 3px solid #565656;
}
.title a {
  display: flex;
  justify-content: space-between;
}
.title a:hover {
  text-decoration: none;
}
.title a h1 {
  padding: 0 1rem;
  font-size: 19px;
  font-weight: 700;
  border-bottom: 3px solid #567fac;
  position: relative;
  overflow: inherit;
}
.title a h1::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 3px solid #648bb6;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  right: -12px;
}
.title a span {
  font-size: 14px;
  color: #888;
}
.time-list ul li {
  white-space: normal;
}
.time-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.time-list ul li a:hover {
  text-decoration: none;
}
.time-list ul li a span {
  width: 15%;
  font-weight: 700;
  color: #999;
  text-align: center;
}
.time-list ul li a .txt {
  border-left: 1px solid #ccc;
  width: 75%;
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
  margin-left: 10px;
}
.time-list ul li a .txt:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #9f9f9f;
  box-shadow: 0px 0px 8px #000;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.time-list ul li a .txt h1 {
  font-size: 15px;
}
.time-list ul li a .txt i {
  font-size: 14px;
  color: #999;
}
.time-list ul li a:hover span {
  color: #000;
}
.time-list ul li a:hover .txt:before {
  background-color: #000;
}
.left-img-box {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}
.left-img-box a {
  display: flex;
  justify-content: space-between;
}
.left-img-box a img {
  width: 30%;
}
.left-img-box a .txt {
  width: 65%;
}
.left-img-box a .txt h1 {
  font-size: 17px;
  font-weight: 700;
}
.left-img-box a .txt h2 {
  margin-top: 10px;
  font-size: 14px;
  color: #888;
  text-indent: 1rem;
}
.left-img-box a .no-img {
  width: 100%;
}
.img-box {
  height: 250px;
}
.img-box a {
  display: block;
  position: relative;
}
.img-box a .text-show {
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.8);
}
.list ul li {
  height: 28px;
  line-height: 28px;
}
.list ul li a {
  font-size: 15px;
}
.list-dian ul li {
  padding-left: 20px;
  position: relative;
}
.list-dian ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #bababa;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 14px;
  margin-right: 10px;
  padding: 0 4px;
  color: #0a5491;
}
.paging .hover {
  color: #f00;
}
.paging .hover::before,
.paging span::before {
  content: '[';
}
.paging .hover::after,
.paging span::after {
  content: ']';
}
.crumbs {
  border-bottom: 3px solid #c00303;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.crumbs a {
  font-weight: 700;
  margin-right: 5px;
  font-size: 18px;
}
.con-tit h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 16px 0 14px;
}
.con-info {
  padding-bottom: 6px;
  border-bottom: 1px dashed #ddd;
}
.con-info span {
  font-size: 12px;
  color: #888;
  margin-right: 20px;
}
.con-txt p {
  text-indent: 2rem;
  font-size: 1.6rem;
  line-height: 3.1rem;
  padding: 0 1rem 1rem;
}
.con-txt a img {
  margin: 20px 0;
  width: 100%;
}
.pian a {
  display: block;
  margin-top: 10px;
}
.pian a h1 {
  font-size: 16px;
}
.title-2 {
  background-color: #e8e8e8;
  border-top: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
}
.title-2 a {
  font-size: 18px;
  padding-left: 20px;
}
