.news-index-nav {
    margin: 2.5rem auto
}

.news-index-nav span {
    width: 10.67rem;
    height: 3rem;
    background-color: #f3f3f3;
    display: inline-block;
    line-height: 3rem;
    color: #666666;
    text-align: center;
    font-size: 1.13rem;
    margin: 1.335rem
}

.news-index-nav span.active, .news-index-nav span:hover {
    background: var(--text-red);
    color: var(--text-write)
}

.news-list-nums ul li {
    padding: 40px 0;
    border-bottom: 1px solid #ededed
}

.news-list-nums ul li:last-child {
    border: none
}

.news-list-nums ul li .time-square {
    text-align: right;
    display: inline-block;
    color: #CCCCCC;
    font-size: 24px;
    width: 135px;
    margin-top: 20px;
    float: right
}

.news-list-nums ul li .time-square span {
    font-size: 50px;
    font-weight: 700;
    display: inline-block
}

.news-thumbnail {
    display: inline-block;
    margin-right: 20px;
    width: 363px;
    float: left
}

.news-index-com {
    display: inline-block;
    width: 49.5%;
    line-height: 26px;
    float: left
}

.news-index-com p {
    color: #999999;
    font-size: 14px;
    margin-top: 30px
}

.news-index-com h4 {
    color: #333333;
    font-size: 22px;
    font-weight: 600
}

.art-btn {
    vertical-align: top;
    margin-left: 100px;
    margin-top: 80px;
    text-align: center;
    display: inline-block;
    color: #999999;
    width: 90px;
    height: 30px;
    border-radius: 22px;
    font-size: 14px;
    border: 1px #CCCCCC solid;
    line-height: 30px;
    background-color: #fff;
    float: right
}

.tag-list {
    display: flex;
    padding: 15px 0;
    margin-top: 100px;
}

.tag-list a {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 4px;
    border-radius: 999rem;
    padding-right: 16px;
    display: flex;
    align-items: center;
    line-height: 1.4;
    margin-right: 15px;
    color: #333;
}

.tag-list a::before {
    content: "#";
    color: #e62828;
    border-radius: 100%;
    background-color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 6px;
    font-weight: 700;
}

.news-list-nums ul li:hover .time-square {
    color: #666666
}

.news-list-nums ul li:hover .news-index-com h4 {
    color: var(--text-red)
}

.news-list-nums ul li:hover .news-index-com p {
    color: #333333
}

.news-list-nums ul li:hover .more {
    background-color: var(--text-red);
    border: 1px solid var(--text-red);
    color: var(--text-write)
}

.solution-border {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    padding: 35px 70px
}

.solution-border h1 {
    font-size: 26px;
    text-align: center
}

.solution-text {
    text-align: center;
    color: #999999;
    margin: 30px auto
}

.solution-text span {
    display: inline-block;
    margin: 0 15px
}

.solution-text i {
    font-size: 16px;
    color: #999999;
    margin-right: 6px
}

.solution-border p a {
    color: #79bcd8
}

.solution-border p a:hover {
    color: red
}

.solution-border p {	
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #242933;
    letter-spacing: 1px;
}

.border-dzj {
    width: 65px;
    height: 65px;
    margin: 20px auto
}

.border-dzj img {
    display: block
}

.page-prev {
    margin: 30px auto
}

.prev-page {
    width: 50%
}

.link-art {
    font-size: 14px;
    color: #999999
}

.link-art-img {
    display: inline-block;
    float: left;
    margin-right: 20px
}

.link-art-bot {
    float: right
}

.link-ss {
    margin-top: 20px;
    font-size: 14px
}

.link-art-bot {
    float: left;
    color: #999999
}

.link-he {
    margin-bottom: 15px;
    color: #666666
}

.link-span span {
    margin: 0 15px
}

.link-span span i {
    margin: 0 5px
}

.link-span span:first-child {
    margin-left: 0
}

.right-rr .link-art {
    text-align: right
}

.right-rr .link-art-bot {
    float: right;
    text-align: right
}

.right-rr .link-art-img {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.prev-page:hover .link-art, .prev-page:hover .link-art-bot, .prev-page:hover .link-he {
    color: var(--text-red)
}

@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
    .art-btn {
        margin-left: 0
    }

    .news-list-nums ul li .time-square {
        margin-top: 5px
    }

    .news-index-nav {
        margin: 0 auto
    }

    .news-list-nums ul li {
        padding: 20px 0
    }
}