* {
  margin: 0;
  padding: 0;
}
body {
  background: #f7f6f7;
  font-size: 16px;
}
.banner {
  background: url(../img/banner.png) no-repeat center bottom/auto 100% !important;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 260px;
}
.content{
  width: 1200px;
  margin: auto;
  padding-bottom: 20px;
}
.content .zhuantiList{
  display: flex;
  flex-wrap: wrap;
}
.content .zhuantiList li{
  margin-top: 16px;
  margin-right: 16px;
  cursor: pointer;
  width: 592px;
  height: 149px;
  background: #fff;
}
.content .zhuantiList li:nth-child(2n){
  margin-right: 0;
}
.content .zhuantiList li a{
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 18px;
}
.content .zhuantiList li a img{
  width: 213px;
  height: 120px;
  display: block;
}
.content .zhuantiList li a .zhuanti_info{
  width: 320px;
}
.content .zhuantiList li a .zhuanti_info .zhuanti_title{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  color: #333;
}
.content .zhuantiList li a .zhuanti_info .zhuanti_desc{
  width: 100%;
  height: 64px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* 分页 */
.pageContainer{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 70%;
}
ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px 4px 4px 4px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  font-size: 18px;
  font-family: PingFangSC-Regular-, PingFangSC-Regular;
  font-weight: normal;
  color: #333333;
  float: left;
  text-decoration: none;
  margin-left: 30px;
  text-align: center;
  vertical-align: middle;
}
.active{
  background: rgba(255, 70, 67, 1) !important;
  color: #fff !important;
}
.goPage{
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 30px;
}
.goPage input{
  width: 70px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E7E7E7;
  text-align: center;
  font-size: 16px;
}

