.main_content img,
.news_contentBox img {
    margin: 0;
    max-width: none;
}

h1, li, span {
    text-indent: 0;
}

.template_content {
    width: 100%;
}

.content_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
 }

.content_li {
    width: 100%;
    margin-bottom: 10px;
}

.content_li table {
    width: 100%;
    background: rgba(0, 0, 0, .9);
}

.content_li table tr:nth-child(1) {
    display: flex;
}

.content_li table td {
    padding: 10px;
}

.content_li table td:nth-child(2) {
    flex: 1;
}

.content_li_top-left, .content_li_top-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
}

.content_li_top-left {
    flex-direction: column;
}

.content_li_top-right {
    height: 100%;
    width: 100%;
}

.content_li_top-left img {
    width: 83px;
    height: 83px;
    object-fit: cover;
    border-radius: 83px;
}

.content_li_top-right div {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 35px;
}

.content_li_top-right div:nth-child(2) {
    flex: 2;
    margin-left: 0;
}

.content_li_top-right div:nth-child(2) div {
    height: auto;
    flex: none;
}

.content_li_top-left h2 {
    font-size: 18px;
    font-weight: bold;
    color: #23ff28;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
    text-indent: 0 !important;
    margin-top: 15px;
    text-align: center;
}

.content_li_top-right div p {
    font-size: 14px;
    color: #da951c;
    line-height: 30px;
    text-indent: 0 !important;
    margin-top: 6px;
}

.content_li_top-right span {
    font-size: 18px;
    color: #369ff9;
    margin-top: 6px;
    line-height: 30px;
    margin-left: 40px;
    text-indent: 0 !important;
}

.content_li_top-right div:nth-child(2) p {
    color: #369ff9;
    font-size: 14px;
    text-indent: 0 !important;
}