@charset "UTF-8";

body {
    background: #fcfefe;
}

.title_com {
    overflow: hidden;
    background: url(snypc_202508_ej_title_line.png) no-repeat bottom center;
    line-height: 60px;
}

.title_left {
    padding-left: 2px;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    position: relative;
    background: url(tjj4np2508_xiaomai.png) no-repeat 10px center;
    background-size: 30px;
    padding-left: 50px;
    color: #0365c2;
}

.title_left a {
    color: #4f87c2;
}

.right_more {
    line-height: 32px;
    display: block;
    font-size: 16px;
    color: #c8893f;
}

.right_more:hover {
    color: #c8893f;
}

.right_more img {
    vertical-align: -2px;
    margin-right: 4px;
}

/* 文字列表 */
.news_wrap {
    background-color: #ffffff;
    /*    box-shadow: 0px 0px 18px 0px rgba(79, 135, 194, 0.1);*/
    border: 1px solid #e4f1fc;
    padding: 30px 50px 50px 50px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 60px;
}


.news_list_all {
    margin-top: 24px;
}

.news_list_all li:nth-child(5n) {
    margin-bottom: 52px;
}

.news_list_all li:nth-child(5n)::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #d4e2ef;
    position: absolute;
    bottom: -26px;
    left: 0;
}


.news_list_all li {
    font-size: 20px;
    line-height: 1.5;
    position: relative;
}

.news_list_all li {
    position: relative;
    padding-left: 22px;
}

.news_list_all li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #4f87c2;
    position: absolute;
    top: 22px;
    left: 0;
}

.news_list_all li a {
    display: block;
    padding: 10px 0;
    margin-right: 150px;
}

.news_list_all li:hover .time {
    color: #4f87c2;
}

.news_list_all .time {
    font-size: 18px;
    color: #97a5b2;
    position: absolute;
    right: 0;
    top: 10px;
}

.news_list_all .page {
    padding: 18px 0 0 0;
}

/* 文章详情 */
.article_wrap {
    background-color: #ffffff;
    /*    box-shadow: 0px 0px 18px 0px rgba(79, 135, 194, 0.1);*/
    border: 1px solid #e4f1fc;
    padding: 50px 70px 60px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 80px;
}

.article_box {
    /* border: solid 1px #d4e2ef; */
    /* padding: 48px 60px 60px; */
}

.article_tit {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    line-height: 58px;
    color: #0365c2;
}

.article_info {
    font-size: 16px;
    margin-top: 30px;
    line-height: 18px;
    text-align: center;
}

.article_info .time {
    margin-right: 30px;
}

.article_cont {
    margin-top: 36px;
    border-top: 1px solid #e0e6ec;
    font-size: 20px;
    line-height: 48px;
    text-align: justify;
    color: #1a1a1a;
    /*    padding-top: 15px;*/
    padding: 15px 20px 0;
}

.article_cont p {
    margin-top: 10px;
    text-indent: 2em;
    text-align: justify;
}

.article_cont img {
    display: block;
    margin: 10px auto;
    max-width: 800px;
}

@media screen and (max-width: 1440px) {
    .title_com {
        overflow: hidden;
        background-size: contain;
        line-height: 50px;
    }

    .title_left {
        padding-left: 40px;
        font-size: 26px;
        font-weight: bold;
        line-height: 50px;
        position: relative;
        background: url(tjj4np2508_xiaomai.png) no-repeat 5px center;
        background-size: 24px;

    }

    .title_left img {
        width: 250px;
    }

    .title_left a {
        color: #4f87c2;
    }

    .right_more {
        line-height: 23px;
        display: block;
        font-size: 12px;
        color: #f74c4c;
    }

    .right_more:hover {
        color: #f74c4c;
    }

    .right_more img {
        vertical-align: -1px;
        margin-right: 3px;
    }

    /* 文字列表 */
    .news_wrap {
        background-color: #ffffff;
        padding: 30px 36px 36px 36px;
        box-sizing: border-box;
        margin-top: 14px;
    }

    .news_list_all {
        margin-top: 17px;
    }

    .news_list_all li:nth-child(5n) {
        margin-bottom: 37px;
    }

    .news_list_all li:nth-child(5n)::after {
        content: '';
        width: 100%;
        height: 1px;
        background: #d4e2ef;
        position: absolute;
        bottom: -19px;
        left: 0;
    }

    .news_list_all li {
        font-size: 14px;
    }

    .news_list_all li {
        position: relative;
        padding-left: 16px;
    }

    .news_list_all li::before {
        width: 4px;
        height: 4px;
        top: 17px;
    }

    .news_list_all li a {
        display: block;
        margin-right: 110px;
        padding: 8px 0;
    }

    .news_list_all li:hover .time {
        color: #4f87c2;
    }

    .news_list_all .time {
        font-size: 13px;
        color: #97a5b2;
        position: absolute;
        right: 0;
        top: 8px;
    }

    .news_list_all .page {
        padding: 13px 0 0 0;
    }

    /* 文章详情 */
    .article_wrap {
        background-color: #ffffff;
        /*        box-shadow: 0px 0px 13px 0px rgba(79, 135, 194, 0.1);*/
        border-top: 1px solid #e0e6ec;
        padding: 35px 50px 40px;
        box-sizing: border-box;
        margin-top: 14px;
        margin-bottom: 57px;
    }

    .article_box {
        /* border: solid 1px #d4e2ef; */
        /* padding: 34px 43px 43px; */
    }

    .article_tit {
        text-align: center;
        font-size: 26px;
        line-height: 41px;
    }

    .article_info {
        font-size: 12px;
        margin-top: 21px;
        line-height: 13px;
        text-align: center;
    }

    .article_info .time {
        margin-right: 21px;
    }

    .article_cont {
        margin-top: 26px;
        border-top: 1px solid #e0e6ec;
        font-size: 16px;
        line-height: 34px;
        text-align: justify;
        color: #1a1a1a;
        padding: 11px 20px 0;
    }

    .article_cont p {
        margin-top: 7px;
        text-indent: 2em;
    }

    .article_cont img {
        display: block;
        margin: 10px auto;
        max-width: 600px;
    }
}