@charset 'utf-8';
.competition-lunbo {
  position: relative;
}
.competition-lunbo .swiper-slide {
  background: #f8f8f8;
}
.competition-lunbo .swiper-slide img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.competition-lunbo .swiper-button-prev,
.competition-lunbo .swiper-button-next {
  font-size: 50px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 30px;
  z-index: 10;
  line-height: 40px;
  text-align: center;
  background-size: 100% 100%;
}
.competition-lunbo .swiper-button-prev {
  left: -30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");
}
.competition-lunbo .swiper-button-next {
  right: -30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");
}
.competition-lunbo .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f8a008'%2F%3E%3C%2Fsvg%3E");
}
.competition-lunbo .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f8a008'%2F%3E%3C%2Fsvg%3E");
}
.competition .competition-title {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.competition .competition-title h2 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  line-height: 45px;
  color: #333333;
  font-weight: normal;
  color: #f8a008;
  line-height: 35px;
  padding-left: 10px;
  border-left: 4px solid #f8a008;
  line-height: 20px;
}
.competition .infos-wrap {
  overflow: hidden;
}
.competition .infos-wrap .infos-list {
  margin-top: 10px;
}
.competition .infos-wrap .infos-list ul {
  padding: 10px;
}
.competition .infos-wrap .infos-list ul .noItems {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  font-weight: normal;
  text-align: center;
  padding:20px 0;
}
.competition .infos-wrap .infos-list ul li {
  float: left;
  width: 550px;
  border-radius: 6px;
  margin: 0 80px 20px 0;
  transition: box-shadow 0.4s ease-out;
  -webkit-transition: box-shadow 0.4s ease-out;
}
.competition .infos-wrap .infos-list ul li .imgWrap {
  width: 100%;
  height: 415px;
  border-radius: 6px;
  overflow: hidden;
}
.competition .infos-wrap .infos-list ul li .instruction {
  padding-bottom: 10px;
  background-color: #fff;
}
.competition .infos-wrap .infos-list ul li .instruction .biaoti {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  line-height: 45px;
  color: #333333;
  font-weight: normal;
  letter-spacing: 1px;
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.competition .infos-wrap .infos-list ul li .instruction .desc {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  font-weight: normal;
  line-height: 20px;
  padding: 0 10px;
  height: 60px;
  overflow: hidden;
  text-indent: 2em;
}
.competition .infos-wrap .infos-list ul li:hover {
  box-shadow: 0 5px 20px #ccc;
}
.competition .infos-wrap .infos-list ul li:hover .biaoti {
  color: #f8a008;
}
.competition .infos-wrap .infos-list ul li:nth-child(2n) {
  margin-right: 0;
}
.competition .pictures-wrap {
  margin-top: 40px;
}
.competition .pictures-wrap .pictures-list {
  margin-top: 20px;
}
.competition .pictures-wrap .pictures-list .swiper-container {
  height: 224px;
}
#footer {
  margin-top: 100px !important;
}
