﻿@charset "utf-8";

@media screen and (min-width:2000px) {
    html {
        font-size: 120px!important;
    }

    .inner .wp, .ban .wp {
        width: 15rem !important;
    }
}

@media screen and (min-width:3000px) {
    html {
        font-size: 150px!important;
    }

    .inner .wp, .ban .wp {
        width: 18rem !important;
    }
}

.inner .wp, .ban .wp {
    width: 13.6rem;
}

/*img {
    max-width: 100%;
}*/

* {
    word-break: break-all;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* ban */
.ban {
    width: 100%;
    position: relative;
    z-index: 10;
}

    .ban > img {
        width: 100%;
        max-height: 6.4rem;
        max-height: 8.0rem;
    }

    .ban::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3rem;
        display: none;
    }

    .ban .yjlm {
        position: absolute;
        left: 0%;
        bottom: 15%;
        width: 100%;
        /*background: rgba(0, 85, 150, 0.66);*/
        padding: .2rem;
    }

        .ban .yjlm h2 {
            font-size: 1.5vw;
            color: #fff;
            margin-bottom: 0.1rem;
        }

.adress a, .adress {
    font-size: 0.8vw;
    color: #fff;
}

.adress {
    background: url(../images/home.png) no-repeat left center;
    padding-left: 0.15rem;
    line-height: 0.45rem;
}

    .adress a {
        padding: 0 0.1rem;
    }

        .adress a:hover {
            color: #f38a09;
        }

.ban .ejlm {
    height: 0.7rem;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0.16rem 0.29rem 0px rgba(0, 85, 150, 0.11);
}

    .ban .ejlm ul {
        height: 0.7rem;
    }

        .ban .ejlm ul li {
            line-height: 0.7rem;
            height: 100%;
        }

            .ban .ejlm ul li a {
                color: #333;
            }

.ejlm ul {
    justify-content: flex-start;
    align-items: center;
}

.ejlm h2 {
    width: 100%;
    color: #fff;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.22rem !important;
    background: url(../images/cd.png) no-repeat right 0.2rem center #005596;
    padding: 0 0.2rem;
}

.ejlm li {
    font-size: 0.85vw;
    line-height: 0.3rem;
}

    .ejlm li a {
        color: #fff;
        padding-bottom: 0.2rem;
        transition: 0.5s;
        display: block;
        padding: 0 0.28rem;
        display: block;
        font-family: Microsoft Yahei;
    }

.ban .ejlm li.active a, .ban .ejlm li.active:hover a {
    color: #fff;
    background: #005596;
}

.ban .ejlm li:hover a {
    color: #f38a09;
}

.inner {
    padding: 1rem 0 .5rem;
}

    .inner .ejlm {
        display: none;
    }

    .inner .content {
        font-size: 1vw;
        line-height: 2;
    }

.ContentTitle {
    font-size: 18pt;
    font-family: Microsoft YaHei,Arial;
    text-align: center;
    /*color: #ee7830;*/
}

.PostTime {
    border-bottom: dashed 1px #d7d6d6;
    line-height: 40px;
    text-align: center;
    color: rgb(89, 89, 89, 0.8);
}

@media screen and (max-width: 1024px) {
    .inner .ejlm {
        display: block;
        margin: 0.4rem 0;
    }

    .ban .ejlm, .ban .yjlm {
        display: none;
    }

        .ban .yjlm h2 {
            font-size: 0.4rem;
        }

    .ejlm ul {
        display: none;
        background: #005596;
        padding: .09rem .3rem;
    }

        .ejlm ul li {
            width: 100%;
            line-height: 1.5;
        }

            .ejlm ul li.active a {
                color: #f38a09;
            }

    .ejlm li {
        font-size: 2.5vw;
        line-height: 1;
    }

        .ejlm li a {
            border: none;
            padding: 0;
        }

    .inner {
        padding: 0 0 0.4rem;
    }

        .inner .content {
            font-size: 2vw;
            line-height: 2;
        }

    .ban::before {
        height: 1.5rem;
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .inner .content {
        font-size: 3vw;
    }
}
