﻿@charset "utf-8";


/* s1 */
.s1 {
    padding: 80px 0;
    background: url(../images/s1-bj.jpg) no-repeat;
    background-size: 100% 100%;
}

.tit {
    position: relative;
    margin-bottom: 40px;
}

.tit b {
    font-size: 36px;
    color: #1162b8;
    vertical-align: middle;
}

.tit b img {
    vertical-align: middle;
    margin-right: 8px;
}

.tit a {
    font-size: 16px;
    color: #000000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.tit a:hover {
    color: #1162b8;
}

.s1-l {
    width: 61%;
    float: left;
}

.s1-l ul li a::before {
    content: '·';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.s1-l ul li a {
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    padding-left: 10px;

    font-size: 20px;
    color: #333333;
}

.s1-l ul li a span {
    float: right;
    font-size: 18px;
    color: #000000;
}

.s1-l ul li {
    position: relative;
    border-bottom: 1px dashed #ccc;
}

.s1-l ul li:last-child {
    border: none;
}

.s1-l ul li::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: url(../images/s1-tx.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.s1-l ul li:hover:after {
    width: 110%;
}

.s1-l ul li:hover {
    border-color: transparent;
    filter: drop-shadow(0 0 10px rgba(5, 77, 153, 0.3));
}

.s1-l ul li:hover span,
.s1-l ul li:hover a {
    color: #fff;
}

.s1-l ul {
    border-top: 3px solid #1162b8;
    padding-top: 20px;
}


.s1-r {
    width: 34%;
    float: right;
}

.s1-r ul {
    border-top: 3px solid #1162b8;
    background-color: #e8e8e8;
    padding: 40px;
    padding-top: 30px;
}

.s1-date b {
    display: block;
    font-family: Athelas-Bold;
    font-size: 40px;
    color: #0f51b5;
}

.s1-date span {
    display: block;
    font-family: Athelas-Bold;
    font-size: 16px;
    color: #0f51b5;
}

.s1-date {
    text-align: center;
    background: url(../images/s1-date.png) no-repeat;
    background-size: 100% 100%;
    padding: 8px;
    width: 80px;
}

.s1-tx {
    width: calc(100% - 100px);
}

.s1-tx p {
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.s1-r ul li {
    margin-bottom: 25px;
}

.s1-r ul li:last-child {
    margin-bottom: 0;
}

.s1-r ul li:hover p {
    color: #0f51b5;
}

.s1-r ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}



/* s2 */
.s2 {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 80px;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-right: 3px solid #0f51b5;
}

.s2-tit {
    width: 18%;
    text-align: center;

    font-size: 36px;
    color: #ffffff;
    background: url(../images/s2-tit.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.s2-tit span {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.s2-c ul {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.s2-c ul li {
    width: 33.3%;
}

.s2-c ul li a {
    font-size: 22px;
    line-height: 50px;
    color: #000000;
}

.s2-c ul li a:hover {
    color: #0f51b5;
}











































@media screen and (max-width:1500px) {


    .s1-l ul li:hover:after {
        width: 100%;
    }

    .s1-l ul li {
        padding: 0 20px;
    }
}

@media screen and (max-width:1024px) {
    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .s1-r {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .s1,.s2 {
        padding: 50px 0;
    }

    .tit {
        margin-bottom: 30px;
    }

    .tit b {
        font-size: 26px;
    }

    .s1-l ul li a {
        line-height: 50px;
        font-size: 18px;
    }

    .s1-l ul li a span {
        font-size: 16px;
    }

    .s1-l ul li::after {
        background-image: linear-gradient(85deg,
                #1162b8 0%,
                #1b73d1 50%,
                #2381e5 100%),
            linear-gradient(#1162b8,
                #1162b8);
        background-blend-mode: normal,
            normal;
        box-shadow: 0px 16px 30px 0px rgba(0, 73, 150, 0.17);

    }

    .s1-l ul li {
        padding: 0 10px;
    }

    .s1-tx p {
        font-size: 18px;
    }

    .s1-date b {
        font-size: 30px;
    }

    .s2-c ul li{
        width: 50%;
    }

    .s2-tit{
        width: 160px;
        font-size: 26px;
    }

    .s2-c ul li a{
        font-size: 20px;
        line-height: 40px;
    }
}

@media screen and (max-width:768px) {
    .s1,.s2{
        padding: 30px 0;
    }


    .s1-date b {
        font-size: 26px;
    }
    .s1-date span{
        font-size: 14px;
    }
    .s1-tx p {
        font-size: 16px;
    }

    .tit {
        margin-bottom: 20px;
    }

    .tit b {
        font-size: 22px;
    }

    .tit b img {
        width: 25px;
    }

    .tit a {
        font-size: 14px;
    }

    .s1-l ul li a {
        line-height: 45px;
        font-size: 16px;
    }

    .s1-l ul {
        padding-top: 10px;
    }

    .s1-r ul{
        padding: 25px;
        padding-top: 20px;
    }

    .s2-tit{
        width: 100%;
        height: 50px;
        background: #0f51b5;
    }
    .s2-tit span{
        left: 50%;
    }
    .s2-c ul{
        width: 100%;
    }

    .s2-c ul li{
        padding-left: 10%;
    }

}

@media screen and (max-width:480px) {

    .s2-tit{
        font-size: 20px;
    }
    .s2-c ul li{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .s2-c ul{
        padding: 20px 0;
    }
    .s2-c ul li a{
        font-size: 18px;
        line-height: 36px;
    }
}