.ey-article-page {
  width: 1200px;
  margin: 18px auto 0;
  overflow: hidden;
  position: relative;
}

.ey-article-page .main {
  width: 870px;
  float: left;
  overflow: hidden;
}

.ey-article-page .side {
  width: 320px;
  float: right;
  overflow: hidden;
}

.ey-article-page .now {
  padding: 0 15px;
  margin-bottom: 10px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ey-article-page .now a {
  color: #999;
}

.ey-article-page .bankuai {
  padding: 20px;
  background: #fff;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.ey-article-page .nav-title {
  height: 40px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
}

.ey-article-page .nav-title h2 {
  font-size: 18px;
  color: #ff5500;
  line-height: 40px;
  font-weight: 500;
}

.ey-article-page .list-article {
  overflow: hidden;
}

.ey-article-page .list-article li {
  height: 125px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #ddd;
}

.ey-article-page .list-article li:last-child {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 0;
}

.ey-article-page .list-article li .img,
.ey-article-page .list-article li .img img {
  display: block;
  height: 125px;
  width: 188px;
}

.ey-article-page .list-article li .img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.ey-article-page .list-article li .desc {
  padding: 4px 0 0 208px;
}

.ey-article-page .list-article li .desc h2 {
  margin-bottom: 10px;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}

.ey-article-page .list-article li .desc h2 a:hover {
  color: #ff5500;
}

.ey-article-page .list-article li .desc p.data {
  line-height: 22px;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.ey-article-page .list-article li .desc p.miaoshu {
  color: #999;
  text-align: justify;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ey-article-page .article-pages {
  text-align: center;
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}

.ey-article-page .arc-head {
  margin-bottom: 20px;
}

.ey-article-page .arc-head h1 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #222;
}

.ey-article-page .arc-info {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  overflow: hidden;
}

.ey-article-page .arc-info span {
  display: block;
  float: left;
  margin-right: 15px;
}

.ey-article-page .arc-info a.show {
  display: block;
  float: right;
  color: #ff5500;
  background: rgba(255, 85, 0, 0.07);
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
}

.ey-article-page .arc-body {
  line-height: 28px;
  font-size: 15px;
  color: #555;
  text-align: justify;
}

.ey-article-page .arc-body p {
  margin-bottom: 20px;
}

.ey-article-page .arc-body h1,
.ey-article-page .arc-body h2 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 38px;
  font-size: 28px;
  font-weight: 500;
  color: #222;
}

.ey-article-page .arc-body img {
  max-width: 100% !important;
  height: auto !important;
}

.ey-article-page .arc-body table {
  max-width: 100% !important;
  min-width: 700px;
  margin: 0 auto 20px;
  border: 0;
  background: #fff;
  font-size: 13px !important;
  border-spacing: 0;
  border-right: solid 1px #fbad93;
}

.ey-article-page .arc-body table tr td {
  border: 0;
  padding: 12px 20px;
  line-height: 24px;
  border-bottom: solid 1px #fbad93;
  border-left: solid 1px #fbad93;
}

.ey-article-page .arc-body table tr:first-child {
  background: #ff5500;
  color: #fff;
  font-weight: bold;
}

.ey-article-page .sxp {
  border-top: solid 1px #eee;
  padding-top: 30px;
}

.ey-article-page .sxp p {
  font-size: 15px;
  line-height: 32px;
  height: 32px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ey-article-page .sxp a:hover {
  color: #ff5500;
}

.ey-article-page .list-about-text {
  overflow: hidden;
  position: relative;
}

.ey-article-page .list-about-text ul {
  margin-left: -50px;
}

.ey-article-page .list-about-text li {
  float: left;
  width: 50%;
}

.ey-article-page .list-about-text li .box {
  margin-left: 50px;
  position: relative;
  height: 30px;
  line-height: 30px;
}

.ey-article-page .list-about-text li .box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  background: #ddd;
}

.ey-article-page .list-about-text li a {
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  right: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ey-article-page .list-about-text li span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  font-size: 12px;
}

.ey-article-page .list-about-text li a:hover {
  color: #ff5500;
}

.ey-article-page .side-click {
  overflow: hidden;
}

.ey-article-page .side-click li {
  height: 18px;
  line-height: 18px;
  margin-bottom: 18px;
  position: relative;
}

.ey-article-page .side-click li span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  color: #fff;
  line-height: 18px;
  background: #ccc;
  text-align: center;
  font-size: 12px;
}

.ey-article-page .side-click li a {
  display: block;
  position: absolute;
  left: 32px;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ey-article-page .side-click li a:hover {
  color: #ff5500;
}

.ey-article-page .side-click li:last-child {
  margin-bottom: 0;
}

.ey-article-page .side-click li:nth-child(1) span {
  background: #ff5500;
}

.ey-article-page .side-click li:nth-child(2) span {
  background: rgba(255, 85, 0, 0.8);
}

.ey-article-page .side-click li:nth-child(3) span {
  background: rgba(255, 85, 0, 0.5);
}

.ey-article-page .side-news {
  overflow: hidden;
}

.ey-article-page .side-news li {
  height: 60px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
}

.ey-article-page .side-news li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.ey-article-page .side-news li .img,
.ey-article-page .side-news li .img img {
  width: 80px;
  height: 60px;
}

.ey-article-page .side-news li .img {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.ey-article-page .side-news li .desc {
  padding: 0 100px 0 0;
}

.ey-article-page .side-news li .desc h2 {
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ey-article-page .side-news li .desc p {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

.ey-article-page .side-news li .desc h2 a:hover {
  color: #ff5500;
}

.ey-article-page .side-chanpin {
  overflow: hidden;
}

.ey-article-page .side-chanpin ul {
  margin-top: -10px;
  margin-left: -10px;
}

.ey-article-page .side-chanpin li {
  margin-top: 10px;
  float: left;
  width: 50%;
}

.ey-article-page .side-chanpin li .box {
  margin-left: 10px;
}

.ey-article-page .side-chanpin li img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}

.ey-article-page .side-chanpin li p {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ey-article-page .side-chanpin li:hover p {
  color: #ff5500;
}

@media screen and (max-width: 960px) {
  .ey-article-page {
    width: auto;
    margin: 10px 0 0;
  }

  .ey-article-page .main,
  .ey-article-page .side {
    width: auto;
    float: none;
  }

  .ey-article-page .now {
    display: none;
  }

  .ey-article-page .bankuai {
    padding: 15px;
  }

  .ey-article-page .nav-title {
    height: 34px;
    margin-bottom: 15px;
  }

  .ey-article-page .nav-title h2 {
    font-size: 16px;
    line-height: 34px;
  }

  .ey-article-page .list-article li {
    height: 80px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .ey-article-page .list-article li .img,
  .ey-article-page .list-article li .img img {
    height: 80px;
    width: 120px;
  }

  .ey-article-page .list-article li .desc {
    padding: 0 0 0 135px;
  }

  .ey-article-page .list-article li .desc h2 {
    margin-bottom: 5px;
    font-size: 16px;
    height: 52px;
    line-height: 26px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .ey-article-page .list-article li .desc p.miaoshu {
    display: none;
  }

  .ey-article-page .arc-head h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .ey-article-page .arc-info a.show {
    float: left;
    margin-top: 6px;
  }

  .ey-article-page .list-about-text ul {
    margin-left: 0;
  }

  .ey-article-page .list-about-text li {
    float: none;
    width: auto;
  }

  .ey-article-page .list-about-text li .box {
    margin-left: 0;
  }

  .ey-article-page .side-chanpin li img {
    height: 110px;
  }
}
