
/***************æ–°é—»å…¬å‘Š****************/.news-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.new-title {
  border-bottom: 1px solid #e7eaee;
  line-height: 49px;
  font-size: 18px;
  font-weight: bold;
  color: #001529;
}

.new-title img {
  vertical-align: middle;
  margin-right: 10px;
}
.new-title span {
  padding: 0 19px;
  cursor: pointer;
  display: inline-block;
  border-bottom: 2px transparent solid;
  margin-top: 3px;
  margin-right: 10px;
  background-color: #5c7bc8;
  font-size: 14px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  line-height: 30px;
  font-weight: normal;
  vertical-align: bottom;
  /*opacity: 0.5;*/
}
.new-title span:nth-child(2) {
  background-color: #5390d7;
}
.new-title span:nth-child(3) {
  background-color: #64c1cf;
}
.new-title span:nth-child(4) {
  background-color: #8564cf;
}
.new-title span:nth-child(5) {
  background-color: #f80101;
}
.new-title span:nth-child(6) {
  background-color: #d8ce77;
}
.new-title span:hover{
  opacity: 1;
}

.new-title span.active{
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  opacity: 1;
  border-radius: 4px 4px 0 0;
  padding: 0 15px;
}
.new-title a {
  float: right;
  font-size: 14px;
  color: #037cff;
  font-weight: normal;
  line-height: 49px;
}

.news {
  flex: 1;
  background-color: #fff;
  box-shadow: 0px 0px 7px 1px rgba(92, 136, 189, 0.15);
  padding: 0 20px;
  border-top: 2px #037cff solid;
}

.news-card {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

.news-card .swiper {
  width: 720px;
  height: 362px;
  position: relative;
  overflow: hidden;
}

.news-card .swiper img {
  /*   width: 100%;
    height: 100%; */
  width: 720px;
  height: 362px;
  object-fit: cover;
  border-radius: 4px;
}
.news-card .swiper p {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.15));
  line-height: 36px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding-left: 20px;
  padding-right: 30%;
}

.news-card .swiper .hd {
  position: absolute;
  bottom: 15px;
  z-index: 1;
  width: 100%;
}

.news-card .swiper .hd ul {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}

.news-card .swiper .hd ul li {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 8px;
}

.news-card .swiper .hd ul li.on {
  background-color: #076afc;
}

.news-card .swiper .text {
  position: absolute;
  bottom: 0;
  line-height: 40px;
  padding: 0 10px;
  background: linear-gradient(to bottom, rgb(0, 0, 0, .05), rgb(0, 0, 0, .9));
  width: 100%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0 0 4px 4px;
}

.news-list {
  flex: 1;
  margin-left: 20px;
  width: 0;
}
.news-list .new-title {
  margin-top: -7px;
}
.news-list ul li {
  overflow: hidden;
}
.news-list ul li a {
  font-size: 16px;
  color: #001529;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  padding-left: 20px;
  float: left;
  width: 90%;
}
.news-list ul li a:hover {
  color: #037cff;
}
.news-list ul li a::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #9eadd9;
  border-radius: 4px;
  left: 5px;
  top: 14px;
}
.news-list ul li time{
  float: right;
  font-size: 14px;
  color: #ccc;
  line-height: 32px;
}
.news-list ul li .text {
  font-size: 14px;
  display: none;
}

.news-list ul li:first-child {
  border-bottom: 1px #dadee5 solid;
}

.news-list ul li:first-child a {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #037cff;
  padding-left: 0;
  float: inherit;
}

.news-list ul li:first-child a::before,
.news-list ul li:first-child time{
  display: none;
}
.news-list ul li:first-child .text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #001529;
  opacity: 0.5;
  margin: 5px 0 15px 0;
}

.news-right {
  width: 277px;
  background-color: #fff;
  box-shadow: 0px 0px 7px 1px rgba(92, 136, 189, 0.15);
  padding: 0 20px 16px;
  border-top: 2px #037cff solid;
}

.notice ul li {
  margin-top: 13px;
}

.notice ul li .n-date {
  width: 48px;
  height: 24px;
  line-height: 24px;
  margin-right: 13px;
  background: #e9f1f9;
  font-size: 14px;
  color: #2b69a2;
  float: left;
  text-align: center;
}

.notice ul li a {
  line-height: 24px;
  display: inline-block;
  color: #001529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 74%;
}

.notice ul li a:hover {
  color: #037cff;
}

/*******************å¹¿å‘Šè½®æ’­**********************/
.tyBox {
  height: 200px;
  position: relative;
  margin: 30px 0;
}
.tyBox .bd li img{
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.tyBox .hd {
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 1;
}
.tyBox .hd ul li{
  background-color: #fff;
  color: #037cff;
  width: 18px;
  line-height: 18px;
  font-size: 12px;
  float: left;
  margin: 0 5px;
  border-radius: 2px;
  text-align: center;
}
.tyBox .hd ul li.on {
  background-color: #037cff;
  color: #fff;
}

/***************************é¦–é¡µåˆ—è¡¨*********************************/
.list-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.list-box .list {
  height: 298px;
  width: 33.33%;
  background: #fff;
  padding: 0 20px 10px 20px;
  border-right: 1px #e7eaee solid;
}

.list-box .list:hover {
  background: url(../images/list-icon.png) no-repeat center right;
  background-size: auto 100%;
}

/*.list-box .list:nth-child(3) {*/
/*  border-right: 0;*/
/*  background: url(../image/list-bg.png) no-repeat;*/
/*  background-size: cover;*/
/*}*/
.list-box .list:last-child,
.list-box .list:nth-child(3){
  border-right: 0;
}
.list-box .list:nth-child(-n+3) {
  border-bottom: 1px #e7eaee solid;
}
.list-box .list .new-title {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-box .list .new-title span{
  border: 0;
  font-size: 16px;
  margin: 0;
  background-color: #037cff;
  opacity: 1;
  border-radius: 4px 4px 0 0;
}

.list-box .list .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #2a46f6;
  text-align: center;
  margin: 20px 0 15px 0;
}

.list-box .list .text {
  font-size: 16px;
  line-height: 32px;
  color: #1d68af;
  width: 50%;
  float: left;
  text-align: center;
}

.list-box .list .link {
  line-height: 48px;
  letter-spacing: 1px;
  color: #001529;
  font-size: 16px;
  width: 50%;
  float: left;
  text-align: center;
}

.file {
  margin-bottom: 15px;
}
.file a{
  color: #037cff;
  line-height: 30px;
  font-size: 16px;
  display: inline-block;
  word-break: break-all;
  margin-top: 8px;
}
.file a:hover {
  text-decoration: underline;
}
.list-box .list .link a {
  color: #00c3fe;
  text-decoration: underline;
}

.list-box .list .link a img {
  vertical-align: -3px;
  margin-right: 5px;
}

/*.list ul {*/
/*  padding-bottom: 10px;*/
/*}*/

.list ul li a::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #9eadd9;
  border-radius: 4px;
  left: 5px;
  top: 14px;
  position: absolute;
}
.list ul li {
  height: 30px;
}
.list ul li a {
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #001529;
}

.list ul li a:hover {
  color: #037cff;
}

.list ul li time {
  float: right;
  padding-left: 10px;
  font-size: 15px;
  color: #999;
  line-height: 30px;
}

/***************æ¨¡å—å›¾ç‰‡****************/
.modular {
}

.modular .bd {
  overflow: hidden;
}
.modular .bd li {
  width: 230px;
  height: 70px;
  text-align: center;
  margin-right: 20px;
  float: left;
  position: relative;
}
.modular .bd ul li img {
  object-fit: cover;
  width: 100%;
  height: 70px;
  border-radius: 4px;
}

/***************æ ¡å›­é£Žé‡‡****************/
.school {
  margin: 30px 0;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 7px 1px rgba(92, 136, 189, 0.15);
  padding: 0 20px 16px;
  border-top: 2px #037cff solid;
}

.school .new-title {
  border: 0;
}

.school .new-title span {
  width: 114px;
  background-color: #5c7bc8;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin: 20px 10px 20px 0;
  border-radius: 2px;
}
.school .new-title span:last-child {
  margin-right: 0;
}
.school .new-title span.active {
  font-size: 16px;
  line-height: 38px;
  border-radius: 4px 4px 0 0;
}
.school .new-title span:nth-child(2) {
  background-color: #5390d7;
}
.school .new-title span:nth-child(3) {
  background-color: #64c1cf;
}

.school .bd {
  overflow: hidden;
}

.school .bd li {
  width: 128px;
  height: 180px;
  text-align: center;
  margin-right: 20px;
  float: left;
  position: relative;
}

.school .bd ul li img {
  object-fit: cover;
  width: 100%;
  height: 180px;
}

.school .bd li p {
  padding: 0 10px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .05), rgba(0, 0, 0, 0.5));
  color: #fff;
  line-height: 35px;
}

.school .bd li p span {
  font-size: 12px;
  font-weight: normal;
  padding: 4px 0 8px 0;
  display: none;
}

.school .hd {
  position: absolute;
  width: 100%;
  height: 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.school .hd a {
  width: 24px;
  height: 48px;
  background-image: url(../image/icon-jt.png);
  background-size: cover;
  background-position: 0 0;
}

.school .hd a:last-child {
  background-position: -24px 0;
}

.school-one .bd li {
  width: 230px;
}
.school-one .bd li p{
  background: #fff;
  color: #001529;
}
.school-one  .bd ul li img {
  height: 140px;
}

/***************å‹æƒ…é“¾æŽ¥****************/
.frien-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.frien-link span {
  background: url(../images/link.png) no-repeat;
  line-height: 29px;
  letter-spacing: 0px;
  color: #037cff;
  font-size: 14px;
  font-weight: bold;
  width: 86px;
  height: 28px;
  display: inline-block;
  padding-left: 10px;
}

.frien-link .text {
  height: 15px;
  line-height: 15px;
  border-right: 1px #001529 solid;
  padding: 0 15px;
}
.frien-link .text:last-child {
  border: 0;
}

.frien-link .text a {
  /*font-size: 14px;*/
}

.frien-link .text a:hover {
  color: #03d3ff;
  text-decoration: underline;
}

/*******************************/
.list-content {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}

.list-menu {
  margin-right: 20px;
  width: 260px;
  background: #f8f9f9;
}

.list-menu-title {
  background: #037cff;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
  padding: 0 20px;
}

.list-menu ul {
  padding: 10px 0;
}

.list-menu ul li a {
  padding: 0 20px;
  line-height: 40px;
  display: inline-block;
  border-left: 2px transparent solid;
  width: 100%;
  margin: 5px 0;
}

.list-menu ul li.active a {
  color: #037cff;
  border-left: 2px #037cff solid;
  background: #fff;
}

.list-content .list, .pic-list {
  flex: 1;
  width: 0;
}

.list-content .list li {
  border-bottom: 1px #ddd dashed;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.list-content .list li:last-child {
  border: 0;
}

.list-content .list ul li a {
  flex: 1;
  color: #001529;
  font-size: 16px;
}
.list-content .list ul li a:hover {
  color: #037cff;
}

.pic-list ul{
  display: flex;
  flex-wrap: wrap;
}
.pic-list ul li {
  width: 33.33%;
  margin-bottom: 25px;
}
.pic-list ul li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 40px;
}
.pic-list ul li a img{
  width: 285px;
  height: 165px;
  object-fit: cover;
}
.pic-list ul li a .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 285px;
  padding: 0 10px;
  text-align: center;
}

.location {
  border-bottom: 2px #037cff solid;
  line-height: 58px;
  margin-bottom: 10px;
}

.location img {
  margin-right: 10px;
  vertical-align: -4px;
}

.pagination {
  border-top: 1px #ddd solid;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
}
.pic-pagination {
  margin-top: 0;
  justify-content: center;
}
.pagination-text {
  color: #888;
  font-size: 14px;
  flex: 1;
}
.pagination div {
  margin: 4px;
  height: 28px;
  font-size: 14px;
  padding: 0 10px;
  line-height: 26px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.pagination div:hover {
  border: 1px solid #037cff;
  color: #037cff;
}

.pagination div.active {
  border: 1px solid #037cff;
  background-color: #037cff;
}
.pagination div.active a {
  color: #fff;
}

/* .m-pagination li a {
    display: block;
    padding: 0 10px;
    line-height: 26px;
    border: 1px solid #ccc;
    font-size: 14px;
    background: #fff;
} */

.details {}

.details .title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  color: #037cff;
  margin: 20px 0;
  text-align: center;
}

.details .text {
  padding: 10px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.details .content {
  text-indent: 2em;
  margin: 40px 0;
  line-height: 30px;
}
.details .content table,
.details .content table td{
  border: 1px solid
}
.details .content img,
.details .content video{
  display: block;
  margin: 20px auto;
  max-width: 100% !important;
  height: auto !important;
}
.details .content audio{
  display: block;
  margin: 20px auto;
}

.next-news {
  margin-bottom: 20px;
  border-top: 1px #ddd solid;
  padding-top: 20px;
}

.next-news .item {
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
}

.next-news .item a {
  font-weight: normal;
}

.next-news .item a:hover {
  text-decoration: underline;
}

.no-data{
  margin: 40px auto;
  text-align: center;
}
.no-data img {
  width: auto;
  height: 240px;
}
.no-data-text {
  font-size: 18px;
  font-weight: normal;
  color: #5b6481;
  margin-top: 20px;
}
@media screen and (max-width: 1530px) {
  .modular {
    padding: 0 15px;
  }
  .new-title span {
    padding: 0 10px;
    margin-right: 0px;
  }

  /*}*/
  /*@media screen and (max-width: 1366px) {*/
  .news-card .swiper {
    width: 580px;
    height: 362px;
    position: relative;
    overflow: hidden;
  }

  .news-card .swiper img {
    width: 100%;
    height: 100%;
  }
  .tyBox {
    height: 120px;
  }
  .tyBox .bd li img{
    height: 120px;
  }
}
@media screen and (max-width: 1200px) {

  .new-title {
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
  }
  .new-title-scorll{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .new-title-scorll span{
    margin-right: 10px !important;
  }
  .new-title-scorll span:last-child{
    padding-right: 0 !important;
  }
  .new-title-scorll::-webkit-scrollbar {
    width: 100%;
    height: 2px;
  }
  .new-title-scorll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8f8f8f;

  }
  .new-title-scorll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ededed;
  }
  .new-title a {
    display: none;
  }
  .new-title img {
    margin-top: -4px;
  }
  .new-title span {
    background: none !important;
    color: #5d666e;
    border-bottom: 2px transparent solid;
    padding:0;
    margin: 0;
    line-height: 40px;
  }
  .new-title span.active {
    color: #037cff;
    border-bottom: 2px #037cff solid;
    font-size: 15px;
    line-height: 40px;
    padding: 0;
  }
  .new-title span:nth-child(4),
  .new-title span:nth-child(5){
    display: inline-block;
  }
  .news-container {
    display: block;
    margin-top: 10px;
  }
  .news{
    background: none;
    border: 0;
    padding: 0;
  }
  .news-card {
    display: block;
    margin: 0;
  }
  .news-card .swiper {
    width: 100%;
    height: 200px;
  }
  .news-card .swiper p {
    padding: 0 20px;
    text-align: center;
    line-height: 31px;
    font-size: 12px;
  }
  .news-card .swiper img {
    width: 100%;
    height: 200px;
  }
  .news-card .swiper .hd {
    bottom: 36px;
  }
  .news-card .swiper .hd ul {
    justify-content: center;
    padding-right: 0;
  }
  .news-list {
    width: auto;
    margin: 15px 0 0;
    background: #fff;
    height: 293px;
  }
  .news-list ul li{
    padding: 0 16px;
  }
  .news-list ul li:first-child .text {
    display: none;
  }
  .news-list ul li:first-child{
    border: 0;
  }
  .news-list ul li a {
    width: 85%;
    line-height: 30px;
    font-size: 14px;
  }
  .news-list ul li:first-child a {
    font-size: 14px;
    color: #001529;
    line-height: 30px;
    font-weight: normal;
    padding-left: 20px;
    float: left;
  }
  .news-list ul li time {
    line-height: 30px;
  }
  .news-list ul li:first-child a::before, .news-list ul li:first-child time {
    display: block;
  }

  .news-right {
    width: 100%;
  }

  .tyBox {
    /*height: 120px;*/
    height: 60px;
    position: relative;
    margin: 10px 0;
  }
  .tyBox .bd li img{
    object-fit: cover;
    width: 100%;
    /*height: 120px;*/
    height: 60px;
  }
  .tyBox .hd {
    display: none;
  }

  .list-box {
    display: block;
  }
  .list-box .list {
    /*height: 213px;*/
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    border: 0 !important;
    box-shadow: 0px 0px 7px 1px rgba(92, 136, 189, 0.15);
    background: url(../images/list-icon.png) no-repeat center right;
    background-size: auto 100%;
  }
  .list-box .list .new-title {
    border-bottom: 1px solid #e7eaee;
    margin-bottom: 10px;
  }
  .list-box .list .new-title a {
    display: block;
    line-height: 40px;
  }
  .list-box .list .new-title span {
    color: #037cff;
    font-weight: bold;
    border-bottom: 2px #037cff solid;
  }
  .list ul li {
    padding: 0 15px;
    height: 30px;
  }
  .list ul li a {
    font-size: 14px;
    width: 97%;
    line-height: 30px;
  }
  .list ul li time {
    line-height: 31px;
  }
  .list ul li a::before {
    top: 14px;
  }

  .modular {
    padding: 0;
    margin-bottom: 30px;
  }

  .frien-link {
    padding: 0 15px;
    margin-bottom: 0;
  }

  .frien-link span {
    /*flex-basis: 100%;*/
    margin-bottom: 20px;
  }

  .frien-link .text {
    margin-bottom: 20px;
  }
  .frien-link .text a {
    font-size: 14px;
  }

  .list-content {
    margin-top: 0;
    padding: 0 15px;
  }

  .list-content .list ul li a {
    width: 77%;
  }

  .list-menu {
    display: none;
  }

  .content-details {
    padding: 0 15px;
  }
  .school {
    margin: 0;
    border: 0;
    padding: 0;
  }
  .school .hd {
    padding: 0 15px;
    margin-left: -15px;
  }
  .school .bd {
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 10px;
  }
  .school .bd .tempWrap {
    height: 118px;
  }
  .school .bd li {
    margin-bottom: 20px;
    width: 87px;
    height: 108px;
    margin-left: 10px;
  }
  .school .new-title {
    padding: 0 20px;
    border-bottom: 1px solid #e7eaee;
    justify-content: start;
  }
  .school .new-title span {
    margin: 0;
    color: #5d666e;
    line-height: 40px;
    width: auto;
    margin-right: 20px;
  }
  .school .new-title span.active {
    font-size: 15px;
    color: #037cff;
  }
  .school .bd ul li img {
    height: 100%;
  }
  .school-one .bd li {
    width: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .school-one .bd li:nth-child(even) {
    margin-right: 20px;
  }
  .school .bd li p{
    font-weight: bold;
    font-size: 14px;
  }
  .school-one  .bd ul li img {
    height: 73px;
  }
  .location {
    line-height: 32px;
    padding: 10px;
  }
  .pagination {
    justify-content: center;
  }
  .pagination-text {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .pic-list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .modular a {
    width: 30%;
  }
  .modular img {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .modular a {
    width: 48%;
  }
  .modular img {
    width: 100%;
  }
}
@media screen and (max-width: 485px) {
  .school .new-title a {
    margin-top: -47px;
  }
}

