@charset "UTF-8";
/*
 * @Description:网站地图
 * @Author: hxh
 * @Date: 2021-07-26 14:14:03
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content {
  background-color: #fff;
  padding: 39px 50px 20px;
}

.title {
  text-align: center;
}

.title .title-name {
  font-size: 32px;
  color: #333;
  line-height: 31px;
  display: inline-block;
  position: relative;
}

.title .title-name::before, .title .title-name::after {
  width: 42px;
  height: 9px;
  content: '';
  position: absolute;
  bottom: 0;
}

.title .title-name::before {
  right: 100%;
  margin-right: 32px;
  background: url("../images/contact_us/img_title_left.png") center no-repeat;
}

.title .title-name::after {
  left: 100%;
  margin-left: 32px;
  background: url("../images/contact_us/img_title_right.png") center no-repeat;
}

.title .title-ename {
  margin-top: 24px;
  line-height: 11px;
  font-size: 14px;
  color: #999;
}

.infos {
  margin: 14px 0;
}

.infos .infos-hd {
  height: 48px;
  line-height: 46px;
  border-bottom: 2px solid #ebebeb;
}

.infos .infos-hd .infos-title {
  font-family: 'SourceHanSansCN-Bold';
  font-size: 20px;
  color: #000;
  height: 48px;
  border-bottom: 2px solid #cb2d25;
}

.infos-list {
  padding-top: 17px;
}

.infos-list .infos-item {
  height: 40px;
  line-height: 40px;
  width: 14.28%;
}

.infos-list .infos-item > a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 28px;
  font-size: 15px;
  color: #000;
  position: relative;
}

.infos-list .infos-item > a:hover {
  color: #cc3c35;
}

.infos-list .infos-item > a::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #cb2d25;
}

.footer {
  margin-top: 20px;
}
