.banner {
  width: 100%;
  height: 297px;
  background: url(../images/list_banner1.jpg) no-repeat center center;
  background-size: auto;
}
article {
  padding-bottom: 30px;
}
.r_con p{
}
.r_con {
  width: 100%;
  padding-left: 280px;
  margin-top: 22px;
}
.r_con .ad {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 22px;
}
.r_con .ad a {
  color: #333333;
  font-size: 14px;
  font-family: '微软雅黑';
}
.r_con .ad a:nth-child(1) {
  background: url(../images/home_icon.png) no-repeat left center;
  padding-left: 26px;
}
.r_con .content h1 {
  color: #000000;
  font-size: 22px;
  font-family: '微软雅黑';
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 37px;
  margin-top: 35px;
}
.r_con .content .item_info {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px dashed #eeeeee;
}
.r_con .content .item_info span {
  color: #666666;
  font-size: 14px;
  font-family: '微软雅黑';
  margin-left: 28px;
  line-height: 28px;
}
.r_con .content .item_info span:nth-child(1) {
  margin-left: 0;
}
.r_con .content .item_info span:nth-child(3) {
  background: url(../images/look_icon.png) no-repeat left center;
  padding-left: 20px;
}
.r_con .content .item_content {
  margin-top: 40px;
  padding-bottom: 0px;
  color: #222222;
  font-size: 16px;
  font-family: '微软雅黑';
  line-height: 40px;
  text-indent: 2em;
}
@media screen and (max-width:768px){
 .wp_articlecontent img{
    width:auto;
   height:auto;
    max-width:100% !important;
}
table{
max-width:100% !important;
}
}
@media screen and (max-width:640px){
.r_con{
padding-left:0;
}
}
