.head {
  background-color: #F5F4FA;
  padding: 30px 0px;
  justify-content: center;
  display: flex;
}
.head .headc {
  width: 1000px;
  height: 400px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  align-content: center;
}
.head .headc .l {
  width: 59%;
  height: 400px;
}
.head .headc .l img {
  width: 100%;
  height: 100%;
}
.head .headc .l .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  margin-top: -30px;
  z-index: 1;
  color: #ffffff;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
  box-sizing: border-box;
}
.head .headc .r {
  width: 39%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.head .headc .r .r1 {
  height: 49%;
}
.head .headc .r .r1 img {
  width: 100%;
  height: 100%;
}
.head .headc .r .r1 .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.4);
  margin-top: -30px;
  z-index: 1;
  color: #ffffff;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
  box-sizing: border-box;
}
.c1 {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c1 .c11 {
  width: 32%;
}
.c1 .c11 .c111 {
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c1 .c11 .c111 .c1111 {
  background-color: #5daf34;
  height: 20px;
  width: 4px;
  border-radius: 4px;
}
.c1 .c11 .c111 .c1112 {
  margin-left: 10px;
  font-size: 14px;
}
.c1 .c11 .c112 {
  width: 100%;
}
.c1 .c11 .c112 .img {
  width: 100%;
  height: 200px;
}
.c1 .c11 .c112 .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.4);
  margin-top: -30px;
  z-index: 1;
  color: #ffffff;
  position: relative;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
  box-sizing: border-box;
}
.c1 .c11 .c113 {
  line-height: 30px;
  font-size: 13px;
}
.c1 .c11 .c113 ul {
  margin-top: 10px;
}
.c1 .c11 .c113 ul li {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
}
.c1 .c11 .c113 ul li span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #3a8ee6;
  margin-right: 10px;
}
.c1 .c11 .c113 ul li .title {
  color: #535456;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c2 .c21 {
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c2 .c21 .c211 {
  background-color: #5daf34;
  height: 20px;
  width: 4px;
  border-radius: 4px;
}
.c2 .c21 .c212 {
  margin-left: 10px;
  font-size: 14px;
  margin-right: 10px;
}
.c2 .c21 .c213 {
  margin-right: 10px;
  border: 1px solid #5daf34;
  padding: 2px 10px;
  border-radius: 20px;
  color: #5daf34;
  font-size: 14px;
}
.c2 .c22 {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.c2 .c22 .c221 {
  width: 32%;
}
.c2 .c22 .c221 .img {
  width: 100%;
  height: 200px;
}
.c2 .c22 .c221 .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.4);
  margin-top: -30px;
  z-index: 1;
  color: #ffffff;
  position: relative;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
  box-sizing: border-box;
}
.c3 .c31 {
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c3 .c31 .c311 {
  background-color: #5daf34;
  height: 20px;
  width: 4px;
  border-radius: 4px;
}
.c3 .c31 .c312 {
  margin-left: 10px;
  font-size: 14px;
  margin-right: 10px;
}
.c3 .c32 {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1%;
}
.c3 .c32 .c321 {
  width: 24%;
  margin-right: 1%;
  margin-top: 20px;
  background-color: #F8F8F8;
}
.c3 .c32 .c321 .img {
  width: 100%;
  height: 150px;
}
.c3 .c32 .c321 .title {
  width: 100%;
  height: 65px;
  font-size: 13px;
  line-height: 20px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* WebKit浏览器支持 */
  -webkit-line-clamp: 3;
  /* 最大行数为3行 */
  -webkit-box-orient: vertical;
}
.c3 .c33 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.c3 .c33 .c331 {
  border-radius: 5px;
  border: 1px solid #3a8ee6;
  color: #3a8ee6;
  padding: 5px 20px;
  font-size: 13px;
}
