@charset "utf-8";
/* CSS Document */
html,
body {
  width: 750px;
  margin: 0 auto;
  min-width: inherit;
  overflow-x: hidden;
  transform: '';
}
.fl_pc {
  float: none;
  display: block;
}
.fr_pc {
  float: none;
  display: block;
}
.pchide {
  display: block;
}
.mhide {
  display: none;
}
.padhide {
  display: none;
}

.container {
  width: auto;
}

.m-elelayui2 {
  overflow: hidden;
  margin: 0 10px -2px;
  width: auto;
  padding: 22px 20px 20px;
  background: #fff;
}
.m-elelayui2 .ul-list1 {
  border-radius: 15px;
  margin: 20px;
  padding: 20px;
  box-shadow: 0 0 10px #ccc;
  line-height: 60px;
}
.m-elelayui2 .scroll-view-ele {
  overflow: hidden;
  height: 60px;
}
.m-elelayui2 .ul-list1 .doc-title-c {
  font-size: 32px;
  font-weight: normal;
  text-overflow: initial;
  overflow: visible;
  display: block;
}
.m-elelayui2 .ul-list1 li {
  border-bottom: none;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
  height: 60px;
}
.m-elelayui2 .ul-list1 li::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #b4b4b4;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 26px;
}

.common-box-bottom {
  margin-bottom: 10px !important;
}
.m-elelayui2 h2 {
  font-size: 36px;
  color: #505050;
}
.new-elelayui2 {
  padding-left: 20px;
  padding-right: 20px;
}
.new-elelayui2 .layui-ul {
  margin-top: 20px;
}
.new-elelayui2 .layui-ul li {
  margin-bottom: 15px;
}
.new-elelayui2 .layui-ul li .doc-title-c {
  color: #878787;
  margin-right: 20px;
  font-size: 32px;
}

.new-elelayui4 {
  display: flex;
  background: #fff;
  width: auto;
  margin: 0 10px;
  padding: 22px 20px 20px;
}
.new-elelayui4 .left {
  position: relative;
  width: 50%;
  margin-right: 10px;
}
.new-elelayui4 .left .left-tip {
  color: #fff;
  background: #d61f28;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}
.new-elelayui4 .left img {
  width: 100%;
  height: 158px;
}
.new-elelayui4 .left .img-desc {
  color: #333333;
  font-size: 28px;
}
.new-elelayui4 .right {
  width: 50%;
}
.new-elelayui4 .right ul {
  width: 100%;
}
.new-elelayui4 .right ul li {
  width: 50%;
  position: relative;
}
.new-elelayui4 .right ul .l-margin {
  margin-right: 10px;
}
.new-elelayui4 .right ul li img {
  width: 100%;
  height: 158px;
}
.new-elelayui4 .right ul li .img-desc {
  color: #333333;
  font-size: 28px;
  /* 1. 核心：设置最大显示行数 */
  -webkit-line-clamp: 4;
  /* 2. 必需：将元素转为弹性盒模型（配合line-clamp生效） */
  display: -webkit-box;
  /* 3. 必需：设置文本排列方向为垂直 */
  -webkit-box-orient: vertical;
  /* 4. 核心：溢出内容隐藏 */
  overflow: hidden;
  /* 5. 核心：溢出文本显示省略号 */
  text-overflow: ellipsis;
  /* 可选：设置行高，控制四行文本的总高度（根据需求调整） */
  line-height: 1.5;
  /* 可选：防止文本换行，确保单行内容不溢出（如需自动换行可删除） */
  word-break: break-all;
}
.new-elelayui4 .right ul li .left-tip {
  color: #fff;
  background: #d61f28;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}

.new-elelayui5 {
  margin: 0 10px;
  padding: 0px 0px 0px;
}
.new-elelayui5 .hot-list {
  margin-top: 10px;
}
.new-elelayui5 .hot-list li {
  padding: 20px 20px;
  margin-bottom: 10px;
  background: #fff;
  color: #333333;
  font-size: 30px;
  height: auto;
}
.new-elelayui5 .hot-list li a {
  line-height: 44px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.new-elelayui5 .hot-list .hot-more {
  width: 100%;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 28px;
  color: #b9b8b8;
}
.new-elelayui5 .hot-list .hot-more a {
  font-size: 22px;
  color: #b9b8b8;
}

.new-elelayui5 .img-list {
  background: #fff;
  margin-top: 10px;
}
.new-elelayui5 .img-list ul {
  margin-right: 20px;
  margin-left: 20px;
}
.new-elelayui5 .img-list ul li {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 10px;
}
.new-elelayui5 .img-list li .left-img {
  width: 50%;
  margin-right: 20px;
}
.new-elelayui5 .img-list li .left-img img {
  height: 160px;
  width: 100%;
}
.new-elelayui5 .img-list li .t-outer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.new-elelayui5 .img-list li .t-outer .t a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333333;
  font-size: 30px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  height: auto;
}
.new-elelayui5 .img-list li .t-outer .t1 a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #a8a8a8;
  font-size: 22px;
}
.new-elelayui5 .img-list .hot-more {
  width: 100%;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #b9b8b8;
}
.new-elelayui5 .img-list .hot-more a {
  font-size: 22px;
  color: #b9b8b8;
}
.new-elelayui5 .img-list .recommend-list {
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  overflow-x: scroll;
  justify-content: start;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  box-sizing: border-box;
  align-items: center;
  padding: 20px 0;
}
.new-elelayui5 .img-list .recommend-list li {
  width: calc((100% - 6 * 10px) / 7);
  flex-shrink: 0;
  margin-right: 10px;
}
.new-elelayui5 .img-list .recommend-list li:nth-last-child(1) {
  margin-right: 0px;
}
.new-elelayui5 .img-list .recommend-list li a {
  width: 100%;
}
.new-elelayui5 .img-list .recommend-list li img {
  width: 100%;
  height: auto;
}
.new-elelayui5 .img-list .servece-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.new-elelayui5 .img-list .servece-list li {
  margin-right: 10px;
}
.new-elelayui5 .img-list .servece-list li:nth-last-child(1) {
  margin-right: 0px;
}
.new-elelayui5 .img-list .servece-list li img {
  width: 100%;
  height: auto;
  display: block;
}
.new-elelayui5 .img-list .service-overflow {
  overflow-x: scroll;
  justify-content: start;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  box-sizing: border-box;
}
.new-elelayui5 .img-list .service-overflow li {
  width: calc((100% - 3 * 10px) / 4);
  flex-shrink: 0;
  margin-right: 10px;
}
.new-elelayui6 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
  margin-left: 30px;
  margin-right: 30px;
}
.new-elelayui6 .remark {
  margin-bottom: 20px;
}
.new-elelayui6 .remark a {
  font-size: 18px;
  color: #8e8e8e;
}
.new-elelayui6 .remark1 {
}
.new-elelayui6 .remark1 a {
  margin-right: 15px;
}
.new-elelayui6 .remark2 {
}
.new-elelayui6 .remark3 {
}
.new-elelayui6 .remark4 {
  margin: 0 0px;
}
.new-elelayui6 .remark4 a {
  display: block;
  margin-bottom: 20px;
}
.new-elelayui6 p {
  line-height: 50px;
}
.elelayui3 {
  width: auto;
  margin: 0 10px;
  padding: 22px 20px 20px;
  background: #fff;
}
.elelayui3-1 {
  grid-template-columns: 100% 0;
}
.elelayui3-1 .a-1 {
  display: none;
}

.swiper1 {
  width: auto;
  height: 405px;
}
.swiper1 .title-bg {
  height: 150px;
  font-size: 30px;
  line-height: 48px;
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: center;
}
.swiper1 .t {
  overflow-wrap: break-word;
  text-overflow: initial;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 即时新闻 */
.jsxw {
  width: auto;
  margin: 0 10px;
  padding: 22px 20px 20px;
  background: #fff;
}
.jsxw .a {
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  flex: 0 0 auto;
  text-align: left;
}
.jsxw .b {
  font-size: 28px;
  height: 60px;
  line-height: 60px;
}

.elelayui4 {
  width: auto;
  margin: 0 10px;
  padding: 22px 20px 20px;
  background: #fff;
}
.elelayui4-1 {
  justify-content: space-around;
  height: 220px;
  align-content: space-between;
}

.elelayui5 {
  width: auto;
  margin: 0 10px;
  padding: 22px 20px 20px;
  background: #fff;
}
.elelayui5L {
  width: auto;
}
.elelayui5-1-option {
  display: none;
}
.elelayui5-1-1 {
  display: block;
}
.elelayui5-1-1 .item,
.elelayui5-1-1.list-model .item {
  width: auto;
  font-size: 23px;
  line-height: 38px;
  margin-bottom: 20px;
}
.elelayui5-1-1 .item a,
.elelayui5-1-1.list-model a {
  display: flex;
  justify-content: space-between;
  height: 160px;
}
.elelayui5-1-1 .item img,
.elelayui5-1-1.list-model img {
  width: 250px;
  /*height: 160px;*/
  height: 188px;
  margin-bottom: 0;
}
.elelayui5-1-1 .item .t,
.elelayui5-1-1.list-model .item .t {
  width: 370px;
  height: 122px;
  -webkit-line-clamp: 3;
}

.elelayui5-1-7 {
  display: block;
}
.elelayui5-1-7 .a,
.elelayui5-1-7.list-model .a {
  width: auto;
}
.elelayui5-1-7 a,
.elelayui5-1-7.list-model a {
  display: flex;
  justify-content: space-between;
}
.elelayui5-1-7 .item1,
.elelayui5-1-7.list-model .item1 {
  font-size: 23px;
  line-height: 38px;
}
.elelayui5-1-7 .item1 img,
.elelayui5-1-7.list-model .item1 img {
  width: 250px;
  height: 160px;
  margin-bottom: 0;
}
.elelayui5-1-7 .item1 .t,
.elelayui5-1-7.list-model .item1 .t {
  width: 370px;
  height: 122px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  white-space: normal;
  text-align: left;
}

.elelayui5-1-7 .item2,
.elelayui5-1-7.list-model .item2 {
  font-size: 23px;
  line-height: 38px;
}
.elelayui5-1-7 .item2 img,
.elelayui5-1-7.list-model .item2 img {
  width: 250px;
  height: 160px;
}
.elelayui5-1-7 .item2 a,
.elelayui5-1-7.list-model a {
  align-items: start;
}
.elelayui5-1-7 .item2 .t,
.elelayui5-1-7.list-model .item2 .t {
  width: 370px;
  height: 122px;
  -webkit-line-clamp: 3;
  white-space: normal;
}
.elelayui5-1-7 .a .item2:first-child,
.elelayui5-1-7.list-model .a .item2:first-child {
  margin-top: 30px;
}

.elelayui5-1-8 {
  flex-wrap: wrap;
  justify-content: center;
}
.elelayui5-1-8 a {
  margin-bottom: 20px;
}
.elelayui5-1-8 a:last-child {
  margin-bottom: 0px;
}

.elelayui5-1-9 {
  display: block;
}
.elelayui5-1-9 .a,
.elelayui5-1-9.list-model .a {
  margin-top: 0;
}
.elelayui5-1-9 .item1,
.elelayui5-1-9.list-model .item1 {
  font-size: 23px;
  line-height: 38px;
  width: auto;
}
.elelayui5-1-9 a,
.elelayui5-1-9.list-model a {
  display: flex;
  justify-content: space-between;
}
.elelayui5-1-9 .item1 img,
.elelayui5-1-9.list-model .item1 img {
  width: 250px;
  height: 160px;
  margin-bottom: 0;
}
.elelayui5-1-9 .item1 .t,
.elelayui5-1-9.list-model .item1 .t {
  text-overflow: initial;
  width: 370px;
  height: 122px;
  white-space: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.elelayui5-1-10 {
  display: block;
  font-size: 24px;
}
.elelayui5-1-10 ul {
  display: block;
}
.elelayui5-1-10 li {
  width: auto;
  overflow: hidden;
  padding: 15px 0;
}
.elelayui5-1-10 b {
  margin-right: 20px;
}
.elelayui5-1-10 a {
  margin-right: 16px;
  margin-bottom: 10px;
}

/*特殊分辨率处理*/
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 360px) {
}
