@charset "UTF-8";
.jfrw {
  background: #fff;
  position: relative;
  z-index: 9;
}
.jfrw .lmTit {
  margin-bottom: 0.6rem;
}
.jfrw .lmTit h2 img {
  bottom: 0.1rem;
}
.jfrwTit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.3rem;
}
.jfrwTit h2 {
  font-size: 0.28rem;
  line-height: 0.3rem;
  font-family: Source Han Serif CN;
  color: #053c81;
}
.jfrwCon {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.jfrwSub {
  width: 31.5%;
  height: auto;
}
.jfrwSub .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.jfrwSub .img p {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.jfrwSub ul {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.3rem;
  background: linear-gradient(180deg, #f2f6fa 0%, rgba(242, 246, 250, 0) 98%);
  box-sizing: border-box;
}
.jfrwSub ul a {
  display: flex;
  padding: 0.15rem 0;
  border-bottom: 1px solid #ebebeb;
  align-items: center;
  justify-content: flex-start;
}
.jfrwSub ul li a .img {
  width: 1.5rem;
  padding: 1.06rem 0 0;
}
.jfrwSub ul li a .tit {
  width: calc(100% - 1.5rem);
  padding-left: 0.4rem;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #333333;
  max-height: 0.72rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.jfrwSub ul li a:hover .tit {
  color: #013c80;
}
.jfrwSub ul li a:hover .img p {
  transform: scale(1.08);
}
.jfrwSub ul li.first a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  border-bottom: none;
}
.jfrwSub ul li.first a .img {
  width: 100%;
  padding: 60.8% 0 0;
}
.jfrwSub ul li.first a .tit {
  width: 100%;
  padding: 0.15rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-height: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000000 100%);
}
@media only screen and (max-width: 1040px) {
  .jfrwSub {
    width: 100%;
    margin-bottom: 30px;
  }
  .jfrwSub:last-of-type {
    margin-bottom: 0;
  }
  .jfrwSub ul {
    padding: 30px;
  }
  .jfrw .lmTit {
    margin-bottom: 40px;
  }
  .jfrw {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .jfrwSub ul {
    padding: 20px;
  }
  .jfrw .lmTit {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 460px) {
  .jfrwSub ul {
    padding: 15px 10px;
  }
  .jfrwSub ul li a .img {
    width: 100px;
    padding: 72px 0 0;
  }
  .jfrwSub ul li a .tit {
    width: calc(100% - 100px);
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    -webkit-line-clamp: 3;
  }
  .jfrwSub {
    margin-bottom: 15px;
  }
  .jfrwTit h2 {
    font-size: 18px;
  }
  .jfrwTit {
    margin-bottom: 15px;
  }
  .jfrwSub ul li.first a .tit {
    padding: 8px;
  }
  .jfrw .lmTit {
    margin-bottom: 20px;
  }
  .jfrw {
    padding: 30px 0 10px;
  }
}
