.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 {
    display: flex;
    align-items: center;
}

.content_li_top-right {
    height: 100%;
    align-items: flex-start;
}

.content_li_top-left img {
    width: 83px;
    height: 83px;
    object-fit: cover;
    border-radius: 83px;
}

.content_li_top-left div, .content_li_top-right div {
    display: flex;
    flex-direction: column;
    margin-left: 35px;
}

.content_li_top-left div h2 {
    font-size: 18px;
    font-weight: bold;
    color: #23ff28;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 118px;
    text-indent: 0 !important;
    margin-bottom: 5px;
}

.content_li_top-left div p {
    font-size: 14px;
    color: #da951c;
    line-height: 30px;
    text-indent: 0 !important;
    margin-top: 2px;
}

.content_li_top-right span {
    font-size: 16px;
    color: #ff0000;
    line-height: 30px;
    margin-left: 15px;
    text-indent: 0 !important;
}

.content_li_top-right p, .content_li_bottom p {
    color: #369ff9;
    font-size: 14px;
    line-height: 22px;
    text-indent: 0 !important;
}

.content_li_top-right p {
    margin-top: 8px;
}

.content_li_bottom {
    padding: 20px;
}