html {
    font-size: 16px;
}

body {
    font-family: "Arial", 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Helvetica", "sans-serif";
    width: 100%;
    height: 100%;
    background-color: #F2F2F2;
    background-repeat: repeat;
}

@media (min-width: 768px) {
    body {
    }
}

@media (min-width: 992px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 16px;
    }
}

.container-fluid {
    padding: 0px;
}

.container-main {
    padding-bottom: 2rem;
}

.container-copyright {
    background-color: #94070A;
    color: #fff;
}

    .container-copyright .copyright {
        text-align: center;
        padding: 2rem;
    }

.part-title {
    padding-top: 2rem;
    text-align: left;
    font-weight: 600;
    font-size: 1.8rem;
}

    .part-title a,
    .part-title a:link {
        font-size: 2rem;
        color: #333;
        line-height: 4rem;
        font-weight: 600;
    }

        .part-title .more ,
        .part-title .more:link {
            font-size: 1rem;
            color: #999;
            line-height: 4rem;
            font-weight: 400;
            float:right;
            margin-top:1rem;
            text-decoration:none;
        }

.part-more {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    text-align: center;
    width: 10rem;
    background-color: #94070A;
}

    .part-more a,
    .part-more a:link {
        padding: 1rem;
        color: #fff;
        text-decoration: none;
    }

.part-body {
    background-color: rgba(255,255,255,0.5);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
}

.part-panel {
    background-color: rgba(255,255,255,0.5);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.theme-item-panel .item-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.theme-item-panel {
    background-color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 5px 5px 5px 1px #999;
}

    .theme-item-panel a,
    .theme-item-panel:link {
        color: #333;
        text-decoration: none;
    }

    .theme-item-panel .title {
        font-size: 1.1rem;
        line-height: 1.6rem;
        padding: 1rem;
        display: block;
        font-weight: 550;
    }

    .theme-item-panel .date {
        font-size: 0.8rem;
        line-height: 1rem;
        padding: 1rem;
        padding-top: 0rem;
        display: block;
        color: #666;
    }

    .theme-item-panel .desc {
        font-size: 0.8rem;
        line-height: 1rem;
        padding: 1rem;
        padding-top: 0rem;
        display: block;
        min-height: 3rem;
    }

.theme-panel {
    margin-top: 1rem;
    background-color: #fff;
    padding: 1rem;
}


    .theme-panel .item-img {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .theme-panel a,
    .theme-panel:link {
        color: #333;
        text-decoration: none;
    }

    .theme-panel .title {
        font-size: 1.1rem;
        line-height: 1.6rem;
        padding: 1rem;
        display: block;
        font-weight: 550;
    }

    .theme-panel .date {
        font-size: 0.8rem;
        line-height: 1rem;
        padding: 1rem;
        padding-top: 0rem;
        display: block;
        color: #666;
    }

    .theme-panel .desc {
        font-size: 0.8rem;
        line-height: 1rem;
        padding: 1rem;
        padding-top: 0rem;
        display: block;
        min-height: 3rem;
    }

.theme-title {
    margin-top: 1rem;
    background-color: #fff;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.theme-content {
    background-color: #fff;
    margin-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
}

.hd-item {
    font-size: 1.2rem;
    color: #000;
    padding: 0.8rem;
}

    .hd-item a, .hd-item a:link {
        color: #000;
        text-decoration: none;
    }

    .hd-item:hover {
        font-size: 1.2rem;
        color: #fff;
        background-color: #94070A;
    }

        .hd-item:hover a, .hd-item:hover a:link {
            color: #fff;
            text-decoration: none;
        }

    .hd-item .date {
        font-size: 0.8rem;
        color: #666;
    }

    .hd-item:hover .date {
        color: #bbb;
    }


.wz-item {
    font-size: 1.2rem;
    color: #000;
    padding: 0.8rem;
}

    .wz-item a, .wz-item a:link {
        color: #000;
        text-decoration: none;
    }

    .wz-item:hover {
        font-size: 1.2rem;
        color: #fff;
        background-color: #94070A;
    }

        .wz-item:hover a, .wz-item:hover a:link {
            color: #fff;
            text-decoration: none;
        }

    .wz-item .date {
        font-size: 0.8rem;
        color: #666;
        text-align: right;
    }

    .wz-item:hover .date {
        color: #bbb;
        text-align: right;
    }

.breadcrumb a, .breadcrumb a:link {
    color: #333;
    text-decoration: none;
}


.list-pagger a, .list-pagger a:link {
    display: inline-block;
    line-height: 2rem;
    background-color: #94070A;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 1rem;
    color: #fff;
    text-decoration: none;
}

.list-pagger .disabled {
    background-color: #999;
}

.carousel-indicators li {
    flex: none;
    text-indent: inherit;
    color: #fff;
    background-color:#fff;
    height:3px;
}