/*政策通知*/
header.main {
  background-image: url('../../images/enterprise/jjfahj/header-bg.jpg');
  height: 631.05px;
}
/*头部*/
header.main .content {
  padding-top: 90px;
}
header.main .content .underline {
  width: 86px;
  background: #ffffff;
  margin-top: 18px;
}
header.main .content p {
  font-size: 16px;
  line-height: 31px;
}

header.main .more-button {
  margin-top: 46px;
}
header.main .content h2 {
  margin-top: 28px;
}
/*内容*/
/*网格展示区域*/
#content-1 {
  height: 857px;
  padding-top: 133px;
}
#content-1 .three-col-grid {
  gap: 45px 30px;
}
#content-1 .three-col-grid > li {
  width: 379px;
  height: 276px;
  color: white;
  background: left/cover no-repeat;
}
#content-1 .three-col-grid > li .title {
  font-size: 22px;
}
#content-1 .three-col-grid > li .underline {
  width: 30px;
  height: 2px;
  background: #ffffff;
  margin-top: 23px;
}
/*leave展示*/
#content-1 .three-col-grid li .leave {
  width: 100%;
  height: 100%;
  background: left/cover no-repeat;
}
/*设置背景图片*/
#content-1 .three-col-grid > li:nth-of-type(1) {
  background-image: url('../../images/enterprise/jjfahj/cwgx.png');
}
#content-1 .three-col-grid > li:nth-of-type(2) {
  background-image: url('../../images/enterprise/jjfahj/glkj.png');
}
#content-1 .three-col-grid > li:nth-of-type(3) {
  background-image: url('../../images/enterprise/jjfahj/qydsj.png');
}
#content-1 .three-col-grid > li:nth-of-type(4) {
  background-image: url('../../images/enterprise/jjfahj/zhcw.png');
}
#content-1 .three-col-grid > li:nth-of-type(5) {
  background-image: url('../../images/enterprise/jjfahj/zbyy.png');
}
#content-1 .three-col-grid > li:nth-of-type(6) {
  background-image: url('../../images/enterprise/jjfahj/jqqyy.png');
}
#content-1 .three-col-grid li:hover .leave {
  display: none;
}
#content-1 .three-col-grid li .leave figure {
  height: 125px;
}
/*hover展示*/
#content-1 .three-col-grid li .hover {
  background: rgba(61, 95, 214, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  justify-content: center;
  padding-top: 40px;
}

#content-1 .three-col-grid li:hover .hover {
  display: flex;
padding-bottom: 40px;
}
#content-1 .three-col-grid li:hover .hover .content-container {
overflow-y:auto;
}
#content-1 .three-col-grid li .hover .underline {
  margin: 14px auto 16px auto;
}
#content-1 .three-col-grid li .hover ul > li {
  font-size: 13px;
  margin-bottom: 4px;
  color: #d9def0;
}
#content-1 .three-col-grid li .hover ul > li:hover {
  color: inherit;
}

/*客户伙伴*/
#content-2 {
  height: 545px;
  padding-top: 105px;
}
#content-2 .title-2 {
  color: #2a2a2c;
  margin-top: 10px;
}
#content-2 .customer-list {
  margin-top: 57px;
  display: grid;
  grid-template: repeat(2, 1fr) / repeat(5, 1fr);
  gap: 23px;
}
#content-2 .customer-list li img,
#content-2 .customer-list li {
  width: 221.5px;
  height: 83.5px;
}
/*图标容器*/
.icon-container {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
a:hover{
 color:white;
}