.news {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}

.news .title {
  margin-bottom: 90px;
}

.tulist {
  width: 100%;
  border-top: 1px solid #ddd;
  overflow: hidden;
}

.tulist .item {
  width: 100%;
  padding: 25px 0;
  display: block;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
  overflow: hidden;
}

.tulist .item .img {
  width: 208px;
  height: 156px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.tulist .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.tulist .item .info {
  width: calc(100% - 208px);
  height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  float: left;
}

.tulist .item h4 {
  font-size: 24px;
  color: #222;
  margin-bottom: 20px;
}

.tulist .item span {
  font-size: 20px;
  float: right;
  color: #999;
}

.tulist .item p {
  font-size: 18px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tulist .item:hover h4 {
  color: #00c5b9;
}

.tulist .item:hover img {
  transform: scale(1.08);
}

.page {
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.page li{display:inline}
.page ul li a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 55px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
}

.page ul li a.on {
  color: #fff;
  border-color: #00c5b9;
  background: #00c5b9;
}

.page ul li a.next {
  background: url(../img/pagenext.png) center center no-repeat;
}

.page ul li a.prev {
  background: url(../img/pageprev.png) center center no-repeat;
}

/* 新闻详情 */
.arccon {
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}

.brand {
  width: 100%;
  margin: 30px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.brand a {
  color: #222a41;
  font-size: 20px;
}

.brand span {
  color: #999;
  font-size: 20px;
}

.brand img {
  margin: 0 10px;
}

.newsarc {
  width: 890px;
  float: left;
}

.newsarc h3 {
  color: #000;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.newsarc .intro {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.newsarc .intro span {
  color: #999;
  font-size: 18px;
  margin: 11px;
}

.arcnr img {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}

.arcnr p {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  text-indent: 2em;
  margin-bottom: 20px;
}

.feny {
  width: 100%;
  margin-top: 45px;
  overflow: hidden;
}

.feny .item {
  width: 48%;
  height: 70px;
  padding: 0 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  background: #f3f3f3;
  overflow: hidden;
}

.feny .item span {
  width: 65px;
  color: #666;
}

.feny .item a {
  flex: 1;
  color: #222;
}

.newdbanner {
  height: 385px;
}

.newshot {
  width: 440px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.newshot .name {
  width: 100%;
  height: 80px;
  line-height: 79px;
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
}

.hotlist {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hotlist .item {
  width: 100%;
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.hotlist .item:last-child {
  border-width: 0;
}

.hotlist .item h3 {
  color: #222;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hotlist .item p {
  color: #999;
  font-size: 18px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hotlist .item span {
  display: block;
  color: #999;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .news {
    padding: 30px 20px;
  }
  .news .title {
    margin-bottom: 20px;
  }
  .tulist .item {
    width: 100%;
    padding: 12px 0;
  }

  .tulist .item .img {
    width: 100px;
    height: 80px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
  }

  .tulist .item .info {
    width: calc(100% - 100px);
    height: 80px;
    padding-left: 10px;
  }

  .tulist .item h4 {
    font-size: 15px;
    color: #222;
    margin-bottom: 5px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .tulist .item p {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .tulist .item span {
    font-size: 12px;
  }
  .page {
    width: 100%;
    margin: 30px 0 0;
  }
  .page a {
    margin: 0 3px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .newdbanner {
    height: 175px;
  }
  .newshot {
    display: none;
  }
  .newsarc {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
  .newsarc h3 {
    font-size: 18px;
  }
  .newsarc .intro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .newsarc .intro span {
    color: #999;
    font-size: 12px;
    margin: 0px;
  }
  .brand {
    width: 100%;
    padding: 0 15px;
    margin: 15px 0;
  }
  .brand a {
    font-size: 12px;
  }
  .brand span {
    font-size: 12px;
  }
  .brand img {
    margin: 0 5px;
    width: 6px;
  }
  .brand img.back {
    width: 20px;
    margin: 0 10px 0 0;
  }
  .arccon {
    padding-bottom: 30px;
  }
  .arcnr p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .feny .item {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .feny .item a {
    font-size: 12px;
  }
  .feny .item span {
    font-size: 12px;
  }
}
