@charset "utf-8";
.column-banner.jjfa {
  background-image: url(../images/jjfa/jjfa/banner.jpg);
}
.column-banner.cjszt {
  height: 500px;
  background-image: url(../images/jjfa/cjszt/banner.jpg);
}
.panel {
  padding: 3.6% 0;
  background-size: cover;
}
.panel .text {
  width: 40%;
  padding-top: 4%;
}
.panel .text h4 {
  font-size: 28px;
  padding-bottom: 20px;
}
.panel .text p {
  line-height: 32px;
}
.panel .img-box {
  width: 55.55%;
  overflow: hidden;
}
.panel .img-box img {
  transition: all 0.3s ease-in-out 0s;
}
.panel .img-box:hover img {
  transform: scale(1.2);
}
.column-head {
  margin-bottom: 25px;
}
.fajs {
  background: url(../images/jjfa/cjszt/fanganbg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 5%;
}
.fajs p {
  line-height: 40px;
}
@media (max-width: 768px) {
  .fajs p {
    line-height: 26px;
  }
}
.left .flex {
  flex-direction: row;
}
.right {
  background-color: #f5f8ff;
}
.header .right { background: none;}
.right .flex:not(ul) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .column-head {
    margin-bottom: 15px;
  }
  .panel .text h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 2%;
  }
  .panel .text p {
    line-height: 26px;
  }
}
.jjfa .column-head {
  text-align: left;
}
.jjfa .column-head .currentname:after {
  right: auto;
}
.jjfa .panel .text {
  padding-top: 0;
}
.jjfa .panel ul li {
  width: 48.5%;
  margin-bottom: 20px;
}
.jjfa .panel ul li a {
  display: flex;
  font-size: 18px;
  color: #666;
  text-align: center;
  border: 1px solid #e1e6f6;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 0 5px;
  line-height: 28px;
  height: 100px;
}
.jjfa .panel ul li a:hover {
  background-color: #e1e1e1;
}
@media (max-width: 1440px) {
  .jjfa .panel ul li {
    margin-bottom: 2%;
  }
  .jjfa .panel ul li a {
    font-size: 15px;
    height: 60px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .jjfa .panel .text {
    margin-top: 20px;
    margin-bottom: 3%;
  }
}
