main {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

main .about-img {
  width: 100%
}

main .about-img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto
}

main .a-tab-conte {
  margin: 0 auto;
  line-height: 80px;
  text-align: center
}

main .a-tab-conte .about-tab-title {
  margin-right: 20px;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: #222222
}

main .a-tab-conte .about-tab-title:last-child {
  margin-right: 0
}

main .a-tab-conte .a-tab-show {
  color: #d70c25
}

main .a-tab-conte .a-tab-show .btn-show {
  width: 60px;
  height: 2px;
  background-color: #d70c25
}

main .a-tab-conte .a-tab-show .hidden {
  display: none !important
}

main .new-conten {
  width: 100%;
  padding: 20px 0;
  background-color: #f2f2f2;
  box-sizing: border-box
}

main .new-conten .news {
  margin: 0 auto
}

main .new-conten .news .news-item {
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 32%
}

main .new-conten .news .news-item .ni-img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden
}

main .new-conten .news .news-item .ni-img img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover
}

main .new-conten .news .news-item .ni-bottom {
  padding: 10px;
  width: 100%;
  height: 158px;
  color: #222222;
  background-color: white;
  box-sizing: border-box;
  position: relative
}

main .new-conten .news .news-item .ni-bottom .new-text {
  font-size: 18px;
  height: 55px;
  line-height: 30px;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main .new-conten .news .news-item .ni-bottom p {
  position: absolute;
  left: 10px;
  bottom: 0px;
  font-size: 16px;
  line-height: 30px
}

main .new-conten .news .news-item:hover .ni-bottom {
  color: #d70c25
}

main .new-conten .news .news-item:nth-child(3n) {
  margin-right: 0
}

@media screen and (min-width:760px) and (max-width:1180px) {
  .about-list {
    width: 100% !important
  }
}

@media screen and (max-width:750px) {
  .a-tab-conte {
    line-height: 40px !important
  }

  .a-tab-conte .about-list {
    width: 100% !important
  }
}

.news-list {
  background-color: #f5f5f5;
}

.news-item {
  margin: 10px 0;
  display: block;
  height: 400px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  color: #222222;
  overflow: hidden;
}

.news-item:hover {
  color: #d70c25;
  text-decoration: none;
}

.news-item:hover .time {
  color: #d70c25;
}

.news-item .image {
  font-size: 0;
  height: 252px;
  overflow: hidden;
}

.news-item img {
  width: 100%;
}

.news-item .title {
  font-size: 18px;
  line-height: 1.5;
  padding: 0 20px;
  text-align: justify;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.news-item .time {
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
  position: absolute;
  bottom: 20px;
  left: 0;
}