.schedule {
  height: 200px;
  display: flex;
  align-items: center;
}
.schedule .schedule-ps {
  height: 100%;
  width: 100%;
}
.schedule .schedule-ps ul {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 80px;
  width: 100%;
}
.schedule .schedule-ps ul li:nth-child(odd) {
  height: 140px;
  width: 140px;
  box-shadow: 0px 0px 30px #ebebeb;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.schedule .schedule-ps ul li:nth-child(odd) .xuqiu {
  height: 74px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.schedule .schedule-ps ul .play-no {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
}
.schedule .schedule-ps ul li:nth-child(even) {
  height: 140px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.demand {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #f6f6f6;
  background-image: url(../images/bangre_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.demand .weiState {
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 22px;
  box-shadow: 0px 17px 13px -6px #c4c4c4;
}
.demand .demand-list {
  height: 100%;
  padding-top: 59px;
  display: flex;
  justify-content: space-between;
}
.demand .demand-list .shuiguan {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
  height: 40px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.demand .demand-list .shuiguan .exhibition {
  display: flex;
  align-items: baseline;
}
.demand .demand-list .shuiguan .exhibition .title {
  font-size: 24px;
  margin-right: 18px;
}
.demand .demand-list .shuiguan .exhibition .article {
  color: #666666;
}
.demand .demand-list .shuiguan .more {
  color: #888888;
}
    .demand .demand-list .shuiguan .more:hover {
        color: #cc9756;
    }
.demand .demand-list .shuiguan .more span {
  font-family: "宋体";
}
.demand .demand-list .demand-left {
  width: 489px;
}
.demand .demand-list .demand-left .industry li {
  height: 55px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  cursor: pointer;
  transition: all 1s;
}
.demand .demand-list .demand-left .industry li:hover {
  box-shadow: 0px 0px 20px #ba9c78;
}
.demand .demand-list .demand-right {
  width: 651px;
}
    .demand .demand-list .demand-right .recent {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        overflow: auto;
         /* height: 354px; */
}
.demand .demand-list .demand-right .recent li {
  width: 310px;
  height: 100px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  margin: 0 0 18px 0;
  padding: 16px 20px 0;
  position: relative;
  transition: all 1s;
}
.demand .demand-list .demand-right .recent li:hover {
  box-shadow: 0px 0px 20px #ba9c78;
}
.demand .demand-list .demand-right .recent li:nth-child(even) {
  margin-right: 0;
}
.demand .demand-list .demand-right .recent li .text .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.demand .demand-list .demand-right .recent li .text .time {
  color: #666666;
}
.demand .demand-list .demand-right .recent li .text .area {
  color: #666666;
}
.demand .demand-list .demand-right .recent li .attend {
  position: absolute;
  bottom: 14px;
  right: 20px;
  height: 29px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  cursor: pointer;
}
.demand .demand-list .demand-right .recent li .attend-c {
  background-color: #ba9c78;
  color: #ffffff;
}
.demand .demand-list .demand-right .recent li .attend-a {
  border: 1px solid #ba9c78;
  background-color: #ffffff;
  color: #ba9c78;
}
.demand .demand-list .demand-right .recent li .attend-b {
  border: 0;
  background-color: #cad1d9;
  color: #fff;
}
    .demand .demand-list .demand-right .recent li .attend-b:hover {
        background-color: #ba9c78;
        color: #fff;
    }
    .demand .demand-list .demand-right .recent li .attend-d {
        border: 0;
        background-color: #cad1d9;
        color: #fff;
    }
.cooperation {
  height: 360px;
  padding-top: 60px;
}
.cooperation .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
.cooperation .title-play {
  width: 0;
  height: 0;
  overflow: hidden;
}
