@font-face {
  font-family: "myFirstFont";
  src: url("./优设标题黑.ttf"), url("优设标题黑.eot"); /* IE9+,可以是具体的实际链接 */
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-item {
  flex: 1;
}

.flex-item2 {
  flex: 2;
}

.flex-item3 {
  flex: 3;
}

.flex-item4 {
  flex: 4;
}

.container {
  width: 1200px;
  /* margin: 20px auto; */
}

#pc-wrap header {
  line-height: 40px;
}

#pc-wrap header .top-set {
  height: 40px;
  font-size: 14px;
  background: #ededed;
}

#pc-wrap header .top-set .top-set-1 {
  border-right: 1px solid #666;
  padding: 0 15px;
}

#pc-wrap header .top-set .top-set-2 {
  background: #0090ff;
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
}

#pc-wrap header .nav {
  height: 56px;
  line-height: 54px;
}

#pc-wrap header .nav li {
  text-align: center;
}

#pc-wrap header .nav li a {
  font-size: 20px;
  font-weight: bold;
}

#pc-wrap header .nav li:hover {
  background-image: url(./button-on.png);
}

#pc-wrap header .nav li:hover a {
  color: #fff;
}

#pc-wrap header .banner {
  height: 560px;
  background-size: cover;
  text-align: center;
}

#pc-wrap header .banner .guohui img {
  margin: 98px 0 20px;
  width: 118px;
}

#pc-wrap header .banner .hzla img {
  width: 335px;
}

#pc-wrap header .banner .title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
  width: 705px;
  height: 35px;
  line-height: 35px;
  background-image: linear-gradient(
    90deg,
    rgba(0, 144, 255, 0) 0%,
    #0090ff 47%,
    rgba(0, 144, 255, 0) 99%
  );
}

#pc-wrap header .banner .search-info {
  width: 650px;
  padding: 20px;
  font-size: 18px;
  color: #999;
  border: 0;
  border-radius: 4px;
}

#pc-wrap header .banner .search-icon {
  width: 100px;
  height: 64px;
  border: 0;
  background: #0090ff url(./icon-search.png) no-repeat center;
  background-size: 40px;
}

#pc-wrap main {
  background: #f6f6f6 url(./bg-main.png) no-repeat center bottom;
  background-size: contain;
}

#pc-wrap main .main-body {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 20px auto;
}

#pc-wrap main .main-body .content-wrap {
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
}

#pc-wrap main .main-body .content-wrap .title-c {
  height: 64px;
  font-size: 36px;
  color: #0287e6;
  font-family: "YouSheBiaoTiHei";
  background: url(./bg-title-c.png) no-repeat center;
  background-size: 50% 100%;
}

#pc-wrap main .main-body .content-wrap .icon-list img {
  width: 86px;
  height: 86px;
}

#pc-wrap main .main-body .content-wrap .icon-list p {
  font-size: 18px;
  padding: 10px 0;
}

#pc-wrap main .main-body .content-wrap .icon-list .flex-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#pc-wrap main .main-body .content-wrap .icon-list .flex-item:hover p {
  color: #0287e6;
}

#pc-wrap main .main-body .content-wrap2 .l-content {
  background: #fff;
  margin-right: 20px;
}

#pc-wrap main .main-body .content-wrap2 .l-content .lx-list {
  margin: 20px;
}

#pc-wrap main .main-body .content-wrap2 .l-content .lx-list li {
  padding: 13px 26px;
}

#pc-wrap main .main-body .content-wrap2 .l-content .lx-list li:hover a {
  color: #0090ff;
}

#pc-wrap main .main-body .content-wrap2 .l-content .lx-list li:hover p {
  color: #0090ff;
}

#pc-wrap
  main
  .main-body
  .content-wrap2
  .l-content
  .lx-list
  li:hover
  p:nth-child(3) {
  /* color: #f76f30; */
  font-weight: bold;
}

#pc-wrap main .main-body .content-wrap2 .l-content .lx-list li:nth-child(even) {
  background: #f8faff;
}

#pc-wrap main .main-body .content-wrap2 .l-content .lx-list li:nth-child(1) {
  background: #e7f0ff;
  color: #0287e6;
  font-size: 18px;
}

#pc-wrap main .main-body .content-wrap2 .l-content .lx-list .flex-item {
  text-align: center;
}

#pc-wrap main .main-body .content-wrap2 .l-content .lx-list .flex a {
  display: block;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap main .main-body .content-wrap2 .r-content img:nth-child(1) {
  margin-bottom: 20px;
}

#pc-wrap main .main-body .content-wrap2 .r-content a:hover img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pc-wrap main .main-body .content-wrap2 .title-b {
  justify-content: space-between;
  border-bottom: 2px solid #f1f1f1;
  padding: 20px;
}

#pc-wrap main .main-body .content-wrap2 .title-b p {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #0287e6;
}

#pc-wrap main .main-body .content-wrap2 .title-b .icon-more {
  float: left;
  width: 32px;
  height: 26px;
  background: url(./zmhd-more.png) no-repeat center;
  background-size: 100%;
}

#pc-wrap main .main-body .content-wrap3 {
  padding: 20px 0;
  background: #fff;
}

#pc-wrap main .main-body .content-wrap3 .flex-item {
  background: #fff;
  padding: 0 10px;
}

#pc-wrap main .main-body .content-wrap3 .flex-item .title-b {
  justify-content: space-between;
  border-bottom: 2px solid #f1f1f1;
  padding: 20px;
}

#pc-wrap main .main-body .content-wrap3 .flex-item .title-b p {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #0287e6;
}

#pc-wrap main .main-body .content-wrap3 .flex-item .title-b .icon-more {
  float: left;
  width: 32px;
  height: 26px;
  background: url(./zmhd-more.png) no-repeat center;
  background-size: 100%;
}

#pc-wrap main .main-body .content-wrap3 .flex-item:nth-child(1) {
  margin-right: 20px;
}

#pc-wrap main .main-body .content-wrap3 .m-list li {
  margin-left: 30px;
  list-style: none;
  border-bottom: 1px dashed #f1f1f1;
}

#pc-wrap main .main-body .content-wrap3 .m-list li a {
  padding-left: 15px;
  position: relative;
}

#pc-wrap main .main-body .content-wrap3 .m-list li a::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 51%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0287e6;
  box-shadow: 0 0 6px 0 rgb(2 135 230 / 40%);
}

#pc-wrap main .main-body .content-wrap3 .m-list li a p {
  line-height: 53px;
}

#pc-wrap main .main-body .content-wrap3 .m-list li:hover a p {
  color: #0287e6;
}

#pc-wrap main .main-body .content-wrap3 .m-list li a {
  justify-content: space-between;
}

#pc-wrap main .main-body .content-wrap3 .m-list li a p:nth-child(1) {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap main .main-body .content-wrap3 .title-c {
  text-align: center;
  height: 64px;
  font-size: 36px;
  color: #0287e6;
  font-family: "YouSheBiaoTiHei";
  background: url(./bg-title.png) no-repeat center;
  background-size: 25% 100%;
}

/* #pc-wrap footer {
  background: #fff;
}

#pc-wrap footer .content-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 12px;
  color: #666;
  font-size: 14px;
}

#pc-wrap footer .content-wrap .footer-icon {
  width: 135px;
}

#pc-wrap footer .content-wrap .footer-select {
  padding: 5px;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-left: 20px;
  background: url(./footer-icon22.png) no-repeat 90% center;
  background-size: 10px 6px;
}

#pc-wrap footer .content-wrap .flex-item {
  position: relative;
}

#pc-wrap footer .content-wrap .pop {
  display: none;
  position: absolute;
  top: -142px;
  z-index: 9;
  width: 800px;
  color: #0287e6;
  background: #f6f6f6;
  border: 1px solid #fcfcfc;
  padding: 10px 0 10px 35px;
}

#pc-wrap footer .content-wrap .pop li {
  width: 150px;
  height: 40px;
  list-style: disc;
  padding: 10px 0;
}

#pc-wrap footer .content-wrap .pop li a {
  color: #333;
}

#pc-wrap footer .content-wrap .flex-item:nth-child(5) .pop {
  left: -100px;
}

#pc-wrap footer .content-wrap .flex-item:nth-child(6) .pop {
  left: -260px;
}

#pc-wrap footer .content-wrap .flex-item:nth-child(3):hover .pop,
#pc-wrap footer .content-wrap .flex-item:nth-child(3) .pop:hover,
#pc-wrap footer .content-wrap .flex-item:nth-child(4):hover .pop,
#pc-wrap footer .content-wrap .flex-item:nth-child(4) .pop:hover,
#pc-wrap footer .content-wrap .flex-item:nth-child(5):hover .pop,
#pc-wrap footer .content-wrap .flex-item:nth-child(5) .pop:hover,
#pc-wrap footer .content-wrap .flex-item:nth-child(6):hover .pop,
#pc-wrap footer .content-wrap .flex-item:nth-child(6) .pop:hover {
  display: flex;
}

#pc-wrap footer .content-wrap .flex-item:nth-child(3):hover > .footer-select,
#pc-wrap footer .content-wrap .flex-item:nth-child(4):hover > .footer-select,
#pc-wrap footer .content-wrap .flex-item:nth-child(5):hover > .footer-select,
#pc-wrap footer .content-wrap .flex-item:nth-child(6):hover > .footer-select {
  background: url(./footer-icon2.png) no-repeat 90% center;
  background-size: 10px 6px;
}

#pc-wrap footer .footer-line {
  border-top: 2px solid #f1f1f1;
}

#pc-wrap footer .footer-line .flex-item4 li {
  padding: 10px;
}

#pc-wrap footer .footer-line .r-icons {
  align-items: center;
  text-align: center;
} */

#pc-wrap
  main
  .main-body
  .content-wrap3
  .flex
  .flex-item
  .m-list
  li
  a
  p:first-child {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pc-wrap .icon-more:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* #pc-wrap .weather{
  overflow: hidden;
}
#pc-wrap .weather-n {
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: 20s divr linear infinite normal;
  animation: 20s divr linear infinite normal;
}

@-webkit-keyframes divr {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

@keyframes divr {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-450px);
    -webkit-transform: translateX(-100%);
  }
}
@keyframes divr {
  0% {
    transform: translateX(600px);
    -webkit-transform: translateX(600px);
  }
  100% {
    -webkit-transform: translateX(calc(600px - 100%));
    transform: translateX(calc(600px - 100%));
    　　-webkit-transform: translateX(calc(600px - 100%));
  }
} */

/* .hk {
  display: inline-block;
  white-space: nowrap; */
/*-webkit-animation: 15s divr linear infinite normal;
          animation: 15s divr linear infinite normal;*/
/* }
@-webkit-keyframes divr {
  0% {
    transform: translateX(600px);
    -webkit-transform: translateX(600px);
  }
  100% {
    -webkit-transform: translateX(calc(600px - 100%));
    transform: translateX(calc(600px - 100%));
    　　-webkit-transform: translateX(calc(600px - 100%));
  }
}
@keyframes divr {
  0% {
    transform: translateX(600px);
    -webkit-transform: translateX(600px);
  }
  100% {
    -webkit-transform: translateX(calc(600px - 100%));
    transform: translateX(calc(600px - 100%));
    　　-webkit-transform: translateX(calc(600px - 100%));
  }
} */