.t-panel {
    position: relative;
    min-height: 500px;
    /*background-color: #fff;*/
    margin: 30px auto;
    margin-top: 0;
}
.recommend-panel {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    min-height: 500px;
}
.recommend-item {
    position: absolute;
    border-bottom: 1px solid #eee;
}
.recommend-item.border-right{
    border-right: 1px solid #eee;
}
.recommend-item.border-top {
    /*border-top: 1px solid #e5e5e5;*/
}
.recommend-item-inner {
    margin: 24px 17px 17px 17px;
    /*margin: 24px 24px 14px 24px;*/
}
.recommend-img-content {
    width: 100%;
    display: block;
    position: relative;
    /*background-color: #f4f4f4;*/
}
.recommend-img-content > img {
    width: 100%;
    display: none;
}
.recommend-info {
    position: relative;
    line-height: 1.3em;
    margin: 8px 0 0 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    height: 2.6em;
}
.recommend-info > img {
    margin: -1px 4px 0 0;
}
.recommend-info > a {
    color: inherit;
}
.recommend-info > a:hover {
    text-decoration: underline;
}





.recommend-panel2 {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    min-height: 500px;
    overflow: hidden;
}
.recommend-item2 {
    position: relative;
    float: left;
    width: 16.6%;
    border-bottom: 1px solid #eee;
}
.border-right2 {
    border-right: 1px solid #eee;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}
.recommend-img-content2 {
    height: 150px;
    width: 100%;
    display: block;
    position: relative;
}
.recommend-img-content2 > img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto auto;
}
.border-right {
    border-right: 1px solid #eee;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
}