/* detail.css websole <macore@163.com> 2021-05-12 20:26:46 */
#map {
  height: 500px;
}

.container {
  margin: 50px auto;
  padding-right: 45px !important;
}

.contact h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 30px;
  color: #333;
  font-weight: bold;
}
.contact h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30px;
  height: 2px;
  background: #0081e6;
}

.cate {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.cate li {
  margin: 10px 0;
  font-size: 15px;
  transition: padding-left 0.6s;
  -webkit-transition: padding-left 0.6s;
  -moz-transition: padding-left 0.6s;
  -ms-transition: padding-left 0.6s;
  -o-transition: padding-left 0.6s;
}
.cate li:hover {
  padding-left: 30px;
  transition: padding-left 0.6s;
  -webkit-transition: padding-left 0.6s;
  -moz-transition: padding-left 0.6s;
  -ms-transition: padding-left 0.6s;
  -o-transition: padding-left 0.6s;
}
.cate .now a {
  color: #0081e6;
}
.contact-info li {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  line-height: 22px;
}

.contact-info li .key {
  border: 1px solid #eee;
  width: 50px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #777;
}
.contact-info li .val {
  margin-left: 10px;
  flex: 1;
  color: #333;
  margin-top:1px;
}

.contact-info li a {
  display: inline-block;
  background-color: rgb(0 129 230);
  border-radius: 13px;
  height: 26px;
  padding: 0 15px;
  color: rgb(255 255 255);
  font-size: 14px;
  line-height: 26px;
}

.content h2 {
  font-size: 26px;
  color: #333;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: bold;
}
.content h2 .time {
  margin-top: 30px;
  font-size: 12px;
  color: #999;
}
.content h2 .time i {
  font-style: italic;
}

.article {
  font-size: 16px;
  margin-bottom: 60px;
}

.article p {
  margin: 20px 0;
}
.article img {
  max-width: 100%;
}

.article-ctx {
  overflow: hidden;
  background: #f3fbfd;
  padding: 15px 30px;
}

.relation .part-title {
  margin: 60px 0;
}

.list .item {
  display: inline-block;
  width: 30%;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: left;
}
.list .item:hover .img img {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transition: all 0.6s linear 0.1s;
  -webkit-transition: all 0.6s linear 0.1s;
  -moz-transition: all 0.6s linear 0.1s;
  -ms-transition: all 0.6s linear 0.1s;
  -o-transition: all 0.6s linear 0.1s;
}
.list .item img {
  width: 100%;
  transition: all 0.6s linear 0.1s;
  -webkit-transition: all 0.6s linear 0.1s;
  -moz-transition: all 0.6s linear 0.1s;
  -ms-transition: all 0.6s linear 0.1s;
  -o-transition: all 0.6s linear 0.1s;
}
.list .item .img {
  overflow: hidden;
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.list .item .title {
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list .item .title a {
  font-size: 15px;
  color: #333;
}
.list .time {
  margin: 5px 0 8px;
  font-size: 12px;
  color: #999;
}
.list .desc {
  height: 63px;
  padding-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #c8f1f1;
  line-height: 21px;
  font-size: 12px;
  overflow: hidden;
  color: #999;
}
.list .btn a {
  display: inline-block;
  background-color: rgb(0 129 230);
  border-radius: 5px;
  height: 26px;
  padding: 0 15px;
  color: rgb(255 255 255);
  line-height: 26px;
  font-size: 12px;
}
.list .btn a:hover {
  background: #002856;
}

/* media */
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) {
  .container {
    padding-right: 0 !important;
  }
  .container .el-row {
    margin: 0 !important;
  }
  .container .contact {
    display: none;
  }
  .container .content {
    width: 100%;
  }
  .container #map {
    height: 400px;
  }
}
/* 大屏幕 */
@media (min-width: 992px) {
  .container .contact {
    display: block;
  }
  .container .content {
    width: 70.83333%;
  }
  .container .list .item {
    width: 45%;
  }
  .container .list .item .img {
    height: 165px;
  }
  .container #map {
    height: 480px;
  }
}
/* 大屏幕 */
@media (min-width: 1200px) {
  .container .contact {
    display: block;
  }
  .container .content {
    width: 70.83333%;
  }
  .container .list .item {
    width: 30%;
  }
}
/* pad */
@media (max-width: 767px) {
  .container .contact {
    display: none;
  }
  .container .content {
    float: none;
    box-sizing: border-box;
    width: auto;
    margin: 0 20px;
  }
  .container #map {
    height: 300px;
  }
  .container .list {
    padding: 0 !important;
  }
  .container .list .item {
    padding: 0;
  }
  .container .contact {
    display: none;
  }
  .container .list {
    float: none;
    box-sizing: border-box;
    width: auto;
    margin: 0 20px;
  }
  .container .list .item {
    width: 100%;
    padding: 0 4px;
  }
  .container .list .item .img {
    height: 300px;
  }
}
/* mobile */
@media (max-width: 480px) {
  .container .content {
    padding-right: 0 !important;
  }
  .container #map {
    height: 200px;
  }
  .container .list {
    padding: 0 !important;
  }
  .container .list .item {
    padding: 0;
  }
  .container .list .item .img {
    height: 200px;
  }
}
