.main ul li {box-sizing: border-box; padding: 23px 0 20px 13px; border-bottom: 1px solid #f0f0f0; height: 144px;}
.main ul li .pic, .main ul li .pic img { display: block; width: 120px; height: 95px;}
.main ul li .pic {margin-right: 16px;}
.main ul li h2 {height: 23px;margin-bottom: 5px; font-size:18px; font-weight: 600;}
.main ul li p {font-size: 14px; color: #505050; line-height: 24px;}

.pager{width: 1000px; line-height: 70px; text-align: center; margin-top: 30px;}
.pager .layui-laypage-em{background: #d61319;}
.pager span{border: 1px solid #C7C7C7; height: 28px; line-height: 28px; padding: 2px 10px; font-weight: nomal;  font-size: 14px; display: inline-table; margin:0 3px; background-color:#dfdfdf }
.pager a{border: 1px solid #C7C7C7; height: 28px; line-height: 28px; padding: 2px 10px; font-weight: nomal;  font-size: 14px; display: inline-table; margin:0 3px;}
.pager a:hover{color: #d61319;}
.pager a.act{background-color: #db2323; border: 1px solid #863335; text-decoration: none; color: #fff;}
.pager a.act:hover{color: #fff;}


.kongs{text-align: center;line-height: 300px;}

.loading {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  animation: loader6Animation 1s linear infinite;
  margin:100px auto;
}
.loading:before {
  content: "";
  height: 15px;
  width: 15px;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  top: 0px;
  left: 42px;
  border-radius: 50%;
}
.loading:after {
  content: "";
  height: 15px;
  width: 15px;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 5px;
  left: 22px;
  border-radius: 50%;
}
.loading span:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 7px;
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.loading span:after {
  content: "";
  position: absolute;
  top: 38px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
@keyframes loader6Animation {
  0% {
    tranform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




@media only screen and (max-width: 640px){
}