.mfw-container{
    width: 1200px;
    margin: 30px auto;
}

.mfw-travelnotes .navbar {
    margin-bottom: 20px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e4e4e4;
}

.tn-nav .active {
    padding-bottom: 6px;
    border-bottom: 3px solid #0085f8;
    position: relative;
    z-index: 11;
}

.tn-nav .active a {
    color: #0085f8;
    font-size: 18px;
}

.tn-item {
    padding: 15px 0;
    height: 150px;
}

.tn-item:hover{background-color:#fff;padding:15px;margin:0 -15px}

.tn-item:hover dl dt a{color:#0085f8}

.tn-image {
    float: left;
    width: 220px;
    height: 150px;
    position: relative;
}

.tn-image img {
    width: 220px;
    height: 150px;
}

.tn-wrapper {
    float: right;
    width: 900px;
    height: 150px;
}

.tn-item dl
 {
    height: 117px;
}

.tn-item dt {
    height: 26px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
}

.tn-item dt a {
    height: 26px;
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tn-item dd {
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
}