li{
  list-style: none;
}
h3{
  margin: 0;
    padding: 0;
}
a{
  text-decoration: none;
}
.list li{
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
}
.list li:hover{
  background-color: #f3f6f8;
}
.picture img{
  min-height: 130px;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.list a.picture{
  display: block;
  position: relative;
}
.list .picture{
  min-width: 220px;
  max-width: 220px;
  float: left;
  margin-right: 20px;
  width: 230px;
  height: 130px;
  overflow: hidden;
}

a:hover{
  color: #2291f7;
  text-decoration: none;
}
.list .Monograph{
  height: 130px!important;
  width: auto!important;
  overflow: hidden;
  margin-left: -16px!important;
}
.list a.picture:hover img{
  transform: scale(1.05); 
  -webkit-transform: scale(1.05);
}
.list .detail{
  height: 130px;
}
.list .detail h3{
  line-height: 32px;
  min-height: 75px;
}
.list li h3{
  font-size: 20px;
  font-weight: 400;
}
a{
  color: #333;
  text-decoration: none;
}
.list .tags{
  height: 20px;
  line-height: 20px;
  margin-bottom: 13px;
}

.list .binfo{
  position: relative;
  color: #666;
  font-size: 12px;
  height: 22px;
  padding-right: 10px;
}
.fl{
  float: left;
}
.list .binfo a{
  color: #666;
}
.list .source{
  margin-right: 10px;
}
.fr{
  float: right;
}
.list .cmt{
  display: inline-block;
    line-height: 20px;
    height: 20px;
    color: gray;
    margin-left: 15px;
    padding-left: 18px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAACXBIW鈥?R4SsJ7QW84DxJb+ABYzzhFqeYp1V3ttT/xQBvuIih87rpD2SyJstOftxJAAAAAElFTkSuQmCC) no-repeat 0;
}

.qq_conent{
  margin: 0 auto 40px;
  max-width: 960px;
}
.LEFT h1{
  font-size: 34px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #333;
    margin-top: 8px;
}
.content-article{
  /* width: 730px; */
  font-size: 18px;
  /* float: right; */
}
.content-article .one-p{
  line-height: 2.2;
  margin-bottom: 2em;
  overflow-wrap: break-word;
  word-wrap: break-word;

}