.part1 {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.part1 .smei {
  background-image: url(../img/index/semi.png);
  width: 230px;
  height: 220px;
  text-align: center;
}
.part1 .smei .pic {
  padding-top: 40px;
}
.part1 .smei p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  /* font-family: MicrosoftYaHei; */
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 10px 0;
}
.part1 .smei a {
  display: block;
  /* font-family: MicrosoftYaHei; */
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.part1 .smei a img {
  vertical-align: initial;
}
.part1 .banner {
  width: 646px;
  height: 220px;
}
.part1 .banner .swiper-pagination-bullet {
  background-color: #949494;
  opacity: 1;
}
.part1 .banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.part1 .banner .swiper-pagination {
  text-align: right;
  padding: 0 50px;
  box-sizing: border-box;
}
.part1 .advert {
  width: 300px;
  height: 220px;
}
.part1 .advert .pic {
  height: 104px;
  overflow: hidden;
}
.part1 .advert .pic img {
  width: 100%;
}
.part1 .advert .pic:last-child {
  margin-top: 12px;
}
.part2 {
  overflow: hidden;
}
.part2 .fl {
  float: left;
  width: 888px;
}
.part2 .fl > .head {
  height: 40px;
  background-color: #fff;
  margin-top: 12px;
}
.part2 .fl .head a {
  position: relative;
  display: inline-block;
  line-height: 40px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #555666;
  margin: 0 10px;
}
.part2 .fl .head a .y_line {
  display: none;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: rgb(165,181,110);
  bottom: 0;
}
.part2 .fl .head .active {
  font-weight: bold;
}
.part2 .fl .head .active .y_line {
  display: block;
  transition: transform 0.5s;
}
.part2 .fl .head .active:hover .y_line {
  transform: scaleX(1.2);
}
.part2 .fl .messages .article {
  height: 160px;
  background-color: #fff;
  margin-top: 12px;
  padding: 20px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.part2 .fl .messages .article .pic {
  float: left;
  width: 230px;
  height: 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.part2 .fl .messages .article .pic img {
  width: 100%;
  transition: transform 1.5s;
}
.part2 .fl .messages .article .pic .owner {
  /* width: 40px; */
  padding: 0 8px;
  height: 20px;
  background-color: #959595;
  text-align: center;
  /* font-family: MicrosoftYaHei; */
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.part2 .fl .messages .article .pic:hover .owner {
  background-color: rgb(165,181,110);
}
.part2 .fl .messages .article .pic:hover img {
  transform: scale(1.15);
}
.part2 .fl .messages .article .text {
  float: left;
  width: calc(100% - 230px);
  padding: 0 20px;
  box-sizing: border-box;
  height: 120px;
}
.part2 .fl .messages .article .text .titles {
  overflow: hidden;
}
.part2 .fl .messages .article .text .titles .test_title {
  float: left;
  position: relative;
  /* width: 58px; */
  padding: 0 5px;
  height: 20px;
  text-align: center;
  background-color: rgb(165,181,110);
  /* font-family: MicrosoftYaHei; */
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
}
.part2 .fl .messages .article .text .titles .test_title::after {
  content: "";
  border: 5px solid transparent;
  border-left-color: rgb(165,181,110);
  position: absolute;
  top: 5px;
  right: -10px;
  background-color: transparent;
}
.part2 .fl .messages .article .text .titles .rel_title {
  display: block;
  float: left;
  text-indent: 10px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #555666;
  max-width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part2 .fl .messages .article .text .downs {
    /* margin-top: 5px; */
    overflow: hidden;
    height: 100%;
    align-items: center;
	  flex-direction: column;
    display: flex;
	padding-top:5px;
}
.part2 .fl .messages .article .text .downs .text_detial {
	width:100%; margin-top:10px; padding-right:8%;
  /* width: 420px; */
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;

}
.part2 .fl .messages .article .text .downs .infor{ width:100%; display:flex; align-items:center;  color:#72737e;margin-top:10px;}
.part2 .fl .messages .article .text .downs .infor img{ height:17px; width:auto; margin-right:4px;}
.part2 .fl .messages .article .text .downs .infor span{ display:flex; align-items:center; margin-right:12px;}
.part2 .fl .messages .article .text .downs .infor span:last-child{ margin-right:0px;}
.part2 .fl .messages .article .text .downs .text_detial .important {
  /* font-family: MicrosoftYaHei; */
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #72737e;
}
.part2 .fl .messages .article .text .downs .text_detial .step {
  /* font-family: MicrosoftYaHei; */
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #72737e;

}
.part2 .fl .messages .article .text .downs .text_detial .step3 {
  /* font-family: MicrosoftYaHei; */
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #72737e;
  margin-left: 0px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.part2 .fl .messages .article .text .downs .about {
  float: left;
  width: calc(100% - 420px);
  overflow: hidden;
  display:none;
}
.part2 .fl .messages .article .text .downs .about .offline {
    display: none;
  width: 1px;
  height: 60px;
  background-color: #f1f1f2;
  margin-top: 20px;
  float: left;
}
.part2 .fl .messages .article .text .downs .about .writer {
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
}
.part2 .fl .messages .article .text .downs .about .writer .name .lswl {
  display: block;
  /* font-family: MicrosoftYaHei; */
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #72737e;
}
.part2 .fl .messages .article .text .downs .about .writer .name .lswl:hover {
  color: rgb(165,181,110);
}
.part2 .fl .messages .article .text .downs .about .writer .about_message {
  display: flex;
}
.part2 .fl .messages .article .text .downs .about .writer .about_message .ofit {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #72737e;
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.part2 .fl .messages .article .text .downs .about .writer .about_message .ofit:hover {
  color: rgb(165,181,110);
}
.part2 .fl .messages .article .text .downs .about .writer .about_message .zan {
  background-image: url(../img/public/Fabulous.png);
}
.part2 .fl .messages .article .text .downs .about .writer .about_message .zan:hover {
  background-image: url(../img/public/Fabulous2.png);
}
.part2 .fl .messages .article .text .downs .about .writer .about_message .havzan {
  background-image: url(../img/public/Fabulous2.png);
}
.part2 .fl .messages .article .text .downs .about .writer .about_message .pinlun {
  background-image: url(../img/public/comment.png);
}
.part2 .fl .messages .article .text .downs .about .writer .about_message .pinlun:hover {
  background-image: url(../img/public/comment2.png);
}
.part2 .fl .messages .article .text .downs .about .writer .about_message .see {
  background-image: url(../img/public/see.png);
}
.part2 .fl .messages .article .text .downs .about .writer .about_message .see:hover {
  background-image: url(../img/public/see2.png);
}
.part2 .fl .messages .article .text .downs .about .writer .about_message .havpl {
  background-image: url(../img/public/comment2.png);
}
.part2 .fl .messages .article .text .downs .about .time {
  /* font-family: MicrosoftYaHei; */
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #72737e;
}
.part2 .fl .messages .readed .text .titles .test_title {
  background-color: #959595;
}
.part2 .fl .messages .readed .text .titles .test_title::after {
  border-left-color: #959595;
}
.part2 .fl .messages .readed .text .titles .rel_title {
  color: #959595;
}
.part2 .fl .messages .loadmore {
  cursor: pointer;
  height: 50px;
  background-color: #a5a5a5;
  border-radius: 6px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  line-height: 50px;
  justify-content: center;
}
.part2 .fl .messages .loadmore .pic {
  margin-right: 20px;
}
.part2 .fl .messages .loadmore .pic img {
  display: block;
}
.part2 .fl .messages .loadmore .read {
  /* font-family: MicrosoftYaHei; */
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
@media screen and (max-width: 1025px) {
  .part1 .smei {
    display: none;
  }
  .part1 .advert {
    display: none;
  }
  .part1 .banner {
    width: 100%;
    height: auto;
  }
  .part1 .banner img {
    width: 100%;
  }
  .offside {
    display: none;
  }
  .part2 .fl {
    width: 100%;
  }
  .part2 .fl .messages .article .pic {
    display: none;
  }
  .part2 .fl .messages .article .text {
    padding: 0;
    width: 100%;
  }
  .part2 .fl .messages .article .text .downs .text_detial {
   
  }
  .part2 .fl .messages .article .text .downs .about {
    width: calc(100% - 200px);
  }
  .part2 .fl .messages .article .text .downs .about .offline {
    display: none;
  }
  .part2 .fl .messages .article .text .downs .about .writer .name .lswl {
    font-size: 12px;
    line-height: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 15px !important;
    height: 26px !important;
    background-size: 15px 26px !important;
    top: 58%;
  }
}
