.w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}

.bgf5 {
  background-color: #F5F5F5;
}

.font42 {
  font-size: 1.05rem;
  line-height: 1;
}

.news {
  padding: 4rem 0 3.25rem;
}
.news .wrap .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .5rem;
  border-bottom: 2px solid #E6E6E6;
  margin-bottom: 1.75rem;
}
.news .wrap .top-box .tit {
  color: #002E8C;
  line-height: 1;
  position: relative;
  padding-left: .75rem;
  font-weight: bold;
}
.news .wrap .top-box .tit::after {
  content: '';
  position: absolute;
  width: .25rem;
  height: .25rem;
  background-color: #0C3189;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news .wrap .top-box .select-wrap {
  display: flex;
  align-items: center;
}
.news .wrap .top-box .select-wrap .all {
  width: 2rem;
  height: 1.45rem;
  line-height: 1.45rem;
  text-align: center;
  background-color: #002E8C;
  border-radius: 3px;
  margin-right: .25rem;
  color: #fff;
}
.news .wrap .top-box .select-wrap .li {
  width: 4rem;
  height: 1.45rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 3px;
  position: relative;
  margin-right: .25rem;
}
.news .wrap .top-box .select-wrap .li:last-child {
  margin-right: 0;
}
.news .wrap .top-box .select-wrap .li .ing {
  width: 100%;
  height: 100%;
  line-height: 1.45rem;
  padding: 0 .45rem;
  color: #000000;
  border-radius: 3px;
  cursor: pointer;
  transition: all .3s;
}
.news .wrap .top-box .select-wrap .li::after {
  content: '';
  position: absolute;
  right: .3rem;
  top: 50%;
  transform: translateY(-50%);
  border-top: .25rem solid #002E8C;
  border-left: .15rem solid transparent;
  border-right: .15rem solid transparent;
}
.news .wrap .top-box .select-wrap .li .hidden {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: calc(5rem + 4px);
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 3px;
  display: none;
}
.news .wrap .top-box .select-wrap .li .hidden::-webkit-scrollbar {
  width: 3px;
}
.news .wrap .top-box .select-wrap .li .hidden span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  color: #666;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  padding: 0 .45rem;
  cursor: pointer;
  transition: all .3s;
}
.news .wrap .top-box .select-wrap .li .hidden span:hover {
  background-color: rgba(0, 46, 140, 0.8);
  color: #fff;
}
.news .wrap .top-box .select-wrap .li:hover .ing {
  background-color: #002E8C;
  color: #fff;
}
.news .wrap .top-box .select-wrap .li:hover::after {
  border-top-color: #fff;
}
.news .wrap .list-show .li-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.news .wrap .list-show .li-wrap .li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 1.6rem;
}
.news .wrap .list-show .li-wrap .li:nth-child(3n) {
  margin-right: 0;
}
.news .wrap .list-show .li-wrap .li .pic {
  width: 100%;
  height: 8.5rem;
  margin-bottom: .75rem;
  overflow: hidden;
}
.news .wrap .list-show .li-wrap .li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.news .wrap .list-show .li-wrap .li .time {
  color: #173270;
  line-height: 1;
  margin-bottom: .45rem;
}
.news .wrap .list-show .li-wrap .li .tit {
  color: #000000;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  transition: all .3s;
}
.news .wrap .list-show .li-wrap .li .more {
  display: flex;
  align-items: center;
}
.news .wrap .list-show .li-wrap .li .more p {
  color: #666666;
  line-height: 1;
  margin-right: .3rem;
}
.news .wrap .list-show .li-wrap .li .more div {
  width: 6px;
}
.news .wrap .list-show .li-wrap .li .more div img {
  width: 100%;
}
.news .wrap .list-show .li-wrap .li:hover .pic img {
  transform: scale(1.1);
}
.news .wrap .list-show .li-wrap .li:hover .tit {
  color: #173270;
}

.notice {
  padding: 4.75rem 0 2.25rem;
  margin-top:-1.5rem;
}
.notice .wrap .pub-tit {
  color: #002E8C;
  line-height: 1;
  position: relative;
  padding-left: .75rem;
  padding-bottom: .85rem;
  font-weight: bold;
  border-bottom: 2px solid #E6E6E6;
  margin-bottom: 1.2rem;
}
.notice .wrap .pub-tit::after {
  content: '';
  position: absolute;
  width: .25rem;
  height: .25rem;
  background-color: #0C3189;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% - .425rem));
}
.notice .wrap .li-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.notice .wrap .li-box .li {
  width: 49%;
  height: 3rem;
  background-color: #fff;
  margin-right: 2%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem 0 1rem;
  transition: all .3s;
}
.notice .wrap .li-box .li:nth-child(2n) {
  margin-right: 0;
}
.notice .wrap .li-box .li .tit {
  width: 75%;
  display: flex;
  align-items: center;
}
.notice .wrap .li-box .li .tit div {
  width: .9rem;
  margin-right: .4rem;
}
.notice .wrap .li-box .li .tit div img {
  width: 100%;
  transition: all .3s;
}
.notice .wrap .li-box .li .tit p {
  color: #333333;
  line-height: 1;
  width: calc(100% - 1.3rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s;
}
.notice .wrap .li-box .li .more {
  width: 25%;
  text-align: right;
}
.notice .wrap .li-box .li .more a {
  display: inline-block;
  margin-right: .6rem;
  color: #002E8C;
  line-height: 1;
  font-weight: bold;
  transition: all .3s;
}
.notice .wrap .li-box .li .more a:last-child {
  margin-right: 0;
}
.notice .wrap .li-box .li .more a:nth-child(1) {
  text-decoration: underline;
}
.notice .wrap .li-box .li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #002E8C;
}
.notice .wrap .li-box .li:hover .tit div {
  filter: brightness(100);
}
.notice .wrap .li-box .li:hover .tit p {
  color: #fff;
}
.notice .wrap .li-box .li:hover .more a {
  color: #fff;
}

.register {
  width: 100%;
  height: 10rem;
  position: relative;
}
.register img {
  width: 100%;
}
.register .pos-cont {
  padding-top: 4.1rem;
}
.register .pos-cont .tit {
  color: #fff;
  line-height: 1;
  margin-bottom: .8rem;
  text-align: center;
}
.register .pos-cont .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*width: 3.9rem;*/
  padding:0 .6rem;
  height: 1.25rem;
  background-color: #fff;
  margin: 0 auto;
  transition: all .3s;
}
.register .pos-cont .more .text {
  color: #002E8C;
  line-height: 1;
  margin-right: .2rem;
  font-weight: bold;
  transition: all .3s;
}
.register .pos-cont .more .arr {
  width: 16px;
  height:16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register .pos-cont .more .arr svg {
  fill: #002E8C;
  width:100%;
  height:100%;
  transition: all .3s;
}
.register .pos-cont .more:hover {
  background-color: #002E8C;
}
.register .pos-cont .more:hover span {
  color: #fff;
}
.register .pos-cont .more:hover span svg {
  fill: #fff;
}

.other {
  padding: 2.75rem 0 3.4rem;
}

.news-info {
  padding: 2.4rem 0 2.45rem;
  background:#F7F7F7;
}
.news-info .wrap .crumb {
  display: flex;
  align-items: center;
  margin-bottom: 1.9rem;
}
.news-info .wrap .crumb div {
  width: .4rem;
  margin-right: .3rem;
}
.news-info .wrap .crumb div img {
  width: 100%;
}
.news-info .wrap .crumb a {
  color: #222222;
  line-height: 1;
  position: relative;
  padding-right: .25rem;
  margin-right: .25rem;
}
.news-info .wrap .crumb a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.news-info .wrap .crumb a:last-child::after {
  display: none;
}
.news-info .wrap .crumb a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background-color: #222222;
  border-radius: 50%;
}
.news-info .wrap .tit {
  color: #173270;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: .6rem;
}
.news-info .wrap .time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .8rem;
}
.news-info .wrap .time div {
  width: 15px;
  margin-right: .2rem;
}
.news-info .wrap .time div img {
  width: 100%;
}
.news-info .wrap .time p {
  color: #222222;
  line-height: 1;
}
.news-info .wrap .cont {
  padding: 1.5rem 1.5rem 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.1rem;
  color: #222222;
  font-size:18px;
  line-height:32px;
}
.news-info .wrap .cont img {
  display: inline-block;
  margin: 0 !important;
  padding: 10px 0;
  height:auto !important;
}
.news-info .wrap .info-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-info .wrap .info-page .page-infor {
  width: calc(100% - 5rem);
}
.news-info .wrap .info-page .page-infor a {
  display: block;
  line-height: 1;
  color: #222222;
  margin-bottom: .25rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s;
}
.news-info .wrap .info-page .page-infor a:last-child {
  margin-bottom: 0;
}
.news-info .wrap .info-page .page-infor a:hover {
  color: #173270;
}
.news-info .wrap .info-page .back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 1.45rem;
  background-color: #173270;
}
.news-info .wrap .info-page .back .icon {
  width: 15px;
  margin-right: .4rem;
}
.news-info .wrap .info-page .back .icon img {
  width: 100%;
}
.news-info .wrap .info-page .back .tetx {
  color: #fff;
  line-height: 1;
}
@media (max-width: 1480px) {
  .notice .wrap .li-box .li .tit{
    width:66%;
  }
  .notice .wrap .li-box .li .more{
    width:32%;
  }
}
@media (max-width: 1024px) {
  .notice .wrap .li-box .li .tit{
    width:58%;
  }
  .notice .wrap .li-box .li .more{
    width:35%;
  }
}
@media (max-width: 997px) {
  .news-info {
    padding: 1.5rem 0 1.5rem;
  }

  .wrap {
    padding: 0;
  }

  .w1720 {
    width: 90%;
  }

  .news-info .wrap .crumb {
    margin-bottom: 1rem;
  }

  .news-info .wrap .crumb a,
  .news-info .wrap .time p {
    font-size: 14px;
  }

  .news-info .wrap .cont {
    padding: 1rem 0;
  }

  .news-info .wrap .info-page {
    flex-wrap: wrap;
  }

  .news-info .wrap .info-page .page-infor {
    width: 100%;
    margin-bottom: .75rem;
  }

  .news {
    padding:2rem 0 1.5rem;
  }

  .news .wrap .top-box {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .news .wrap .top-box .select-wrap {
    width: 100%;
  }

  .news .wrap .top-box .select-wrap .all {
    width: 4rem;
  }

  .news .wrap .top-box .tit {
    width: 100%;
    margin-bottom: .5rem;
  }

  .news .wrap .list-show .li-wrap .li {
    width: 100%;
    margin-right: 0;
  }

  .notice .wrap .li-box .li {
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap;
    min-height: 3rem;
    padding: .75rem;
    height: auto;
  }

  .notice .wrap .li-box .li .tit {
    width: 100%;
    margin-bottom: .5rem;
  }

  .notice .wrap .li-box .li .more {
    width: 100%;
    text-align: left;
  }

  .news .wrap .list-show .li-wrap .li .tit{
    margin-bottom:.6rem;
  }
  .notice{
    padding: 2rem 0 1.5rem;
  }
  .register{
    height:8rem;
  }
  .register .pos-cont{
    padding-top:2rem;
  }

  .notice{
    margin-top:0;
  }
}

@media (max-width:1024px) {
  .news-info .wrap .cont{
    line-height:28px;
  }
}

@media (max-width:767px) {
  .news-info .wrap .cont img{
    max-width:100%;
    width:100% !important;
  }
}
/*# sourceMappingURL=h-style.css.map */
