.img-news {
  padding: 48px 0;
}

.img-news ul {
  overflow: hidden;
}

.img-news ul li {
  float: left;
  width: calc(25% - 6px);
  margin-left: 8px;
  text-align: left;
}

.img-news ul li:first-child {
  margin-left: 0;
}

.img-news ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 2.96rem;
  border-radius: 8px;
overflow: hidden;
}

.img-news ul li a .bottom-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 32px 24px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #f5f7fa;
  line-height: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 8px;
min-height:116px;
}

.img-news ul li a .bottom-content .text {
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-news ul li a > .img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.img-news ul li a:hover > .img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.container-second.second {
  background-image: url(../images/news_bg.png);
}

.container-second .con-two .main-notice .more {
  position: absolute;
  right: 0;
  top: 2px;
}

.container-second .con-two .main-notice .content-items {
  margin-top: 40px;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}

.container-second .con-two .main-notice .content-items .content {
  text-align: left;
}

.container-second .con-two .main-notice .content-items .content .news-title {
  padding-bottom: 24px;
}

.container-second .con-two .main-notice .content-items .content .news-title span {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
}

.container-second .con-two .main-notice .content-items .content .news-title span.news-icon {
  width: 14px;
  height: 16px;
  background: url(../images/news_icon.png) no-repeat center;
  background-size: cover;
  margin-right: 14px;
}

.container-second .con-two .main-notice .content-items .content > div {
  position: relative;
  width: calc(50% - 24px);
  float: left;
}

.container-second .con-two .main-notice .content-items .content > div:first-child {
  margin-right: 48px;
}

.container-second .con-two .main-notice .content-items .content ul li {
  background: white;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  margin-bottom: 8px;
}

.container-second .con-two .main-notice .content-items .content ul li .title {
  padding: 16px;
}

.container-second .con-two .main-notice .content-items .content ul li .title a {
  float: left;
  color: #303133;
  width: calc(100% - 90px);
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container-second .con-two .main-notice .content-items .content ul li .title a:hover {
  color: #822045;
}

.container-second .con-two .main-notice .content-items .content ul li .title .date {
  float: right;
  color: #c0c5cc;
  font-size: 12px;
  font-family: Oswald-Medium, Oswald;
  padding-top: 2px;
}

.container-second .con-two .main-notice .content-items .content ul li .title a::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  background-color: #822045;
}

.container-second .con-two .main-notice .head {
  width: 60%;
  margin: 0 auto;
}

.container-second .con-two .main-notice .head .tab-item {
  width: 33.33%;
  float: left;
  background: url(../images/news-icon-item.png) no-repeat center center;
  padding: 38px 20px 8px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-second .con-two .main-notice .head .tab-item h2 {
  font-size: 24px;
  color: #303133;
}

.container-second .con-two .main-notice .head .tab-item .en {
  font-size: 14px;
  color: #c0c5cc;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 8px;
}

.container-second .con-two .main-notice .head .tab-item.current h2 {
  color: #3390e1;
}

.container-second .con-two .main-notice .head .tab-item:hover h2 {
  color: #3390e1;
}

.container-second .con-two .main-notice .head .tab-item.current .en,
.container-second .con-two .main-notice .head .tab-item:hover .en {
  color: #3390e1;
}

.container-second .con-two .main-notice .head::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: yellow;
}

.main-notice .more {
  border-radius: 16px;
  border: 1px solid #822045;
  padding: 3px 0px 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-notice .more a {
  text-decoration: none;
  padding: 5px 14px 5px;
  vertical-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #822045;
  line-height: 20px;
}

.main-notice .more:hover {
  background-color: #822045;
}

.main-notice .more:hover a {
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  .img-news ul li {
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
  .img-news ul li:nth-of-type(3) {
    margin-left: 0;
  }
  .img-news ul li a {
    height: 6.6rem;
  }
}

@media screen and (max-width: 768px) {
  .container-second .con-two .main-notice .content-items .content > div {
    width: 100%;
  }
  .container-second
.con-two
.main-notice
.content-items
.content
> div:first-child {
    margin-right: 0;
  }
  .container-second .con-two .main-notice .content-items .content .information {
    margin-top: 48px;
  }
}

@media screen and (max-width: 576px) {
  .img-news ul li {
    width: 100%;
    margin: 0;
margin-bottom:8px;
  }
  .img-news ul li a {
    height: 11.8rem;
  }
}
/*# sourceMappingURL=index.css.map */