/* banner图 */

article {
  width: 100%;
}
.r_con {
  width: 100%;
  padding-left: 324px;
  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: #0555b0;
  font-size: 22px;
  font-family: '微软雅黑';
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: 35px;
line-height:38px;
}
.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;
  color: #222222;
  font-size: 16px;
  font-family: '微软雅黑';
  line-height: 40px;
  text-indent: 2em;
}
.wp_articlecontent img{
width:auto;
max-width:720px;
}
@media screen and (max-width:768px){
.wp_articlecontent img{
max-width:100%;
}
}
.wp_articlecontent span{
   color: #222222;
    font-size: 16px !important;
    font-family: '微软雅黑' !important;
    line-height: 40px !important ;
    text-indent: 2em  !important;
}
.wp_articlecontent p{
   color: #222222;
    font-size: 16px !important;
    font-family: '微软雅黑' !important;
    line-height: 40px !important ;
    text-indent: 2em  !important;
}
@media screen and (min-width:1200px){
article{
min-height:520px;
}
}
@media screen and (max-width: 640px) {
  .r_con {
    width: 100%;
    padding-left: 0;
    margin-top: 22px;
  }
}
