body {
  background-color: #f5f5f5;
}
.head {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .logo img {
  width: 190px;
  height: 100%;
}
.head .search {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 260px;
}
.head .search #ymd {
  margin-bottom: 10px;
  font-size: 16px;
  color: #1f1f1f;
}
.head .search form {
  display: flex;
  align-items: center;
  border: 1px solid #bf0218;
  border-radius: 10px;
  overflow: hidden;
  height: 40px;
}
.head .search form input {
  padding-left: 20px;
  height: 100%;
  width: 100%;
}
.head .search form button {
  background-color: #bf0218;
  width: 70px;
  height: 100%;
  color: #fff;
  border: none;
}
.nav {
  background-color: #656565;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul li {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.nav ul li a {
  color: #fff;
}
.nav ul .cur {
  background-color: #bf0218;
}
.nav ul li:hover {
  background-color: #bf0218;
}
.tit-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background-color: #fff;
}
.tit-box .left {
  width: 100px;
  background-color: #ea0636;
  line-height: 100px;
  text-align: center;
}
.tit-box .left a {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.tit-box .text {
  width: 90%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.tit-box .text h3 {
  font-size: 30px;
  font-weight: 700;
}
.tit-box .text span {
  color: #999;
}
.fouce {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
  height: 400px;
}
.fouce #swiper-1 {
  width: 680px;
  overflow: hidden;
  margin-left: 0;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.fouce #swiper-1 .swiper-pagination {
  text-align: right;
  right: 20px;
  left: auto;
}
.fouce #swiper-1 .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  background: #fff;
  opacity: 1;
  border-radius: 0;
  box-shadow: 0 0 3px #000000;
}
.fouce #swiper-1 .swiper-pagination-bullet-active {
  background-color: #ea0636;
}
.fouce .news-list {
  width: 460px;
}
.fouce .news-list .tit {
  border-left: 3px solid #bf0218;
}
.fouce .news-list .tit h3 {
  color: #bf0218;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px;
}
.fouce .news-list .list {
  margin-top: 10px;
}
.fouce .news-list .list ul {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  background-color: #fafafa;
  padding: 10px 20px;
  overflow: hidden;
  max-height: 350px;
}
.fouce .news-list .list ul li {
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
}
.fouce .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%);
}
.three {
  display: flex;
  justify-content: space-between;
}
.three .box:first-of-type .title a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_1.png);
}
.three .box:nth-of-type(2) .title a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_2.png);
}
.three .box:last-of-type .title a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_3.png);
}
.three .box {
  width: 31%;
  border-top: 2px solid #bf0218;
  background-color: #fff;
}
.three .box .left-img-text {
  padding: 20px 10px 0px 20px;
}
.three .box .left-img-text a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.three .box .left-img-text a img {
  width: 150px;
  height: 100px;
}
.three .box .left-img-text a .text {
  width: 180px;
}
.three .box .left-img-text a .text h4 {
  margin-top: 10px;
  color: #999999;
  text-indent: 1rem;
}
.three .box .list {
  padding: 10px 20px;
}
.three .box .list ul li {
  padding: 8px 0 8px 20px;
  position: relative;
}
.three .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%);
}
.title {
  padding: 10px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  background-color: #fff;
}
.title h3 {
  margin-left: 30px;
  font-weight: 700;
}
.title a {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
}
.title a:before {
  content: '';
  width: 30px;
  height: 40px;
  position: absolute;
  right: 0;
  background: url(http://www.haiyang.yzbytv.com/static/img/right.png) no-repeat center;
}
.title:hover {
  background: #cd111f;
}
.title:hover a {
  color: #fff;
}
.two {
  display: flex;
  justify-content: space-between;
}
.two .box:first-of-type .title a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_4.png);
}
.two .box:last-of-type .title a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_5.png);
}
.two .box {
  border-top: 2px solid #bf0218;
  width: 49%;
  background-color: #fff;
}
.two .box .top-img-txt {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.two .box .top-img-txt a {
  width: 23%;
}
.two .box .top-img-txt a img {
  width: 100%;
}
.two .box .top-img-txt a:hover {
  background-color: #7b1919;
  color: #fff;
  text-align: center;
}
.two .box .top-img-txt a:hover img {
  display: none;
}
.two .box .top-img-txt a:hover h4 {
  padding: 0.5rem 0.5rem 0 0.5rem;
  -webkit-line-clamp: 5;
}
.three2 .box:first-of-type .title a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_6.png);
}
.three2 .box:nth-of-type(2) .title a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_7.png);
}
.three2 .box:last-of-type .title a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_2.png);
}
.three2 .box .left-img-text a {
  margin-bottom: 10px;
}
.three3 .box:first-of-type .title a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_4.png);
}
.three3 .box:nth-of-type(2) .title a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_2.png);
}
.three3 .box:last-of-type .title a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_5.png);
}
.one .box {
  width: 100%;
}
.one .box .top-img-txt a {
  width: 11%;
}
.big-three .box:first-of-type {
  width: 65%;
}
.big-three .box:first-of-type .left-img-text a {
  margin-bottom: 20px;
}
.big-three .box:first-of-type .left-img-text a img {
  width: 200px;
  height: 130px;
  margin-right: 20px;
}
.big-three .box:first-of-type .left-img-text a .text {
  width: 520px;
}
.big-three .box:first-of-type .left-img-text a .text h4 {
  margin-top: 10px;
  color: #999999;
  text-indent: 1rem;
}
.big-three .box:last-of-type {
  width: 31%;
  height: 100%;
}
.big-three .box:last-of-type .left-img-text a {
  margin-bottom: 10px;
}
.list .box {
  border-top: none;
}
.list .box .content .con-tit {
  padding: 28px;
}
.list .box .content .con-tit h1 {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
}
.list .box .content .con-info {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  align-items: center;
}
.list .box .content .con-info span {
  font-size: 14px;
  color: #999;
  padding-right: 30px;
  line-height: 33px;
  overflow: initial;
}
.list .box .content .con-text {
  padding: 35px;
  font-size: 18px;
  text-indent: 2.5rem;
  color: #666666;
  line-height: 32px;
  text-align: justify;
}
.list .box .content .con-text p {
  margin-bottom: 20px;
}
.list .box .content .con-text a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.list .box .topbot {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 60px;
}
.list .box .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;
}
.list .box .topbot p:hover {
  background-color: #f0f0f0;
}
.list .box .main-title {
  padding: 0 20px;
}
.list .box .main-title h3 {
  font-size: 20px;
  float: left;
  padding-left: 10px;
  border-left: 4px solid #bf0218;
}
.list .box .main-title span {
  float: right;
  font-size: 16px;
  color: #666;
}
.list .mian {
  height: 30px;
  line-height: 30px;
  padding: 10px;
  border-bottom: 20px solid #f5f5f5;
}
.list .mian i {
  display: block;
  float: left;
  background: url(http://www.haiyang.yzbytv.com/static/img/icon_list.png) no-repeat center center;
  width: 30px;
  height: 25px;
  margin-right: 10px;
}
.list .mian a {
  margin-right: 10px;
}
.list .no-img {
  padding: 10px;
  overflow: hidden;
  width: 100% !important;
}
.list .box:last-of-type {
  position: sticky;
  top: 0;
}
.list .box:last-of-type .yi a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_5.png);
}
.list .box:last-of-type .er a {
  background-image: url(http://www.haiyang.yzbytv.com/static/img/icon_7.png);
}
.list .box:last-of-type .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.list .box:last-of-type .advertising img {
  width: 100%;
  height: 100%;
}
.list .box:last-of-type .advertising-2 {
  margin-top: 40px;
  height: 300px;
}
