.allcover {
  position: absolute;
  top: 0;
  right: 0;
}
.px16{font-size: 16px;}
.f_red{color: #FF0000;}
.ctt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ell2 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ell3 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body {
  /*background: #f7f8fa;*/
}
body .top {
  position: static;
  background: #f6f6fa;
  color: #999;
  border-bottom: none;
}
body .top .inner .top-nav ul li {
    border-color: #cececf;
}
body .top .inner .top-nav ul li a {
    color: #999;
}
body header {
  position: static;
}
body .breadcrumb {
  padding: 20px 0;
}
body .breadcrumb ul {
  display: flex;
}
body .breadcrumb ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-right: 5px;
}
body .breadcrumb ul li img {
  margin-right: 8px;
}
body .breadcrumb ul li a {
  font-size: 14px;
  color: #999;
}
body .main {
  margin-bottom: 40px;
}
body .main .inner .screen {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
body .main .inner .screen strong {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}
body .main .inner .screen dl {
  display: flex;
  align-items: center;
  padding: 25px 0 10px;
}
body .main .inner .screen dl dt {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-right: 40px;
  width: 66px;
}
body .main .inner .screen dl dd a {
  display: inline-block;
  padding: 2px 6px;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
  border-radius: 16px;
}
body .main .inner .screen dl dd .active {
  color: #fff;
  background: #e02727;
}
body .main .inner .screen .search-box {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
body .main .inner .screen .search-box span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-right: 40px;
  width: 66px;
}
body .main .inner .screen .search-box .search {
  position: relative;
}
body .main .inner .screen .search-box .search input {
  width: 332px;
  height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
  line-height: 40px;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  background: #fff;
  font-size: 14px;
  color: #999;
  border-radius: 8px;
}
body .main .inner .screen .search-box .search a {
  position: absolute;
  top: 10px;
  right: 14px;
}
body .main .inner .content {
  display: flex;
  justify-content: space-between;
}
body .main .inner .content .content-l {
  width: 960px;
  border-radius: 6px;
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
}
body .main .inner .content .content-l > ul > li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
  align-items: center;
}
body .main .inner .content .content-l > ul > li .pic {
  width: 180px;
  height: 135px;
  overflow: hidden;
}
body .main .inner .content .content-l > ul > li .txt {
  width: 686px;
}
body .main .inner .content .content-l > ul > li .txt h6 {
  line-height: 32px;
}
body .main .inner .content .content-l > ul > li .txt h6 a {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body .main .inner .content .content-l > ul > li .txt h6 a:hover {
  color: #e02727;
}
body .main .inner .content .content-l > ul > li .txt > ul {
  display: flex;
  align-items: center;
  padding: 5px 0 20px;
}
body .main .inner .content .content-l > ul > li .txt > ul > li {
  margin-right: 30px;
  font-size: 14px;
  color: #666;
}
body .main .inner .content .content-l > ul > li .txt p {
  line-height: 26px;
}
body .main .inner .content .content-l > ul > li .txt p a {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .main .inner .content .content-l > ul > li .txt p a:hover {
  color: #e02727;
}
body .main .inner .content .content-l > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
body .main .inner .content .content-l .detail {
  padding: 40px 60px;
  box-sizing: border-box;
}
body .main .inner .content .content-l .detail h1 {
  font-size: 24px;
  color: #222;
  text-align: center;
  font-weight: bold;
}
body .main .inner .content .content-l .detail .signtag {
  margin: 10px 0 30px;
}
body .main .inner .content .content-l .detail .signtag ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .main .inner .content .content-l .detail .signtag ul li {
  margin: 0 15px;
  font-size: 14px;
  color: #666;
}
body .main .inner .content .content-l .detail img {
  margin: 20px auto;
}
body .main .inner .content .content-l .detail p {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  text-indent: 0px;
}
body .main .inner .content .content-l .detail .turn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
body .main .inner .content .content-l .detail .turn a {
  width: 404px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}
body .main .inner .content .content-l .detail .turn a:hover {
  color: #e02727;
}
body .main .inner .content .normal {
  background: none;
  padding: 0;
}
body .main .inner .content .normal .sort-top {
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  border-bottom: 1px solid #E8E8E8;
}
body .main .inner .content .normal .sort-top ul {
  display: flex;
}
body .main .inner .content .normal .sort-top ul li {
  margin-right: 30px;
}
body .main .inner .content .normal .sort-top ul li a {
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
  height: 60px;
}
body .main .inner .content .normal .sort-top ul li .active {
  font-weight: bold;
  border-bottom: 3px solid #e02727;
}
body .main .inner .content .normal .sort-top span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
body .main .inner .content .normal .sort-top span i {
  color: #e02727;
  font-weight: bold;
}
body .main .inner .content .normal .fangan {
  height: 158px;
  background: #fff;
  border-radius: 6px;
  padding: 0 24px;
  margin-top: 20px;
}
body .main .inner .content .normal .fangan strong {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  padding: 24px 0 26px;
}
body .main .inner .content .normal .fangan ul {
  display: flex;
  justify-content: space-between;
}
body .main .inner .content .normal .fangan ul li {
  width: 290px;
}
body .main .inner .content .normal .fangan ul li input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 14px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  font-size: 14px;
  color: #999;
}
body .main .inner .content .normal .fangan ul li a {
  display: inline-block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 6px;
  background: #e02727;
  font-size: 18px;
  color: #fff;
}
body .main .inner .content .normal .anli-list {
  padding-bottom: 40px;
  background: #fff;
  border-radius: 6px;
}
body .main .inner .content .normal .anli-list > ul {
  padding: 0 24px;
}
body .main .inner .content .normal .anli-list > ul > li {
  padding: 30px 0 25px;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  justify-content: space-between;
}
body .main .inner .content .normal .anli-list > ul > li .pic {
  width: 130px;
  height: 130px;
  overflow: hidden;
}
body .main .inner .content .normal .anli-list > ul > li .pic img {
  width: 100%;
}
body .main .inner .content .normal .anli-list > ul > li .txt {
  width: 758px;
}
body .main .inner .content .normal .anli-list > ul > li .txt h5 {
  font-size: 18px;
  color: #222;
  font-weight: bold;
}
body .main .inner .content .normal .anli-list > ul > li .txt > ul {
  display: flex;
  align-items: center;
  padding: 10px 0 12px;
}
body .main .inner .content .normal .anli-list > ul > li .txt > ul > li {
  font-size: 14px;
  color: #666;
  margin-right: 40px;
}
body .main .inner .content .normal .anli-list > ul > li .txt p {
  line-height: 26px;
  background: #F7F8FA;
  padding: 8px 15px;
}
body .main .inner .content .normal .anli-list > ul > li .txt p a {
  font-size: 14px;
  color: #666;
}
body .main .inner .content .normal .anli-list > ul > li .txt p a span {
  color: #000;
}
body .main .inner .content .normal .anli-list > ul > li .txt p a .red {
  color: #e02727;
}
body .main .inner .content .normal .anli-list > ul > li:last-child {
  border-bottom: none;
}
body .main .inner .content .normal .wenda-list {
  padding-bottom: 42px;
  background: #fff;
  border-radius: 6px;
}
body .main .inner .content .normal .wenda-list > ul {
  padding: 0 24px 24px;
}
body .main .inner .content .normal .wenda-list > ul > li {
  padding: 30px 0 26px;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
}
body .main .inner .content .normal .wenda-list > ul > li .pic {
  width: 208px;
  height: 107px;
  overflow: hidden;
  margin-right: 20px;
}
body .main .inner .content .normal .wenda-list > ul > li .txt {
  width: 100%;
}
body .main .inner .content .normal .wenda-list > ul > li .txt h5 {
  display: flex;
  line-height: 18px;
}
body .main .inner .content .normal .wenda-list > ul > li .txt h5 span {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
  background: #e02727;
  border-radius: 2px;
}
body .main .inner .content .normal .wenda-list > ul > li .txt h5 a {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body .main .inner .content .normal .wenda-list > ul > li .txt h5 a:hover {
  color: #e02727;
}
body .main .inner .content .normal .wenda-list > ul > li .txt > ul {
  display: flex;
  align-items: center;
  padding: 13px 30px 15px;
}
body .main .inner .content .normal .wenda-list > ul > li .txt > ul > li {
  font-size: 14px;
  color: #666;
  margin-right: 40px;
}
body .main .inner .content .normal .wenda-list > ul > li .txt p {
  display: flex;
  line-height: 24px;
}
body .main .inner .content .normal .wenda-list > ul > li .txt p span {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
  background: #e02727;
  border-radius: 2px;
  margin-top: 6px;
}
body .main .inner .content .normal .wenda-list > ul > li .txt p a {
  width: 882px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .main .inner .content .normal .wenda-list > ul > li .txt p a:hover {
  color: #e02727;
}
body .main .inner .content .normal .wenda-list > ul > li.img .txt {
  width: 684px;
}
body .main .inner .content .normal .wenda-list > ul > li.img .txt p a {
  width: 650px;
}
body .main .inner .content .normal .wenda-list > ul > li:last-child {
  border-bottom: none;
}
body .main .inner .content .content-r {
  width: 420px;
}
body .main .inner .content .content-r > div {
  padding: 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
}
body .main .inner .content .content-r > div ul li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
body .main .inner .content .content-r > div ul li span {
  font-size: 18px;
  color: #9295A2;
  font-weight: bold;
  margin-right: 10px;
  width: 20px;
  line-height: 20px;
  padding-top: 2px;
}
body .main .inner .content .content-r > div ul li a {
  width: 320px;
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body .main .inner .content .content-r > div ul li a:hover {
  color: #e02727;
}
body .main .inner .content .content-r > div ul li:last-child {
  padding-bottom: 0;
}
body .main .inner .content .content-r > div ul li:nth-of-type(1) span {
  color: #E7444D;
}
body .main .inner .content .content-r > div ul li:nth-of-type(2) span {
  color: #EA6F2D;
}
body .main .inner .content .content-r > div ul li:nth-of-type(3) span {
  color: #EDAB3E;
}
body .main .inner .content .content-r strong {
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 25px;
}
body .main .inner .content .content-r .programme {
  margin-bottom: 20px;
}
body .main .inner .content .content-r .programme form .form-box {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #F7F8FA;
}
body .main .inner .content .content-r .programme form .form-box .layui-form-item {
  width: 100%;
  height: 40px;
  padding: 0 10px 0 14px;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  margin-bottom: 12px;
  box-sizing: border-box;
  color: #999;
}
body .main .inner .content .content-r .programme form .form-box .layui-form-item .layui-form-label {
  padding: 0 10px 0 0;
  width: 62px;
  border-right: 1px solid #E8E8E8;
  margin-top: 14px;
  line-height: 12px;
}
body .main .inner .content .content-r .programme form .form-box .layui-form-item .layui-form-label span {
  color: #e02727;
}
body .main .inner .content .content-r .programme form .form-box .layui-form-item .layui-input-block {
  margin-left: 80px;
}
body .main .inner .content .content-r .programme form .form-box .layui-form-item .layui-input-block .layui-input,
body .main .inner .content .content-r .programme form .form-box .layui-form-item .layui-input-block .layui-select {
  border: none;
}
body .main .inner .content .content-r .programme form .form-box .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
  background-color: #e02727;
}
body .main .inner .content .content-r .programme form .form-box .layui-form-item:last-child {
  margin-bottom: 0;
}
body .main .inner .content .content-r .programme form .input-box .layui-form-item .layui-form-label {
  padding: 0 0;
  width: 146px;
  border-right: none;
  text-align: left;
}
body .main .inner .content .content-r .programme form .input-box .layui-form-item .layui-input-block {
  margin-left: 146px;
}
body .main .inner .content .content-r .programme form button {
  display: block;
  width: 266px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: #e02727;
  border-radius: 6px;
  margin: 30px auto 10px;
  font-size: 18px;
  color: #fff;
  border: none;
  cursor: pointer;
}
body .main .inner .content .content-r .activity {
  width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
body .main .inner .content .content-r .activity .pic {
  width: 100%;
  height: 232px;
  background: #F7F8FA;
}
body .main .inner .content .content-r .activity p a {
  font-size: 16px;
  color: #000;
  padding: 23px 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body .main .inner .content .content-r .activity > a {
  display: block;
  width: 266px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 6px;
  background: #e02727;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
}
body .main .inner .content .content-r .recommend {
  margin-bottom: 20px;
}
body .main .inner .content .content-r .discount ul li {
  padding: 20px 0;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}
body .main .inner .content .content-r .discount ul li span {
  margin-right: 5px;
}
body .main .inner .content .content-r .discount ul li a {
  width: 260px;
}
body .main .inner .content .content-r .discount ul li em {
  padding: 0 5px;
  border: 1px solid #e02727;
  color: #e02727;
  border-radius: 12px;
  position: absolute;
  right: 0;
}
body .main .inner .content .content-r .discount ul li:first-child {
  padding-top: 0;
}
body .main .inner .content .content-r .discount ul li:last-child {
  border-bottom: none;
  padding-bottom: 8px;
}
body .main .inner .content .content-r .success > ul {
  margin-top: -10px;
}
body .main .inner .content .content-r .success > ul > li {
  flex-direction: column;
  align-items: normal;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 15px;
}
body .main .inner .content .content-r .success > ul > li h5 {
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/index/arrow.png") 0 50% no-repeat;
}
body .main .inner .content .content-r .success > ul > li > ul {
  display: flex;
  padding-left: 20px;
}
body .main .inner .content .content-r .success > ul > li > ul > li {
  padding: 5px 0 0;
  margin-right: 30px;
  color: #999;
}
body .main .inner .content .content-r .success > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
body .main .inner .rank-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 20px;
}
body .main .inner .rank-box ul {
  padding: 0 10px;
  border-left: 3px solid #e02727;
  display: flex;
  align-items: center;
}
body .main .inner .rank-box ul li {
  margin-right: 30px;
}
body .main .inner .rank-box ul li a {
  font-size: 16px;
  color: #000;
}
body .main .inner .rank-box ul li .active {
  font-weight: bold;
}
body .main .inner .rank-box .total {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
body .main .inner .rank-box .total span {
  color: #e02727;
}
body .main .inner .school-list {
  display: flex;
  flex-wrap: wrap;
}
body .main .inner .school-list > li {
  width: 453px;
  height: 306px;
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}
body .main .inner .school-list > li .school-t {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body .main .inner .school-list > li .school-t .pic {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 20px;
}
body .main .inner .school-list > li .school-t .txt h6 {
  padding-bottom: 15px;
}
body .main .inner .school-list > li .school-t .txt h6 a {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
body .main .inner .school-list > li .school-t .txt > ul {
  display: flex;
  align-items: center;
}
body .main .inner .school-list > li .school-t .txt > ul li {
  padding-right: 15px;
  border-right: 1px solid #e02727;
  line-height: 16px;
}
body .main .inner .school-list > li .school-t .txt > ul li a {
  font-size: 16px;
  color: #e02727;
}
body .main .inner .school-list > li .school-t .txt > ul li:nth-of-type(2) {
  padding-left: 15px;
  border-right: none;
}
body .main .inner .school-list > li .school-m {
  width: 100%;
  background: #F7F8FA;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
body .main .inner .school-list > li .school-m > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .main .inner .school-list > li .school-m > ul > li {
  margin-right: 30px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
}
body .main .inner .school-list > li .school-m > ul > li span {
  color: #000;
}
body .main .inner .school-list > li .school-m > ul > li dl {
  display: flex;
  align-items: center;
}
body .main .inner .school-list > li .school-m > ul > li dl dd {
  font-size: 14px;
  color: #000;
  padding: 0 10px;
  border-right: 1px solid #e02727;
  line-height: 12px;
}
body .main .inner .school-list > li .school-m > ul > li dl dd:last-child {
  border-right: none;
}
body .main .inner .school-list > li .school-m > ul > li:last-child {
  margin-bottom: 0;
}
body .main .inner .school-list > li .school-b {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main .inner .school-list > li .school-b a {
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  margin: 0 7px;
}
body .main .inner .school-list > li .school-b .red {
  color: #e02727;
  border: 1px solid #e02727;
}
body .main .inner .school-list > li .school-b .red:hover {
  background: #e02727;
  color: #fff;
}
body .main .inner .school-list > li .school-b .blue {
  color: #e02727;
  border: 1px solid #e02727;
}
body .main .inner .school-list > li .school-b .blue:hover {
  background: #e02727;
  color: #fff;
}
body .main .inner .school-list > li:nth-of-type(3n) {
  margin-right: 0;
}
body .main .inner .project-list > li {
  width: 100%;
  padding: 24px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
body .main .inner .project-list > li .pro-l {
  display: flex;
}
body .main .inner .project-list > li .pro-l .pic {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 20px;
}
body .main .inner .project-list > li .pro-l .txt h6 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body .main .inner .project-list > li .pro-l .txt h6 a {
  font-size: 20px;
  color: #000;
  margin-right: 20px;
}
body .main .inner .project-list > li .pro-l .txt h6 span {
  font-size: 16px;
  color: #666;
}
body .main .inner .project-list > li .pro-l .txt > a {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin-bottom: 5px;
}
body .main .inner .project-list > li .pro-l .txt > ul {
  display: flex;
  align-items: center;
}
body .main .inner .project-list > li .pro-l .txt > ul li {
  font-size: 14px;
  color: #666;
  margin-right: 40px;
}
body .main .inner .project-list > li .pro-l .txt > ul li span {
  color: #000;
}
body .main .inner .project-list > li .pro-l .txt > ul li .red {
  color: #e02727;
}
body .main .inner .project-list > li .pro-r .stars {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
}
body .main .inner .project-list > li .pro-r .stars ul {
  display: flex;
}
body .main .inner .project-list > li .pro-r .stars ul li {
  margin-right: 8px;
}
body .main .inner .project-list > li .pro-r .stars ul li:last-child {
  margin-right: 0;
}
body .main .inner .project-list > li .pro-r .btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body .main .inner .project-list > li .pro-r .btn a {
  width: 110px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  background: #fff;
  margin-left: 14px;
}
body .main .inner .project-list > li .pro-r .btn .red {
  color: #e02727;
  border: 1px solid #e02727;
}
body .main .inner .project-list > li .pro-r .btn .red:hover {
  background: #e02727;
  color: #fff;
}
body .main .inner .project-list > li .pro-r .btn .blue {
  color: #e02727;
  border: 1px solid #e02727;
}
body .main .inner .project-list > li .pro-r .btn .blue:hover {
  background: #e02727;
  color: #fff;
}
body #pages {
  text-align: center;
  padding-top: 20px;
}
body #pages .layui-laypage {
  width: 550px;
}
body #pages .layui-laypage .layui-laypage-count {
  float: right;
  width: 80px;
  background: none;
}
body #pages .layui-laypage .layui-laypage-em {
  background-color: #e02727;
  border-radius: 6px;
}
body #pages .layui-laypage a,
body #pages .layui-laypage span {
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  padding: 0;
  border-radius: 6px;
  margin: 0 4px;
  line-height: 34px;
  color: #999;
  background: #F7F8FA;
}
body #pages .layui-laypage .layui-laypage-prev em,
body #pages .layui-laypage .layui-laypage-next em {
  font-size: 22px;
  line-height: 30px;
}
body .page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
body .page ul {
  display: flex;
  align-items: center;
}
body .page ul li {
  margin: 0 4px;
}
body .page ul li a {
  display: inline-block;
  font-size: 16px;
  color: #999;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 6px;
  line-height: 34px;
  background: #F7F8FA;
}
body .page ul li .active {
  background: #e02727;
  color: #fff;
}
body .page ul li:first-child a,
body .page ul li:last-child a {
  font-size: 20px;
  line-height: 30px;
}
body .page span {
  font-size: 16px;
  color: #999;
  margin-left: 15px;
}
/*# sourceMappingURL=base.css.map */