.banner {
  margin-top: 68px;
  background: #005abf;
  display: flex;
  justify-content: center;
}
.banner img {
  max-width: 100%;
}

.hygy {
  margin-bottom: 20px;
}
.hygy .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px dashed #ccc;
  padding: 20px;
}
.hygy .title h3 {
  font-size: 26px;
}
.hygy .title p {
  margin-top: 5px;
  font-size: 16px;
  color: #797979;
}
.hygy .data-box {
  margin-top: 20px;
  padding: 0 10px;
}
.hygy .data-box ul {
  display: grid;
  grid-template-columns: minmax(150px, 300px) 1fr;
}
.hygy .data-box ul li {
  font-size: 16px;
  color: #474747;
  margin-bottom: 20px;
}

.lxwm {
  margin-bottom: 20px;
}
.lxwm .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px dashed #ccc;
  padding: 20px;
}
.lxwm .title h3 {
  font-size: 26px;
}
.lxwm .title p {
  margin-top: 5px;
  font-size: 16px;
  color: #797979;
}
.lxwm .row > div {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
}
.lxwm .row h4 {
  font-size: 18px;
  color: #474747;
  margin-bottom: 10px;
  font-weight: bold;
}
.lxwm .row p {
  font-size: 14px;
  color: #797979;
}

.news {
  padding: 20px;
}
.news .title {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news .title h3 {
  font-size: 26px;
}
.news .title p {
  font-size: 16px;
  color: #a5a5a5;
  margin-top: 5px;
}
.news .tab-ul {
  width: 200px;
  display: flex;
  margin: 10px auto;
}
.news .tab-ul li {
  flex: 1;
  font-size: 16px;
  color: #747474;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.news .tab-ul .on {
  background: #b2e8ff;
  color: #fff;
}
.news .con {
  margin-top: 30px;
}
.news .con .box {
  display: none;
}
.news .con .box:nth-child(1) {
  display: block;
}
.news .con .list li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed #eee;
}
.news .con .list li a {
  display: flex;
  width: 100%;
}
.news .con .list li a .img {
  width: 284px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .con .list li a .img img {
  display: block;
  width: 100%;
}
.news .con .list li a .text {
  margin-left: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s;
}
.news .con .list li a .text:hover {
  padding-left: 20px;
}
.news .con .list li a .text h4 {
  font-size: 16px;
  color: #474747;
  margin-bottom: 20px;
  font-weight: bold;
}
.news .con .list li a .text p {
  font-size: 14px;
  color: #797979;
  line-height: 1.5;
}
.news .con .list li a .info {
  width: 100px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 0;
}
.news .con .list li a .info time {
  font-size: 14px;
  color: #666;
}
.news .con .list li a .info span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  font-size: 14px;
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
  transition: all 0.3s;
}
.news .con .list li a .info span:hover {
  background: #b2e8ff;
  color: #fff;
  border: none;
}
.news .page {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.news .page b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #b2e8ff;
  color: #fff;
  margin: 0 5px;
}
.news .page a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #b2e8ff;
  color: #b2e8ff;
  margin: 0 5px;
}

.article {
  padding: 10px;
}
.article .title {
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
}
.article time {
  font-size: 15px;
  color: #797979;
  margin-top: 5px;
  display: block;
  text-align: center;
}
.article article {
  margin-top: 20px;
}
.article article p {
  font-size: 14px;
  margin-bottom: 10px;
}
.article article img {
  max-width: 100%;
  height: auto;
}

.sw {
  margin-bottom: 20px;
}
.sw .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px dashed #ccc;
  padding: 20px;
}
.sw .title h3 {
  font-size: 26px;
}
.sw .title p {
  margin-top: 5px;
  font-size: 16px;
  color: #797979;
}
.sw .row div {
  border-bottom: 1px dashed #eee;
}
.sw .row h4 {
  font-size: 18px;
  color: #474747;
}
.sw .row p {
  font-size: 16px;
  color: #797979;
}

.yys {
  margin-bottom: 20px;
}
.yys .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px dashed #ccc;
  padding: 20px;
}
.yys .title h3 {
  font-size: 26px;
}
.yys .title p {
  margin-top: 5px;
  font-size: 16px;
  color: #797979;
}
.yys .tab-ul {
  display: flex;
  width: 220px;
  margin: 20px auto;
}
.yys .tab-ul li {
  flex: 1;
  font-size: 14px;
  color: #747474;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yys .tab-ul li:last-child {
  border-right: none;
}
.yys .tab-ul .on {
  background: #b2e8ff;
  color: #fff;
}
.yys .con .box {
  display: none;
}
.yys .con .box:nth-child(1) {
  display: block;
}
.yys .con .list {
  padding: 0 20px;
}
.yys .con .list li {
  display: flex;
  align-items: center;
  padding: 30px;
  transition: all 0.3s;
  border-bottom: 1px dashed #ccc;
}
.yys .con .list li:hover {
  box-shadow: 0 0 40px #ccc;
  border-bottom: none;
}
.yys .con .list li:hover a .img {
  margin-left: 20px;
}
.yys .con .list li:hover a .more {
  color: #b2e8ff;
}
.yys .con .list li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.yys .con .list li a .img {
  width: 192px;
  transition: all 0.3s;
}
.yys .con .list li a .img img {
  width: 100%;
}
.yys .con .list li a .text {
  margin-left: 50px;
  flex: 1;
}
.yys .con .list li a .text h4 {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.yys .con .list li a .text span {
  font-size: 14px;
  color: #bbbbbb;
  margin-top: 5px;
}
.yys .con .list li a .text p {
  margin-top: 15px;
  font-size: 14px;
  color: #bbbbbb;
  line-height: 2;
}
.yys .con .list li a .more {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
  margin-left: 20px;
}
.yys .con .list li:last-child {
  border-bottom: none;
}

.yy-box {
  margin-top: 68px;
  margin-bottom: 20px;
  padding: 0 10px;
  overflow-x: hidden;
}
.yy-box .bg-box {
  height: 812px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  padding: 20px;
}
.yy-box .bg-box .video-box {
  max-width: 523px;
}
.yy-box .bg-box .video-box video {
  display: block;
  width: 100%;
}
.yy-box .bg-box .video-box img {
  display: block;
  width: 100%;
}
.yy-box .info {
  padding-left: 130px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
}
.yy-box .info h2 {
  font-size: 24px;
  color: #474747;
  margin-bottom: 20px;
}
.yy-box .info h2 span {
  font-size: 20px;
  margin-left: 20px;
}
.yy-box .info span {
  font-size: 14px;
  color: #b2b2b2;
}
.yy-box .info dl {
  margin-top: 30px;
}
.yy-box .info dl dt {
  font-size: 16px;
  color: #474747;
  font-weight: normal;
}
.yy-box .info dl dd {
  margin-top: 30px;
  font-size: 14px;
  color: #797979;
}
.yy-box .info a {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 40px;
  font-size: 30px;
  color: #fff;
  background: #a5dbf2;
}

@media screen and (max-width: 1200px) {
  .yy-box {
    margin-top: 68px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .yy-box .bg-box {
    height: 812px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    padding: 20px;
  }
  .yy-box .bg-box .video-box {
    max-width: 523px;
  }
  .yy-box .bg-box .video-box video {
    display: block;
    width: 100%;
  }
  .yy-box .bg-box .video-box img {
    display: block;
    width: 100%;
  }
  .yy-box .info {
    padding-left: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
  }
  .yy-box .info h2 {
    font-size: 24px;
    color: #474747;
    margin-bottom: 20px;
  }
  .yy-box .info h2 span {
    font-size: 20px;
    margin-left: 20px;
  }
  .yy-box .info span {
    font-size: 14px;
    color: #b2b2b2;
  }
  .yy-box .info dl {
    margin-top: 30px;
  }
  .yy-box .info dl dt {
    font-size: 16px;
    color: #474747;
    font-weight: normal;
  }
  .yy-box .info dl dd {
    margin-top: 30px;
    font-size: 14px;
    color: #797979;
  }
}
@media screen and (max-width: 960px) {
  .news .con .list li a .img {
    width: 220px;
  }
  .news .con .list li a .text h4 {
    font-size: 2.2vw;
    margin-bottom: 10px;
  }
  .news .con .list li a .text p {
    font-size: 1.7vw;
    color: #797979;
    line-height: 1.8;
  }
  .news .con .list li a .info {
    width: 100px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px 0;
  }
  .news .con .list li a .info time {
    font-size: 1.6vw;
    color: #666;
  }
  .news .con .list li a .info span {
    font-size: 1.6vw;
  }

  .yys .con .box:nth-child(1) {
    display: block;
  }
  .yys .con .list {
    padding: 0 20px;
  }
  .yys .con .list li a .img {
    width: 20vw;
  }
  .yys .con .list li a .text {
    margin-left: 3vw;
    flex: 1;
  }
  .yys .con .list li a .text h4 {
    font-size: 2vw;
  }
  .yys .con .list li a .text span {
    font-size: 1.5vw;
    margin-top: 1vw;
  }
  .yys .con .list li a .text p {
    margin-top: 1.5vw;
    font-size: 1.5vw;
  }
  .yys .con .list li a .more {
    width: 6vw;
    font-size: 1.5vw;
    margin-left: 3vw;
  }
  .yys .con .list li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) {
  .news .con .list li a .img {
    width: 30vw;
  }
  .news .con .list li a .text {
    margin-left: 15px;
  }
  .news .con .list li a .text h4 {
    font-size: 2.2vw;
    margin-bottom: 10px;
  }
  .news .con .list li a .text p {
    font-size: 1.7vw;
    color: #797979;
    line-height: 1.8;
  }
  .news .con .list li a .info {
    display: none;
  }

  .yys .con .box:nth-child(1) {
    display: block;
  }
  .yys .con .list {
    padding: 0 10px;
  }
  .yys .con .list li {
    padding: 20px 10px;
  }
  .yys .con .list li a .img {
    width: 20vw;
  }
  .yys .con .list li a .text {
    margin-left: 3vw;
    flex: 1;
  }
  .yys .con .list li a .text h4 {
    font-size: 3vw;
  }
  .yys .con .list li a .text span {
    font-size: 2vw;
    margin-top: 1vw;
  }
  .yys .con .list li a .text p {
    margin-top: 1.5vw;
    font-size: 2vw;
  }
  .yys .con .list li a .more {
    display: none;
  }
  .yys .con .list li:last-child {
    border-bottom: none;
  }

  .yy-box {
    margin-top: 68px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .yy-box .bg-box {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    padding: 50px;
  }
  .yy-box .bg-box .video-box {
    width: 100%;
  }
  .yy-box .bg-box .video-box video {
    display: block;
    width: 100%;
  }
  .yy-box .bg-box .video-box img {
    display: block;
    width: 100%;
  }
  .yy-box .info {
    padding-left: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
  }
  .yy-box .info h2 {
    font-size: 24px;
    color: #474747;
    margin-bottom: 20px;
  }
  .yy-box .info h2 span {
    font-size: 20px;
    margin-left: 20px;
  }
  .yy-box .info span {
    font-size: 14px;
    color: #b2b2b2;
  }
  .yy-box .info dl {
    margin-top: 30px;
  }
  .yy-box .info dl dt {
    font-size: 16px;
    color: #474747;
    font-weight: normal;
  }
  .yy-box .info dl dd {
    margin-top: 30px;
    font-size: 14px;
    color: #797979;
  }
}
@media screen and (max-width: 480px) {
  .hygy .data-box {
    margin-top: 20px;
    padding: 0 10px;
  }
  .hygy .data-box ul {
    display: grid;
    grid-template-columns: 110px 1fr;
  }
  .hygy .data-box ul li {
    font-size: 3.2vw;
    color: #474747;
    margin-bottom: 20px;
  }

  .article {
    padding: 10px;
  }
  .article .title {
    font-size: 4.5vw;
    line-height: 1.6;
    text-align: center;
  }
  .article time {
    font-size: 15px;
    color: #797979;
    margin-top: 5px;
    display: block;
    text-align: center;
  }
  .article article {
    margin-top: 20px;
  }
  .article article p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .article article img {
    max-width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=css.css.map */
