@charset "UTF-8";
/*
 * @Author: quchaonan
 * @Date: 2021-09-09 11:31:31
 * @LastEditors: quchaonan
 * @LastEditTime: 2021-09-14 11:18:09
 * @Description: 一件事集成服务
 */
body {
  min-width: 1366px;
}

.content {
  margin-top: -1px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/* 一件事集成服务主区域 */
.onething .site {
  padding: 30px 0 0 22px;
  font-size: 14px;
  color: #333;
  position: relative;
}

.onething .site::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url("../images/onething/location.png") no-repeat center;
  position: absolute;
  top: 33px;
  left: 0;
}

.onething .site-name {
  color: #2868b1;
}

.onething .title {
  font-size: 28px;
  color: #484e54;
  font-weight: bold;
  margin-top: 41px;
  height: 49px;
  border-bottom: 2px solid #e4e6eb;
}

.onething .area-list {
  margin-top: 30px;
}

.onething .area-item {
  width: 1200px;
  height: 260px;
  background: #fff;
  box-shadow: 0 3px 16px 0 rgba(9, 52, 140, 0.1);
  border-radius: 6px;
  position: relative;
  margin-bottom: 40px;
}

.onething .area-item:last-child {
  margin-bottom: 60px;
}

.onething .area-item .area-img {
  width: 270px;
  height: 260px;
  background: #f0f6ff;
  border-radius: 6px 0px 0px 6px;
}

.onething .area-item .name {
  height: 60px;
  width: 270px;
  background: rgba(40, 104, 177, 0.7);
  border-radius: 0 0 0 6px;
  display: inline-block;
  font-size: 26px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 200px;
  left: 0;
}

.onething .area-item .country-list {
  padding: 35px 0 25px 39px;
  width: 930px;
  height: 260px;
  overflow: auto;
}

.onething .area-item .country-item {
  float: left;
  width: 25%;
  font-size: 24px;
  color: #484E54;
}

.onething .area-item .country-item a {
  width: 144px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.onething .area-item .country-item:nth-child(4n+1) {
  margin-left: 0;
}

.onething .area-item .country-item:hover {
  color: #2868B1;
}

.onething .area-item .country-item:nth-child(n+5) {
  margin-top: 42px;
}
