.head {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .logo {
  width: 210px;
  height: 46px;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  border-radius: 10px;
  overflow: hidden;
}
.head .search form {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 40px;
  overflow: hidden;
}
.head .search form input {
  padding-left: 20px;
  font-size: 20px;
}
.head .search form button {
  width: 50px;
  height: 100%;
  background: url(http://www.yingshi.henunews.com/static/img/search.png) no-repeat center;
  background-size: 50%;
}
.head .search span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.nav {
  background-color: #1479d7;
  height: 50px;
}
.nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.nav ul li {
  line-height: 50px;
  padding: 0 10px;
}
.nav ul li a {
  color: #fff;
  font-size: 16px;
}
.nav ul li a:hover {
  text-decoration: none;
}
.title-1 {
  height: 100px;
  line-height: 100px;
  position: relative;
  margin: 20px 0;
}
.title-1 h1 {
  text-align: center;
  font-size: 42px;
  color: #0b699f;
  font-weight: 700;
}
.title-1 span {
  white-space: normal;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 70px;
  text-align: center;
  line-height: 14px;
  color: #7f95b3;
  background: url(http://www.yingshi.henunews.com/static/img/bot.png) no-repeat bottom;
}
.fouce {
  height: 380px;
  display: flex;
  justify-content: space-between;
}
.fouce #swiper-1 {
  width: 674px;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a img {
  position: relative;
  width: 100%;
  height: 100%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span {
  left: 0;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: left;
  text-indent: 3rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span h1 {
  font-weight: normal;
  font-size: 20px;
  float: left;
  width: 80%;
}
.fouce #swiper-1 .swiper-pagination {
  left: auto;
  right: 20px;
  text-align: right;
}
.fouce #swiper-1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.8;
}
.fouce #swiper-1 .swiper-pagination-bullet-active {
  background-color: #5472bf;
}
.fouce #swiper-2 {
  width: 674px;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide a {
  width: 48%;
  height: 46%;
  display: block;
  position: relative;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide a span {
  left: 0;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.fouce #swiper-2 .swiper-button-prev,
.fouce #swiper-2 .swiper-button-next {
  top: 48%;
  background-size: 30%;
  background-color: #8dabd6;
  width: 40px;
  opacity: 0.8;
  height: 40px;
  border-radius: 50%;
}
.fouce #swiper-2 .swiper-button-prev:hover,
.fouce #swiper-2 .swiper-button-next:hover {
  background-color: #5d88c5;
}
.fouce #swiper-2 .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23eee'%2F%3E%3C%2Fsvg%3E");
}
.fouce #swiper-2 .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23eee'%2F%3E%3C%2Fsvg%3E");
}
.fouce #swiper-2 .swiper-pagination {
  left: auto;
  right: 20px;
  text-align: right;
}
.fouce #swiper-2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.8;
}
.fouce #swiper-2 .swiper-pagination-bullet-active {
  background-color: #5472bf;
}
.fouce .text-list {
  width: 416px;
}
.fouce .text-list ul li {
  color: #333;
  width: 100%;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  font-family: 'Microsoft YaHei';
}
.fouce .img-list {
  width: 267px;
}
.fouce .img-list ul li {
  position: relative;
}
.fouce .img-list ul li img {
  width: 100%;
  height: 120px;
}
.fouce .img-list ul li span {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.fouce .img-list ul li:nth-child(2) {
  margin: 10px 0;
}
.fouce .dasha ul li {
  text-align: center;
}
.dasha ul li {
  color: #333;
  width: 100%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #888;
}
.dasha ul li:last-of-type {
  border: none;
}
.title {
  border-top: 1px solid #cae0f3;
  padding: 10px 0;
}
.title a span {
  padding-top: 10px;
  border-top: 4px solid #1479d7;
  color: #1479d7;
  font-size: 20px;
  box-sizing: border-box;
}
.three {
  display: flex;
  justify-content: space-between;
}
.three .text-box {
  width: 500px;
}
.three .text-box .text h1 {
  font-weight: 700;
  color: #323232;
  height: 30px;
}
.three .text-box .text h3 {
  text-indent: 2rem;
  width: auto;
  font-size: 16px;
  line-height: 28px;
  height: 90px;
  color: #787777;
  margin: 10px 0;
}
.three .text-box .list ul li {
  height: 38px;
  line-height: 38px;
  color: #333;
}
.three .img-box {
  width: 600px;
}
.three .img-box .img-text a {
  display: flex;
  justify-content: space-between;
}
.three .img-box .img-text a img {
  margin-right: 20px;
  height: 120px;
  border-radius: 5px;
}
.three .img-box .img-text a .text {
  width: 70%;
}
.three .img-box .img-text a .text h1 {
  font-weight: 700;
  color: #323232;
  height: 30px;
}
.three .img-box .img-text a .text h3 {
  text-indent: 2rem;
  width: auto;
  font-size: 16px;
  line-height: 28px;
  height: 90px;
  color: #787777;
  margin: 10px 0;
}
.three .img-box .two-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.three .img-box .two-list ul li {
  width: 49%;
  line-height: 38px;
}
.sele-box {
  width: 220px;
  background-color: #f4f4f4;
  padding: 15px;
}
.sele-box .sel-tit {
  display: flex;
  justify-content: space-between;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #cfaaac;
}
.sele-box .sel-tit a {
  width: 50%;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.sele-box .sel-tit a:first-of-type {
  border-right: 1px solid #cfaaac;
}
.sele-box .sel-tit .cur {
  color: #db1926;
}
.sele-box .sel-list ul li {
  line-height: 38px;
}
.info-scroll {
  margin: 20px auto;
  line-height: 40px;
  overflow: hidden;
  border-top: 1px solid #d0e3f4;
}
.info-scroll .title-scroll {
  float: left;
  width: 60px;
  padding-left: 10px;
}
.info-scroll .title-scroll a {
  color: #278ae0;
  font-weight: 600;
  border-right: 1px solid #d0e3f4;
  font-size: 22px;
  padding-right: 10px;
}
.info-scroll .swiper {
  overflow: hidden;
  z-index: 999;
  width:94%;
}
.info-scroll .swiper .swiper-slide {
  margin-right: 40px;
  width: 300px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.info-scroll .swiper .swiper-slide a {
  font-size: 16px;
}
.img-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.img-con .item {
  width: 30%;
  margin-bottom: 30px;
}
.img-con .item .img-text a {
  display: flex;
  justify-content: space-between;
}
.img-con .item .img-text a img {
  margin-right: 20px;
  height: 120px;
  border-radius: 5px;
}
.img-con .item .img-text a .text {
  width: 70%;
}
.img-con .item .img-text a .text h3 {
  text-indent: 2rem;
  width: auto;
  font-size: 18px;
  line-height: 28px;
  height: 90px;
  color: #787777;
  margin: 10px 0;
}
.img-con .item .list ul li {
  height: 38px;
  line-height: 38px;
  color: #333;
}
.img-con .item:nth-child(n + 7) {
  margin-bottom: 0;
}
.mian {
  height: 50px;
  line-height: 50px;
}
.mian a {
  color: #1b1b1b;
  font-size: 16px;
  margin-right: 10px;
}
.main {
  display: flex;
  justify-content: space-between;
}
.main .left {
  width: 70%;
}
.main .left .list-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;
}
.main .left .list-item a h1 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 32px;
}
.main .left .list-item a h2 {
  margin-bottom: 10px;
  text-indent: 2rem;
  font-size: 16px;
  color: #767676;
  line-height: 26px;
}
.main .left .list-item a span {
  font-size: 15px;
  margin-right: 20px;
  color: #909090;
}
.main .left .paging {
  display: flex;
  justify-content: center;
}
.main .left .paging a,
.main .left .paging span {
  font-size: 20px;
  border: 1px solid #e3e3e3;
  padding: 0 10px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  margin: 10px 10px;
  background: #f5f5f5;
  display: block;
}
.main .left .paging a:first-of-type,
.main .left .paging .hover {
  border: none;
  background-color: #fff;
}
.main .left .paging .hover {
  border-bottom: 1px solid #e3e3e3;
}
.main .left .paging a:first-of-type:hover,
.main .left .paging .hover:hover {
  background-color: #fff;
  color: #000;
}
.main .left .paging a:hover,
.main .left .paging span:hover {
  background-color: #195cad;
  color: #fff;
}
.main .left .content .con-tit {
  padding: 10px 10px;
}
.main .left .content .con-tit h1 {
  font-size: 28px;
  font-weight: 700;
  color: #2e2e2e;
}
.main .left .content .share {
  padding: 0 20px;
  position: sticky;
  top: 150px;
  left: 0;
  height: 100%;
  text-align: center;
}
.main .left .content .share h3 {
  margin-bottom: 20px;
}
.main .left .content .share span {
  overflow: initial;
  color: #989898;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.main .left .content .share span a {
  width: 100%;
}
.main .left .content .share span .social-share-icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 30px;
  margin: 10px 0;
}
.main .left .content .con-info {
  padding-bottom: 20px;
  align-items: center;
}
.main .left .content .con-info span {
  font-size: 16px;
  color: #999;
  padding-right: 20px;
  line-height: 33px;
  overflow: initial;
}
.main .left .content .flex {
  text-align: justify;
  display: flex;
}
.main .left .content .con-text {
  font-size: 18px;
  text-indent: 2rem;
  color: #333;
  line-height: 34px;
}
.main .left .content .con-text p {
  margin-bottom: 20px;
  width: 732px;
}
.main .left .content .con-text p img{
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.main .left .content .con-text a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.main .left .pian {
  margin: 30px 0;
  margin-left: 150px;
  display: flex;
  justify-content: space-between;
}
.main .left .pian a {
  width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.main .right {
  width: 26%;
  position: sticky;
  top: 0;
  height: 100%;
}
.main .right .dasha-img ul li {
  height: auto;
  white-space: normal;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.main .right .dasha-img ul li a {
  display: flex;
  justify-content: space-between;
}
.main .right .dasha-img ul li a h3 {
  width: 55%;
  font-size: 16px;
  line-height: 30px;
}
.main .right .dasha-img ul li a img {
  width: 42%;
  height: 95px;
  border-radius: 5px;
}
.main .right .sele-box {
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.main .right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.main .right .advertising img {
  width: 100%;
  height: 100%;
}
.main .right .advertising-2 {
  margin-top: 40px;
  height: 300px;
}
.three .img-box .img-text a .text {
  width:auto;
  flex: 1;
  overflow: hidden;
}
.info-scroll .swiper .swiper-slide {
  width: auto !important;
  margin-right: auto;
}