@charset "UTF-8";
/**!
* 青海政务 - 首页
* date:2021-09-22
* author: lxl;
*/
.review {
  padding-top: 50px;
  color: #fff;
  height: 300px;
  background: url("../images/review_bg.png") top center no-repeat;
}

.review .more-btn {
  color: #fff;
  background-image: url("../newTheme/images/icon_travel_active.png");
}

.review .common-title span {
  padding-left: 5px;
  font-size: 14px;
  font-weight: normal;
}

.review-main {
  margin-top: 15px;
  height: 149px;
  background-color: rgba(255, 255, 255, 0.102);
}

.review-list {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  padding-top: 30px;
}

.review-list:first-child::before {
  display: none;
}

.review-list::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.review-list .name {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 60px;
}

.review-list .number {
  padding-left: 60px;
  margin-top: 5px;
  color: #fff;
  font-size: 40px;
}

.common-title {
  position: relative;
  height: 41px;
  line-height: 41px;
  font-size: 28px;
  font-weight: bold;
}

.more-btn {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  padding-right: 25px;
  color: #2868b1;
  background: url("../images/icon_travel.png") right center no-repeat;
}

.more-btn:hover {
  color: rgba(51, 51, 51, 1);
}
