.head {
  height: 100px;
  line-height: 100px;
  background-color: #eee;
}
.head .logo img {
  width: 190px;
  height: 42px;
}
.head .search {
  margin-top: 10px;
  height: 100px;
  line-height: 50px;
  width: 370px;
}
.head .search #ymd {
  margin-bottom: 10px;
  font-size: 16px;
  color: #1f1f1f;
  margin-right: 20px;
}
.head .search #share .social-share-icon {
  width: 28px;
  height: 28px;
  border: none;
}
.head .search form {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  height: 40px;
}
.head .search form input {
  padding-left: 20px;
  height: 100%;
  width: 100%;
}
.head .search form button {
  background-color: #4a4a4a;
  width: 70px;
  height: 100%;
  color: #fff;
  border: none;
}
.nav {
  height: 80px;
  line-height: 80px;
  border-bottom: 8px solid #f6f6f6;
}
.nav ul {
  width: 100%;
  height: 76px;
  display: flex;
  justify-content: space-between;
}
.nav ul li a {
  font-weight: 700;
}
.nav ul li:hover,
.nav ul .cur {
  border-bottom: 8px solid #e92c0c;
}
.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}
.title span {
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  margin-left: 20px;
  background-color: #f09c6d;
  position: relative;
}
.title span:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -50px;
  border: 25px solid;
  border-color: transparent transparent transparent #f09c6d;
}
.title a:last-of-type {
  width: 90%;
}
.title a:last-of-type h1 {
  text-align: center;
  font-size: 26px;
  color: #f09c6d;
}
.fouce {
  height: 420px;
}
.fouce .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
}
.fouce .swiper-container .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 65%;
  height: 420px;
}
.fouce .swiper-container .swiper-wrapper .swiper-slide a .text {
  width: 35%;
  overflow: hidden;
  padding: 40px 60px 40px 40px;
}
.fouce .swiper-container .swiper-wrapper .swiper-slide a .text h2 {
  font-weight: 700;
  font-size: 24px;
}
.fouce .swiper-container .swiper-wrapper .swiper-slide a .text h6 {
  margin-top: 10px;
  text-indent: 2rem;
  font-size: 18px;
  color: #424242;
  line-height: 32px;
}
.fouce .swiper-container .swiper-wrapper .swiper-slide a .text span {
  display: block;
  margin-top: 10px;
  width: 150px;
  border-radius: 10px;
  height: 50px;
  background-color: #f09c6d;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.fouce .swiper-container .swiper-button-prev {
  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'%23d80000'%2F%3E%3C%2Fsvg%3E");
  background-size: 30%;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.fouce .swiper-container .swiper-button-next {
  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'%23d80000'%2F%3E%3C%2Fsvg%3E");
  background-size: 30%;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  right: -5px;
}
.text-bolck {
  margin: 20px 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.text-bolck .item {
  box-sizing: border-box;
  width: 300px;
  height: 150px;
  border-right: 1px dashed #f09c6d;
}
.text-bolck .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-bolck .item a h1 {
  text-align: center;
  width: 300px;
  font-size: 20px;
}
.text-bolck .item a h3 {
  margin-top: 10px;
  text-indent: 2rem;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  cursor: pointer;
  font-weight: normal;
}
.text-bolck .item:last-of-type {
  border: none;
}
.info-list {
  display: flex;
  justify-content: space-between;
}
.info-list .list-r ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-list .list-r ul li {
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
  position: relative;
}
.info-list .list-r ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #f09c6d;
}
.info-list .left {
  width: 65%;
}
.info-list .left .left-tit a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f09c6d;
  height: 50px;
  line-height: 50px;
}
.info-list .left .left-tit a span:first-of-type {
  width: 130px;
  height: 50px;
  background-color: #f09c6d;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.info-list .left .left-tit a span {
  color: #f09c6d;
}
.info-list .left .left-selel-tit {
  display: flex;
  justify-content: space-between;
  height: 50px;
}
.info-list .left .left-selel-tit a {
  display: block;
  height: 50px;
  width: 25%;
  line-height: 50px;
  text-align: center;
  background-color: #eee;
}
.info-list .left .left-selel-tit a span {
  width: 25%;
  height: 50px;
  text-align: center;
  font-size: 22px;
}
.info-list .left .left-selel-tit a:hover,
.info-list .left .left-selel-tit .cur {
  color: #fff;
  background-color: #f09c6d;
  position: relative;
  overflow: initial;
}
.info-list .left .left-selel-tit .cur:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  z-index: 999;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid;
  border-color: #f09c6d transparent transparent transparent;
}
.info-list .left .selel-list .list li:first-of-type {
  width: 45%;
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
  position: relative;
  margin: 0;
}
.info-list .left .selel-list .list li:first-of-type a {
  font-size: 16px;
  font-weight: normal;
}
.info-list .left .selel-list .list li:first-of-type::before {
  content: '';
}
.info-list .left .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-list .left .list ul li {
  width: 45%;
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
  position: relative;
}
.info-list .left .list ul li:first-of-type {
  width: 100%;
  padding-left: 0;
  margin: 20px;
  height: 50px;
  line-height: 50px;
}
.info-list .left .list ul li:first-of-type a {
  font-size: 24px;
  font-weight: 500;
}
.info-list .left .list ul li:first-of-type::before {
  content: none;
}
.info-list .left .list ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #f09c6d;
}
.info-list .left .two {
  display: flex;
  justify-content: space-between;
}
.info-list .left .two .two-1 {
  width: 47% !important;
}
.info-list .left .two .two-1 .list ul li {
  width: 100%;
}
.info-list .left .mian {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.info-list .left .mian a {
  margin-right: 10px;
}
.info-list .left .paging {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-list .left .paging a,
.info-list .left .paging span {
  margin-right: 20px;
  border-radius: 20px;
  width: 60px;
  height: 50px;
  font-size: 16px;
  border: 1px solid #ededed;
  text-align: center;
  line-height: 50px;
  background-color: #fafafa;
}
.info-list .left .paging a:hover,
.info-list .left .paging span:hover {
  color: #fff;
  background-color: #f09c6d;
}
.info-list .left .paging .hover {
  color: #fff;
  background-color: #f09c6d;
}
.info-list .left .content .con-t {
  padding: 10px 100px;
  text-align: center;
}
.info-list .left .content .con-t h5 {
  font-size: 26px;
  text-align: left;
}
.info-list .left .content .con-info {
  padding: 10px 100px;
  border-top: 1px dashed #eee;
  border-bottom: 1px solid #eee;
}
.info-list .left .content .con-info span {
  color: #999;
  margin-right: 20px;
  font-size: 16px;
}
.info-list .left .content .con-text p {
  font-size: 18px;
  line-height: 32px;
  text-indent: 2em;
  margin-bottom: 20px;
}
.info-list .left .content .con-text img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.info-list .left .pian {
  border-top: 1px solid #eee;
  padding: 20px 10px;
}
.info-list .left .pian strong {
  margin-right: 20px;
  color: #000;
}
.info-list .left .pian p {
  margin-bottom: 10px;
  font-size: 18px;
}
.info-list #imp-list .list li {
  width: 100%;
}
.info-list #imp-list .list li a p {
  float: left;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.info-list #imp-list .list li span {
  float: right;
}
.info-list #imp-list .list li:first-of-type {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
  position: relative;
  margin: 0;
}
.info-list #imp-list .list li:first-of-type a {
  font-size: 16px;
  font-weight: normal;
}
.info-list #imp-list .list li:first-of-type::before {
  content: '';
}
.info-list .right {
  width: 30%;
  height: 100%;
  position: sticky;
  top: 0;
}
.info-list .right .advertising {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.info-list .right .advertising img {
  width: 300px;
  height: 300px;
}
.info-list .right .advertising-2 {
  width: 300px;
  height: 300px;
}
.info-list .right .advertising-2 img {
  width: 300px;
  height: 300px;
}
.info-list .right .r-gg {
  width: 100%;
  border: 1px solid #ccc;
}
.info-list .right .r-gg a {
  position: relative;
}
.info-list .right .r-gg a span {
  position: absolute;
  top: -20px;
  left: 20px;
  display: block;
  width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #f09c6d;
  color: #fff;
  font-size: 22px;
}
.info-list .right .img-div {
  width: 80%;
  padding: 10px 10px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-list .right .img-div img {
  width: 40%;
  margin-right: 20px;
}
.info-list .right .img-div .text {
  width: 67%;
}
.info-list .right .img-div .text h1 {
  font-weight: normal;
  font-size: 18px;
}
.info-list .right .img-div .text h2 {
  font-size: 16px;
  margin: 10px 0;
  text-indent: 1rem;
  color: #888;
}
.info-list .right .img-text {
  padding: 0 20px;
}
.info-list .right .img-text a {
  display: block;
  position: relative;
}
.info-list .right .img-text a img {
  margin-top: 40px;
  width: 100%;
  height: 200px;
}
.info-list .right .img-text a h1 {
  width: 100%;
  color: #fff;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
