.layout {
  padding: 0 13px;
}
.list-container {
  width: 100%;
  height: 100%;
  background: #fafafa;
  padding: 0.66rem 0;
}
.list-container .layout {
  max-width: 12rem;
}
.list-container .list_text {
  
}
.list-container .list_text .title {
  margin-bottom: 0.26rem;
}
.list-container .list_text .title h3 {
width: 100%;
  display: inline-block;
  font-size:24px;
  font-weight: bold;
  padding-right: 0.11rem;
  color: #333;
  padding-bottom: 0.28rem;
  border-bottom: 3px solid #003f88;
text-align: center;
}
.list-container .list_text .article p {
  
  font-size: 18px;
  color: #333333;
  line-height: 2em; 
 font-family: "Microsoft YaHei"

}
.list-container .list_text .article p span {
 font-family: "Microsoft YaHei"
}
.list-container .list_text .article p img {
 max-width: 100%;
height: auto !important;
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
*display: inline;
*zoom: 1;
letter-spacing: normal;
word-spacing: normal;

margin: 5px auto;
}
.list-container .right {
margin-bottom: 20px;
}
.list-container .right ul {
  text-align: center
}
.list-container .right ul li {
  margin-bottom: 0;
  text-align: center;
display:inline-block
}
.list-container .right ul li i {
 
}
.list-container .right ul li p {
padding-left:.49rem;
  font-size: 0.16rem;
  color: #333333;
height: .39rem;
line-height: .39rem;
margin-right:.2rem;
background: url(../imagse/time.png) no-repeat left center ;
}
.list-container .right ul li:nth-child(2) p {
 
  
  background: url(../imagse/zuozhe.png) no-repeat left center ;
}
.list-container .right ul li:nth-child(3) p {
  
  
  background: url(../imagse/liulan.png) no-repeat left center ;
}
.list-container .right ul li:hover span {
  color: #003f88;
}
@media screen and (max-width: 1200px) {
  .list-container .list_text {
    width: 81%;
  }
  .list-container .right {
    width: 17%;
  }
  .list-container .list_text .title h3 {
    font-size: 20px;
  }
  .list-container .list_text .article p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 980px) {
  .list-container .list_text {
    width: 100%;
  }
  .list-container .right {
    display: none;
  }
}
.article{
line-height: 2em;
font-size: 16px;
}
