*,
::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;
}
body {
  width: 100%;
  background-color: #F3F3F3;
}
#wrap {
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  padding-bottom: 15.46666667rem;
  background: url("../img/company-news/company-news-back-new.png");
}
#wrap .nav {
  position: fixed;
  width: 100%;
  height: 1.17333333rem;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.64);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap .nav .logo {
  width: 2.64rem;
  height: 0.72rem;
}
#wrap .nav .category {
  width: 0.42666667rem;
  height: 0.32rem;
  position: absolute;
  right: 0.4rem;
}
#wrap .page-title {
  text-align: center;
}
#wrap .page-title h1 {
  font-size: 0.58666667rem;
  color: #434343;
  padding-top: 1.54666667rem;
  display: inline-block;
  border-bottom: solid 0.036rem #e60012;
  padding-bottom: 0.21333333rem;
}
#wrap .top-news {
  background: url("../img/company-news/top-new-back.png");
  background-size: 100% 100%;
  /* margin-left: 0.36rem;
  margin-right: 0.28rem;
  margin-top: 0.21333333rem; */
  /* padding-top: 0.76rem;
  padding-bottom: 0.89333333rem; */
}
#wrap .top-news .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap .top-news .title h2 {
  background: url("../img/home/home-title-left-back.png") no-repeat left center, url("../img/home/home-title-right-back.png") no-repeat right center;
  background-size: 0.22666667rem 0.41333333rem;
  padding-left: 0.42666667rem;
  padding-right: 0.45333333rem;
  color: #FFFFFF;
  font-size: 0.48rem;
  text-align: center;
}
#wrap .top-news img {
  /* margin-left: 0.28rem;
  margin-right: 0.28rem;
  margin-top: 0.72rem;
  width: 8.8rem; */
  height: 5.70666667rem;
  object-fit: cover;
}
#wrap .top-news h1 {
  color: #F5F5F5;
  font-size: 0.4rem;
  margin-left: 0.32rem;
  margin-right: 0.32rem;
  line-height: 0.64rem;
  margin-top: 0.26666667rem;
}
#wrap .top-news p {
  color: #FFC7C7;
  font-size: 0.34666667rem;
  margin-left: 0.32rem;
  margin-right: 0.32rem;
  margin-top: 0.26666667rem;
  line-height: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  position: relative;
}
#wrap .top-news p .more {
  color: #F2F2F2;
  font-size: 0.34666667rem;
  line-height: 0.64rem;
  background-color: #A80000;
  position: absolute;
  right: 0;
  bottom: 0;
}
#wrap .news-info {
  background: url("../img/company-news/news-info-back.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 1.04rem;
  margin-left: 0.06666667rem;
  margin-right: 0.04rem;
  margin-top: 0.09333333rem;
}
#wrap .news-info .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap .news-info .title h2 {
  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: #212121;
  font-size: 0.53333333rem;
  text-align: center;
  padding-left: 0.37333333rem;
  padding-right: 0.4rem;
}
#wrap .news-info ul {
  background: url("../img/company-news/news-info-border.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 0.57333333rem;
  margin-right: 0.52rem;
  margin-top: 0.62666667rem;
  /* padding-bottom: 1.06666667rem; */
  padding-bottom: 0.9rem;
}
#wrap .news-info ul li {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.68rem;
  margin-left: 0.32rem;
}
#wrap .news-info ul li img {
  width: 3rem;
  height: 1.98666667rem;
  border-radius: 0.10666667rem;
  object-fit: cover;
}
#wrap .news-info ul li .detail {
  margin-left: 0.28rem;
  margin-right: 0.46666667rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#wrap .news-info ul li .detail h3 {
  color: #0E0E0E;
  font-size: 0.34666667rem;
  margin-top: 0.08rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#wrap .news-info ul li .detail p {
  color: #828282;
  font-size: 0.34666667rem;
  margin-bottom: 0.16rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#wrap .news-info .more {
  text-align: center;
  margin: 0.37333333rem auto 0;
  padding-bottom: 0.62666667rem;
}
#wrap .news-info .more p {
  background-color: #F8F8F8;
  border: solid 0.01333333rem #d2d2d2;
  color: #0F0F0F;
  font-size: 0.34666667rem;
  line-height: 0.624rem;
  display: inline-block;
  width: 2.37333333rem;
  height: 0.624rem;
}
#wrap .industry-news {
  background: url("../img/company-news/news-info-back.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 1.04rem;
  margin-left: 0.06666667rem;
  margin-right: 0.04rem;
  margin-top: 0.09333333rem;
  margin-bottom: 0.52rem;
}
#wrap .industry-news .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap .industry-news .title h2 {
  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: #212121;
  font-size: 0.53333333rem;
  text-align: center;
  padding-left: 0.37333333rem;
  padding-right: 0.4rem;
}
#wrap .industry-news ul {
  background: url("../img/company-news/news-info-border.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 0.57333333rem;
  margin-right: 0.52rem;
  margin-top: 0.62666667rem;
  padding-bottom: 0.45333333rem;
}
#wrap .industry-news ul li {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.48rem;
  margin-left: 0.32rem;
}
#wrap .industry-news ul li img {
  width: 0.26666667rem;
  height: 0.26666667rem;
  margin-top: 0.10666667rem;
  object-fit: cover;
}
#wrap .industry-news ul li .detail {
  margin-left: 0.34666667rem;
  margin-right: 0.37333333rem;
  display: flex;
  flex-direction: column;
}
#wrap .industry-news ul li .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 .industry-news ul li .detail p {
  color: #828282;
  font-size: 0.34666667rem;
  line-height: 0.48rem;
}
#wrap .industry-news .more {
  text-align: center;
  margin: 0.37333333rem auto 0;
  padding-bottom: 0.62666667rem;
}
#wrap .industry-news .more p {
  background-color: #F8F8F8;
  border: solid 0.01333333rem #d2d2d2;
  color: #0F0F0F;
  font-size: 0.34666667rem;
  line-height: 0.624rem;
  display: inline-block;
  width: 2.37333333rem;
  height: 0.624rem;
}
#wrap #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
