.main {
  width: 100%;
}
.main .banner img {
  width: 100%;
}
.main .picture-list .picture {
  display: block;
  width: 285px;
  margin-bottom: 15px;
}
.main .picture-list .picture img {
  width: 100%;
}
.main .list-card {
  padding-bottom: 15px;
}
.main .list-card .list-card-header {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #EAEDF1;
  position: relative;
}
.main .list-card .list-card-header .title {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  color: #2E77D4;
  padding: 0 5px;
  border-bottom: 2px solid #2E77D4;
  margin-bottom: -2px;
}
.main .list-card .list-card-header .more {
  font-size: 14px;
  color: #999999;
  position: absolute;
  right: 10px;
  bottom: 11px;
}
.main .list-card .list-card-cont {
  padding: 12px 0;
}
.main .list-card .list-card-cont .lists {
  font-size: 16px;
}
.main .list-card .list-card-cont .lists.circle-center .list-li:before {
  left: 20px;
}
.main .list-card .list-card-cont .lists .list-li {
  display: flex;
  padding: 12px 53px 12px;
  position: relative;
}
.main .list-card .list-card-cont .lists .list-li:before {
  content: '';
  position: absolute;
  left: 40px;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #4686d8;
}
.main .list-card .list-card-cont .lists .list-li.new::before {
  content: 'NEW';
  color: #2E77D4;
  font-size: 12px;
  width: 40px;
  height: 18px;
  line-height: 18px;
  border-radius: 0;
  left: 0;
  text-align: center;
  background: #e9effa;
  border: 1px solid #4882e8;
}
.main .list-card .list-card-cont .lists .list-li .list-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
.main .list-card .list-card-cont .lists .list-li .list-name:hover {
  cursor: pointer;
  color: #3279ec;
}
.main .list-card .list-card-cont .lists .list-li .list-date {
  flex: none;
  width: 120px;
  text-align: right;
  color: #666666;
}
.main .notice {
  margin-top: 26px;
}
.main .policy-project {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.main .carousel-banner {
  background: #f6fafe;
  width: 100%;
  height: 280px;
  background-size: 100% 100%;
}
.main .carousel-banner .carousel {
  padding: 45px 74px 0;
  position: relative;
}
.main .carousel-banner .carousel .item {
  padding-left: 15px;
  padding-right: 15px;
}
.main .carousel-banner .carousel .well-card {
  width: 240px;
  height: 185px;
  position: relative;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.main .carousel-banner .carousel .well-card img {
  width: 100%;
}
.main .carousel-banner .carousel .well-card .name {
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  font-size: 16px;
  color: #333333;
  line-height: 45px;
  padding: 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.main .carousel-banner .carousel .carousel-control {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
}
.main .carousel-banner .carousel .carousel-control.left:hover {
  background-image: url("../img/arrow-hover.png");
  transform: rotateZ(180deg);
}
.main .carousel-banner .carousel .carousel-control.right {
  left: auto;
  transform: rotateZ(180deg);
}
.main .carousel-banner .carousel .carousel-control.right:hover {
  background-image: url("../img/arrow-hover.png");
  transform: rotateZ(0deg);
}
.main .policy-list {
  margin-top: 26px;
}
.main .policy-list ul {
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .policy-list ul li {
  width: 30%;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
  line-height: 2;
  position: relative;
  margin-bottom: 20px;
}
.main .policy-list ul li .title {
  height: 56px;
  color: #333;
  font-weight: 600;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .policy-list ul li .desc {
  color: #666;
  margin: 10px 0 30px;
}
.main .policy-list ul li .date {
  color: #0075a6;
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.main .results .picture {
  margin-top: 8px;
}
