html {
  background-color: #ffffff;
}

p.no-indent {
  text-indent: 0em !important;
}

.content img {
  max-width: 100% !important;
  /*display: block;
  margin: auto;*/
}

.content p {
  text-indent: 2em;
  margin: 16px 0;
}

.container {
  font-size: 16px;
  color: #333333;
}

.container a {
  color: inherit;
}

.auto {
  width: 1200px;
  margin: auto;
  height: 100%;
}

.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-weight: bold;
}

.container .footer .info .value {
  cursor: pointer;
  color: #fff;
}

.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;
}

.container a {
  color: inherit;
}

.container .context {
  margin-bottom: 100px;
  min-height: 800px;
}

.context .auto {
  min-height: 800px;
}

.container .context .info-container {
  margin-top: 25px;
  margin-bottom: 19px;
}

.container .context .info-container a {
  color: inherit;
}

.container .context .info-container .info {
  display: inline-block;
  vertical-align: middle;
}

.container .context .info-container .info .icon {
  vertical-align: middle;
}

.container .context .info-container .info .dest {
  vertical-align: middle;
}

.container .context .context-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 103px;
  padding-left: 92px;
  padding-top: 44px;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 100%;
  min-height: 800px;
}

.container .context .context-container .title {
  font-size: 28px;
  color: #055ea5;
  text-align: center;
  margin-bottom: 36px;
}

.container .context .context-container .smallTitle {
  font-size: 20px;
  color: #055ea5;
  text-align: center;
  margin-bottom: 36px;
}

.container .context .context-container .explain {
  height: 36px;
  line-height: 36px;
  background-color: #f3f3f3;
  margin-bottom: 42px;
  padding-left: 12px;
  color: #666666;
}

.container .context .context-container .explain .source {
  margin-left: 24px;
}

.container .context .context-container .explain .function {
  float: right;
  padding-right: 10px;
}

.container .context .context-container .explain .function a {
  color: inherit;
}

.container .context .context-container .explain .function .icon-title {
  vertical-align: middle;
}

.container .context .context-container .explain .function .icon {
  vertical-align: middle;
}

.container .context .context-container .content {
  line-height: 2;
  margin-bottom: 95px;
  font-size: 18px;
  text-align: justify;
}

.container .context .context-container .content .p {
  font-size: 18px !important;
  line-height: 2 !important;

}

.container .context .context-container .content span {
  font-size: 17px !important;
}


.container .context .context-container .navigation {
  padding-top: 41px;
  padding-bottom: 52px;
  border-top: 1px solid #e4e4e4;
  text-align: center;
  color: #666666;
}

/*# sourceMappingURL=articl.min.css.map */

.share-container {
  display: inline-block;
  vertical-align: middle;
  width: 102px;
  height: 36px;
  background: url("../images/share-group-icon.png") no-repeat center center;
}

.share-container a {
  display: block;
  width: 34px;
  height: 100%;
  float: left;
  cursor: pointer;
}

.hidden {
  overflow: visible;
  overflow: inherit;
}

/* 底部跳转按钮 */

.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;
}


.views {
  width: 100%;
}

.viewss {
  color: #1091ef;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 1rem;
}

.viewsInput {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}

.viewsText {
  width: 95%;
  height: 8rem;
  border: 1px solid #c7d4e6;
}

.inputText {
  width: 100%;
  height: 100%;
  border: 1px solid #c7d4e6;
}

.avatar {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  /* border: 1px solid #cac1c1; */
}

.btnss {
  width: 100%;
  height: 2.5rem;
  margin-bottom: 2rem;
}

.btnView {
  cursor: pointer;
  float: right;
  width: 7rem;
  height: 2.5rem;
  background-color: #1091ef;
  text-align: center;
  line-height: 2.5rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.viewList {
  width: 100%;
}

.viewListDet {
  width: 100%;
  height: 3.5rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}

.avatars {
  width: 3.1rem;
  height: 3.1rem;
  margin-right: 1rem;
  /* border: 1px solid #cac1c1; */
}

.viewsPre {
  width: 75%;
  height: 100%;
  line-height: 3.5rem;
  border-bottom: 1px solid #eeeeee;
}

.viewsTime {
  width: 20%;
  height: 100%;
  line-height: 3.5rem;
  float: right;
  text-align: end;
  border-bottom: 1px solid #eeeeee;
}

/* 媒体查询 */
@media screen and (max-width: 992px) {

  /* 面包屑调整 */
  .container .context .info-container {
    margin-top: 25px;
    margin-bottom: 19px;
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .container .context .context-container .explain {
    height: 36px;
    width: 100%;
    line-height: 36px;
    background-color: #f3f3f3;
    margin-bottom: 42px;
    padding-left: 5 !important;
    color: #666666;
    display: flex !important;
    flex-direction: row !important;
    justify-content: start !important;
    font-size: 12px !important;
  }

  .container .context .context-container .explain .function {
    width: 140px !important;
    float: right !important;
    padding-right: 0 !important;
  }

  .container .context .context-container .explain .function .tagHide {
    display: none !important;
  }

  .container .context .context-container .explain {
    padding-left: 3px !important;
    margin-left: 0 !important;
  }

  .container .context .context-container .explain .time {
    width: 180px !important;
    /* margin-left: 10px !important; */
  }

  .container .context .context-container .explain .source {
    width: 90px !important;
    margin-left: 0 !important;
  }

  .container .header .logo-container {
    width: 80%;
    margin: 0 auto;
  }

  .auto {
    width: auto;
    margin: 10px;
  }

  .container .context .context-container {
    padding-left: 0;
    padding-right: 0;
  }

  .context img {
    margin: 0;
  }

  .context-container img {
    width: 400px !important;
    /* width: 100%; */
    height: auto;
  }

  /* 限制表格 */
  .context-container .content table {
    width: 100% !important;
  }

  .context-container .content p {
    text-indent: 0 !important;
  }


  .container .context .info-container .info .dest {
    line-height: 26px;
  }

  .container .footer-container,
  .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%;
  }

  .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;
  }

  .clssroom {
    width: 90%;
  }

  .fromBlock {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .fromText {
    width: 100%;
  }

  .codeImgBox {
    width: 35%;
  }

  .inputCode {
    width: 50%;
  }

  .input-with-icon {
    display: none;
  }

  /* 评论 */

  .views {
    width: 97%;
    margin: 0 auto;
  }

  .viewss {
    font-size: 0.9rem;
  }

  .viewsInput {
    width: 98%;
    height: 7rem;
    /* border: 1px solid #c7d4e6; */
  }

  .btnss {
    width: 98%;
  }

  .avatar {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
  }

  .avatars {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
  }

  .btnss .btnView {
    font-size: 0.9rem;
  }

  .viewList {
    width: 98%;
  }


  .viewList .viewsPre {
    font-size: 0.8rem;
  }

  .viewList .viewsTime {
    font-size: 0.7rem;
  }

  /* 底部调整 */
  .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 .header .nav .nav-container .item:hover .nav-item-list {
    display: none;
  }

  .showNav {
    display: block !important;
  }


}