.content {
    max-width: 780px;
    margin: 0 auto;
}

.content .title {
    position: relative;
    padding-left: 50px;
    box-sizing: border-box;
    margin: 40px 0;
}

.content .title a {
    display: inline-block;
    font-size: 24px;
    color: #282828;
    line-height: 1.25;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.content .title::before {
    content: "";
    display: block;
    width: 180px;
    height: 30px;
    background: url(../images/titbg.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.content .info {
    display: flex;
    padding-bottom: 243px;
    box-sizing: border-box;
    position: relative;
}

.content .info::before {
    content: "";
    display: block;
    width: 100%;
    height: 221px;
    background: url(../images/bg.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.content .info .left {
    font-size: 16px;
    line-height: 1.88;
    position: relative;
    z-index: 1;
}

.content .info .left .item {
    font-size: 16px;
    line-height: 1.88;
    text-indent: 2em;
    text-align: justify;
}

.content .info .left .msg {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 30px;
}

.content .info .left .msg i {
    width: 19px;
    position: absolute;
    left: 0;
    top: 6px;
}

.content .info .left .msg p {}

.content .info .right {
    flex: 1;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
}

.content .info .right::before {
    content: '';
    background: #235fad;
    display: block;
    width: 162px;
    height: 217px;
    position: absolute;
    right: 0;
    top: -50px;
}

.content .info .right::after {
    content: '';
    background: url('../images/jx.png') no-repeat;
    background-size: cover;
    display: block;
    width: 220px;
    height: 116px;
    position: absolute;
    left: -65px;
    top: -50px;
}

.content .info .right .img {
    width: 256px;
    overflow: hidden;
    margin-right: 70px;
    position: relative;
    z-index: 1;
}

.content .info .right .img-pic {
    height: 0;
    padding-bottom: 134%;
}

.content .info .right i {
    font-size: 48px;
    font-weight: bolder;
    color: rgba(255, 255, 255, 0.08);
    position: absolute;
    right: 0;
    top: -40px;
    font-style: normal;
    writing-mode: vertical-rl;
    font-family: Arial;
    text-orientation: mixed;
    text-transform: uppercase;
}

.list_right table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 3px 0px;
    background: none;
    border: none;
    border-radius: 5px;
    padding: 3px 0;
    color: #464646;
    box-shadow: 0px 0px 8px 0px rgba(23, 23, 23, 0.15);
    margin-bottom: 80px;
}

.list_right table tr td {
    height: 50px;
    padding: 0 !important;
}

.list_right table tr:nth-child(odd):not(:first-child) td {
    background: #f4f7fa;
    position: relative;
}

.list_right table tr:nth-child(odd):not(:first-child) td::before {
    content: '';
    border-bottom: 1px dotted #e6e6e6 !important;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: -2px;
}

.list_right table tr:nth-child(odd):not(:first-child) td::after {
    content: '';
    border-top: 1px dotted #e6e6e6 !important;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.list_right table .firstRow td,
.list_right table tr:last-of-type td {
    border: none !important;
    padding: 0 !important;
}

.list_right table tbody {
    width: 100% !important;
}

.list_right .pages {
    padding: 0;
    margin: 3.8rem 0 2.6rem;
}


.list_right tbody tr:hover {
    background-color: #f6f6f6;
    transition: background-color 0.3s ease;
    color: #013f22;

}

.list_right tbody tr:hover th,
.list_right tbody tr:hover td {
    background-color: inherit;
    cursor: pointer;

}


.list_right th,
.list_right td {
    border: none !important;
    border-bottom: 1px dotted #000;
    padding: 8px 10px !important;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.list_right .firstRow td {
    background-color: #dfeafa;
    border-radius: 5px;
    height: 50px;
    font-weight: normal;
    border: none;
}