@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;
}

.main {
  padding: 0 22px;
  margin-bottom: 45px;
  box-shadow: 0 0 7px rgba(79, 113, 157, 0.16);
}

.sec {
  padding: 25px 20px 40px;
  min-height: 500px;
}

.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: 2px solid #2e5bb5;
  color: #2e5bb5;
  font-weight: bold;
}

.visit-list {
  padding: 30px 40px 0;
}

.visit-item {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}

.visit-item:nth-child(even) {
  padding-left: 50px;
}

.visit-item:nth-child(odd) {
  padding-right: 50px;
}

.visit-con {
  display: block;
  margin-bottom: 10px;
}

.visit-con img {
  width: 100%;
  height: 366px;
}

.visit-text {
  line-height: 35px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.visit-text span {
  color: #053065;
}

.visit-href {
  color: #053065;
}

.visit-href:hover {
  color: #f00;
}

/* 1200以下 */
@media (max-width: 1199px) {
  .sec {
    padding-left: 0;
    padding-right: 0;
  }
  .visit-con img {
    height: 300px;
  }
}

/* 979 */
@media (max-width: 979px) {
  .visit-list {
    padding-right: 20px;
    padding-left: 20px;
  }
  .visit-item:nth-child(even) {
    padding-left: 25px;
  }
  .visit-item:nth-child(odd) {
    padding-right: 25px;
  }
}

/* 767 */
@media (max-width: 767px) {
  .visit-item {
    width: 100%;
  }
  .visit-item:nth-child(even) {
    padding-left: 0;
  }
  .visit-item:nth-child(odd) {
    padding-right: 0;
  }
  .visit-con img {
    height: auto;
  }
}
