.list-img {
    width: 100%;
  }
  
  .common-content {
    float: left;
    width: 100%;
    min-height: 200px;
    padding-bottom: 10px;
  }
  
  .common-left {
    float: left;
    width: 19.230%;
    position: relative;
  }
  
  .common-right {
    float: right;
    width: 76.307%;
    margin-top: 20px;
  }
  
  .local-title {
    color: #fff;
    background-color: rgba(11, 123, 147, 0.8);
    padding: 30px 15px 30px 30px;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    right: 0;
  }
  
  .local-title:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 25px;
  }
  
  .thr-sub {
    display: none;
  }
  
  .sub-open,
  .navlist2 li a {
    display: block;
    letter-spacing: 1px;
  }
  
  .navlist2 {
    margin-bottom: 15px;
  }
  
  .navlist2>li>a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #666;
    padding: 20px 30px;
    background-color: #eee;
    margin-bottom: 1px;
  }
  
  .navlist2 .has-sub>a {
    position: relative;
    padding-left: 46px;
  }
  
  .navlist2 .has-sub>a:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #0b7b93;
  }
  
  .navlist2>li.active>a {
    color: #0b7b93 !important;
    font-weight: bold;
  }
  
  .navlist2>li.open>a {
    padding-left: 30px;
    font-weight: normal;
  }
  
  .navlist2>li.open>a:after {
    border: 0;
    left: 30px;
    right: 0;
    bottom: 0;
    top: auto;
    margin: auto;
    width: auto;
    height: 1px;
    background-color: #0b7b93;
  }
  
  .thr-sub {
    padding: 10px 0;
    background-color: #eee;
    margin-top: -1px;
    margin-bottom: 1px;
  }
  
  .thr-sub li a {
    padding: 10px 15px 10px 46px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    position: relative;
  }
  
  .thr-sub li a.active {
    color: #0b7b93;
    font-weight: bold;
  }
  
  .navlist2 li a:hover {
    color: #0b7b93;
  }
  
  .thr-sub li a.active:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 15px;
    bottom: auto;
    margin: auto;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #0b7b93;
  }
  
  
  .common-local {
    font-size: 12px;
    color: #666;
    padding: 0 0 10px 18px;
    border-bottom: 2px solid #119ab8;
    background: url(../images/icon_local.png) left 3px no-repeat;
    margin-bottom: 8px;
  }
  
  .common-local a {
    color: #666;
  }
  
  .common-local a:hover {
    color: #0b7b93;
  }
  
  .common-list>li>a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }
  
  .common-list>li.list-F>a {
    padding: 11px 12px;
    background: #eee;
  }
  
  .common-list>li.list-F>a .list-left {
    float: left;
    width: 22%;
    height: 118px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .common-list>li.list-F>a .list-left img {
    display: none;
  }
  
  .common-list>li.list-F>a .list-right {
    width: 75%;
    float: right;
    position: relative;
  }
  
  .common-list>li.list-F>a .list-right h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    margin-bottom: 15px;
  }
  
  .common-list>li.list-F>a .list-right p {
    font-size: 12px;
    line-height: 24px;
    color: #4b4b4b;
    text-indent: 2em;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .common-list>li.list-F>a .list-right small {
    font-size: 12px;
    color: #666;
  }
  
  .common-list>li.list-F>a .list-right img {
    position: absolute;
    right: 22px;
    transition: all .2s ease-in;
  }
  
  .common-list>li.list-F>a:hover .list-right h4 {
    color: #0b7b93;
  }
  
  .common-list>li.list-F>a:hover .list-right img {
    right: 12px;
  }
  
  .common-list>li.list-S {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  
  .common-list>li.list-S>a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    color: #000;
    padding: 0 80px 0 20px;
  }
  
  .common-list>li.list-S>a:before {
    content: '';
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 6px solid #b5b5b5;
    position: absolute;
    left: 0;
    top: 12px;
    transition: all .2s ease-in;
  }
  
  .common-list>li.list-S>a span {
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .common-list>li.list-S>a:hover {
    color: #0b7b93;
  }
  
  .common-list>li.list-S>a:hover:before {
    border-left: 6px solid #0b7b93;
    left: 3px;
  }
  
  .list-title {
    border-bottom: 1px solid #0b7b93;
    float: left;
    width: 100%;
    margin-top: 15px;
  }
  
  .list-title h4 {
    float: left;
    font-size: 16px;
    background-color: #0b7b93;
    padding: 8px;
    color: #fff;
  }
  
  .list-show {
    color: #0b7b93;
    margin-top: 17px;
    font-size: 15px;
    cursor: pointer;
  }
  
  .article-title {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000;
  }
  
  .article-small {
    font-size: 0;
    text-align: center;
    margin: 15px 0 20px;
    /*background-color: #f3f3f3;*/
    padding: 10px 0;
  }
  
  .publish-unit {
    position: relative;
  }
  
  .publish-unit:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 10px;
    /*background-color: #4b4b4b;*/
  }
  
  .article-small span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #6d6d6d;
    display: inline-block;
    padding: 0 20px;
  }
  
  .photo-list {
    font-size: 0;
    margin: 0 -2.91%;
  }
  
  .photo-list>li {
    display: inline-block;
    width: 27.5%;
    margin: 2% 2.91%;
  }
  
  .photo-list>li>a {
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  
  .photo-list>li>a img {
    display: none;
  }
  
  .photo-list>li>a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
  }
  
  .photo-list>li>a:hover p {
    color: #1d8cc0;
  }
  
  
  .bg-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .bg-cover {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .index-part1 {
    position: relative;
  }
  
  .index-bn .item {
    display: block;
    padding-bottom: 21.875%;
  }
  
  .index-part1 .arrow {
    font-size: 0;
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 50%;
    right: 0;
    margin: auto;
    z-index: 2;
  }
  
  .index-part1 .slick-arrow {
    width: 67px;
    height: 67px;
    color: transparent;
    overflow: hidden;
    background: url("../images/banner_arrow_left.png") no-repeat center center;
    background-size: contain;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -33px;
  }
  
  .index-part1 .slick-next {
    background: url("../images/banner_arrow_right.png") no-repeat center center;
    background-size: contain;
    float: right;
  }
  
  .index-part1 .slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    font-size: 0;
    z-index: 2;
  }
  
  .index-part1 .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    opacity: 0.6;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .index-part1 .slick-dots li * {
    display: none;
  }
  
  .index-part1 .slick-dots li.slick-active {
    background-color: #0088a1;
  }
  
  .index-tit-c {
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  
  .index-tit-c .txt {
    position: relative;
    display: inline-block;
    padding: 0 15px;
  }
  
  .index-tit-c .txt:after,
  .index-tit-c .txt:before {
    content: "";
    display: block;
    width: 222px;
    height: 0;
    border-top: 1px dashed #bdbdbd;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  
  .index-tit-c .txt:after {
    left: 100%;
  }
  
  .index-tit-c .txt:before {
    right: 100%;
  }
  
  .index-tit-c .tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    color: #0088a1;
    margin-bottom: 10px;
  }
  
  .index-tit-c .icon {
    max-width: 20px;
  }
  
  .index-part2 {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  
  .index-part2 .intro-txt {
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    text-align: center;
  }
  
  .index-part2 .more {
    display: block;
    width: 128px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 16px;
    border: solid 1px #a9d6de;
    font-size: 12px;
    line-height: 30px;
    color: #0088a1;
    margin: 20px auto 3.8%;
  }
  
  .index-part2 .more:hover {
    color: #fff;
    background-color: #a9d6de;
  }
  
  .index-part2 .part-ls li {
    float: left;
    width: 25.076%;
    margin: 0 4.128% 15px;
  }
  
  .index-part2 .part-ls .pic {
    padding-bottom: 57.055%;
    position: relative;
    z-index: 1;
  }
  
  .index-part2 .part-ls .icon {
    position: absolute;
    left: 0;
    right: 0;
    width: 56px;
    height: 56px;
    bottom: 0;
    margin: 0 auto -28px;
  }
  
  .index-part2 .part-ls .tit {
    border: solid 1px #ebebeb;
    padding: 40px 2% 15px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    font-weight: normal;
  }
  
  .index-part2 .part-ls a:hover .tit {
    color: #0088a1;
  }
  
  .index-part3 {
    padding: 30px 0 40px;
  
  }
  
  .index-tit {
    vertical-align: middle;
    padding-bottom: 10px;
    border-bottom: 1px solid #93c8d2;
    margin-bottom: 20px;
  }
  
  .index-tit .icon {
    max-width: 30px;
    margin-right: 10px;
  }
  
  .index-tit .tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
    display: inline-block;
  }
  
  .index-tit .more {
    font-size: 12px;
    font-weight: normal;
    line-height: 34px;
    color: #666666;
    float: right;
  }
  
  .index-tit .more:hover {
    color: #0b7b93;
  }
  
  .index-part3 .left {
    float: left;
    width: 65.692%;
  }
  
  .index-part3 .left .first {
    width: 44.496%;
    float: left;
    height: 285px;
    position: relative;
    background-color: #fff;
  }
  
  .index-part3 .left .first .tit {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #ffffff;
    padding: 40px 4% 5px;
    background: url("../images/shadow.png") no-repeat center bottom;
    background-size: cover;
  }
  
  .index-part3 .left-ls {
    width: 55.503%;
    float: left;
    height: 285px;
    background-color: #fff;
    padding: 0 20px;
  }
  
  .index-part3 .left-ls .time {
    display: block;
    line-height: 39px;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
    position: relative;
    padding-left: 20px;
  }
  
  .index-part3 .left-ls .time:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/icon_time.png") no-repeat center center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .index-part3 .left-ls .tit {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #000000;
  }
  
  .index-part3 .left-ls li {
    padding-bottom: 15px;
    border-bottom: 1px dashed #c9c9c9;
  }
  
  .index-part3 .left-ls a:hover .tit {
    color: #0b7b93;
  }
  
  .index-part3 .right {
    width: 29.615%;
    float: right;
  }
  
  .index-part3 .right-ls .first a {
    display: block;
    height: 120px;
  }
  
  .index-part3 .right .index-tit {
    margin-bottom: 0;
  }
  
  .index-part3 .right-ls .item {
    margin-top: 17px;
  }
  
  .index-part3 .right-ls .item a {
    position: relative;
    display: block;
    line-height: 20px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
  }
  
  .index-part3 .right-ls .item a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #0088a1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .index-part3 .right-ls .tit:hover {
    color: #0b7b93;
  }
  
  .index-part4 {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  
  .index-part4 .index-tit-c .txt:before,
  .index-part4 .index-tit-c .txt:after {
    width: 1300px;
  }
  
  .equipment-slick {
    padding: 0 20px;
    margin-top: 25px;
  }
  
  .equipment-slick .slick-slide {
    padding: 0 20px;
  }
  
  .equipment-slick .pic {
    padding-bottom: 74.074%;
  }
  
  .equipment-slick .txt {
    position: relative;
    text-align: center;
    background-color: #f4f4f4;
    padding: 25px 15px;
  }
  
  .equipment-slick .tit {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #000000;
  }
  
  .equipment-slick .icon {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    right: 0;
    top: -16px;
    margin: auto;
  }
  
  .equipment-slick .item:hover .txt {
    background-color: #0b7b93;
  }
  
  .equipment-slick .item:hover .tit {
    color: #fff;
  }
  
  .equipment-slick .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 35px;
    background: url("../images/index_button_left.png") no-repeat center center;
    background-size: cover;
    z-index: 2;
    color: transparent;
    overflow: hidden;
  }
  
  .equipment-slick .slick-next {
    background: url("../images/index_button_right.png") no-repeat center center;
    background-size: cover;
    left: auto;
    right: 0;
  }
  
  
  
  
  
  .inner-banner {
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  
  .inner-bt {
    margin-bottom: 2%;
  }
  
  .equipment-search {
    margin: 25px 0;
    position: relative;
    padding-right: 145px;
  }
  
  .equipment-search .search-content {
    line-height: 48px;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: solid 1px #56b3c7;
    table-layout: auto;
  }
  
  .equipment-search .txt {
    vertical-align: middle;
    padding: 0 25px 0 20px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #0b7b93;
    position: relative;
    white-space: nowrap;
  }
  
  .equipment-search .txt:after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background-color: #b6b6b6;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .equipment-search .input-wrap {
    width: 100%;
  }
  
  .equipment-search .input {
    padding: 0 30px;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
    width: 100%;
    height: 45px;
  }
  
  .equipment-search .search-btn {
    position: absolute;
    right: 0;
    width: 121px;
    text-align: center;
    line-height: 50px;
    background-color: #038da6;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    vertical-align: middle;
    top: 0;
    cursor: pointer;
  }
  
  .equipment-search .search-btn:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url("../images/list_search.png") no-repeat center center;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-top: -4px;
  }
  
  .equipment-ls li {
    float: left;
    width: 30.024%;
    margin: 0 4.637% 4.062% 0;
    overflow: hidden;
  }
  
  .equipment-ls li.side {
    margin-right: 0;
  }
  
  .equipment-ls .pic {
    position: relative;
    padding-bottom: 75%;
  }
  
  .equipment-ls .btn {
    position: absolute;
    width: 50%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #119ab8;
    opacity: 0.8;
    font-size: 16px;
    color: #ffffff;
    padding: 0;
    bottom: 100%;
    right: 0;
    border-radius: 0;
    display: none;
  }
  
  .equipment-ls li:hover .btn {
    display: block;
  }
  
  .equipment-ls .book {
    left: 0;
    background-color: #e09c36;
  }
  
  .equipment-ls .btn:hover {
    opacity: 1;
  }
  
  .equipment-ls .txt {
    display: block;
    background-color: #fff;
    border: 1px solid #eee;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    position: relative;
  }
  
  .equipment-ls .tit {
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    color: #000000;
    padding-bottom: 5px;
    position: relative;
  
  }
  
  .equipment-ls .tit:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c9c9c9;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  
  .equipment-ls .intro {
    margin-top: 10px;
    padding: 0 20px 15px;
  }
  
  .equipment-ls .tit:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #0b7b93;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  
  .equipment-ls .txt:hover .tit {
    color: #0b7b93;
  }
  
  .equipment-ls .txt:hover:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: #0b7b93;
    left: 0;
    bottom: -1px;
  }
  
  .equipment-ls .option {
    position: relative;
    padding: 10px 20px 0;
  }
  
  .equipment-ls .detail {
    position: absolute;
    background-color: #fff;
    border-bottom: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    margin: auto;
    padding: 10px 21px 0;
    display: none;
  }
  
  .equipment-ls .detail:after,
  .equipment-ls .detail:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #eee;
    position: absolute;
    top: 0;
    margin: auto;
  }
  
  .equipment-ls .detail:after {
    right: 0;
  }
  
  .equipment-ls .detail:before {
    left: 0;
  }
  
  .equipment-ls li:hover .option>.tit {
    opacity: 0;
    color: transparent;
  }
  
  .equipment-ls li:hover .option>.tit:after,
  .equipment-ls li:hover .option>.tit:before {
    background-color: transparent;
  }
  
  .equipment-ls li:hover .detail {
    display: block;
  }
  
  .equipment-ls .detail .tit {
    max-height: 96px;
  }
  
  .equipment-intro {
    background-color: #eeeeee;
    margin-top: 20px;
    position: relative;
    padding-left: 315px;
    min-height: 276px;
  }
  
  .equipment-intro .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 315px;
    height: 100%;
  }
  
  .equipment-intro .txt {
    padding: 25px 40px;
    line-height: 30px;
    font-size: 14px;
  }
  
  .equipment-intro .tit {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #0b7b93;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
    margin-bottom: 15px;
  }
  
  .equipment-intro .tit:before {
    content: "";
    display: block;
    width: 47px;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #0b7b93;
    position: absolute;
  }
  
  .equipment-intro .book-btn {
    display: block;
    width: 149px;
    height: 42px;
    background-color: #e09c36;
    margin-top: 30px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
  }
  
  .equipment-tabs {
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom: 1px solid #119ab8;
  }
  
  .equipment-tabs li {
    float: left;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 8px;
    padding: 0 20px;
    background-color: #e3f0f3;
    border-radius: 5px;
    line-height: 34px;
    font-size: 16px;
    color: #0b7b93;
  }
  
  .equipment-tabs li.active {
    background-color: #0b7b93;
    color: #fff;
  }
  
  .equipment-content .ytable-row {
    display: table-row;
  }
  
  .equipment-content .ytable-cell {
    min-height: 66px;
    padding: 25px 15px 25px 30px;
    background-color: #f2f2f2;
    border: solid 1px #d2d2d2;
    font-size: 16px;
    font-weight: normal;
    color: #4a4a4a;
  }
  
  .equipment-content .equipment-table {
    border: solid 1px #d2d2d2;
    margin-bottom: 25px;
  }
  
  .equipment-content .txt {
    font-weight: bold;
    color: #000000;
    background-color: #fff;
  }
  
  .equipment-txt {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #000000;
  }
  
  .equipment-txt p {
    text-indent: 2em;
  }
  
  .equipment-content>.item {
    /* display: none; */
  }
  
  .equipment-content .info-tab {
    display: none;
  }
  
  .equipment-content .on {
    display: block;
  }
  
  
  
  
  
  
  
  
  
  @media (min-width: 991px) {
    .common-left {
      display: block !important;
    }
  }
  
  @media (max-width: 1200px) and (min-width:991px) {
    .header-link {
      display: none;
    }
  
    .header-link.last {
      display: block
    }
  }
  
  @media (max-width: 991px) {
  
    .common-left,
    .common-right,
    .main-left,
    .main-right {
      width: 100%;
    }
  
    .common-left {
      display: none;
      margin-top: 0;
    }
  
  }
  
  @media (max-width: 768px) {
  
    .main-title {
      margin-top: 30px;
    }
  
    .main-list1 {
      margin-top: 15px;
    }
  
    .main-list1 li {
      width: 100% !important;
    }
  
    .main-list1 li.list-F a {
      height: auto;
      padding-bottom: 59%;
    }
  
    .main-list1 li.list-S {
      margin: 20px 0 0 0;
    }
  
    .main-theme {
      padding-top: 20px;
      margin: 30px -3% 0;
    }
  
    .main-theme li {
      width: 44%;
      margin: 0 3% 20px;
    }
  
    .footer {
      margin-top: 20px;
    }
  
    .common-list>li.list-F>a .list-left {
      width: 100%;
      height: auto;
      padding-bottom: 59%;
    }
  
    .common-list>li.list-F>a .list-right {
      width: 100%;
      margin-top: 15px;
    }
  
    .common-list>li.list-F>a .list-right h4 {
      margin-bottom: 10px;
    }
  
    .article-title {
      font-size: 18px;
    }
  
    .photo-list,
    .teacher-list {
      margin: 0 -2.5%;
    }
  
    .photo-list>li,
    .teacher-list>li {
      width: 45%;
      margin: 2% 2.5%;
    }
  
    .teacher-top {
      height: auto;
      padding-left: 0;
    }
  
    .teacher-img {
      width: 100%;
      height: auto;
      padding-bottom: 74%;
      position: relative;
    }
  
    .inner-banner {
      height: 140px;
    }
  
    .index-bn .item {
      padding-bottom: 44.875%;
    }
  
    .index-part1 .slick-arrow {
      height: 40px;
      width: 40px;
      margin-top: -20px;
    }
  
    .index-part1 .slick-dots li {
      height: 12px;
      width: 12px;
    }
  
  }
  
  @media (max-width: 640px) {
    .index-part2 .part-ls li {
      width: 96%;
      margin: 0 2% 15px;
    }
  
    .index-part3 .column,
    .index-part3 .left .first,
    .index-part3 .left .left-ls {
      width: 100%;
    }
  
    .index-part3 .right {
      margin-top: 20px;
    }
  
    .equipment-intro .pic {
      position: relative;
      height: auto;
      padding-bottom: 87.615%;
      width: 100%;
    }
  
    .equipment-intro {
      padding-left: 0;
    }
  
    .equipment-intro .txt {
      padding: 20px;
    }
  
    .equipment-intro .tit {
      font-size: 20px;
      padding-bottom: 15px;
    }
  
    .equipment-content .equipment-table,
    .equipment-content .ytable-row {
      display: block;
    }
  
    .equipment-content .ytable-cell {
      width: 100%;
      display: block;
      min-height: 40px;
      padding: 10px 15px 10px 20px;
    }
  
  
  }
  
  @media (max-width: 450px) {
    .main-theme {
      margin: 30px 0 0;
    }
  
    .main-theme li {
      width: 100%;
      margin: 0 0 20px;
    }
  
    .equipment-ls li {
      width: 100%;
      margin-right: 0;
    }
  
    .equipment-search .txt {
      display: none;
    }
  
    .equipment-search .input {
      padding-left: 15px;
    }
  
    .equipment-search .search-content {
      line-height: 34px;
    }
  
    .equipment-search .search-btn {
      line-height: 36px;
      width: 90px;
    }
  
    .equipment-search {
      padding-right: 110px;
    }
  
  }

.article-content /p {
  text-indent: 2em !important;
}
.article-content p im/g {
display:bloc/k  !important;
margin-left: auto;
margin-right:auto;
    paddin/g: 10px 32px;
}

table tbody tr td p a spana{
color:#000;
}
table tbody tr td p aa, p aa{
color:#000 !important;
text-decoration:none !important;
}

.wp_articlecontent a{
 text-decoration: underline;
}

