@charset "utf-8";
main {
  margin: 20px auto;
}
main h3 {
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  color: #333;
}
main h3 a {
  color: #333;
}
main h3 a:hover {
  color: #003893;
}
#banner {
  width: 800px;
  background: #fff;
}
#banner .swiper-slide a {
  display: block;
}
#banner .swiper-slide img {
  display: block;
  width: 800px;
  height: 440px;
}
#news {
  flex-grow: 1;
  margin-left: 20px;
  padding: 10px 20px 0;
  max-width: 340px;
  height: 430px;
  background: #fff;
  box-shadow: 0 0 5px #0001;
}
#news:hover {
  box-shadow: 0 0 5px #0002;
}
#news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#news ul li {
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
#news ul li a {
  display: block;
  max-height: 50px;
  overflow: hidden;
  color: #00468e;
  line-height: 24px;
  font-size: 15px;
  font-weight: bold;
}
#news ul li a:hover {
  color: #2869d4;
}
#news ul li p {
  height: 40px;
  overflow: hidden;
  margin: 0.3em 0 0;
  font-size: 12px;
  line-height: 20px;
}
#content {
  width: 800px;
}
#content h3 {
  margin: 10px 0 0;
  padding-left: 15px;
}
#content .box .box-con {
  display: flex;
  padding: 15px;
  height: 180px;
  background: #fff;
  box-shadow: 0 0 5px #0001;
}
#content .box .box-con:hover {
  box-shadow: 0 0 5px #0002;
}
#content .box .box-con .img {
  display: block;
  width: 35%;
  background: no-repeat center;
  background-size: cover;
}
#content .box .box-con .txt {
  margin: 0 2% 0 3%;
  width: 60%;
}
#content .box .box-con .txt a {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: normal;
  color: #00468e;
}
#content .box .box-con .txt a:hover {
  color: #2869d4;
}
#content .box .box-con .txt p {
  margin: 0;
}
#other {
  flex-grow: 1;
  margin-left: 20px;
  max-width: 380px;
}
#other h3 {
  margin: 10px 0 0;
  padding-left: 15px;
}
#other .contact {
  height: 210px;
  background: #2869d4;
  color: #fff;
}
#other .contact h4 {
  margin: 0;
  padding: 8px 0;
  padding-left: 15px;
  font-size: 18px;
  font-weight: normal;
  background: #003893;
}
#other .contact .con {
  padding: 15px;
  line-height: 22px;
}
#other .contact .con p {
  margin: 0;
}
#other .job {
  display: block;
  padding: 15px;
  height: 180px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 5px #0001;
}
#other .job:hover {
  box-shadow: 0 0 5px #0002;
  color: #666;
}
#other .job p {
  margin: 0;
}
#other .job p.img {
  margin-bottom: 15px;
  height: 70px;
  background: url(../../images/job.jpg) center;
  background-size: cover;
}
/*PC版*/
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  #banner {
    width: 65%;
  }
  #banner .swiper-slide img {
    height: 360px;
  }
  #news {
    margin-left: 10px;
    height: 360px;
  }
  #news ul li {
    padding: 15px 0;
  }
  #news ul li a {
    height: 75px;
  }
  #news ul li p {
    display: none;
  }
  #content {
    width: 65%;
  }
  #other {
    margin-left: 10px;
  }
}
/*手机版*/
@media screen and (max-width: 1000px) {
  main {
    margin: 0;
  }
  main .flex {
    flex-wrap: wrap;
  }
  #banner {
    width: 100%;
  }
  #banner .swiper-slide img {
    width: 100vw;
    height: 50vw;
  }
  #banner .swiper-arrow {
    display: none;
  }
  #news {
    margin: 0;
    padding: 10px 20px 0;
    max-width: 100%;
    height: auto;
  }
  #news ul li a {
    max-height: none;
    font-weight: normal;
  }
  #news ul li a:hover {
    color: #2869d4;
  }
  #content {
    width: 100%;
  }
  #content .box .box-con {
    display: block;
    height: auto;
  }
  #content .box .box-con .img {
    float: left;
    margin-top: 36px;
    width: 120px;
    height: 100px;
  }
  #content .box .box-con .txt {
    float: left;
    margin: 0 10px;
    width: calc(100% - 170px);
  }
  #content .box .box-con .txt a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: -130px;
    font-size: 16px;
    line-height: 22px;
  }
  #content .box .box-con .txt p {
    font-size: 12px;
    line-height: 20px;
  }
  #content .box .box-con::after {
    content: '';
    display: block;
    clear: both;
  }
  #other {
    margin: 0;
    max-width: 100%;
  }
  #other h3:first-child {
    margin: 0;
    height: 2px;
    overflow: hidden;
  }
  #other .contact {
    height: auto;
    background: #fff;
  }
  #other .contact h4 {
    font-size: 16px;
  }
  #other .contact .con {
    font-size: 12px;
    line-height: 20px;
    color: #666;
  }
  #other .contact .con p {
    margin: 0;
  }
  #other .job {
    height: auto;
  }
  #other .job p {
    font-size: 12px;
    line-height: 20px;
  }
  #other .job p.img {
    height: 30vw;
  }
}
