@charset "UTF-8";
/**!
 * 在线访谈-详情页
 * date:2021-09-15
 * author: wppei;
 */
.loc {
  padding: 17px 0 17px 27px;
  line-height: 25px;
  color: #999;
  background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
  color: #999;
}

.loc-cur {
  color: #015293;
}

.box-shadow {
  min-height: 945px;
  padding: 20px 0 40px;
  margin-bottom: 45px;
  box-shadow: 0px 0px 7px 0px rgba(79, 113, 157, 0.16);
}

.video {
  width: calc(100% - 270px);
  padding: 15px 0;
  height: 683px;
  text-align: center;
  border-right: 1px solid #B0B0B0;
}

.video-tt {
  text-align: center;
  line-height: 35px;
  padding: 10px 20px;
  font-size: 26px;
  font-weight: bold;
  color: #b8442d;
}

.video-img {
  width: 100%;
  max-width: 659px;
  margin: 0 auto;
  height: 496px;
}

.video-img-box {
  width: 100%;
  height: 100%;
}

.video-box {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

.video-bom {
  padding-top: 20px;
}

.video-bom li {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}

.record {
  width: 270px;
  padding: 0 16px;
}

.record-tt {
  margin-bottom: 10px;
  line-height: 33px;
  font-size: 24px;
}

.record-tt span {
  color: #b63c2d;
}

.record-box {
  height: 638px;
}

.record-img {
  height: 170px;
  width: 100%;
}

.record-text {
  line-height: 25px;
  color: #000;
  font-size: 14px;
  text-align: center;
}

.list-title {
  height: 45px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 22px;
  font-weight: bold;
}

.list-title span {
  display: inline-block;
  line-height: 43px;
  border-bottom: 3px solid #2e5bb5;
  color: #2e5bb5;
  font-weight: bold;
}

.visit {
  padding-top: 20px;
  margin: 30px 40px 0;
}

.visit-box {
  padding-top: 30px;
}

.visit-list {
  margin-bottom: 20px;
}

.visit-name {
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
}

.visit-text {
  line-height: 28px;
}

/* 移动端 */
@media (max-width: 767px) {
  .video {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border: none;
  }
  .record {
    width: 100%;
  }
  .video-img {
    height: auto;
  }
  .video-bom li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .visit {
    margin: 20px 20px 0;
  }
}

table {
    table-layout: automatic;
    border-collapse: collapse;
}

    table tr, table td {
        border: 1px solid black;
    }
