body {
  background-color: #f5f5f5;
}
.head {
  height: 5rem;
  margin: 0 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .logo {
  height: 3.4rem;
  width: 16rem;
}
.head .search_nav {
  width: 4rem;
  height: 4rem;
  margin-right: 10px;
  background: url(http://www.haiyang.henunews.com/wap_static/img/nav.png) no-repeat center center;
  background-size: 50%;
  border: 1px solid #eee;
  border-radius: 10px;
}
.nav {
  margin: 2rem;
  margin-top: 1rem;
  padding-top: 1rem;
  display: none;
  overflow: hidden;
}
.nav form {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.nav form input {
  border: none;
  background-color: #f5f5f5;
  border-bottom: 1px solid #888;
  width: 75%;
  padding: 1rem 0;
  display: block;
  box-sizing: border-box;
}
.nav form button {
  width: 19%;
  background-color: #bf0218;
  border: none;
  color: #fff;
  border-radius: 10px;
}
.nav ul {
  margin-top: 1rem;
}
.nav ul li {
  height: 4rem;
  line-height: 4rem;
  padding-left: 2rem;
}
.nav ul li a {
  color: #777;
}
.nav ul .cur {
  background-color: #bf0218;
}
.nav ul .cur a {
  color: #fff;
}
.tit-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  margin-bottom: 2rem;
  background-color: #fff;
}
.tit-box .left {
  width: 6rem;
  background-color: #ea0636;
  line-height: 6rem;
  text-align: center;
}
.tit-box .left a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.tit-box .text {
  width: 77%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.tit-box .text h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
.tit-box .text span {
  font-size: 1.4rem;
  color: #999;
}
.fouce {
  padding: 2rem;
  background-color: #fff;
  height: 225px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  --swiper-theme-color: #bf0218;
}
.fouce .swiper-container {
  overflow: hidden;
}
.fouce .swiper-container .swiper-wrapper {
  height: 200px;
}
.fouce .swiper-container .swiper-wrapper .swiper-slide {
  height: 200px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.fouce .swiper-container .swiper-wrapper .swiper-slide img {
  height: 200px;
}
.fouce .swiper-container .swiper-wrapper .swiper-slide p {
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  line-height: 35px;
  z-index: 999;
  color: #fff;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fouce .swiper-container .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}
.fouce .swiper-pagination-bullet {
  margin-right: 5px;
  height: 5px;
  width: 35px;
  border-radius: 0;
  background-color: #fff;
  margin-top: 20px;
  box-shadow: 0 0 3px #000000;
}
.fouce .swiper-pagination-bullet-active {
  width: 35px;
  background-color: #e73828;
}
.news-list {
  background-color: #fff;
  padding: 10px 20px;
}
.news-list .tit {
  margin-top: 2rem;
  border-left: 3px solid #bf0218;
}
.news-list .tit h3 {
  color: #bf0218;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px;
}
.news-list .list {
  margin-top: 10px;
}
.news-list .list ul {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  background-color: #fafafa;
  padding: 10px 20px;
  overflow: hidden;
  max-height: 350px;
}
.news-list .list ul li {
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
}
.news-list .list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #7b1919;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box {
  border-top: 2px solid #bf0218;
  background-color: #fff;
}
.box .title {
  padding: 10px 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  background-color: #fff;
}
.box .title h3 {
  margin-left: 30px;
  font-weight: 700;
}
.box .title a {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
}
.box .title a:before {
  content: '';
  width: 30px;
  height: 40px;
  position: absolute;
  right: 0;
  background: url(http://www.haiyang.henunews.com/wap_static/img/right.png) no-repeat center;
}
.box .left-img-text {
  padding: 20px 10px 0px 20px;
}
.box .left-img-text a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .left-img-text a img {
  width: 35%;
  height: 80px;
}
.box .left-img-text a .text {
  width: 60%;
}
.box .left-img-text a .text h3 {
  font-size: 1.6rem;
  font-weight: normal;
}
.box .left-img-text a .text h4 {
  font-weight: normal;
  font-size: 1.4rem;
  margin-top: 10px;
  color: #999999;
  text-indent: 1rem;
}
.box .left-img {
  padding-bottom: 1rem;
}
.box .left-img a {
  margin-bottom: 1rem;
}
.box .list {
  padding: 10px 20px;
}
.box .list ul li {
  padding: 8px 0 8px 20px;
  position: relative;
}
.box .list ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #bf0218;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list a {
  padding: 2rem 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #eee;
}
.list .no-img {
  width: 100% !important;
}
.mian {
  height: 30px;
  line-height: 30px;
  padding: 10px;
  border-bottom: 20px solid #f5f5f5;
}
.mian i {
  display: block;
  float: left;
  background: url(http://www.haiyang.henunews.com/wap_static/img/icon_list.png) no-repeat center center;
  width: 30px;
  height: 25px;
}
.mian a {
  white-space: nowrap;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mian a:last-of-type {
  width: 11%;
  display: block;
}
.content .content-title {
  margin-top: 2rem;
  padding: 1rem 2rem;
}
.content .content-title h1 {
  font-size: 23px;
  color: #333;
}
.content .shares {
  text-align: center;
  margin: 1rem 0;
  color: #999;
  font-size: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.content .content-info {
  height: 3rem;
  margin: 1rem 0;
  line-height: 3rem;
  text-align: center;
}
.content .content-info span {
  margin-right: 1rem;
}
.content .content-info span a {
  color: #999;
  font-size: 1.4rem;
}
.content .content-info span:last-of-type {
  padding-left: 1rem;
}
.content .content-text {
  padding: 0 2rem;
}
.content .content-text p {
  font-size: 16px;
  color: #333;
  margin-top: 2rem;
  text-indent: 3rem;
  line-height: 3rem;
}
.content .content-text a img {
  margin: 2rem 0;
  width: 100%;
}
.paging {
  margin-bottom: 2rem;
  background-color: #fff;
  margin: 0 1.6rem;
  margin-top: 2rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  display: block;
  width: 7rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
}
.paging a:first-of-type {
  width: 3rem;
  font-size: 0.4rem;
  border-bottom: 1px solid #bf0218;
}
.paging a:nth-of-type(2) {
  margin-left: 2rem;
}
.paging span:nth-of-type(1):before {
  content: '~';
  position: relative;
  left: -10px;
}
.paging a:nth-of-type(3),
.paging span:nth-of-type(1) {
  text-align: center;
  width: 6rem;
}
.paging .hover {
  color: #bf0218;
}
.topbot {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  padding: 0 1.6rem;
}
.topbot p {
  display: block;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  cursor: pointer;
}
.topbot p:hover {
  background-color: #f0f0f0;
}
.tit-1 a {
  background-image: url(http://www.haiyang.henunews.com/wap_static/img/icon_1.png) !important;
}
.tit-2 a {
  background-image: url(http://www.haiyang.henunews.com/wap_static/img/icon_2.png) !important;
}
.tit-3 a {
  background-image: url(http://www.haiyang.henunews.com/wap_static/img/icon_3.png) !important;
}
.titlo h3 a {
  height: 4rem;
  width: 100%;
  line-height: 4rem;
  padding: 0 !important;
  float: left;
  color: #bf0218;
}
.content .content-text img{
  display: block;
}
