body {
    font-family: Arial,sans-serif,'微软雅黑';
}

.h1,
h1 {
    margin: 1.5rem 0;
    font-size: 2rem;
    font-weight: bold;
}

a {
    color: #333333;
}

a:hover {
    color: #DA2221;
    text-decoration: none;
}

.title-special {
    color: #DA2221;
    text-align: center;
}

.title-block {
    display: inline-block;
    position: relative;
    background: #F3715D;
    color: white;
    text-align: center;
    padding: 0px 25px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px 5px 5px 0px;
    letter-spacing: 2px;
}

.title-block .triangle {
    width: 0px;
    height: 0px;
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid #DD6755;
    border-right: 5px solid #DD6755;
    left: 0px;
    bottom: -10px;
}

.img-full {
    width: 100%;
}

/* mobile */
@media (max-width: 575.98px) {

    /* logo-Mobile */
    .navbar-logo {
        display: inline-block;
        max-width: 80%;
    }

    .carousel-caption h4 {
        font-size: 1rem;
    }

    .carousel-item img {
        width: 100%;

    }

    .carousel-item img.limit {
        height: 240px;
    }

    .my-card .card-header {
        background-color: transparent;
        padding: 0.75rem 0.5rem 0 0.5rem;
    }

    .my-card .card-header .card-icon {
        display: none;
    }

    .my-card .card-header .card-title {
        font-weight: bold;
    }

    .my-card .card-header .card-title::before {
        content: '|';
        color: #DA2221;
        padding-right: 0.75rem;
    }

    .my-card .card-body {
        padding: 0 1rem 0.5rem 1rem;
    }

    .page-chanel .my-card .card-header {
        background-color: transparent;
        padding: 0;
    }

    .page-chanel .my-card .card-header .card-title {
        margin: 0.25rem 0;
        line-height: 1.5;
    }

    .page-content .my-card .card-header {
        background-color: transparent;
        padding: 0;
    }

    .page-content .my-card .card-header .card-title {
        margin: 0.25rem 0;
        line-height: 1.5;
    }
}

/* pc */
@media (min-width: 1200px) {

    /* logo-PC */
    .navbar-logo {
        margin: 20px 0;
    }

    .carousel-caption h4 {
        font-size: 1.5rem;
    }

    .carousel-item img {
        /*width: 100%;*/
    }

    .carousel-item img.limit {
        height: 375px;
    }

    .my-card .card-header {
        background-color: transparent;
        padding: 1rem 1.5rem 0.5rem 1.5rem;
    }

    .my-card .card-header .card-icon {
        margin-right: 0.75rem;
        margin-top: 0.25rem;
    }

    /* .my-card .card-header .card-title {
        padding-left: 45px;
        background-image: url(../images/icon_book.png);
        background-repeat: no-repeat;
        background-position: left center;
        font-weight: bold;
    } */

    .my-card .card-body {
        padding: 0 1rem 1rem 1rem;
    }

    .page-chanel .my-card .card-header {
        background-color: #F6F6F6;
        padding: 0.75rem 1.5rem 1rem 1.5rem;
    }

    .page-chanel .my-card .card-header .card-title {
        margin: 1.5rem 0 1.5rem 1rem;
        line-height: 1.5;
    }

    .page-content .my-card .card-header {
        background-color: #F6F6F6;
        padding: 0.75rem 1.5rem 1rem 1.5rem;
    }

    .page-content .my-card .card-header .card-title {
        margin: 1.5rem 0 1.5rem 1rem;
        line-height: 1.5;
    }
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* 菜单-PC */
.nav-menu {
    background-color: #da2221;
}

.nav-menu .nav-item,
.nav-menu .nav-item a {
    color: #FFFFFF;
    font-size: 1.25rem;
    line-height: 2;
}

/* 菜单-Mobile */
.navbar-nav .nav-item,
.navbar-nav .nav-item a {
    color: #333333;
}

/* 幻灯片 */
.carousel-indicators {
    bottom: -1rem;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.7);
}

/* 栏目页 */
.column-page {
    margin-top: 20px;
}

/* 卡片 */
.my-card {
    border: 0;
}

.my-card .card-header .card-title {
    font-weight: bold;
}

.my-card .card-header .link-more {
    margin-top: 5px;
}

.my-card .card-body {}

.my-card .card-body .list-group-item {
    border: 0;
}

.my-card .card-footer {
    padding: 0;
}

/* 列表元素 */
/* mobile */
@media (max-width: 575.98px) {
    .my-list-item {
        border: 0;
        padding: 0.25rem 0;
    }
}

/* pc */
@media (min-width: 1200px) {
    .my-list-item {
        padding: 0.25rem;
    }
}

.my-list-item .item-box {
    border: solid 1px #DA2221;
}

.my-list-item .item-box p {
    margin-bottom: 0;
}

.my-list-item .item-box p.item-box-top {
    background-color: #ffeaea;
    color: #DA2221;
    text-align: center;
    font-weight: bold;
}

.my-list-item .item-box p.item-box-bottom {
    background-color: #DA2221;
    color: #FFFFFF;
    padding: 0 4px;
    font-size: 12px;
}

/* 这个似乎不需要用，用float也可很好的解决超出一行问题 */
.my-list-item .item-text {
    border-bottom: dashed 1px #bbb7b7;
    margin-left: 60px;
    margin-right: 1rem;
    padding: 6px 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-list-item .item-text-square,
.my-list-item .item-text-circle {
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-list-item .item-text-square::before {
    content: '■';
    color: #DA2221;
    font-size: 0.5rem;
    padding-right: 0.5rem;
    vertical-align: middle;
}

.my-list-item .item-text-circle::before {
    content: '●';
    color: #DA2221;
    padding-right: 0.5rem;
    vertical-align: middle;
}

.my-list-item .item-time {
    line-height: 2;
    color: #333333;
}

/* 底部 */
.footer {
    background-color: #5A5A5A;
    border-top: solid 4px #DA2221;
    color: #FFFFFF;
    margin-top: 20px;
    padding: 40px 0 20px 0;
}

.footer h4 span {
    border-bottom: solid 1px #bbb7b7;
    padding-bottom: 6px;
}

.footer a {
    color: #eeeeee;
}

.footer .flat {
    background-color: transparent;
    border: 0;
}

.footer .link-text {

    margin-top: 20px;
    color: #eeeeee;
}

.footer .qrcode {
    margin-top: 50px;
}

.bottom {
    background-color: #4e4e4e;
}

.bottom p {
    margin: 0.75rem 0;
}

.bottom a {
    color: #eeeeee;
}

/* 内页样式-栏目菜单栏 */
.channel-title {
    background-color: #DA2221;
    color: #FFFFFF;
    padding: 40px 0 40px 110px;
    background-image: url(../images/icon_book_white.png);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    background-position: 55px center;
}

.channel-menu div {
    background-color: #DA2221;
    padding: 15px 0 15px 110px;
    background-image: url(../images/icon_book_white.png);
    background-repeat: no-repeat;
    background-position: 75px center;
    background-size: 1.5rem;
    border-bottom: solid 1px #ffffff;
}

.channel-menu div.active {
    background-color: #a00e0e;
}

.channel-menu div:hover {
    background-color: #a00e0e;
}

.channel-menu div a {
    color: #FFFFFF;
}

/* 栏目页 */
@media (min-width: 1200px) {

    .page-chanel {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.page-chanel .my-card .card-header .link-more {
    margin-top: 3.5rem;
}

.page-chanel .my-card .card-footer {
    padding: 0 2rem;
    background-color: transparent;
}

/* 专题栏目页 */
.page-special .my-card {
    border: solid 1px #DA2221;
    border-radius: 10px;
    margin-top: 30px;
}

.page-special .my-card .card-header .link-more {
    margin-top: 0.8rem;
}

/* 内容页 */
@media (min-width: 1200px) {

    .page-content {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.page-content .my-card .card-header .link-more {
    margin-top: 3.5rem;
}

.page-content .my-card .card-footer {
    padding: 0 2rem;
    background-color: transparent;
}

.content-show .content-title {}

.content-show .content-title .date {
    color: #909090;
}

.content-show .content-text {
    margin-bottom: 20px;
    line-height: 1.8;
}

.content-show .content-text img {
    max-width: 100%;
    height: auto;
}

.content-show .content-foot .return {
    margin-top: 0.5rem;
}

.content-show .content-foot a {
    color: #909090;
}


.nav-tabs .nav-item {
    text-align: center;
}

.nav-tabs .nav-item .nav-link {
    padding: 0.5rem 0.25rem;
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:hover {
    color: #DA2221;
    font-weight: bold;
}