@charset 'utf-8';
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.main {
  background-color: #FBFBFB;
  padding-bottom: 100px;
}
.main .content-wrap {
  overflow: hidden;
}
.main .content-wrap .item {
  padding: 40px 50px 50px;
  background: #fff;
  margin-top: 100px;
}
.main .content-wrap .item .title {
  padding: 0 25px;
  overflow: hidden;
}
.main .content-wrap .item .title h2,
.main .content-wrap .item .title .mark {
  height: 32px;
  line-height: 32px;
}
.main .content-wrap .item .title h2 {
  font-size: 24px;
  color: #000;
  float: left;
}
.main .content-wrap .item .title .mark {
  font-size: 14px;
  color: #000;
}
.main .content-wrap .item ul {
  margin-top: 40px;
}
.main .content-wrap .item ul li {
  padding: 0 25px;
  color: #000;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.main .content-wrap .item ul li:nth-child(2n+1) {
  background-color: #FBFBFB;
}
.main .content-wrap .item ul li .biaoti,
.main .content-wrap .item ul li .marks {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main .content-wrap .item ul li .biaoti {
  width: 850px;
  margin-right: 30px;
}
.main .content-wrap .item ul li .marks {
  font-size: 14px;
  color: #000;
  width: 250px;
  text-align: right;
}
