.list-banner .container {
  position: relative;
}

.xxgk-column {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.xxgk-column .tit {
  position: absolute;
  left: 0;
  bottom: 95px;
  width: 339px;
  height: 119px;
  background: url(../images/column-tit-bg.png) no-repeat;
  background-size: 100% 100%;
}

.xxgk-column .tit h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  padding-top: 45px;
  padding-left: 80px;
}

.xxgk-nav {
  position: relative;
  z-index: 9;
  margin-top: -35px;
  width: 100%;
}

.xxgk-nav .phone-tit {
  display: none;
}

.xxgk-nav .container {
  position: relative;
  background: url(../images/xxgk-nav-bg1.png) center right no-repeat;
  padding-right: 20px;
}

.xxgk-nav .container:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #007ac2;
  z-index: 2;
}

.xxgk-nav .container:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/xxgk-nav-bg2.png) center right no-repeat;
  z-index: 2;
}

.xxgk-nav ul {
  position: relative;
  z-index: 99;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}

.xxgk-nav ul li {
  float: left;
  width: 13.99%;
  text-align: center;
  position: relative;
}

.xxgk-nav ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/nav-logo.png) center center no-repeat;
  transition: .5s;
  opacity: 0;
  transform: translateY(-105%);
}

.xxgk-nav ul a {
  position: relative;
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-weight: normal;
}

.xxgk-nav ul li:hover a {
  font-weight: bold;
}

.xxgk-nav ul li:hover:before {
  transform: translateY(0);
  opacity: 1;
}

.xxgk01 {
  padding: 100px 0;
}

.xxgk01 .left,
.xxgk01 .right {
  width: 48%;
  background: #fff;
  box-shadow: 0 0 10px 0 #efefef;
}

.xxgk01 .left {
  float: left;
}

.xxgk01 .right {
  float: right;
}

.xxgk01 .right .xxgk-tit01 h2 {
  background: url(../images/xxgk-tit-bg02.png) no-repeat;
  background-size: 100% 100%;
}

.xxgk01 .right .xxgk-tit01 .more:hover {
  background: #f7a73b;
}

.xxgk-tit01 .pic {
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.xxgk-tit01 h2 {
  padding: 14px 85px 14px 30px;
  background: url(../images/xxgk-tit-bg01.png) no-repeat;
  background-size: 100% 100%;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.xxgk-tit01 .more {
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: .875rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  display: block;
  position: absolute;
  right: 35px;
  bottom: 34px;
}

.xxgk-tit01 .more:hover {
  background: #007ac2;
}

.xxgk01 .list01 {
  padding: 15px 25px 40px;
  overflow: hidden;
}

.xxgk01 .list01 li {
  padding: 25px 0;
  border-bottom: 1px solid #d4e4ee;
  position: relative;
}

.xxgk01 .list01 li * {
  transition: .5s;
}

.xxgk01 .list01 li:before {
   content: ""; 
  width: 0;
  height: 1px;
  background: #007ac2;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 1s;
}

.xxgk01 .list01 a {
  overflow: hidden;
  display: block;
  line-height: 20px;
  position: relative;
}

.xxgk01 .list01 h2 {
  float: left;
  width: calc(100% - 100px);
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xxgk01 .list01 h2:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #89c4e6;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;
}

.xxgk01 .list01 .date {
  float: right;
  font-size: 1rem;
  color: #a6a6a6;
  font-family: Arial, Helvetica, sans-serif;
}

.xxgk01 .list01 li:hover:before {
  width: 100%;
}

.xxgk01 .list01 li:hover h2 {
  color: #007ac2;
}

.xxgk02 {
  padding: 70px 0 50px;
  background: url(../images/xxgk02.png) center center no-repeat;
  background-size: cover;
}

.xxgk-tit02 {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.xxgk-tit02 h2 {
  text-align: center;
  font-size: 2rem;
  color: #333333;
  font-weight: normal;
  padding-bottom: 18px;
  position: relative;
}

.xxgk-tit02 h2:before {
  content: "";
  width: 40px;
  height: 4px;
  background: #007ac2;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.xxgk-tit02 .more {
  width: 70px;
  line-height: 30px;
  height: 30px;
  display: block;
  text-align: center;
  font-size: .875rem;
  color: #4ca2d4;
  border-radius: 20px;
  border: 1px solid rgba(58, 149, 202, 0.25);
  background: rgba(137, 196, 230, 0.25);
  position: absolute;
  right: 0;
  bottom: 20px;
}

.xxgk-tit02 .more:hover {
  background: #89c4e6;
  color: #fff;
}

.xxgk02 .list02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xxgk02 .list02 li {
  width: 48%;
  margin-bottom: 20px;
}

.xxgk02 .list02 li * {
  transition: .5s;
}

.xxgk02 .list02 li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.xxgk02 .list02 .date {
  width: 71px;
  height: 71px;
  float: left;
  text-align: center;
  background: #47acf2;
  border-radius: 50%;
  color: #fff;
  overflow: hidden;
  padding-top: 12px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.xxgk02 .list02 .date .day {
  font-size: 1.125rem;
  font-weight: bold;
  position: absolute;
  width: 100%;
  left: 0;
  top: 15px;
}

.xxgk02 .list02 .date .yea {
  font-size: .875rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}

.xxgk02 .list02 .date:before {
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 10%;
  top: 50%;
}

.xxgk02 .list02 .txt {
  width: calc(100% - 105px);
  position: relative;
  line-height: 30px;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0 0 10px 0 #efefef;
  display: flex;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.xxgk02 .list02 .txt:before {
  content: "";
  border-right: 16px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -12px;
}

.xxgk02 .list02 li:hover .txt:before{
 border-right: 16px solid #007ac2;
  
}
.xxgk02 .list02 .txt:after {
  content: "";
  width: 0;
  height: 100%;
  background: #007ac2;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 1.5s;
}

.xxgk02 .list02 .col {
  float: left;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1rem;
  color: #007ac2;
  background: #f2f9ff;
  position: relative;
  z-index: 9;
}

.xxgk02 .list02 .col02 {
  background: #ffecd1;
  color: #a57127;
}

.xxgk02 .list02 h2 {
  width: calc(100% - 80px);
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 9;
}

.xxgk02 .list02 li:hover .txt:after {
  width: 100%;
}

.xxgk02 .list02 li:hover h2 {
  color: #fff;
}

.xxgk03 {
  padding: 90px 0;
}

.xxgk03 .left,
.xxgk03 .right {
  float: left;
  width: 48%;
}

.xxgk03 .right {
  float: right;
}

.xxgk-tit03 {
  overflow: hidden;
  margin-bottom: 35px;
}

.xxgk-tit03 h2 {
  float: left;
  font-size: 2rem;
  font-weight: normal;
  color: #333333;
  padding-left: 30px;
  position: relative;
}

.xxgk-tit03 h2:before {
  content: "";
  width: 4px;
  height: 40px;
  background: #007ac2;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  left: 0;
}

.xxgk-tit03 .more {
  float: right;
  margin-top: 4px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: .875rem;
  color: #4ca2d4;
  border: 1px solid rgba(91, 167, 211, 0.25);
  border-radius: 20px;
  background: rgba(137, 196, 230, 0.25);
}

.xxgk-tit03 .more:hover {
  background: #89c4e6;
  color: #fff;
}

.xxgk03 .list03 * {
  transition: .5s;
}

.xxgk03 .list03 li {
  overflow: hidden;
  padding: 8px 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 #efefef;
  margin-bottom: 20px;
  position: relative;
}

.xxgk03 .list03 li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #007ac2;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: height .5s;
}

.xxgk03 .list03 a {
  display: block;
  line-height: 55px;
  position: relative;
  display: flex;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.xxgk03 .list03 .date {
  float: left;
  width: 110px;
  text-align: center;
  background: #f2f9ff;
  font-size: 1rem;
  color: #0075ba;
  border-radius: 30px 30px 30px 0;
}

.xxgk03 .list03 h2 {
  float: right;
  width: calc(100% - 135px);
  font-size: 1.125rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}

.xxgk03 .list03 li:hover:before {
  height: 100%;
  opacity: 1;
}

.xxgk03 .list03 li:hover h2 {
  color: #fff;
}

.xxgk04 {
  padding: 70px 0 50px;
  background: url(../images/xxgk04.png) center center no-repeat;
  background-size: cover;
}

.xxgk04 .list04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xxgk04 .list04 li {
  width: calc(33.3% - 20px);
  margin-bottom: 20px;
}

.xxgk04 .list04 a {
  display: block;
  background: #fff;
  box-shadow: 0 0 10px 0 #efefef;
  padding: 20px 30px;
  position: relative;
}

.xxgk04 .list04 a:before {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background: url(../images/list04-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.xxgk04 .list04 a:after {
  content: "";
  width: 100%;
  height: 0;
  background: #0075ba;
  position: absolute;
  left: 0;
  top: 0;
  transition: height .4s;
  z-index: 2;
  opacity: 0;
}

.xxgk04 .list04 .txt {
  position: relative;
  z-index: 5;
}

.xxgk04 .list04 h2 {
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .5s;
}

.xxgk04 .list04 .date {
  border-top: 1px solid #d4e7f8;
  margin-top: 15px;
  padding-top: 15px;
  line-height: 26px;
  background: url(../images/xxgk-date.png) left bottom no-repeat;
  padding-left: 40px;
  font-size: 1rem;
  color: #4ca2d4;
  transition: 1s;
}

.xxgk04 .list04 li:hover a:after {
  height: 100%;
  opacity: 1;
}

.xxgk04 .list04 li:hover h2 {
  color: #fff;
}

.xxgk04 .list04 li:hover .date {
  color: #fff;
}

@media (max-width: 1240px) {
  .xxgk-column .tit {
    bottom: 50px;
  }
  .xxgk-tit01 .pic {
    height: 200px;
  }
  .xxgk04 .list04 li {
    width: calc(50% - 20px);
  }
}

@media (max-width: 992px) {
  .xxgk-column .tit {
    display: none;
  }
  .xxgk-nav {
    margin-top: 20px;
  }
  .xxgk-nav .container {
    background: none;
    padding: 0;
  }
  .xxgk-nav .container:before,
  .xxgk-nav .container:after {
    display: none;
  }
  .xxgk-nav .phone-tit {
    display: block;
    background: #007ac2;
    padding: 10px 3%;
  }
  .xxgk-nav .phone-tit h2 {
    font-size: 1.25rem;
    color: #fff;
    text-align: left;
    background: url(../images/slider-right.png) right center no-repeat;
    background-size: auto 80%;
  }
  .xxgk-nav ul {
    display: none;
    border-top: 5px solid #fc9804;
    background: #e7f2fa;
    padding: 15px 3%;
    height: auto;
    line-height: 22px;
  }
  .xxgk-nav ul li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #bac3d2;
    padding: 10px;
  }
  .xxgk-nav ul li a {
    font-size: 1.125rem;
    color: #333;
    text-align: left;
    background: url(../images/leftnav-ico2.png) right center no-repeat;
  }
  .xxgk-nav ul li.current a {
    font-weight: bold;
    color: #007ac2;
    background: url(../images/leftnav-ico2.png) right center no-repeat;
  }
  .xxgk-nav ul li:before {
    display: none;
  }
  .xxgk-nav.open ul {
    display: block;
  }
  .xxgk01 {
    padding: 30px 0;
  }
  .xxgk01 .left {
    float: none;
    width: 100%;
  }
  .xxgk01 .right {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .xxgk02,
  .xxgk03,
  .xxgk04 {
    padding: 30px 0;
  }
  .xxgk01 .list01 li {
    padding: 15px 0;
  }
  .xxgk01 .list01 a {
    display: flex;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .xxgk01 .list01 h2 {
    width: calc(100% - 80px);
    padding-left: 20px;
    line-height: 26px;
    max-height: 52px;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .xxgk02 .list02 li {
    width: 100%;
    float: none !important;
  }
  .xxgk02 .list02 li a {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .xxgk02 .list02 .txt {
    width: calc(100% - 95px);
    padding: 10px 10px;
  }
  .xxgk02 .list02 h2 {
    width: calc(100% - 65px);
    line-height: 26px;
    max-height: 52px;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .xxgk03 .left,
  .xxgk03 .right {
    float: none !important;
    width: 100%;
  }
  .xxgk03 .right {
    margin-top: 30px;
  }
  .xxgk03 .list03 h2 {
    width: calc(100% - 110px);
    line-height: 26px;
    max-height: 52px;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .xxgk04 .list04 li {
    width: 100%;
  }
  .xxgk04 .list04 h2 {
    line-height: 26px;
    max-height: 52px;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 420px) {
  .xxgk-tit01 .pic {
    height: 140px;
  }
  .xxgk-tit01 h2 {
    padding: 10px 60px 10px 20px;
    font-size: 1.5rem;
  }
  .xxgk-tit01 .more {
    right: 10px;
    bottom: 20px;
  }
  .xxgk01 .list01 {
    padding: 15px 10px 30px;
  }
  .xxgk-tit02 h2 {
    float: left;
    font-size: 1.5rem;
  }
  .xxgk-tit02 h2:before {
    left: 0;
    transform: none;
  }
  .xxgk-tit02 .more {
    bottom: 10px;
  }
  .xxgk-tit03 h2 {
    font-size: 1.5rem;
    padding-left: 20px;
  }
  .xxgk-tit03 .more {
    margin-top: 0;
  }
  .xxgk02 .list02 .txt {
    flex-wrap: wrap;
    padding: 5px 10px;
  }
  .xxgk02 .list02 .col {
    display: block;
    width: 100%;
  }
  .xxgk02 .list02 h2 {
    width: 100%;
    margin-top: 5px;
  }
  .xxgk03 .list03 .date {
    width: 95px;
    line-height: 45px;
  }
  .xxgk03 .list03 h2 {
    width: calc(100% - 100px);
  }
  .xxgk04 .list04 a {
    padding: 20px;
  }
}