body {
    font-size: 30px;
    font-family: '微软雅黑';
    color: #333;
}
a {
    color: #333;
    text-decoration: none;
}
.d-banner {
    background: url(../img/banner.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 420px;
    margin-bottom: 48px;
}
.d-banner_wap {
    display: none;
    margin-bottom: 2%;
}
.a-more_box {
    display: none;
}
.main {
    width: 1400px;
    margin: 0 auto;
}
.d-banner__con {
    position: relative;
    padding-top: 55px;
}
.d-banner__con__logo {
    width: 355px;
    height: 80px;
    margin-bottom: 101px;
}
.btn-group {
    display: flex;
}
.btn {
    line-height: 80px;
    border-radius: 40px;
    border: 3px solid #FFF4DA;
    font-size: 36px;
    color: #FFFFFF;
    padding: 0 45px;
}
.btn.org {
    margin-left: 25px;
    background: #E79C43;
}

section {
    margin-bottom: 50px !important;
}
.a-link {
    color: #FA6400;
    text-decoration: underline;
}
.h2-tit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 40px;
    color: #025393;
    line-height: 56px;
    letter-spacing: 1px;
}
.h2-tit::before {
    content: '';
    width: 377px;
    height: 24px;
    margin-right: 36px;
    background: url(../img/title-l.png) no-repeat center center;
    background-size: auto 100%;
}
.h2-tit::after {
    content: '';
    width: 377px;
    height: 24px;
    margin-left: 36px;
    background: url(../img/title-r.png) no-repeat center center;
    background-size: auto 100%;
}
.h2-tit .a-more {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 26px;
    color: #025393;
    line-height: 36px;
    transform: translateY(-50%);
    font-weight: normal;
}
.h2-tit .a-more::after {
    content: '';
    margin-left: 4px;
    width: 24px;
    height: 24px;
    background: url(../img/arrow.png) no-repeat center center;
    background-size: 100% 100%;
}
.con1-con {
    display: flex;
    justify-content: space-between;
}
.con1-con a {
    box-sizing: border-box;
    padding-top: 40px;
    width: 332px;
    height: 280px;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    text-align: center;
}
.con1-con a img {
    margin-bottom: 28px;
    width: 120px;
    height: 120px;
}
.con1-con a .p-tit {
    font-size: 34px;
}

.con2 {
    background: #E8F2FB;
    padding: 45px 0 17px;
}
.con2-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con2-con a {
    margin-bottom: 24px;
    box-sizing: border-box;
    padding: 38px 123px 0 28px;
    width: 451px;
    height: 200px;
    box-shadow: 0px 0px 19px 0px rgba(25,121,210,0.13);
    border: 1px solid #4C8FF6;
    font-size: 30px;
    color: #025393;
    line-height: 42px;
    background: no-repeat right bottom #fff;
    background-size: 320px 160px;
}

.list1 li {
    line-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list1 li .a-tit {
    flex: 1;
    overflow: hidden;
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.list1 li .a-tit::before {
    content: '';
    margin-right: 12px;
    width: 8px;
    height: 8px;
    background: #1979D2;
    border-radius: 2px;
    opacity: 0.4;
}
.list1 li .a-tit span {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list1 li .s-date {
    font-size: 28px;
    color: #999;
}

.con4-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con4-con a {
    margin-bottom: 24px;
    text-align: center;
    width: 451px;
    height: 80px;
    background: #EDF5FC;
    color: #025393;
    line-height: 80px;
}
@media screen and (max-device-width: 750px) {
    body {
        font-size: 28px;
        width: 100%;
        background-color: #fff;
    }
    .d-banner {
        display: none;
    }
    .d-banner_wap {
        display: block;
    }
    .main {
        width: 100%;
        box-sizing: border-box;
        padding: 0 3%;
    }
    .h2-tit {
        justify-content: flex-start;
    }
    .h2-tit::before {
        width: 10px;
        height: 32px;
        background: #025393;
        margin-right: 12px;
    }
    .h2-tit::after {
        display: none;
    }
    .h2-tit .a-more {
        display: none;
    }
    .con1-con {
        flex-wrap: wrap;
    }
    .con1-con a {
        margin-bottom: 23px;
        width: 48%;
        padding: 24px 0;
        height: auto;
    }
    .con1-con a img {
        margin-bottom: 16px;
    }
    .con1-con a .p-tit {
        font-size: 28px;
    }
    .con2 {
        padding: 0;
        background: none;
    }
    .con2-con a {
        width: 100%;
    }
    .con2-con a {
        padding: 18px 16px 0;
        background-size: 160px 80px;
        height: 135px;
        font-size: 28px;
    }
    .a-more_box {
        display: block;
        margin: 10px auto 0;
        width: 267px;
        height: 76px;
        background: #ECF3F8;
        line-height: 76px;
        font-size: 28px;
        color: #025393;
        text-align: center;
    }

    .list1 li {
        display: block;
        line-height: 46px;
        margin-bottom: 12px;
    }
    .list1 li .a-tit {
        position: relative;
    }
    .list1 li .a-tit::before {
        position: absolute;
        left: 0;
        top: 20px;
    }
    .list1 li .a-tit span {
        text-indent: 0.6em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        white-space:pre-wrap;
        line-height: 46px;
    }
    .list1 li .s-date {
        line-height: 46px;
    }
}