.last_span{
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top_box{
    width: 100;
    height: 400px;
    background-color: #f7f7f7;
    margin: 100px 0px 80px;
}
.top_info_box{
    width: 46.6%;
    height: 300px;
    margin: 50px 48px 50px 50px;
    float: left;
    overflow-y: auto;
}
.top_img{
    width: 45%;
    float: right;
}
.info_title{
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
}
.info_row{
    width: 100%;
}
.info_row + .info_row{
    margin-top: 15px;
}
.info_row img{
    width: auto;
    height: 20px;
    margin-right: 17px;
    float: left;
    line-height: 28px;
    margin-top: 4px;
}
.info_row p{
    font-size: 18px;
    color: #666;
    line-height: 28px;
    margin-left: 37px;
}
.info_row p + p{
    margin-left: 37px;
}
.detail_box{
    width: 100%;
}
.detail_left{
    width: 64%;
    text-align: center;
    float: left;
    margin-bottom: 120px;
}
.detail_left p{
    font-size: 24px;
    color: #333;
}
.line{
    margin: 10px 0px 40px;
}
.detail_left img{
    width: 100%;
}
.detail_right{
    width: 31%;
    float: right;
    margin-bottom: 80px;
}
.detail_tit{
    width: 100;
    font-size: 24px;
    color: #333;
    padding-bottom: 12px;
}
.route img{
    width: 20px;
    height: auto;
    margin-right: 13px;
}
.route span{
    font-size: 20px;
	line-height: 30px;
    color: #333;
    vertical-align: middle;
}
.route p{
    font-size: 16px;
	line-height: 30px;
    color: #666;
    margin-left: 38px;
    margin-top: 10px;
}
.route_box{
    padding: 40px 0px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 60px;
}
.route + .route{
    margin-top: 30px;
}
.gallery_ul{
    width: 100%;
    padding: 40px 0px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 60px;
}
.gallery_ul li{
    list-style: disc;
    line-height: 30px;
    width: 44%;
    font-size: 16px;
    color: #666;
    margin-left: 20px;
    float: left;
}



@media (max-width:768px) {
    .top_box {
        height: auto;
        margin: 30px 0px;
    }
    .top_img {
        width: 100%;
        float: none;
    }
    .top_info_box {
        width: 100%;
        height: auto;
        margin: 0px;
        box-sizing: border-box;
        padding: 14px;
    }
    .info_title {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .info_row p {
        font-size: 16px;
        width: 90%;
        float: right;
        line-height: 28px;
        margin-left: 0px;
    }
    .info_row img {
        width: 16px;
        height: auto;
        margin-right: 0px;
        float: left;
    }
    .info_row + .info_row {
        margin-top: 16px;
    }
    .info_row p + p {
        margin: 5px 0px 0px;
    }
    .detail_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .detail_left p {
        font-size: 18px;
    }
    .line {
        margin: 20px 0px;
    }
    .detail_right {
        width: 100%;
        margin-bottom: 0px;
    }
    .detail_tit {
        font-size: 18px;
        padding-bottom: 14px;
    }
    .route img {
        width: 16px;
        margin-right: 10px;
        float: left;
        position: relative;
        top: 2px;
    }
    .route span {
        font-size: 16px;
        line-height: 24px;
        float: left;
        width: 88%;
    }
    .route p {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        margin-left: 0px;
        margin-top: 0px;
        clear: both;
        box-sizing: border-box;
        padding: 10px 0px 0px 26px;
    }
    .route_box , .gallery_ul {
        padding: 20px 0px;
        margin-bottom: 40px;
    }
    .gallery_ul li {
        list-style: disc;
        list-style-position:inside;
        width: 100%;
        font-size: 14px;
        color: #666;
        margin-left: 0px;
        float: left;
        margin-top: 8px;
        line-height: 24px;
    }
}