﻿.w100.lis-con span.date {
 bottom: -17px;
 left: auto;
 right: 0;
}

.w100.lis-con .lisC-bottom {
 border: none;
}
 .Min_ul .Min_li{
   padding: 30px;
   background: #fff;
   margin-bottom: 30px;
 }
 .lis-img {
 float: left;
 width: 270px;
 height: 210px;
 margin-right: 30px;
}

.lis-img img {
 width: 100%;
 height: 100%;
}

h2.lis-title {
 font-size: 26px;
 
 font-weight: bold;
 color: #333333;
 line-height: 34px;
 padding: 0px 0 15px;
 box-sizing: border-box;
 border-bottom: 1px solid #eee;
}

.lis-con {
 float: left;
 width: 840px;
 position: relative;
}
.w100.lis-con{
  width: 100%;
}
.lisC-bottom {
 padding: 10px 0;
 border-bottom: 1px solid #eee;
}

ul.Bottom_ul {
 overflow: hidden;
}

ul.Bottom_ul li {
 width: 50%;
 float: left;
 margin-bottom: 10px;
 color: #666666;
 /* font-weight: bold; */
 font-size: 16px;
}

ul.Bottom_ul li span {
 color: #1F60AD;
}

.lisC-bottom p {
 font-size: 16px;
 
 /* font-weight: bold; */
 color: #999999;
 line-height: 24px;
}

.lisC-bottom p span {
 color: #1F60AD;
}

span.date {
 position: absolute;
 left: 0;
 bottom: -35px;
 font-size: 14px;
 color: #999;
}

@media only screen and (max-width:768px){
 .lis-img {
 width: 200px;
 height: 130px;
 }
 
 .lis-con {
 width: 364px;
 }
 
 h2.lis-title {
 font-size: 20px;
 padding: 0 0 5px;
 text-overflow: ellipsis;
 /* white-space: nowrap; */
 -webkit-line-clamp: 1;
 display: -webkit-box;
 overflow: hidden;
 -webkit-box-orient: vertical;
 }
 
 .lisC-bottom p {
 font-size: 14px;
 text-overflow: ellipsis;
 /* white-space: nowrap; */
 -webkit-line-clamp: 2;
 display: -webkit-box;
 overflow: hidden;
 -webkit-box-orient: vertical;
 }
 
 .lisC-bottom {
 padding: 5px 0;
 }
 
 .Min_ul .Min_li {
 padding: 0 15px;
 margin-bottom: 15px;
 }
  }

  @media only screen and (max-width: 460px){
 .lis-img {
 width: 100%;
 height: auto;
 }
 .lis-con {
 width: 100%;
 }
 span.date{
 display: none;
 }
 .lisC-bottom{
 border: none;
 }
  }
 