.content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 160px;
    margin-bottom: 160px;
}

.content h1 {
    font-size: 40px;
    padding: 48px 0;
    font-weight: 500;
    border-bottom: solid 1px rgb(220, 220, 220);
}

.content_detail {
    width: 100%;
}

.content_detail::after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
}

/* -----------------left--------------- */
.detail_left {
    width: 240px;
    float: left;
    outline: 4px solid rgb(248, 248, 248);
    padding: 8px;
    margin-top: 48px;
}

.detail_left ul {
    background-color: rgb(248, 248, 248);
}

.detail_left ul li {
    padding: 10px 16px;
}

.detail_left ul li:first-child {
    padding-top: 32px;
}

.detail_left ul li:last-child {
    padding-bottom: 32px;
}

.detail_left ul li a {
    display: block;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding-left: 16px;
    color: rgb(80, 80, 80);
    background-color: rgb(248, 248, 248);
    transition: all 300ms ease;
}

.detail_left ul li a:hover {
    background-color: #ff6600;
    color: rgb(248, 248, 248);
}

.detail_left ul li a.detail_left_now {
    background-color: #ff6600;
    color: rgb(248, 248, 248);
}


/* -----------------right--------------- */
.detail_right {
    width: 880px;
    margin-top: 48px;
    float: right;
}
#lj{}
#lj h2{
    font-size: 18px;
    padding-bottom: 10px;
    color: #d66317;
}
#lj ul{
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
}
#lj ul li{
    display: inline-block;
    font-size: 0;
    margin: 0 10px;
}
#lj ul li a{
    font-size: 16px;
}

.detail_right h2 {
    font-size: 28px;
    padding-bottom: 24px;
    color: rgb(80, 80, 80);
}

.detail_right h2.m-top {
    padding-top: 80px;
}

/* -----------------table--------------- */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    text-align: left;
}

.col-1 {
    width: 20%;
}

.col-2 {
    width: 30%;
}

.col-3 {
    width: 50%;
}

th {
    background-color: #ff6600;
    color: white;
    height: 40px;
    padding-left: 16px;
    font-size: 16px;
}

th:first-child {
    border-radius: 20px 0 0 20px;
}

th:last-child {
    border-radius: 0 20px 20px 0;
}

td {
    font-size: 20px;
    padding: 32px 16px;
    line-height: 32px;
}

td:last-child {
    font-size: 16px;
}

.td-col-1 a {
    font-size: 20px;
    color: #555;
    transition: all 300ms ease;
}

.td-col-1 {
    cursor: pointer;
}

.td-col-1:hover a {
    color: #ff6600;
    display: block;
    width: 100%;
    height: 100%;
}

tbody tr {
    border-bottom: 1px solid rgb(220, 220, 220);
    transition: all 300ms ease;
}