.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  position: relative;
  height: 8rem;
  transition: 0.6s;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0080a7;
}
.head .logo {
  background-color: #fff;
  padding: 1rem;
  border-radius: 2rem;
  height: 4rem;
  width: 19.7rem;
}
.head .nav {
  width: 2.6rem;
  height: 4rem;
  background: url(../img/nav.png) no-repeat center;
  background-size: 100%;
}
.head .search {
  margin-right: 2rem;
  height: 4rem;
  width: 2.6rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 100%;
}
.show-nav {
  z-index: 999;
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: 0.6s;
}
.show-nav .off {
  flex-grow: 2;
  height: 100vh;
}
.show-nav ul {
  width: 20rem;
  background-color: #0080a7;
  box-shadow: 4px 0px 3px 4px #000000;
  padding-top: 2rem;
}
.show-nav ul li {
  padding-left: 2rem;
  height: 4.7rem;
  line-height: 4.7rem;
}
.show-nav ul li a {
  font-size: 1.6rem;
  color: #fff;
}
.show-search {
  display: none;
  top: 60px;
  padding: 1rem 1.2rem;
  z-index: 10;
  background-color: #efefef;
}
.show-search form {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #0080a7;
}
.show-search form input {
  width: 80%;
  height: 4rem;
  border: none;
  outline: none;
  padding-left: 2rem;
}
.show-search form button {
  width: 20%;
  background-color: #0080a7;
  height: 4rem;
  color: #fff;
}
#swiper-1 {
  height: 20rem;
  padding-bottom: 4rem;
}
#swiper-1 .swiper-slide span {
  height: 40px;
  line-height: 4rem;
}
.title-1 {
  border-bottom: 1px solid #e8e8e8;
  border-top: 3px solid #0080a7;
  padding: 0 1.5rem;
  height: 5rem;
  line-height: 5rem;
}
.title-1 h1 {
  font-size: 20px;
  font-weight: 700;
}
.title-1 span {
  font-size: 18px;
  color: #666;
}
.img-list {
  background-color: #f6f6f6;
}
.img-list ul li {
  white-space: normal;
  border-bottom: 1px solid #e0e0e0;
}
.img-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}
.img-list ul li a .img {
  width: 30%;
  box-sizing: border-box;
  padding: 2px;
  border: 1px solid #b8b8b8;
}
.img-list ul li a .txt {
  width: 65%;
}
.img-list ul li a .txt h2 {
  font-size: 16px;
}
.img-list ul li a .txt span {
  background: url(../img/time.png) no-repeat center left;
  padding-left: 2rem;
  background-size: 15%;
  font-size: 14px;
  color: #666;
}
.img-list .more {
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
}
.img-list .more span {
  font-size: 1.8rem;
  color: #cc374a;
}
.dian-list {
  background-color: #f6f6f6;
  padding: 1.5rem;
}
.dian-list ul li {
  height: 4rem;
  line-height: 4rem;
  position: relative;
  padding-left: 20px;
}
.dian-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #0080a7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.time-list {
  padding: 1.5rem;
  background-color: #f6f6f6;
}
.time-list ul li {
  margin-bottom: 2rem;
}
.time-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.time-list ul li a .time {
  text-align: center;
  width: 15%;
  background-color: #dcdcdc;
  box-sizing: border-box;
  padding: 2px;
}
.time-list ul li a .time h1 {
  font-size: 22px;
}
.time-list ul li a .time span {
  font-size: 20px;
  color: #0080a7;
  display: block;
  background-color: #fff;
}
.time-list ul li a .txt {
  width: 80%;
}
.time-list ul li a .txt h1 {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
.time-list ul li a .txt span {
  font-size: 1.4rem;
}
.txt-box {
  background-color: #f6f6f6;
  padding-top: 1rem;
}
.txt-box .item {
  box-sizing: border-box;
  padding: 15px;
}
.txt-box .item a img {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
.txt-box .item a .txt h1 {
  font-size: 16px;
}
.txt-box .item a .txt span {
  font-size: 15px;
  color: #bbb;
  display: block;
  padding: 5px 0;
  line-height: 20px;
}
.txt-box .item a .txt h2 {
  height: 4.5rem;
  font-size: 1.4rem;
  color: #333;
  text-indent: 2rem;
}
.img-text {
  padding: 0 1.5rem;
}
.img-text a {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.img-text a img {
  width: 35%;
  border-radius: 5px;
}
.img-text a .text {
  width: 60%;
}
.img-text a .text h2 {
  text-indent: 2rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #787777;
}
.crumbs {
  height: 5rem;
  line-height: 5rem;
  padding-bottom: 1.2rem;
  background: url(../img/list.jpg) repeat-x bottom center;
}
.crumbs span:first-of-type {
  padding-left: 3rem;
  background: url(../img/crumbs.jpg) no-repeat 10px center;
}
.crumbs span,
.crumbs a {
  font-size: 1.5rem;
  color: #666666;
}
.paging {
  text-align: center;
  justify-content: center;
  margin: 3rem 0 1rem;
}
.paging a,
.paging span {
  border: 1px solid #eee;
  margin-right: 1rem;
  text-align: center;
  font-size: 1.4rem;
  width: 5rem;
  border-radius: 1rem;
  height: 4rem;
  line-height: 4rem;
}
.paging .hover {
  background-color: #0080a7;
  color: #fff;
}
.p {
  padding: 1.5rem;
}
.con-tit h4 {
  font-size: 20px;
}
.con-info {
  height: 20px;
  line-height: 20px;
}
.con-info span {
  color: #999;
  font-size: 14px;
}
.con-txt p {
  font-size: 15px;
  text-indent: 3rem;
  padding: 2.5px 0;
  line-height: 25px;
  text-align: justify;
}
.con-txt a img {
  margin: 10px 0;
  width: 100%;
}
.pian a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  margin-top: 1rem;
}
