.wrap {
  background-color: #ebedf3;
  min-height: 100vh;
}
.module-box {
  max-width: 1400px;
  margin: 30px auto;
}
.module-title-box {
  border-bottom: 1px solid #e4eafa;
}
.module-title {
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
  color: #333;
  position: relative;
}
.module-title-select::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background-color: #2c56a5;
}
.module-content {
  padding: 28px 0;
}
.gd {
  font-size: 14px;
  color: #333;
}
.gd:hover {
  color: #2c56a5;
}
.hdyg .list {
  background-color: #fff;
  width: calc(100% + 25px);
  margin: 28px -12.5px 0;
}
.hdyg .list-item {
  /* list-style-type: disc; */
  width: calc(50% - 25px);
  margin: 12.5px;
  transition: all 0.3s;
  background-color: #fafbfc;
  border-radius: 40px 0px 0px 0px;
  /* border-bottom: 1px dashed #D8D8D8; */
  /* background-image: linear-gradient(to right, #16448F 0%, #16448F 60%, transparent 50%);
        background-position:center bottom;
        background-size: 7px 1px;
        background-repeat: repeat-x; */
}
.hdyg .list-item-gd {
  display: block;
  padding: 20px 30px;
}
.hdyg .list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.17);
}
/* .hdyg .list-item:hover .list-item-title,
    .hdyg .list-item:hover .list-item-content,
    .hdyg .list-item:hover .list-item-info{
        color:#2C56A5;
    } */
.hdyg .list-item-type {
  line-height: 1.2em;
  padding: 4px 10px;
  border-radius: 2px;
  background-color: #2c56a5;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
}
.hdyg .list-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4em;
  /* border-bottom:1px solid #d2d2d2; */
}
.hdyg .list-item-info {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  padding-right: 20px;
  opacity: 0.6;
}
.hdbd .category {
  background-color: #fff;
  width: calc(100% + 72px);
  margin: 0 -36px;
}
.hdbd .category-item {
  margin: 0 36px;
}
.hdbd .category-item:nth-child(1) {
  height: 500px;
  border-top-left-radius: 40px;
  overflow: hidden;
}
.hdbd .category-item:nth-child(2) {
  margin-top: -20px;
  padding-top: 20px;
}
.hdbd .list {
  background-color: #fff;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.hdbd .list-item {
  width: calc(100% - 40px);
  margin: 0 20px;
  min-height: 95px;
  transition: all 0.3s;
}
.hdbd .list-item:nth-child(n + 2) {
  margin-top: 40px;
}
.hdbd .list-item:hover {
  transform: translateY(-5px);
  /* box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.17); */
}
.hdbd .list-item-select .list-item-title,
.hdbd .list-item-select .list-item-content,
.hdbd .list-item-select .list-item-info,
.hdbd .list-item:hover .list-item-title,
.hdbd .list-item:hover .list-item-content,
.hdbd .list-item:hover .list-item-info {
  color: #2c56a5;
}
.hdbd .list-item-gd {
  display: block;
  overflow: hidden;
}
.hdbd .list-item-left {
  width: 74px;
  height: 84px;
  background-color: #b9ccf4;
  text-align: center;
  margin-right: 26px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 15px), 0 100%);
  padding-top: 6px;
}
.hdbd .list-item-d {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.hdbd .list-item-y-m {
  font-size: 16px;
  color: #333;
}
.hdbd .list-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1.4em;
  /* border-bottom:1px solid #d2d2d2; */
}
.hdbd .list-item-content {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  padding-right: 20px;
  opacity: 0.8;
  /* text-indent: 2em; */
}
.pphd .list {
  background-color: #fff;
  width: calc(100% + 26px);
  margin: 0 -13px;
}
.pphd .list-item {
  /* list-style-type: disc; */
  width: calc(25% - 26px);
  margin: 13px;
  transition: all 0.3s;
  position: relative;
  transition: all 0.5s;
  background-color: #e4eafa;
  /* border-bottom: 1px dashed #D8D8D8; */
  /* background-image: linear-gradient(to right, #16448F 0%, #16448F 60%, transparent 50%);
        background-position:center bottom;
        background-size: 7px 1px;
        background-repeat: repeat-x; */
}
.pphd .list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.17);
}
.pphd .list-item-gd {
  display: block;
  padding: 16px;
  height: 100%;
}
.pphd .list-item-title {
  font-size: 16px;
  color: #333;
}
.pphd .list-item-xq {
  font-size: 14px;
  color: #2c56a5;
}
.pphd .list-item-pic {
  text-align: center;
  margin-top: 10px;
}
.pphd .list-item-content {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 1500px) {
  .hdbd .list-item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .page-content .content-w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pphd .list-item {
    width: calc(33.33% - 26px);
  }
  .hdbd .list-item {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1000px) {
  .hdyg .list-item {
    width: calc(100% - 25px);
  }
  .pphd .list-item {
    width: calc(50% - 26px);
  }
}
.box {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.scroll {
  overflow-y: hidden;
}
.box-header {
  width: calc(100% - 120px);
  margin: auto;
}
.yyyy-mm {
  background-color: #ccc;
  color: #666;
  font-size: 20px;
  padding: 2px 10px;
}
.week-current-w {
  font-size: 20px;
  color: #333;
  /* background-color:#ccc; */
  white-space: normal;
  padding: 4px 10px;
  text-align: center;
  margin: 0 10px;
  flex: none;
}
.week-current-w-select {
  background-color: #2c56a5;
  color: #fff;
}
.week-prev,
.week-next {
  height: 20px;
  line-height: 20px;
  filter: grayscale(100%);
}
.week-prev {
  transform: rotateY(180deg);
}
.week-view {
  /* margin-top:10px; */
}
.week-view-col {
  padding: 5px;
  cursor: pointer;
}
.week-view .w {
  font-size: 18px;
  color: #666;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.week-view .w-select {
  color: red;
}
.week-view .dd {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.week-view .dd-option {
  background-color: #b9ccf4;
  color: #333333;
}
.week-view .dd-current {
  border: 1px solid #2c56a5;
}
.week-view .dd-select {
  background-color: #2c56a5;
  color: #fff;
}
/*定义切换上一个问题的过渡效果*/
.slide-prev-enter,
.slide-prev-leave,
.slide-prev-enter-active,
.slide-prev-leave-active {
  /* position:absolute;
        top:0;
        left:0; */
}
.slide-prev-enter {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.slide-prev-enter-active,
.slide-prev-leave-active {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.slide-prev-leave,
.slide-prev-leave-active,
.slide-prev-leave-to {
  position: absolute;
  top: 0;
  left: 0;
}
.slide-prev-leave-to {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
/*定义切换下一个问题的过渡效果*/
.slide-next-enter,
.slide-next-leave,
.slide-next-enter-active,
.slide-next-leave-active {
  /* position:absolute;
        top:0;
        left:0; */
}
.slide-next-enter {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.slide-next-enter-active,
.slide-next-leave-active {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.slide-next-leave,
.slide-next-leave-active,
.slide-next-leave-to {
  position: absolute;
  top: 0;
  left: 0;
}
.slide-next-leave-to {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
@media screen and (max-width: 900px) {
  .box-header {
    width: 99%;
    margin: auto;
  }
}
