html, body {
  position: relative;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.industryPart .partTitle {
  background: url(../img/partTitle.png) no-repeat;
  color: #fff;
  margin: 25px auto;
  width: 184px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.list1 .col-md-4 {
  width: 20%;
}

.list1 .thumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 310px;
  margin-bottom: 30px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  padding: 0;
}

.list1 .thumbnail:hover {
  border: 1px solid #404ae7;
}

body .swiper-button-next, body .swiper-button-prev {
  top: 400px;
  outline: none;
}

body .swiper-button-next {
  right: 8%;
}

body .swiper-button-prev {
  left: 8%;
}

.pagination a {
  cursor: pointer;
}

.pagination {
  margin-bottom: 40px;
}

.project {
  margin: 0;
  height: 640px;
  overflow: hidden
}

.project li {
  border-bottom: 1px dashed #dcdcdc;
  padding: 15px 0;
}

.project li .organizer, .project li .info {
  float: left;
}

.project li .info {
  width: 85%;
  text-align: left;
}

.project li .info a {
  line-height: 28px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 28px;
}

.project li .info p {
  line-height: 28px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 28px;
}

.project li .time {
  float: right;
}

.project li div span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.project li .organizer span:nth-child(2) {
  width: 180px;
  overflow: hidden;
  height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.distribution {
  color: #404ae7;
  border: 1px solid #404ae7;
  border-radius: 5px;
  padding: 5px 0px;
  width: 90px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.type1, .type2, .type3 {
  float: left;
  width: 30%;
  margin: 30px 15px;
  height: 420px;
}

.type1 li, .type2 li, .type3 li {
  padding: 10px 20px 10px 40px;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
}

.type1 li:hover, .type2 li:hover, .type3 li:hover {
  background: #e5e5e5;
}

.moreList {
  color: #404ae7;
  position: absolute;
  top: 55px;
  right: 10px;
  font-size: 16px;
}

.partTitle i {
  color: #404ae7;
  margin-left: 5px;
}

.partTitle a:hover i {
  color: #777777;
}

.industry {
  width: 90%;
  margin: 0 auto;
}

.type1 {
  border: 1px solid #d24625;
}

.type2 {
  border: 1px solid #404ae7;
}

.type3 {
  border: 1px solid #00a39a;
}

.typeTitle {
  font-size: 16px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  text-align: left;
}

.typeTitle span {
  background: url(../img/typeTitle.png) no-repeat;
  width: 32px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  margin: 0 20px;
  text-align: center;
}

.type1 .typeTitle {
  background: #d24625;
}

.type2 .typeTitle {
  background: #404ae7;
}

.type3 .typeTitle {
  background: #00a39a;
}

.type1 .typeTitle span, .type1 ul .active, .type1 ul li:hover,.type1 ul .active i,.type1 ul li:hover i{
  color: #d24625;
}

.type2 .typeTitle span, .type2 ul .active, .type2 ul li:hover,.type2 ul li:hover i,.type2 ul .active i{
  color: #404ae7;
}

.type3 .typeTitle span, .type3 ul .active, .type3 ul li:hover a {
  color: #00a39a;
  text-decoration: none;
}

.industry .active {
 background: #e5e5e5;
}
.type3 ul li a{
  font-size: 16px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.type1 ul i,.type2 ul i{
  float: right;
}