table {
  width: 80%;
  margin: 0 auto;
  line-height: 35px;
  text-align: center;
}
table tr td {
  border: 1px solid #ecedef;
}
table tr:nth-child(odd) {
  background-color: #fbfbfb;
}
.lmmc {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  /* background-color: #efefef; */
}

.lmmc_bg,
.lmmc_bg a {
  color: #999;
  font-size: 13px;
}

.bg-fa {
  background-color: #f7f8fa;
}

.list-bg {
  /* background-color: #efefef; */
}

.list {
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: flex-start;
}

.list .list-left {
  width: 74%;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
}

.list .list-left .zixun-tit {
  width: 100%;
  height: 30px;
  line-height: 20px;
  border-bottom: 2px solid #f7f8fa;
}

.list .list-left .zixun-tit span {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color);
  font-size: 16px;
  font-weight: 600;
}

.list .list-left > ul li {
  background-color: #fff;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #eee solid;
}

.list .list-left > ul li:last-child {
  margin-bottom: 0;
}

.item-left {
  width: 25%;
  overflow: hidden;
  height: 7.5em;
}

.item-left a {
  display: block;
  position: relative;
}

.item-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-left a:hover .imghover p::before {
  left: 50%;
  width: 5px;
  margin-left: -2.5px;
}

.item-left a:hover .imghover {
  opacity: 1;
}

.item-left a:hover .imghover p::after {
  left: 50%;
  width: 5px;
  margin-left: -2.5px;
}

.item-left .imghover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  opacity: 0;
  transition: all ease 0.3s;
}

.item-left .imghover p {
  color: #fff;
  position: relative;
  line-height: 35px;
  font-size: 14px;
}

.item-left .imghover p::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scaleY(0.8);
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.3s;
}

.item-left .imghover p::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scaleY(0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all ease 0.3s;
}

.item-right {
  width: 75%;
}

.item-right h3 {
  padding: 0 15px 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}

.item-right h3 a {
  color: #666;
}

.item-right h3 a:hover {
  color: var(--color);
}

.item-right p {
  padding: 0 15px 0;
  margin-bottom: 15px;
  line-height: 25px;
  overflow: hidden;
  font-size: 14px;
}

.item-right p a {
  color: #666;
}

.item-right .meta {
  padding: 0 15px 0;
  color: #999;
  font-size: 13px;
}

.item-right .meta a {
  padding: 5px 10px;
  background-color: #49a9ff;
  color: #fff;
}

.pages {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  color: #666;
}
.pages ul {
  display: flex;
}

.pages li {
  border: 1px solid #e5e5e5;
  color: #666;
  margin-left: 10px;
  padding: 0 4px;
  font-size: 14px;
}
.pages li a {
  display: block;
}
.pages li:hover {
  border: 1px solid var(--color);
  background: var(--color);
}
.pages li:hover,
.pages li:hover a {
  color: #fff;
}
.pages li.thisclass,
.pages li.active {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}

.list .list-right {
  width: 25%;
  padding: 15px;
  background-color: #fff;
  box-sizing: border-box;
}

.small_t {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.small_t h4 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #ff931e;
}
.small_t h4:after {
  padding-left: 10px;
}
.small_t h4:before {
  padding-right: 10px;
}
.small_t h4:after,
.small_t h4:before {
  content: "——";
  color: #ff931e;
}

.banner_list li {
  padding-bottom: 10px;
}

.banner_list li span {
  padding-right: 5px;
}

.banner_list li:first-child img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.banner_list li span::after {
  width: 10px;
  padding: 4px 5px;
  height: 20px;
}

.banner_list li:first-child span::after {
  content: "";
}

.banner_list li span::after {
  content: ".";
  color: #ccc;
}

.banner_list li:first-child a {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.banner_list li:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}

.banner_list li:hover {
}

.banner_list li a {
  font-size: 15px;
  line-height: 30px;
}

.banner_list li:hover a {
  color: var(--color);
}

.click_order {
  overflow: hidden;
  box-sizing: border-box;
}

.click_order li:first-child img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.click_order li:first-child {
  z-index: 1;
  margin-bottom: 10px;
}

.click_order li:last-child a {
  margin-bottom: 15px;
}

.click_order li a {
  margin-top: 12px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 40px;
  font-size: 15px;
}

.hot-right ul li {
  margin-top: 12px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 40px;
  font-size: 15px;
}

.hot-right ul li:last-child,
.hot-right ul li:nth-last-child(2) {
  border-bottom: none;
}

.article {
}

.article-article {
  background-color: #ffffff;
}

.article-article .lmmc_bg {
  margin-bottom: 20px;
}

.article-article .article-head h1 {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 15px;
}

.article-article .article-head .des {
  font-size: 13px;
  color: #999;
  margin-bottom: 25px;
  justify-content: space-between;
}

.article-article .article-body {
  font-size: 16px !important;
  font-weight: normal !important;
  position: relative; 
  text-align: left;
} 
.article-article .article-body p {
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
}
.article-article .article-body p + img {
  margin-top: 25px;
}
.article-article .article-body h1 {
  font-weight: bold !important;
  font-size: 26px !important;
  color: var(--color, #333333);
  line-height: 39px;
  margin: 10px 0;
  border: none;
}
.article-article .article-body h1 + * {
  margin-top: 0;
}
.article-article .article-body h2,
.article-article .article-body h3,
.article-article .article-body h4,
.article-article .article-body h5,
.article-article .article-body h6 {
  font-weight: bold !important;
  font-size: 20px !important;
  color: var(--color, #333333);
  line-height: 42px;
  margin: 15px 0;
}
.article-article .article-body h2 + img,
.article-article .article-body h3 + img,
.article-article .article-body h4 + img,
.article-article .article-body h5 + img,
.article-article .article-body h6 + img {
  margin-top: 0;
}
.article-article .article-body img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
}
.article-article .article-body img + * {
  margin-top: 0;
} 
 
.end-user {
  text-align: right;
  font-size: 14px;
  color: #828282;
  margin-top: 25px;
}

.article-relation {
  margin-top: 45px;
}

.article-relation h4 {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.article-relation h4 span {
  background: #ed84b5;
  display: block;
  width: 100px;
  color: #fff;
  padding: 8px 10px;
  box-sizing: border-box;
  text-align: center;
}

.article-relation h4:after {
  /* 	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 6px solid transparent;
	border-left: 6px solid #7cd88d;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -12px; */
}

.article-relation ul {
  /* width: 95%; */
  border: 1px dashed #eaeaea;
  /* border-left: none; */
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 15px 0;
  box-sizing: border-box;
}

.article-relation ul li {
  width: 49%;
  margin-bottom: 15px;
  font-size: 14px;
  justify-content: space-between;
}

.article-relation ul li p {
  max-width: 75%;
}

.article-relation ul li time {
  color: #999999;
  flex-shrink: 0;
}

.article-tips {
  text-indent: 30px;
}

.preNext {
  justify-content: space-between;
  background-color: #f9f9f9;
  border-radius: 3px;
  margin: 30px 0 10px;
  font-size: 13px;
  line-height: 1.5;
  padding: 10px;
  border: 1px solid #efefef;
  color: #999;
}

.preNext span {
  width: 49%;
}

@media (max-width: 768px) {
  .article {
    padding-top: 0;
  }

  .list,
  .preNext {
    flex-wrap: wrap;
  }

  .list .list-left {
    padding-top: 0;
  }

  .list .list-left,
  .list .list-right,
  .preNext span {
    width: 100%;
  }

  .article-article {
    padding: 10px 10px 10px 0;
  }

  .preNext span:first-child {
    margin-bottom: 10px;
  }

  .list .list-left {
    padding-left: 10px;
    box-sizing: border-box;
  }

  .list .list-right {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  
  .article-article .article-body{line-height: 1.7rem;font-size: .95rem;}
  .article-article .article-body p{margin: .5rem auto;text-align:justify;} 
  .article-article .article-body img{ margin:.9rem auto; display:block; max-width: 100%; text-align: center;}

  
  .article-article .article-body p {
    font-weight: 500;	
    color: #2D322A; 
  }
  .article-article .article-body h1 {
    font-weight: 800;
    font-size: 1.14rem;
    color: var(--color, #333333); 
    margin:1rem 0;
  }
  .article-article .article-body h2,
  .article-article .article-body h3,
  .article-article .article-body h4,
  .article-article .article-body h5,
  .article-article .article-body h6 {
    font-weight: 800;
    font-size: 1rem;
    color: var(--color, #333333); 
    text-align: left;
    margin:1rem 0;
  } 
  .article-relation ul li {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .item-left {
    width: 30%;
  }

  .item-right {
    width: 70%;
  }
  .article-article .article-head h1 {
    text-align: left;
  }
}

.editor {
  color: #828282;
  padding: 5px 0 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 15px 0;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.editor .user-name {
}
.editor .user-name i {
  padding-left: 10px;
  display: block;
  cursor: pointer;
}
.editor .user-name i:first-child {
  border-right: 1px solid #eaeaea;
  padding-right: 10px;
}
.editor .user-name i.on {
  color: #000000;
}
.editor .user-name i img {
  display: block;
  width: 20px;
}

.editor .user-other span {
  padding-right: 10px;
}

.editor p a {
  color: var(--color);
}

@media (max-width: 480px) {
  .editor p {
    /* width: 100%; */
  }

  .editor .user-name {
    margin-bottom: 5px;
  }
}

.info-wrap {
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  align-items: center;
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#fff3e4),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(top left, #fff3e4, #fff);
  background-image: -moz-linear-gradient(top left, #fff3e4, #fff);
  background-image: -o-linear-gradient(top left, #fff3e4, #fff);
  background-image: linear-gradient(to bottom right, #fff3e4, #fff);
}
.info-wrap .info-title {
  overflow: hidden;
}
.info-wrap .info-title .i-t-title {
  font-size: 34px;
  font-weight: 400;
  color: #323232;
  line-height: 36px;
  margin-bottom: 20px;
}
.info-wrap .info-faculty {
  font-size: 14px;
  color: #636161;
}
.info-wrap .info-faculty span {
  padding-right: 5px;
}
.info-wrap .info-collect {
  z-index: 5;
  text-align: center;
  width: 30%;
  height: 140px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.info-wrap .info-collect .i-c-text {
  cursor: pointer;
  padding: 0 15px;
  line-height: 45px;
  background-color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #ff5e5f;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff6060;
}
.info-wrap .info-collect .i-c-text:hover {
  background-color: #fff;
  color: #ff6060;
}
.info-wrap .info-collect .i-c-logo {
  display: block;
  width: 126px;
  height: 90px;
  margin-bottom: 12px;
}
.key-content .l-c-title {
  position: relative;
  font-size: 18px !important;
  font-weight: 500;
  color: var(--color);
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.key-content .l-c-title:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 25px;
  background: var(--color);
  top: 2px;
  left: 0;
}
.key-content h2#ml_03 {
  /* display: flex; */
  /* justify-content: space-between; */
}
.key-content h2#ml_03 a {
  font-size: 15px;
  padding: 5px 15px;
  letter-spacing: 0.02em;
  background-color: #ff6060;
  color: #fff;
  border-radius: 25px;
  margin-left: 20px;
}
.label-wrap {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  align-items: center;
  margin-bottom: 20px;
}
.label-wrap .list-item-index {
  display: block;
  /* background: #f8f8f8; */
  border-right: 1px solid #dcdcdc;
  font-size: 16px;
  color: #646464;
  width: 10%;
  line-height: 100%;
  height: 100%;
  text-align: center;
}
.label-wrap .label-list {
  padding-top: 20px;
  padding-left: 28px;
  padding-bottom: 12px;
  flex-wrap: wrap;
  width: 90%;
}
.label-wrap .label-list li {
  cursor: pointer;
  width: 25%;
  margin-bottom: 8px;
  font-size: 16px;
  color: #6c7ca1;
}
.label-wrap .label-list li::before {
  padding-right: 2px;
}
.label-wrap .label-list li:first-child::before {
  content: "1";
}
.label-wrap .label-list li:nth-child(2)::before {
  content: "2";
}
.label-wrap .label-list li:nth-child(3)::before {
  content: "3";
}
.label-wrap .label-list li:nth-child(4)::before {
  content: "4";
}
.label-wrap .label-list li:nth-child(5)::before {
  content: "5";
}
@media (max-width: 600px) {
  .info-wrap {
    flex-wrap: wrap;
  }
  .info-wrap .info-title,
  .info-wrap .info-collect {
    width: 100%;
  }
  .info-wrap .info-collect {
    height: auto;
    margin-top: 20px;
    justify-content: flex-end;
  }

  .info-wrap .info-collect .i-c-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 34px;
  }
  .info-wrap .info-collect .i-c-logo {
    display: none;
  }
  .label-wrap .label-list li {
    width: 100%;
  }

  .pages li {
    display: none;
  }
  .pages li:first-child,
  .pages li:last-child,
  .pages li.active {
    display: block;
  }
}
@media (max-width: 480px) {
  .top-head .logo img {
    width: 55%;
  }
}