a:hover {
    color: #ab2622;
}

.text-muted-awt {
    color: #6c757d;
}

.color-333 {
    color: #333;
}

/* 精品图书 start */

.jpts-content .content-section .item .content-section-img-container {
    height: 218px;
    border: 1px solid #f0f0f0;
}
.content-section-img-container:hover {
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .12), 0 5px 12px 4px rgba(0, 0, 0, .09)
}

/* .jpts-content .content-section .item:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
} */

.jpts-content .carousel-indicators {
    bottom: -30px;
}

.jpts-content .carousel-indicators button {
    border-radius: 50%;
    background-color: #ccc;
    height: 10px;
    width: 10px;
    opacity: 1;
    margin-right: 5px;
    margin-left: 5px;
}

.jpts-content .carousel-indicators button.active {
    background-color: #bb241f;
    background-clip: padding-box;
}
/* 精品图书 end */

/* 调研普查 start */

.dypc-content {
    background: url(../img/musictheory/bg_border.png);
    background-size: 100% 100%;
}

.dypc-content:hover {
    background: url(../img/musictheory/bg_border_active.png);
    background-size: 100% 100%;
}

.dypc-content .carousel-indicators {
    bottom: -30px;
}

.dypc-content .carousel-indicators button {
    border-radius: 50%;
    background-color: #ccc;
    height: 10px;
    width: 10px;
    opacity: 1;
    margin-right: 5px;
    margin-left: 5px;
}

.dypc-content .carousel-indicators button.active {
    background-color: #bb241f;
    background-clip: padding-box;
}

.dypc-content table {
    width: 100%;
}

.dypc-content table tbody tr {
    height: 55px;
    border-bottom: 1px solid #f5f4ef;
    font-size: 14px;
}

.dypc-content .dypc-content-yr-table tbody tr {
    height: 90px;
    border-bottom: 1px solid #f5f4ef;
    font-size: 14px;
}

.dypc-content table tbody tr:nth-child(even) {
    background: #f5f4ef;
}

.dypc-content table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.dypc-content table tbody tr td:first-child {
    padding-left: 10px;
}


/* 调研普查 end */


/* 理论研究 start */

.llyj-content {
    background: url(../img/musictheory/bg_border_llyj.png);
    background-size: 100% 100%;
    height: 680px;
}

.llyj-content:hover {
    background: url(../img/musictheory/bg_border_active_llyj.png);
    background-size: 100% 100%;
}

.llyj-content .nav-tabs .nav-link {
    color: #333;
    background-color: white;
}

.llyj-content .nav-tabs .active {
    background-color: #F8F5F0;
    color: #BB0710;
    border-radius: 1rem 1rem 0 0;
}

.llyj-tab-content {
    background-color: #F8F5F0;
    height: 585px;
    padding: 16px;
}

.llyj-tab-content-item-left-vals {
    text-indent: 36px;
    letter-spacing: 1px;
    height: 120px;
    line-height: 30px;
}

.llyj-tab-content-item-left-contents {
    overflow-y: scroll;
    height: 350px;
}


/* 谷歌 */

.llyj-tab-content-item-left-contents::scrollbar {
    width: 3px;
    height: 3px;
}

.llyj-tab-content-item-left-contents::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.llyj-tab-content-item-left-contents::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 6px;
}

.llyj-tab-content-item-left-contents::-webkit-scrollbar-button {
    height: 1px;
    width: 1px;
}


/* 谷歌 end */


/* 理论研究 end */


/* 作品名录 start */

.zpml-content {
    background: url(../img/musictheory/bg_border_zpml.png);
    background-size: 100% 100%;
}

.zpml-content:hover {
    background: url(../img/musictheory/bg_border_active_zpml.png);
    background-size: 100% 100%;
}

.zpml-content .carousel-indicators {
    bottom: -45px;
}

.zpml-content .carousel-indicators button {
    border-radius: 50%;
    background-color: #ccc;
    height: 10px;
    width: 10px;
    opacity: 1;
    margin-right: 5px;
    margin-left: 5px;
}

.zpml-content .carousel-indicators button.active {
    background-color: #bb241f;
    background-clip: padding-box;
}

.zpml-content .table thead tr {
    background-color: #ab2622;
    color: #f9f8f4;
}

.zpml-content .table tbody tr td i:hover {
    color: #ab2622;
}

.zpml-content .table tbody tr td .tag {
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 15px;
    color: #aaa;
}

.zpml-content .table tbody tr:nth-child(even) {
    background: #f5f4ef;
}

.zpml-content .table tbody tr:nth-child(odd) {
    background: #ffffff;
}


/* 作品名录 end */