@import 'iconfont.css';
.sub-nav .go_nav .nav_left {
  width: 48%;
}
.sub-nav .go_nav .nav_right {
  width: 52%;
}
.sub-nav .go_nav .nav_left span {
  color: #999;
}
.sub-nav .go_nav .nav_left span:last-child {
  color: #28468e;
}
.con {
  background: url(../img/culture/server_bg.jpg) no-repeat;
  background-size: cover;
}
.con .title {
  padding-bottom: 2rem;
}
.con .title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 3rem;
}
.con .title .line {
  width: 3rem;
  height: 3px;
  background: #28468e;
  margin: 0 auto;
  margin-top: 1rem;
}
.con .con_list ul li {
  float: left;
  width: 32.3%;
  margin-top: 1.5rem;
  cursor: pointer;
}
.con .con_list ul li:not(:nth-child(3n)) {
  margin-right: 1.55%;
}
.con .con_list ul li .top {
  height: 0;
  padding-bottom: 67%;
  overflow: hidden;
}
.con .con_list ul li .top img {
  width: 100%;
}
.con .con_list ul li .bottom {
  padding-left: 5%;
  padding-right: 5%;
  height: 0;
  padding-bottom: 36%;
  overflow: hidden;
  background: #fff;
}
.con .con_list ul li .bottom h4 {
  font-size: 1rem;
  color: #333;
  padding-top: 4%;
}
.con .con_list ul li .bottom p {
  font-size: 0.7rem;
  color: #999;
}
.con .con_list ul li .bottom span {
  display: block;
  font-size: 0.7rem;
  color: #999;
  margin-top: 9%;
  padding-top: 3%;
  border-top: 1px solid #f6f6f6;
  position: relative;
}
.con .con_list ul li .bottom span:before {
  content: '';
  width: 0;
  height: 1px;
  background: #28468e;
  position: absolute;
  top: 80%;
  left: 100%;
  margin-left: -3rem;
}
.con .con_list ul li .bottom span:after {
  content: '';
  width: 0;
  height: 1px;
  background: #28468e;
  position: absolute;
  transform-origin: right bottom;
  transform: rotate(45deg);
  top: 80%;
  right: 0;
}
.con .con_list ul li:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.con .con_list ul li:hover .bottom span {
  color: #28468e;
}
.con .con_list ul li:hover .bottom span:before {
  width: 3rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.con .con_list ul li:hover .bottom span:after {
  width: 0.5rem;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
}
.mask-bt {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}
.mask-bt .con {
  margin: 0 auto;
  width: 1000px;
  background: #fff;
  position: relative;
  top: 10%;
}
.mask-bt .con .top {
  margin: 0 auto;
  padding-top: 2rem;
  width: 80%;
}
.mask-bt .con .top img {
  width: 100%;
}
.mask-bt .con h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 4rem;
  padding-bottom: 2rem;
}
.mask-bt .con .iconfont {
  position: absolute;
  right: 1rem;
  top: 1rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  font-size: 1.5rem;
  color: #bbb;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mask-bt .con .iconfont:hover {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.page-list {
  padding: 5% 0 8% 0;
}
.page-list ul {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.page-list ul li {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: #fff;
  border: solid 1px #eaeaea;
  display: inline-block;
  font-size: 1rem;
}
.page-list ul li:not(:last-child) {
  margin-right: 1rem;
}
.page-list ul li a {
  color: #666;
}
.page-list ul li.pre-btn,
.page-list ul li.next-btn {
  background-color: #f3f3f3;
  border: 1px solid #eaeaea;
}
.page-list ul li.pre-btn .iconfont,
.page-list ul li.next-btn .iconfont {
  font-size: 1rem;
}
.page-list ul li:nth-last-of-type(1) {
  font-size: 1rem;
  color: #666666;
  border: none;
  white-space: nowrap;
  background-color: transparent!important;
  cursor: auto;
}
.page-list ul li.page-num.active {
  background-color: #28468e;
}
.page-list ul li.page-num.active a {
  color: #fff;
}
.page-list ul li:hover {
  background-color: #28468e;
}
.page-list ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .sub-nav .go_nav .nav_right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .con .title {
    padding-bottom: 0.5rem;
  }
  .con .title h2 {
    font-size: 1.6rem;
    padding-top: 1.6rem;
    padding-bottom: 1rem;
  }
  .con .title .line {
    margin-top: 0;
  }
  .con .con_list ul li {
    width: 48.5%;
  }
  .con .con_list ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .con .con_list ul li:not(:nth-child(2n)) {
    margin-right: 3%;
  }
  .con .con_list ul li .bottom {
    padding-bottom: 52%;
  }
  .con .con_list ul li .bottom h4 {
    font-size: 14px;
  }
  .con .con_list ul li .bottom p {
    font-size: 13px;
  }
  .con .con_list ul li .bottom span {
    font-size: 13px;
  }
  .mask-bt .con {
    width: 90%;
    margin: 0 auto;
  }
  .mask-bt .con .top {
    padding-top: 4rem;
  }
  .mask-bt .con h3 {
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=solve_duoyuan_con.css.map */