.nav-head{
    width: 100%;
    margin-top: 20px;
    border-top: 20px solid #7D342D;
}
.nav-head-img{
    width: 100%;
}

.container-header{
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 38px;
    line-height: 56px;
    font-weight: normal;
    color: #9F9F9F;
    display: flex;
    align-items: center;
}

.position{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.header-right{
    width: 5px;
    height: 7px;
    margin: 0 9px;
}


.container-row{
    display: flex;
    margin-bottom: 87px;
}


.container-header-2 {
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #7D342D;
    margin-bottom: 20px;
}

.content{

}

.container-3{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.body-row-right{
    width: 100%;
}
.body-3-row{
    display: flex;
    margin-bottom: 50px;
}

.train-img{
    width: 28px;
    height: 28px;
    margin-right: 6px;
}
.header-3-left{
    font-size: 24px;
    color: #7D342D;
    display: flex;
    align-items: center;
}
.train-right{
    width: 54px;
    height: 40px;
}
.container-header-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #7D342D;
    margin-bottom: 28px;

}
.left-img{
    width: 384px;
    height: 236px;
    margin-right: 60px;
    border-radius: 10px;
}
.title{
    font-size: 20px;
}
.date{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin:16px 0;
}
.content-info{
    font-size: 14px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
}
.tips{
    margin-top: 16px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    color: #7D342D;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
}
.tips img{
    width: 12px;
    height: 12px;
}