.travail {
  background-size: 100% 100%;
  width: 100%;
  height: 145px;
  background-image: url(../images/server/travail-bg.png);
  font-family: Microsoft YaHei;
  display: flex;
}
.travail .travail-item {
  padding-top: 30px;
  margin-left: 70px;
  width: 310px;
}
.travail .travail-item p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #785d3c;
}
.travail .travail-item p:nth-child(2) {
  font-size: 16px;
  margin-top: 5px;
}
.notice {
  display: flex;
}
.notice .notice-img {
  width: 340px;
  height: 420px;
  margin-right: -170px;
  z-index: 2;
}
.notice .content {
  width: 950px;
  height: 350px;
  padding: 50px;
  display: flex;
  justify-content: flex-end;
  background-image: url(../images/server/notice-bg.jpg);
  background-size: 100% 100%;
  margin-top: 80px;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.notice .content .content-txt {
  width: 780px;
  padding: 0 10px;
  overflow-y: scroll;
}
.notice .content .content-txt p {
  margin-top: 5px;
  text-indent: 32px;
  font-size: 16px;
}
.notice .content .content-txt p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  text-indent: 0;
}
.notice .content ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.notice .content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(180, 180, 180, 0.5);
  border-radius: 10px;
  background-color: #fff;
}
.notice .content ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(180, 180, 180, 0.5);
  background-color: #765c3f;
}
.contact-us {
  display: flex;
  align-items: center;
}
.contact-us .mesusum-map {
  width: 750px;
  height: 440px;
  background-image: url(../images/server/map-bg.png);
  background-size: 100% 100%;
}
.contact-us .mesusum-map #map {
  box-sizing: border-box;
  width: 730px;
  height: 420px;
}
.contact-us .contact-info {
  height: 198px;
  width: 400px;
  background-image: url(../images/server/contact-bg.jpg);
  margin-left: -2px;
  padding: 110px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Microsoft YaHei;
}
.contact-us .contact-info .item {
  color: #fff;
  text-align: center;
}
.contact-us .contact-info .item p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
}
.contact-us .contact-info .item p:nth-child(2) {
  margin-top: 10px;
}
.social {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 70px auto;
}
.social .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  font-size: 16px;
}
.social .item img {
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
}
.social .line {
  width: 2px;
  height: 143px;
  background: #785d3c;
  opacity: 0.4;
}
