/*
 * @Description: 联系我们css
 * @Version: 2.0
 * @Date: 2020-05-15 16:02:24
 * @LastEditors: *
 * @LastEditTime: 2020-06-24 18:01:26
 */

 * {
  margin: 0px;
  padding: 0px;
  /* font-size: 15px; */
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  /* color: #666666; */
  text-decoration: none;
}

@font-face {
  font-family: MyFontName;
  src: url(../../lib/SourceHanSansCN-Normal.ttf);
}

@font-face {
  font-family: YouSheTitleName;
  src: url(../../lib/youshetitle.ttf);
}

@font-face {
  font-family: "iconfont";
  src: url("../../lib/fontface/iconfont.eot");
  src: url("../../lib/fontface/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../../lib/fontface/iconfont.woff2") format("woff2"),
    url("../../lib/fontface/iconfont.woff") format("woff"),
    url("../../lib/fontface/iconfont.ttf") format("truetype"),
    url("../../lib/fontface/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: MyFontName;
}

.new-center {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 80px;
  max-width: 2560px;
  left: 50%;
  transform: translateX(-50%);
}

.new-center img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-center-list {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.center-title {
  font-size: 60px;
  position: absolute;
  margin-top: 220px;
  left: 17%;
  color: #ffffff;
  font-family: YouSheTitleName;
}

.center-title-border {
  position: absolute;
  border-bottom: 5px solid #ffffff;
  margin-top: 310px;
  left: 17%;
  width: 150px;
}

/* content */
.content {
  overflow: hidden;
  min-width: 1200px;
  margin: 0 auto;
  /* margin-top: 65px;  */
  margin-bottom: 160px;
}

.search-title {
  font-size: 36px;
  color: #223343;
  font-weight: bold;
  margin-bottom: 30px;
}
.position-box {
  padding: 0 10px 0px 10px;
  position: relative;
}
.list-span-noIcon {
  height: 180px;
  padding: 20px 20px 10px;
  position: relative;
  overflow: hidden;
}
.list-span-noIcon:hover {
  cursor: pointer;
  box-shadow: 0px 3px 25px 0px rgba(10, 19, 29, 0.08);
}
.position-title {
  font-size: 24px;
  line-height: 30px;
  color: #223343;
  font-weight: bold;
}
.position-location {
  margin-top: 20px;
  font-size: 18px;
  color: #666b75;
}
.position-description {
  margin-top: 15px;
  font-size: 16px;
  color: #999999;
  line-height: 25px;
  width: 80%;
}

.position-date {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #999999;
}
.line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #e8e8e8;
}

/* 整体布局响应式小于1400px */
@media screen and (max-width: 1400px) {
  .content {
    /* width: 1200px; */
  }

  .new-center-list {
    width: 1200px;
  }
  .list-span-noIcon {
    width: 1200px;
  }

  .list-page {
    width: 1200px;
  }
}