body,a{
  color: #000;
}


.content{
  background-color: #F0F4FD;
}
.list1{
  padding-bottom: 30px;
}
.list1 h3,.list2 h3,.list3 h3{
  font-size: 26px;
  padding: 30px 0;
}
.list1 .list_con ul li{
  width: 23%;
  height: 310px;
  background-color: #fff;
  margin-bottom: 30px;
  margin-right: 32px;
  border-radius: 10px;
}
.list1 .list_con ul li .img{
  height: 150px;
}
.list1 .list_con ul li .img img{
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.list1 .list_con ul li .tit{
  padding: 10px 15px;
  height: 33px;
  display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
}
.list1 .list_con ul li .tit a,.list2 ul li .lis .tit a{
  font-weight: 600;
  font-size: 16px;
}
.list1 .list_con ul li .tit a:hover,.list2 ul li .lis .tit a:hover{
  text-decoration: underline;
}
.list1 .list_con ul li .time{
  margin: 15px 0 15px 10px;
}
.list1 .list_con ul li .but{ 
  text-align: center;
}
.list1 .list_con ul li .but a{
  display: inline-block;
  width: 150px;
  height: 38px;
  line-height: 38px;
  background-color: #FF9600;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
}
.list1 .list_con ul li:hover,.list2 ul li:hover{
  box-shadow: 10px 10px 10px 0 #ddd;
}
.list1 .list_con ul li:nth-child(4n),
.list2 ul li:nth-child(2),
.list2 ul li:nth-child(4),
.list3 ul li:nth-child(5),
.list3 ul li:nth-child(10){
  margin-right: 0;
}
.content .more{
  width: 300px;
  padding: 12px 0;
  background-color: #3e79dd;
  text-align: center;
  margin: 0 auto;
}
.content .more a{
  color: #fff;
}

.list2 ul li{
  width: 45%;
  height: auto;
  background-color: #fff;
  margin-bottom: 30px;
  margin-right: 40px;
  padding: 20px;
  border-radius: 10px;
}
.list2 ul li .img{
  width: 49%;
  height: 150px;
}
.list2 ul li .img img{
  width: 100%;
  height: 100%;
}
.list2 ul li .lis{
  width: 48%;
}
.list2 ul li .lis .time{
  margin: 40px 0 10px 0;
}
.list2 ul li .lis .huifang a{
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  background-color: #3e79dd;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  margin-top: 10px;
}

.banner{
  height: 100px;
  background-color: skyblue;
}

.list3 ul li{
  width: 18%;
  height: 250px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
}
.list3 ul li img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0
  left: 0;
  z-index: -1;
  border-radius: 10px;
}
.list3 ul li h3{
  height: 60px;
  text-align: center;
  padding: 30px 20px 15px;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
}
.list3 ul li p.p1{
  margin-bottom: 15px;
}
.list3 ul li p.p1,.list3 ul li p.p2{
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.list3 ul li .hf{
  text-align: center;
  width: 100px;
  padding: 10px;
  background-color: #FF9600;
  margin: 15px auto 0;
  border-radius: 20px;
}
.list3 ul li .hf a{
  color: #fff;
  font-size: 16px;

}
