.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.layui-header {
    height: 85px;
    line-height: 85px;
    background-color: #fff !important;
    border-bottom: 1px solid #003366;
}

.layui-logo {
    padding-left: 20px;
}

.layui-logo img {
    height: 85px;
}

.layui-nav * {
    font-size: 16px;
    font-weight: 600;
}

.layui-nav .layui-nav-item a {
    color: #003366;
}

.layui-nav .layui-nav-item a:hover {
    color: #ec682c;
}

.layui-nav-tree {
    display: none;
}

.top {
    margin-top: 85px;
}

.top .img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.carousel-item span {
    position: absolute;
    right: 50px;
    bottom: 50px;
    font-size: 72px;
    font-weight: 600;
    color: #fff;
}

.breadcrumb-bar {
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    background-color: #003366;
}

.layui-breadcrumb a {
    color: #fff !important;
}

.layui-breadcrumb a:hover {
    color: #fff !important;
}

.layui-breadcrumb a cite {
    color: #fff !important;
}

.main {
    padding: 40px 0;
}

.footer {
    padding: 15px 0;
    background-color: #eee;
}

.footer p {
    line-height: 28px;
    color: #666;
}

.footer p.decalre {
    padding-top: 10px;
    color: #666;
}

.content {
    padding: 0 30px;
    min-height: 600px;
}

.content .time {
    font-size: 18px;
    color: #666;
}

.content .title {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
}

.content .title a {
    color: #003366;
}

.content .description {
    padding: 0 0 30px;
    font-size: 18px;
    line-height: 40px;
    color: #666;
}

.rel {
    padding: 0 30px;
}

.rel-title {
    height: 40px;
    line-height: 40px;
    background-color: #003366;
    color: #fff;
    padding-left: 20px;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
}

.rel-content {
    padding: 10px 20px;
    background-color: #eee;
}

.rel-content a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #003366;
    border-bottom: 1px solid #fff;
}

.search {
    margin-bottom: 40px;
    padding: 0 30px;
}

.info {
    padding: 0 30px;
    min-height: 600px;
}

.info .info-title {
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #003366;
    text-align: center;
}

.info .info-sub-title {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #003366;
    text-align: center;
}

.info .info-author {
    margin-top: 10px;
    color: #666;
    text-align: center;
    font-size: 16px;
}

.info .info-time {
    padding-top: 10px;
    color: #666;
    text-align: center;
    font-size: 16px;
}

.info .info-content {
    padding-top: 30px;
    line-height: 40px;
    font-size: 18px;
    text-align: justify;
}

.info .info-content p {
    text-indent: 2em;
}

.info .info-content p img:nth-child(1) {
    margin-left: -2em;
}

.info-attachment {
    margin-top: 30px;
}

.attach-title {
    font-size: 16px;
    line-height: 30px;
}

.info-attachment p {
    line-height: 30px;
}

.photo {
    padding-top: 30px;
}

.photo-img {
    padding: 0;
}

.photo-title {
    font-size: 18px;
    line-height: 40px;
    color: #666;
    text-align: center;
    padding: 10px 0;
}

.mobile-nav {
    display: none;
}

.collapse {
    display: none;
}

div.left {
    display: inline-block;
    width: 40%;
}

div.right {
    display: inline-block;
    width: 60%;
}

.pd0 {
    padding: 0;
}

.pd20 {
    padding-left: 20px;
}

.board {
    padding: 0 30px;
    margin-bottom: 30px;
}

.inner {
    background-repeat: no-repeat;
    background-position: 0% 100%;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
}

.board-title {
    background-color: rgba(0, 51, 102, 0.8);
    padding: 10px 15px;
    /* border: 1px solid #666; */
    /* border-radius: 12px 12px 0 0; */
}

.board-title span {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    opacity: 1;
}

.board-content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 25px;
    height: 320px;
    overflow: hidden;
    overflow-y: auto;
}

.board-content-time {
    font-size: 16px;
    color: #666;
}

.board-content-title {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
    margin-bottom: 10px;
}

.board-content-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: justify;
}

.board-content-foot {
    text-align: right;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #eee;
    /* border-radius: 0 0 12px 12px; */
}

@media screen and (max-width: 1200px) {
    .layui-header {
        height: 75px;
        line-height: 75px;
    }

    .layui-logo {
        padding-left: 10px;
    }

    .layui-logo img {
        height: 75px;
    }

    .layui-nav * {
        font-size: 14px;
    }

    .layui-nav .layui-nav-item a {
        padding-left: 10px;
    }

    .layui-nav .layui-nav-item a:hover {
        padding-left: 10px;
    }

    .top {
        margin-top: 75px;
    }

    .carousel-item span {
        font-size: 60px;
    }
}

@media screen and (max-width: 992px) {
    .layui-header {
        height: 70px;
        line-height: 70px;
    }

    .layui-logo {
        padding-left: 0;
    }

    .layui-logo img {
        height: 70px;
    }

    .layui-layout-right {
        display: none;
    }

    .top {
        margin-top: 70px;
    }

    .carousel-item span {
        /* right: 30px;
        bottom: 30px;
        font-size: 36px; */
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 48px;
        line-height: 70px;
        text-align: center;
    }

    .breadcrumb-bar {
        padding-left: 20px;
    }

    .main {
        padding: 30px 0;
    }

    .content {
        padding: 0 10px;
        min-height: 400px;
    }

    .info {
        padding: 0 10px;
        min-height: 400px;
    }

    .mobile-nav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px;
        z-index: 1000;
        background-color: #003366;
        overflow-y: auto;
    }

    .mobile-nav .layui-nav .layui-nav-item a {
        padding: 10px 0;
        padding-left: 40px;
        color: #fff;
        border-bottom: 1px solid #666;
    }

    .mobile-nav .layui-nav .layui-nav-item a:hover {
        color: #fff;
    }

    .layui-nav-tree {
        width: 100%;
        height: 100%;
        background-color: #003366;
        display: block;
        overflow-y: auto;
    }

    .hide {
        display: none;
    }

    .collapse {
        display: inline-block;
    }

    .board {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .inner {
        background-size: 80% 80%;
    }

    .board-content {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .layui-header {
        height: 60px;
        line-height: 60px;
        border-bottom: none;
    }

    .layui-logo {
        padding-left: 0;
    }

    .layui-logo img {
        height: 55px;
    }

    .top {
        margin-top: 60px;
    }

    .carousel-item span {
        /* right: 20px;
        bottom: 20px; */
        width: 100%;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        line-height: 50px;
        text-align: center;
    }

    .main {
        padding: 20px 0;
    }

    .decalre-block {
        display: none;
    }

    .mobile-nav {
        top: 60px;
    }
}