.p {
  padding: 0 1.6rem;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.logo {
  justify-content: space-around;
  background-color: #045fa5;
  align-items: center;
  height: 6rem;
}
.logo a {
  display: block;
  width: 13rem;
  height: 3rem;
  background-color: #fff;
  padding: 1rem;
  border-radius: 1.5rem;
}
.logo a img {
  width: 100%;
  height: 100%;
}
.logo .search {
  width: 15rem;
  height: 4rem;
  position: relative;
}
.logo .search form {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #82afd2;
  border: 1px solid #eee;
  overflow: hidden;
}
.logo .search form input {
  padding-left: 0.8rem;
  width: 80%;
  height: 4rem;
  background-color: #82afd2;
  border: none;
}
.logo .search form button {
  z-index: 9;
  border: none;
  width: 4rem;
  height: 3rem;
  background: url(http://www.kepu.zuojing.com/wap_static/img/search.png) no-repeat center;
  background-size: 60%;
}
.hua {
  padding: 0 2rem;
  border-bottom: 1px solid #f2f2f2;
}
.hua .huanav_scr {
  overflow: hidden;
  z-index: 999;
  height: 4.5rem;
  line-height: 4.5rem;
}
.hua .huanav_scr .swiper-slide {
  width: auto;
  font-size: 1.6rem;
  margin-right: 1.8rem;
}
.hua .huanav_scr .swiper-slide a {
  color: #045fa5;
  font-weight: 700;
}
.hua .huanav_scr .cur a {
  display: block;
  color: #d71619;
}
.big-tit h1 {
  text-align: center;
  font-size: 2.4rem;
  color: #045fa5;
  font-weight: 700;
}
.big-tit h2 {
  color: #2a65ac;
  font-size: 1.6rem;
  text-indent: 2rem;
  line-height: 3rem;
}
.fouce {
  height: 25rem;
  overflow: hidden;
}
.fouce #swiper-2 {
  height: 100%;
  position: relative;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide span {
  height: 4rem;
  line-height: 4rem;
  background: rgba(44, 91, 148, 0.6);
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide span h1 {
  width: 65%;
  font-size: 1.8rem;
  text-align: left;
}
.fouce #swiper-2 .swiper-pagination {
  text-align: right;
  left: -1rem;
  bottom: 5px;
}
.fouce #swiper-2 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  color: #000;
  background-color: #fff;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
}
.fouce #swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffe400;
}
.title-1 {
  height: 5rem;
  line-height: 5rem;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 0.1rem solid #ccc;
  position: relative;
}
.title-1 span,
.title-1 a {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 1rem;
}
.title-1 span {
  flex: 1;
  text-align: center;
}
.title-1 .cur {
  color: #045fa5;
  border-bottom: 0.1rem solid #045fa5;
}
.list ul li {
  height: 3.6rem;
  line-height: 3.6rem;
  padding-left: 2rem;
  position: relative;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
}
.list ul li a h1 {
  width: 70%;
  font-size: 1.6rem;
}
.list ul li a span {
  width: 30%;
  text-align: right;
  color: #717171;
  font-size: 1.4rem;
}
.list ul li a:hover {
  color: #005cb1;
}
.list ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.item-text h2 {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.9rem;
}
.item-text p {
  margin: 1rem 0;
  color: #666666;
  line-height: 2rem;
  font-size: 1.4rem;
  text-indent: 2rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.item-text span {
  font-size: 1.4rem;
  color: #999;
}
.img-box {
  position: relative;
}
.img-box img {
  height: 170px;
}
.img-box span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.crumbs {
  background-color: #f2f2f2;
  padding: 1rem 1.6rem;
}
.crumbs a {
  color: #333;
  margin-right: 0.5rem;
}
.crumbs a:first-of-type {
  padding-left: 4rem;
  background: url(http://www.kepu.zuojing.com/wap_static/img/home.png) no-repeat center left;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1rem;
  color: #1a1a1a;
  border: 0.1rem solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 2rem;
}
.paging a:hover,
.paging span:hover {
  background-color: #045fa5;
  color: #fff;
  opacity: 0.7;
}
.paging .hover {
  margin-right: 1rem;
}
.paging .hover,
.paging span {
  border: none;
  background-color: #fff;
  padding: 0;
}
.paging span:before {
  content: '/';
  padding-right: 1rem;
}
.paging .hover:hover,
.paging span:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.con .con-tit h4 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.con .con-info {
  margin: 1rem 0;
}
.con .con-info span {
  color: #555555;
  font-size: 1.5rem;
}
.con .con-info #share {
  overflow: initial;
  display: block;
  margin-top: 1rem;
  text-align: right;
}
.con .con-txt p {
  text-indent: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
.con .con-txt a img {
  margin: 20px 0;
  width: 100%;
}
.pian span {
  display: block;
  margin-top: 1rem;
}
