* {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
  box-sizing: border-box;
}

img {
  border: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  background: #f3f3f3;
  padding: 80px 0 100px 0;
  overflow: hidden;
}

.main {
  width: 76%;
  margin: 0 auto;
}

.main .title {
  margin-bottom: 40px;
  text-align: center;
}

.main .title h4 {
  font-size: 28px;
  position: relative;
  font-weight: 700;
  padding-bottom: 5px;
}

.main .title h4:before {
  left: 38%;
  content: " ";
  display: block;
  border-bottom: 1px solid #797979;
  width: 68px;
  position: absolute;
  margin-left: -0.8rem;
  top: 50%;
  margin-top: -1px;
}

.main .title h4:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #797979;
  width: 68px;
  position: absolute;
  margin-left: -0.8rem;
  top: 50%;
  margin-top: -1px;
  right: 38%;
}

.main .title p {
  font-size: 16px;
  color: #999;
}

.main ul li {
  float: left;
}

.main ul li.one {
  width: 33%;
  margin-right: 1%;
}

.main ul li.one a {
  width: 100%;
  height: 530px;
  overflow: hidden;
  display: block;
  position: relative;
}

.main ul li.one a img {
  transform: scale(1);
  transition: all 0.4s;
  width: 100%;
  display: block;
}

.main ul li.one .news-title {
  bottom: 50px;
  left: 35px;
  width: 100%;
  border-left: 1px solid #fff;
  padding-left: 20px;
  color: #fff;
  position: absolute;
}

.main ul li.one .news-title h5 {
  font-size: 28px;
  font-weight: 700;
}

.main ul li.one .news-title p {
  font-size: 16px;
  letter-spacing: 2px;
}

.icon-news {
  background: url(../images/icon.png) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  right: 100px;
  bottom: 2px;
}

.main ul li.one a:hover img {
  transform: scale(1.05);
}

.main ul li.one a:hover .icon-news {
  background-position: 0 -17px;
}

.main ul li.two {
  float: left;
  width: 33%;
  margin-right: 1%;
}

.main ul li.two a {
  width: 100%;
  height: 260px;
  padding: 38px 44px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.main ul li.two .top {
  width: 100%;
  float: initial;
  padding-left: 0;
}

.main ul li.two .top h5 {
  font-size: 18px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
}

.main ul li.two .top div.p {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 24px;
}

.main ul li.two .top div.p p {
  height: 52px;
  padding-top: 10px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main ul li.two .top img {
  position: absolute;
  top: 50%;
  right: 67px;
  margin-top: 62px;
}

.main ul li.two .bottom {
  width: 100%;
  float: initial;
  border-right: none;
}

.main ul li.two .bottom h3 {
  padding-top: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #999;
}

.main ul li.two .bottom h3:after {
  content: " ";
  display: block;
  border-bottom: none;
  width: 0;
  margin: 0;
}

.main ul li.two .bottom span {
  font-size: 14px;
  display: block;
  color: #999;
}

.main ul li.three {
  float: left;
  width: 31%;
}

.main ul li.three a {
  width: 100%;
  height: 170px;
  padding: 38px 44px;
  margin-bottom: 10px;
  display: block;
  background: #fff;
  overflow: hidden;
}
.main ul li.three a:nth-child(1) {
  display: none;
}
.main ul li.three a:nth-child(2) {
  display: none;
}
.main ul li.three a .left {
  width: 26%;
  border-right: 1px solid #eeeeee;
  float: left;
}

.main ul li.three a .left h3 {
  font-size: 32px;
  color: #999;
  font-weight: 700;
}

.main ul li.three a .left h3:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #ccc;
  width: 20px;
  margin: 10px 0;
}

.main ul li.three a .left span {
  font-size: 14px;
  display: block;
  color: #999;
}

.main ul li.three a .right {
  width: 73%;
  padding-left: 25px;
  float: left;
}

.main ul li.three a .right h5 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.main ul li.three a .right img {
  padding-top: 20px;
}

.main ul li.two a:hover,
.main ul li.three a:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
