main>.title {
    font-size: 14px;
    color: #888;
    line-height: 72px;
}

main .title span {
    color: #EE4E4F;
    padding-right: 4px;
}

main .con {
    width: 690px;
}

main .con .title {
    font-size: 30px;
}

main .con .time {
    font-size: 14px;
    color: #A7A7A7;
    padding: 20px 0 38px;
}

main .con .msg {
    color: #787878;
}

main .con .msg span {
    display: inline-block;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 24px;
    margin-bottom: 26px;
}

main .con .news {
    font-size: 16px;
    padding-bottom: 40px;
}

main .con div {
    text-align: center;
    padding-bottom: 40px;
}

main .con img {
    width: 640px;
    height: 380px;
    border-radius: 6px;
}

main .details {
    display: flex;
    justify-content: space-between;
}

main .details .rightsidebar {
    width: 300px;
}

main .details .rightsidebar .code {
    height: 260px;
    border: 1px solid #DCDCDC;
    border-top: 4px solid #EE4E4F;
    text-align: center;
}



main .details .rightsidebar button {
    width: 300px;
    height: 40px;
    background: #EE4E4F;
    border: 0;
    color: #FFF;
    margin-bottom: 40px;
}

main .details .rightsidebar .column {
    border: 1px solid #DCDCDC;
    border-top: 4px solid #EE4E4F;
    height: 174px;
    padding: 21px 33px 0 16px;
    font-size: 14px;
}

main .details .rightsidebar .column .title {
    font-size: 16px;
}

main .details .rightsidebar .column div {
    width: 20px;
    height: 1px;
    background: #DDDDDD;
    margin: 15px 0 13px;
}

main .details .rightsidebar .column .com {
    padding-top: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #787878;
}

main .details .rightsidebar .column .time {
    padding-top: 10px;
    color: #A7A7A7;
    font-size: 12px;
}