﻿.wrap_main{
  position: relative;
background: #F5F5F5 url(/Sites/Uploaded/Image/2021/03/096375089472468852186273007.jpg)no-repeat;
}
.wrap_main .linkmap{
  background: transparent;
  position: absolute;
  top: 10px;
  left: 50%;
  margin:0;
  transform:translateX(-50%);
  font-size: 14px;
  color: #FFFFFF;
  padding-left: 0;
}
.main .main_content{
  min-height: auto;
}
.wrap_main .linkmap a{
  color: #FFFFFF;
}
.wrap_main .linkmap span{
  color: #FFFFFF;
}
.banner {
  display: block;
}
 
 .twlist .item{
 width: 46%;
 }
 .twlist .main_title {
  color: #fff;
  margin-bottom: 25px;
 }
 .wz_h2.h2_tit {
  background: url(/Content/Areas/Common/images/common/kpwz_icon.png)no-repeat left center;
}
.zt_h2.h2_tit {
  background: url(/Content/Areas/Common/images/common/kpzt_icon.png)no-repeat left center;
}
 .twlist .main_title .More {
  background: url(/Content/Areas/News/images/morewhitebg.png) no-repeat left center;
  width: 94px;
  height: 34px;
 }
 
 .twlist .main_title .More:hover {
  background: url(/Content/Areas/Common/images/common/whitemore.png);
  background-size: 100% 100%;
 }
 .publ_ul{
  margin-top: 40px;
}
.publ_ul li {
  min-height: 70px;
}
.publ_ul li .title_type{
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  display: block;
  width: 70%;
}
.publ_ul li .span_date{
  float: right;
  font-size: 14px;
  color: #999999;

}
.publ_ul li:hover .title_type,.publ_ul li:hover .span_date{
  color: #337353;
}
.retire_box{
  width: 552px;
  height: 140px;
  background: url(/Content/Areas/Common/images/common/retireBk.png)no-repeat;
  background-size: cover;
  display: block;
  line-height: 140px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  padding-left: 25px;
  box-sizing: border-box;
  position: relative;
}
.retire_box img{
  margin-right: 20px;
}
.retire_box::before{
  content: ">>>>>";
  color: rgba(255, 255, 255, 0.24);
  position: absolute;
  left: 60px;
  top: 4px;
  height: 14px;
  transition: all 0.3s;
}
.retire_box:hover{
  color: #fff;
}
.retire_box:hover::before{
  left: 70px;
}



 
 @media only screen and (max-width:768px) {
  .kpsp_ul li {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  }
  .kpsp_ul li:last-of-type {
  margin-bottom: 0;
  }
  .twlist .item {
  width: 100%;
  height: auto;
  }
  .twlist .kpyd {
  margin-bottom: 30px;
  }

  .twlist {
  margin-bottom: 0;
  }
  .twlist .item li {
  padding-right: 0;
  }
  .kpsp_ul li h2 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  }
  .kpsp {
  margin-bottom: 0px;
  }
  .kpsp_ul li:nth-child(4),
  .kpsp_ul li:nth-child(5),
  .kpsp_ul li:nth-child(6) {
  margin-bottom: 30px;
  }
  .publ_ul{
 margin-top: 0.4rem;
  }
  .publ_ul li {
 min-height: 0.6rem;
}
  .publ_ul li .title_type{
 overflow: hidden;
 text-overflow:ellipsis;
 white-space: nowrap;
 font-size: 0.32rem;
 line-height: inherit;
  }
  .retire_box{
 width: 100%;
 font-size: 0.32rem;
  }
  .retire_box::before{
 content: "";
  }
 }
 @media only screen and (max-width:420px) {
   
 }  