html {
  background-color: #ffffff;
}

.container {
  font-size: 16px;
  color: #333333;
}

.container a {
  color: inherit;
}

.auto {
  width: 1200px;
  margin: auto;
  height: 100%;
}

.autoNa {
  width: 1040px;
  margin: auto;
}

.hidden {
  overflow: hidden;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pointer {
  cursor: pointer;
}

.clear::after {
  display: block;
  content: "";
  clear: both;
}

.transition {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.hover:hover {
  color: #077edf !important;
  text-decoration: underline;
}

.container .header .logo {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #108DEE url("../images/top.jpg") center center no-repeat;
}

.container .header .logo .logo-container {
  height: 100px;
  line-height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.container .header .logo .top {
  display: block;
  height: 100px;
  width: 478px;
  float: left;
}

.container .header .suspend-container {
  position: relative;
}

.container .header .suspend-container .suspend {
  position: absolute;
  width: 120px;
  height: 33px;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  background-color: #0b62a6;
  border-radius: 0 0 6px 6px;
}

.container .header .suspend-container .suspend .title {
  vertical-align: middle;
}

.container .header .suspend-container .suspend .icon {
  vertical-align: middle;
  margin-left: 6px;
}

.container .header .suspend-container .suspend:hover {
  background-color: #fff;
  color: #429de7;
  border-radius: 0;
}

.container .header .suspend-container .suspend:hover .suspend-list {
  display: block;
}

.container .header .suspend-container .suspend-list {
  position: absolute;
  width: 170px;
  right: 0;
  margin-top: 1px;
  display: none;
  color: #000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 7px;
}

.container .header .suspend-container .suspend-list .suspend-list-item {
  text-align: left;
}

.container .header .suspend-container .suspend-list .suspend-list-item:hover {
  background-color: #077edf;
  color: #fff;
}

.container .header .suspend-container .suspend-list .suspend-list-item:hover .icon {
  background-image: url("../image/ioc_11.png");
}

.container .header .suspend-container .suspend-list .suspend-list-item .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../image/ioc_10.png");
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
}

.container .header .suspend-container .suspend-list .suspend-list-item span {
  vertical-align: middle;
}

.container .header .nav {
  height: 60px;
  background-color: #077edf;
}

.container .header .nav .nav-container {
  height: 60px;
  font-size: 18px;
  color: #fff;
}

.container .header .nav .nav-container .item {
  float: left;
  padding-left: 23px;
  padding-right: 23px;
  line-height: 60px;
  position: relative;
}

.container .header .nav .nav-container .item>a {
  color: inherit;
}

.container .header .nav .nav-container .item:hover {
  background-color: #fff;
  color: #1887e1;
}

.container .header .nav .nav-container .item:hover .nav-item-list {
  display: block;
}

.container .header .nav .nav-container .item.active {
  background-color: #fff;
  color: #1887e1;
}

.container .header .nav .nav-container .item.active .nav-item-list {
  display: block;
}

.container .header .nav .nav-list-container {
  display: block;
}

.container .header .nav .nav-item-list {
  position: absolute;
  text-align: center;
  display: none;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  font-size: 14px;
  padding-bottom: 10px;
}

.container .header .nav .nav-item-list li {
  line-height: 35px;
}

.container .header .nav .nav-item-list a {
  color: #333;
}

.container .header .nav .nav-item-list a:hover {
  color: #449ee7;
}

.container .footer-container {
  height: 300px;
  overflow: hidden;
}

.container .footer {
  height: 300px;
  background-image: url("../images/foot.jpg");
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  display: inline-block;
  width: 100%;
}

.container .footer .one {
  margin-top: 44px;
}

.container .footer .logo {
  display: inline-block;
  vertical-align: middle;
  width: 341px;
  height: 70px;
}

.container .footer .info {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: 43px;
  height: 115px;
}

.container .footer .info .label {
  font-size: 0.18rem;
  font-weight: bold;
}

.container .footer .info .labels {
  font-size: 0.35rem;
  margin-right: 0.1rem;
  /* font-weight: bold; */
}

.container .footer .info .value {
  cursor: pointer;
  color: #fff;
  font-size: 0.18rem;
}

.container .footer .info .item {
  margin-bottom: 16px;
}

.container .footer .relation {
  float: right;
  vertical-align: middle;
  text-align: right;
}

.container .footer .relation .relation-item {
  float: left;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.container .footer .relation .relation-item.mr {
  margin-right: 68px;
}

.container .footer .relation .relation-item .icon-container {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 78px;
  text-align: center;
  margin-bottom: 16px;
}

.container .footer .relation .relation-item .icon-container .icon {
  vertical-align: initial;
}

.container .footer .relation .relation-item .qrcode {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: red;
  top: 0px;
  left: -15px;
  z-index: 999;
}

.container .footer .relation .relation-item .qrcode img {
  display: block;
  width: 100%;
  height: 100%;
}

.container .footer .relation .relation-item:hover .qrcode {
  opacity: 1;
  display: block;
}

.container .footer .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88px;
  border-top: 1px solid #4199d9;
  text-align: center;
  line-height: 88px;
  color: #fff;
}

.banner {
  height: 528px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner .banner-container {
  height: 528px;
}

.banner .banner-container .img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.banner .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  border: 1px solid #077edf;
  background-color: #077edf;
  width: 22px;
}

.leftnavigation,
.container .context {
  /* background: url("../images/listbg.jpg") center bottom no-repeat; */
  height: 987px;
}

.leftnavigation .left,
.container .context .left {
  float: left;
  width: 250px;
  background-color: #f1f2f3;
  padding-top: 20px;
  border-bottom: 1px solid #3695e3;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* background-image: url("../image/listbg2.png"); */
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  padding-bottom: 40px;
}

.leftnavigation .left .top,
.container .context .left .top {
  top: -80px;
  position: absolute;
  height: 80px;
  width: 250px;
  z-index: 999px;
  left: 0;
  text-align: center;
  line-height: 80px;
  background-color: rgba(7, 126, 223, 0.7);
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.leftnavigation .left .tab-item,
.container .context .left .tab-item {
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  display: block;
}

.leftnavigation .left .tab-item.active,
.container .context .left .tab-item.active {
  background-color: #fff;
  color: #077edf;
}

.leftnavigation .left .tab-item:hover,
.container .context .left .tab-item:hover {
  background-color: #fff;
  color: #077edf;
}

.leftnavigation .left .tab-item .icon,
.container .context .left .tab-item .icon {
  vertical-align: middle;
  margin-left: -26px;
}

.leftnavigation .left .tab-item span,
.container .context .left .tab-item span {
  vertical-align: middle;
}

.container .banner {
  height: 386px;
}

.container .banner .img {
  display: block;
  height: 100%;
  width: 100%;
}

.container .context {
  min-height: 800px;
}

.container .context .right {
  float: right;
  width: 920px;
  min-height: 800px;
}

.container .context .right .title-container {
  padding-bottom: 17px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  border-bottom: 2px solid #cccccc;
}

.container .context .right .title-container .title {
  font-size: 28px;
  color: #077edf;
  float: left;
}

.container .context .right .title-container .info-container {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.container .context .right .title-container .info-container a {
  color: inherit;
}

.container .context .right .title-container .info-container .info {
  display: inline-block;
  vertical-align: middle;
}

.container .context .right .title-container .info-container .info span {
  font-size: 16px;
}

.container .context .right .title-container .info-container .info .icon {
  vertical-align: middle;
}

.container .context .right .title-container .info-container .info .dest {
  vertical-align: middle;
}

.container .context .right .tab-container .tab-cell {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}

.container .context .right .tab-container .tab-cell>a {
  display: block;
  width: 100%;
}

.container .context .right .tab-container .tab-cell .hover {
  display: none;
}

.container .context .right .tab-container .tab-cell:hover {
  background-color: rgba(7, 126, 223, 0.9);
}

.container .context .right .tab-container .tab-cell:hover .title {
  color: #fff;
}

.container .context .right .tab-container .tab-cell:hover .time {
  color: #fff !important;
}

.container .context .right .tab-container .tab-cell:hover .icon {
  background-image: url("../image/listdt41.png");
}

.container .context .right .tab-container .tab-cell:hover .time-container .time-icon {
  background-image: url("../image/listdt51.png");
}

.container .context .right .tab-container .tab-cell .icon {
  display: none;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background: url("../image/listdt4.png") center center no-repeat;
}

.container .context .right .tab-container .tab-cell .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .context .right .tab-container .tab-cell .time-container {
  vertical-align: middle;
  float: right;
  margin-right: 5px;
}

.container .context .right .tab-container .tab-cell .time-container .time-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  background: url("../image/listdt5.png") center center no-repeat;
}

.container .context .right .tab-container .tab-cell .time-container .time {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 17px;
  color: #bfbfbf;
}

.container .context .right .tab-button-container {
  margin-top: 15px;
}

.container .context .right .tab-button-container #button-container {
  float: left;
  margin-right: 8px;
}

.container .context .right .tab-button-container #button-container .layui-laypage {
  margin: 0;
}

.container .context .right .tab-button-container #button-container a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  margin-right: 8px;
  border: 1px solid #dddddd;
  font-size: 16px;
}

.container .context .right .tab-button-container #button-container a:hover {
  color: #fff;
  background-color: #077edf;
}

.container .context .right .tab-button-container #button-container .layui-laypage-curr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  margin-right: 8px;
  border: 1px solid #dddddd;
  font-size: 16px;
}

.container .context .right .tab-button-container #button-container .layui-laypage-em {
  background-color: #077edf;
}

.container .context .right .tab-button-container #button-container .layui-laypage-spr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  margin-right: 8px;
  border: 1px solid #dddddd;
  font-size: 16px;
}

.container .context .right .tab-button-container #button-container .layui-laypage-spr:hover {
  color: #fff;
  background-color: #077edf;
}

.container .context .right .tab-button-container .button {
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0 9px;
  border: 1px solid #dddddd;
  margin-right: 8px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0 2px 2px 0;
}

.container .context .right .tab-button-container .button .big {
  font-weight: bold;
}

.container .hidden {
  overflow: initial;
  overflow: visible;
}

/* 图片列表 */
.container .context .right .cell-container {
  padding-left: 10px;
  padding-top: 30px;
  margin-right: -35px;
}

.container .context .right .cell-container .cell {
  float: left;
  margin-right: 35px;
  width: 200px;
}

.container .context .right .cell-container .cell .picture {
  display: block;
  width: 200px;
  height: 180px;
}

.container .context .right .cell-container .cell .name {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container .context .right .cell-container .one {
  width: 200px;
  margin-right: -35px;
  margin: 0 auto;
}

.container .context .right .cell-container .one .cell {
  float: initial;
  margin-right: 0;
}



/* 底部跳转按钮 */

.newBtn {
  display: inline-block;
  cursor: pointer;
  /* margin-left: 0.6rem; */
  width: 25%;
  height: 3rem;
  background-color: #1190ef;
  border-radius: 10px;
  color: #FFFFFF !important;
  text-align: center;
  line-height: 3rem;
  font-size: 1rem;
}

.newBtn:hover {
  cursor: pointer;
  background: #1190ef;
  box-shadow: 2px 2px 2px #888888;
  color: aliceblue !important;
}

.navNews {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/*# sourceMappingURL=index.min.css.map */

.menu-container {
  /* 原本PC不显示 */
  display: none;
}

.navZhan {
  display: block;
}

.autoNa {
  width: 1100px;
  margin: auto;
}

.container .header .logo .logo-container {
  height: 100px;
  line-height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* 媒体查询 */
@media screen and (max-width: 992px) {
  .auto {
    width: auto;
  }

  .container .header .logo .top {
    width: 100%;
    height: auto;
  }

  .header .logo .top {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .banner {
    display: none;
    width: 0;
    height: 0;
  }

  .banner img {
    width: 0;
    height: 0;
    /* object-fit: cover;
    margin-left: 0px;
    left: 0; */
  }

  .leftnavigation .left,
  .container .context .left {
    width: 100%;
    background-color: #f1f2f3;
    padding-top: 20px;
    border-bottom: 1px solid #3695e3;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background-image: url("../image/listbg2.png"); */
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    padding-bottom: 40px;
  }

  .container .context .left {
    width: 100%;
    background-color: #f1f2f3;
    padding-top: 20px;
    border-bottom: 1px solid #3695e3;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    padding-bottom: 40px;
    padding-top: 0;
  }

  .container .context .right .tab-container .tab-cell>a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .container .context .right .tab-container .tab-cell .icon {
    display: none;
  }

  .container .context .right .tab-container .tab-cell .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 15px;
  }

  .container .context .right .tab-container .tab-cell .time-container .time-icon {
    display: none;
  }

  .container .context .right .tab-container .tab-cell .time-container {
    vertical-align: middle;
    /* float: right; */
    margin-right: 11px;
    width: 35%;
    text-align: end;
    align-items: end;
  }

  .container .context .right .tab-container .tab-cell .time-container .time {
    vertical-align: middle;
    font-size: 15px;
    color: #bfbfbf;
    width: 100%;
  }


  .leftnavigation .left .top,
  .container .context .left .top {
    width: 100%;
  }

  .container .context .left .top {
    top: 0;
    position: relative;
  }

  .contListMed {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .container .context .right {
    width: 100%;
  }

  .container .context .right .artpath {
    display: none;
    /* width: 100%;
    /* height:60px; */
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
  }

  .context .right .title-container {
    display: none;
  }

  /* .container .context .right .artpath .title {
    font-size: 15px;
    width: 30px;
  }

  。.container .context .right .artpath .info-container {
    flex: 1;
    font-size: 15px;
  } */


  .container .context .right .lists {
    min-height: 300px;
  }

  .container .header .logo-container {
    width: 80%;
    margin: 0 auto;
  }

  .footer-container {
    height: 300px;
    width: 100%;
  }


  .container .footer {
    height: auto;
  }

  .container .footer .relation {
    float: none;
    height: 150px;
    margin-left: 40px;
  }

  .container .footer .relation .relation-item .qrcode {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .container .header .logo .logo-container {
    object-fit: contain;
  }

  .container .header .logo .top {
    height: auto;
    width: 100%;
  }

  .container .header .logo .logo-container {
    position: relative;
    top: 70px;
  }

  .footer .bottom {
    width: 100%;
    font-size: 13px;
    height: 50px;
  }

  .container .footer-container,
  .container .footer {
    height: auto;
  }

  .container .footer .bottom {
    width: 100%;
    font-size: 13px;
  }


  .menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .1);
    cursor: pointer;

  }

  .menu-container span {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
  }

  .menu-container .icon {
    display: block;
    height: 40%;
    width: auto;
  }

  .navList.navactive {
    width: 100% !important;
    text-align: center !important;
  }

  .navZhan {
    display: none;
  }

  .container .header .nav .nav-container .item {
    /* display: none; */
    /* width: 100%; */
    line-height: 60px;
    position: relative;
    z-index: 999;
    height: auto;
    background-color: #0671c8;
    float: none;
  }

  .container .header .nav .nav-item-list {
    position: relative;
  }

  .container .header .nav .nav-container .item:nth-child(0):hover a {
    background-color: #ffff;
  }

  .container .header .nav .nav-container .item .nav-item-list li:hover {
    background-color: #0671c8;
    color: #fff;
  }

  .tipfix {
    font-size: 13px;
  }

  .container .footer .info .label {
    font-size: 0.38rem;
    font-weight: bold;
  }

  .container .footer .info .value {
    cursor: pointer;
    color: #fff;
    font-size: 0.38rem;
  }

  .satisyTitle span {
    font-size: 0.30rem;
    overflow: hidden;
    height: 0.8rem;
    line-height: 0.8rem;
  }

  .satisyTitle {
    height: 0.8rem;
  }

  .satisy {
    height: 0.8rem;
    width: 96%;
    margin: auto;
    border-bottom: 1px solid #dddada;
  }

  /* 图片列表页调整 */
  .container .context .right .cell-container .cell .picture {
    display: block;
    width: 400px;
    height: 260px;
    object-fit: cover;
  }

  .container .context .right .cell-container .cell .name {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 400px;
  }

  /* 底部调整 */
  .container .footer .info {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 73px;
    height: 50px !important;
  }

  .container .footer .logo {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: auto;
    margin-left: 15px;
  }

  .bottom .autos {
    height: 50px;
    margin-top: 20px;
    margin-left: 10px;
  }

  .container .footer .relation .relation-item.mr {
    margin-right: 68px;
    margin-left: 60px;
  }

  /* 图片列表 */
  .container .context .right .cell-container .cell .name {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 25px;
  }

  /* 移动端导航栏缩放 */
  .container .header .nav .nav-container .item:hover .nav-item-list {
    display: none;
  }

  .showNav {
    display: block !important;
  }

}