.wrapper {
    width: 1000px;
    margin: 0 auto;
}
.row {
    padding: 40px 0;
    min-width: 980px;
    border-bottom: 1px solid #e4e4e4;
}
.row-bg {
    background-color: #fafafa;
}
.row a {
    color: #643718;
}
.row-local .r-more {
    clear: both;
    margin-top: 25px;
    text-align: center;
}
.row-local .r-title, .row-list .hd-title {
    margin-bottom: 30px;
    text-align: left;
    font-size: 26px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
}
.local-pro li {
    float: left;
    width: 310px;
    display: inline;
    margin-right: 35px;
}
.local-pro .img {
    display: block;
    margin-bottom: 10px;
    height: 170px;
    overflow: hidden;
    position: relative;
}
.local-pro .mark {
    position: absolute;
    left: 0;
    top: 10px;
    height: 30px;
    padding: 0 10px;
    background-color: #ff6262;
    line-height: 30px;
    color: #fff;
}
.local-pro .title {
    margin-bottom: 5px;
    display: block;
    width: 320px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.local-pro p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    height:40px;
}
.local-pro .more {
    margin-top: 15px;
    border-top: 1px dashed #ebebeb;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.a-link {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding-right: 15px;
    color: #90c31f!important;
}
.a-link {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding-right: 15px;
    color: #90c31f!important;
}
a.a-link:hover {
    text-decoration: underline;
}
.local-pro ul {
    margin-right: -40px;
}
.row-local .r-more a, .row-list .r-more a {
    display: inline-block;
    border: 1px solid #90c31f;
    border-radius: 4px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 42px;
    margin-top: 20px;
    color: #90c31f;
}
.row-local .r-more a:hover, .row-list .r-more a:hover {
    background: #90c31f;
    color: #ffffff;
}
.local-pro .mark:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    border-top: 15px solid #ff6262;
    border-right: 10px dashed transparent;
    border-bottom: 15px solid #ff6262;
}
.icon-link {
    position: absolute;
    right: 0;
    top: 4px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/place-sprite8.png) no-repeat -45px 0;
    overflow: hidden;
}
.row-list {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    min-width: 980px;
}
.row-list .tn-wrapper {
    float: right;
    width: 758px;
    height: 150px;
}
.row-list .tn-item dd  { height: 64px; width: 100%; overflow: hidden; text-overflow: ellipsis;  display: block; }