.rural_inner {
    width: 775px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.information_list {
    width: 775px;
    height: auto;
    border-bottom: 1px solid #ddd;
    padding: 12px 0 20px;
    margin: 0 auto;
    position: relative;
}
.information_list a {
    display: block;
    width: 635px;
    height: 38px;
    padding: 0 100px 0 40px;
    background: #fff url(../images/content/y1_bg.png) no-repeat 15px 12px;
    background-size: 16px 16px;
    line-height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.information_list .time {
    color: #666;
    position: absolute;
    right: 15px;
    top: 0;
}
.information_list a:hover {
    background: #f2f2f2 url(../images/content/y1_hbg.png) no-repeat 15px 12px;
    color: #2A87D5;
}
.information_list a:hover .time {
    color: #2A87D5;
}
/**********************/
.rural_text {
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    /*text-align: justify;*/
    /*处理文本后不换行就插入图片的*/
    text-align: left;
}
.rural_text span {
    line-height: 24px;
}
.rural_text img {
    max-width: 100%;
    height: auto;
}
.ruralShop_warp {
    width: 775px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.ruralShop_warp .ruralShop_list li {
    float: left;
    width: 733px;
    min-height: 157px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #d6d6d6;
    position: relative;
}
.ruralShop_list li .ruralShop_pic {
    display: block;
    float: left;
    width: 177px;
    height: 133px;
    margin-top: 8px;
    overflow: hidden;
    position: relative;
}
.ruralShop_pic img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.ruralShop_list .ruralShop_info {
    float: right;
    width: 536px;
    height: auto;
    min-height: 157px;
    overflow: hidden;
    position: relative;
}
.ruralShop_info .ruralShop_good {
    color: #eb2232;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 30px;
}
.ruralShop_info .ruralShop_intro {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin: 0 auto;
}
.ruralShop_info .ruralShop_button {
    text-align: right;
    margin: 15px auto 0;
}
.ruralShop_info .ruralShop_buy {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    background: #b7b7b7;
    text-align: center;
}
.ruralShop_info .ruralShop_buy:hover {
    background: #f06552;
}
