﻿.jxBox table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-color: #C53D39;
}

.jxBox table th {
    background: #C53D39;
    line-height: 30px;
    color: #ffffff;
}

.jxBox table td {
    padding: 5px 0;
}

a.application_btn2 {
    /* background: #0f8ccc; */
    padding: 4px;
    border-radius: 3px;
    /* color: #fff!important; */
    font-size: 12px;
    text-decoration: underline;
    color: #ff0000;
}

ul.article_list li a {
    width: 80%;
}

.article_right .Min_Box {
    width: 48%;
    float: left;
    margin-right: 29px;
}

.jxBox {
    float: left;
    width: 100%;
}

.article_right .Min_Box:nth-child(2n) {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    .article_right .Min_Box {
        width: 100%;
    }
    ul.article_list li a {
        width: 70%;
    }
}