* {
    font-family: "Microsoft YaHei","PingFang SC", Arial,Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: 14px;
    overflow-x: hidden;
}

html, body {
    min-height: 100vh;
}

html {
    overflow: -moz-scrollbars-vertical;
}

.jsml2 ul {
    justify-content: space-between;
    /*justify-content: stretch;*/
}

.jsml2 li {
    width: 45%;
    margin-bottom: 3rem;
}

    .jsml2 li * {
        transition: 0.5s;
    }

    .jsml2 li a {
        align-items: center;
    }

    .jsml2 li .scale {
        width: 30%;
    }

    .jsml2 li .con {
        width: calc(100% - 30%);
        padding-left: 2rem;
    }

    .jsml2 li .imged {
        padding-bottom: 135%;
    }

    .jsml2 li .h3 {
        padding-bottom: .15rem;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: .1rem;
    }

    .jsml2 li h3 {
        font-size: 1.5rem;
        color: #333;
        line-height: 2;
        margin-bottom: .15rem;
    }

    .jsml2 li p {
        font-size: 1.1rem;
        color: #666;
        line-height: 2rem;
    }

    .jsml2 li .more {
        text-align: right;
        font-size: 1.1rem;
        color: #23549e;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
    }

        .jsml2 li .more img {
            width: 0.83rem;
            height: 0.83rem;
        }

@media (min-width: 1024px) {
    .jsml2 li a:hover h3 {
        color: #23549e;
    }

    .jsml2 li a:hover p {
        color: #23549e;
        opacity: .8;
    }

    .jsml2 li a:hover .h3 {
        border-bottom: 1px solid #23549e;
    }
}

@media (max-width: 1024px) {
    .jsml2 li {
        width: 49%;
        margin-bottom: .3rem;
    }
}

@media (max-width: 768px) {
    .jsml2 li {
        width: 100%;
    }
}

.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
}

    .imged img {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease 0s;
        object-fit: cover;
        display: none;
    }

.scale {
    overflow: hidden;
}

a:hover .imged {
    transform: scale(1.1);
}

.clearflex::after, .clearflex::before {
    display: block;
    content: "clear";
    height: 0px;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.wl {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

    .wl::after {
        content: "";
        z-index: -1;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 0px;
        height: 100%;
    }

.flex {
    display: flex;
    flex-wrap: wrap;
}

::after, ::before {
    transition: 0.5s;
}

a:hover .aline_w {
    background-size: 100% 1px;
    color: #23549e;
}

a:hover .aline_y {
    background-size: 100% 2px;
    color: #f1a435;
}

a {
    text-decoration: none;
    bblr: expression(this.onFocus=this.blur()); /*IE使用*/
    outline-style: none; /*FF使用*/
    outline: none;
}

a, input, img, :focus {
    mayfish: expression(this.onfocus=this.blur);
    cursor: handbblr:expression(this.onFocus=this.blur()); /*IE使用*/
    outline-style: none; /*FF使用*/
}
/*去除a标签带来的虚框*/
ul {
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h3, h4, h5 {
    font-weight: normal;
}

    h4 a:hover, h5 a:hover {
        -moz-transition: all 0.36s ease-in-out;
        -webkit-transition: all 0.36s ease-in-out;
        -o-transition: all 0.36s ease-in-out;
        -ms-transition: all 0.36s ease-in-out;
        transition: all 0.36s ease-in-out;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    background: #d8d8d8;
    padding: 0;
    margin-bottom: 0;
    margin-top: 1.5rem;
}