*,
::before,
::after {
  margin: 0;
  padding: 0;
  /*清除移动端默认的点击高亮效果*/
  -webkit-tap-highlight-color: transparent;
  /*设置以边框开始计算宽度*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  /*设备默认字体*/
  font-family: "Microsoft YaHei", sans-serif;
  background: #FFFFFF;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
input,
textarea,
button {
  border: none;
  outline: none;
}
textarea {
  resize: none;
}
input {
  /*清除移动端默认的表单样式*/
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  max-height: 266.64rem;
}
img {
  display: block;
}
p {
  max-height: 266.64rem;
}
i {
  display: block;
  font-style: normal;
}
.layui-layer-hui .layui-layer-content {
  padding: 0.42666667rem 0.53333333rem !important;
  font-size: 0.53333333rem !important;
  line-height: 1;
}
#wrap {
  width: 100%;
  background: url("../img/company-news/company-news-back.png");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
#wrap .container {
  padding-top: 1.54666667rem;
  padding-bottom: 15.46666667rem;
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
#wrap .container .list {
  background-color: #FFFFFF;
  box-shadow: 0 0 0.32rem 0.32rem rgba(5, 2, 0, 0.1);
  border-radius: 0.26666667rem;
  margin-left: 0.32rem;
  margin-right: 0.34666667rem;
  margin-bottom: 0.57333333rem;
}
#wrap .container .list li {
  margin-left: 0.41333333rem;
}
#wrap .container .list li .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.34666667rem;
  padding-top: 0.8rem;
  position: relative;
}
#wrap .container .list li .title h1 {
  background: url("../img/home/home-title-left-dark-back.png") no-repeat left center, url("../img/home/home-title-right-dark-back.png") no-repeat right center;
  background-size: 0.22666667rem 0.41333333rem;
  display: inline-block;
  color: #313131;
  font-size: 0.48rem;
  text-align: center;
  padding-left: 0.37333333rem;
  padding-right: 0.4rem;
}
#wrap .container .list li .title .back {
  color: #313131;
  font-size: 0.32rem;
  position: absolute;
  left: 0;
}
#wrap .container .list li .content {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.46666667rem;
  padding-bottom: 0.64rem;
  border-bottom: solid 0.01333333rem #e5e5e5;
}
#wrap .container .list li .content img {
  width: 0.26666667rem;
  height: 0.26666667rem;
  margin-top: 0.10666667rem;
  object-fit: cover;
}
#wrap .container .list li .content .detail {
  margin-left: 0.34666667rem;
  margin-right: 0.37333333rem;
  display: flex;
  flex-direction: column;
}
#wrap .container .list li .content .detail h3 {
  color: #0E0E0E;
  font-size: 0.34666667rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#wrap .container .list li .content .detail p {
  color: #828282;
  font-size: 0.34666667rem;
  line-height: 0.48rem;
}
#wrap .container #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
