.logo {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 6rem;
}
.logo img {
  width: 13rem;
  height: 3rem;
}
.logo .show-sesarch {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.logo .show-sesarch .se-head {
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  background: url(../img/left.png) no-repeat 20px;
  background-color: #0096e0;
  background-size: 4%;
}
.logo .show-sesarch .se-head span {
  font-size: 20px;
}
.logo .show-sesarch form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  border: 1px solid #eee;
  overflow: hidden;
  margin: 1rem 2rem;
  border-radius: 5px;
  padding-left: 20px;
}
.logo .show-sesarch form input {
  width: 80%;
  height: 4rem;
  background-color: #ececec;
  border: none;
}
.logo .show-sesarch form button {
  border-left: 1px solid #888;
  display: block;
  z-index: 9;
  border: none;
  width: 5rem;
  height: 4rem;
  background-color: #f4f4f4;
}
.logo .search-box {
  width: 20rem;
  height: 4rem;
  display: flex;
  justify-content: flex-end;
}
.logo .search-box .search {
  height: 4rem;
  width: 5rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 50%;
}
.logo .search-box .nav-icn {
  height: 4rem;
  width: 5rem;
  background: url(../img/nav.png) no-repeat center;
  background-size: 50%;
}
/* 导航 */
.nav-bar {
  background-color: #fff;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.nav-bar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.nav-bar ul li {
  width: 25%;
  height: 50px;
  text-align: center;
  background-color: #0096e0;
  line-height: 50px;
  border-bottom: 1px solid #fff;
}
.nav-bar ul li a {
  color: #fff;
}
.fouce {
  height: 20rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}
.fouce img {
  height: 20rem;
}
.fouce .swiper-wrapper {
  height: 20rem;
}
.fouce p {
  display: block;
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: 0;
  line-height: 5rem;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
}
.fouce p span {
  display: block;
  font-size: 2rem;
  width: 75%;
  text-indent: 1.8rem;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fouce .swiper-slide {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.fouce .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  left: auto;
  right: 0;
  margin-right: 1rem;
}
.fouce .swiper-pagination-bullet {
  margin-right: 5px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.8;
}
.fouce .swiper-pagination-bullet-active {
  background-color: #0096e0;
  width: 10px;
  height: 10px;
  border-radius: 8px;
}
.list {
  padding: 0 1.6rem;
}
.list .item {
  border-bottom: 1px solid #eee;
  height: 12rem;
  position: relative;
  margin-bottom: 2rem;
}
.list .item img {
  width: 14rem;
  height: 10rem;
  position: absolute;
  top: 0;
}
.list .item .text {
  margin-left: 16rem;
}
.list .item .text h3 {
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 1.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list .item .text span {
  font-size: 14px;
  margin-right: 2rem;
  color: #888;
}
.no-img {
  margin-top: 1rem;
  padding: 0;
  height: 13rem;
}
.no-img .text {
  margin-left: 0 !important;
}
.no-img .text h3 {
  text-indent: 2rem;
  -webkit-line-clamp: 2 !important;
}
.paging {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  text-align: center;
  font-size: 16px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin: 20px;
}
.paging a:first-of-type {
  border: none;
  margin: 20px 0;
}
.paging .hover,
.paging span {
  width: 25px;
  margin: 20px 10px;
}
.paging .hover {
  border: 1px solid #b62d19;
  color: #b62d19;
  text-decoration: none !important;
}
.mian {
  background-color: #fff;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mian a {
  margin-left: 0.3rem;
  font-size: 1.4rem;
}
.content {
  padding: 0 1.6rem;
}
.content .con-tit {
  padding: 0 4rem;
}
.content .con-tit h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
.content .con-info {
  text-align: center;
}
.content .con-info span {
  font-size: 1.4rem;
  margin-right: 2rem;
  color: #969696;
}
.content .con-txt {
  font-size: 1.8rem;
  text-indent: 2rem;
}
.content .con-txt p {
  margin-top: 1.5rem;
  line-height: 3.2rem;
  text-indent: 3rem;
    text-align: justify;
}
.content .con-txt img {
  margin: 20px 0;
  width: 90% !important;
  display: block;
}
.pian {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
}
.pian a {
  display: block;
  border: 1px solid #eee;
  padding: 1rem;
}
.title {
  padding: 1rem 2rem;
}
.title a {
  font-size: 20px;
  color: #0096e0;
}
