.report-content  #wp_news_w80{
   margin-top:20px;
}
.report-content  #wp_news_w80 .list-item{
   float:left;
   width:48%;
   margin-right:4%;
   border-bottom: 1px dashed #bfbfbf;
    padding-bottom:25px;
   height: 283px;
margin-bottom:25px;
}
.report-content  #wp_news_w80 .list-item:nth-child(2n){
   margin-right:0;
}
.report-content  #wp_news_w80  .con .img{
      float:left;
      width:200px;
      height:257px;
}
.report-content  #wp_news_w80  .con .img img{
   width:100%;
   height:100%;
}
.report-content  #wp_news_w80  .con .info_item{
  padding-left:220px;
}
.report-content  #wp_news_w80  .con .info_item .title{
   font-size:20px;
   color:#2e75b6;
   font-weight:bold;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}
.report-content  #wp_news_w80  .con .info_item .info .list-paddingleft-2 li p {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 3em;
}
.report-content  #wp_news_w80  .con .info_item .short-title{
  font-size:18px;
   color:#2e75b6;
      margin-top: 13px;
    margin-bottom: 10px;
}
.report-content  #wp_news_w80  .con .info_item .download{
   padding: 0 5px;
    height: 25px;
    border-radius: 5px;
    background-color: #2e75b6;
    color: #fff;
margin-top: 20px;
}
.report-content  #wp_news_w80  .con .info_item .download{
  display:inline-block;
}
.report-content  #wp_news_w80  .con .info_item .download:nth-child(2){
  margin-left:20px;
}
@media screen and (max-width: 1200px){
  .report-content  #wp_news_w80 .list-item{
   float:none;
   width:100%;
   margin-right:0;
  padding-top:25px;
   height:308px;
}
}
@media screen and (max-width: 500px){
.report-content  #wp_news_w80 .con .img {
    float: left;
    width: 175px;
    height: 230px;
}
 .report-content  #wp_news_w80 .list-item{

   height:330px;
}
.report-content  #wp_news_w80  .con .info_item{
  padding-left:190px;
}
.report-content  #wp_news_w80 .con .info_item .download:nth-child(2) {
    margin-left: 2px;
}
}
 .report-content  #wp_news_w80 .list-item .info ul{
  padding-left:20px;
}
 .report-content  #wp_news_w80 .list-item .info li{
     list-style-type: disc;
}