/*.nav-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-breadcrumb li {
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 6px;
}

.nav-breadcrumb-item li a {
    color: black;
}

.nav-breadcrumb-gray a{
    color: #8A959C;
}*/

body {
    min-width: 1280px;
    overflow-x: auto;
}

.index-body-1 p img {
    margin: 10px auto;
    display: block;
}


.commit-data-div {
    display: block;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: no-repeat url("../image/bg-x.jpg");
    color: #FD6283;
    letter-spacing: 2px;
    margin: 25px 0;
    border-radius: 2px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    cursor: pointer;
}

.commit-data-div h5 {
    height: 40px;
    line-height: 48px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}

.commit-data-div a.commit-data-div-a {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    color: #FD6283;
}

.commit-data-div a.commit-data-div-a:hover {
    text-decoration: none;
}

.commit-data-div h5:first-child {
    padding-top: 5px;
}

.commit-data-div h4 {
    height: 54px;
    line-height: 54px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}

.commit-data-div_img {
    margin: 25px 0;
}

.report-desk-div {
    height: 380px;
    background: no-repeat url("../image/desk.jpg");
    overflow: hidden;
}

.report-desk-list li a {
    color: white;
}


.report-desk-h3 {
    display: inline-block;
    height: 42px;
    width: 100%;
    line-height: 42px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 8px;
    margin-bottom: 2px;
    color: #FD6283;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    border-bottom: 1px solid #FFF;
}


.report-desk-list {
    list-style: none;
    padding-left: 6px;
}

.report-desk-list li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #DBDBDB dashed;
    color: white;
    margin-right: 6px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
}

.label-title {
    display: inline-block;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 33px;
    cursor: pointer;
}


.label-news-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #DBDBDB;
    vertical-align: 1.6em;
    margin-right: 10px;
    margin-left: 2px;
}


.label-news-title {
    display: inline-block;
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 63px;
    cursor: pointer;
}

.label-news-time {
    display: inline-block;
    float: right;
    color: #8A959C;
    font-size: 15px;
    height: 30px;
    margin-right: 2px;
}

.news-list-ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.news-list-ul li:hover .label-dot {
    background-color: #548EED;
}

.news-list-ul li {
    font-size: 17px;
    line-height: 63px;
    height: 65px;
    border-bottom: 1px solid #E5E5E5;
    margin-left: 16px;
}

.news-list-ul li a {
    color: #333;
}

.news-list-ul li:hover .label-news-dot {
    background-color: #548EED;
}

.page-list-header {
    font-size: 19px;
    font-weight: 900;
    color: #005cbf;
    border-bottom: 1px solid #E5E5E5;
    margin-left: 16px;
    line-height: 45px;
}

.page-list-header label {
    margin-left: 10px;
}

.common-header-span {
    display: inline-block;
    width: 6px;
    height: 26px;
    background: #005cbf;
    vertical-align: middle;
    margin-bottom: 5px;
}

.page-pagination-div {
    width: max-content;
    /*float: right;*/
    /*margin: 54px auto 0;*/
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.page-pagination-div a {
    display: inline-block;
    border: 1px solid #dee2e6;
    color: #007bff;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
}

.page-pagination-div .active {
    display: inline-block;
    border: 1px solid #dee2e6;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
}

.page-pagination-div a:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-pagination-div a:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.news-nav-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-nav-ul > li.news-nav-ul-li {
    height: 50px;
    text-indent: 1.5em;
    font-size: 17px;
    font-weight: 500;
    line-height: 48px;
    cursor: pointer;
    margin: 0 24px 12px 18px
}

.news-nav-ul > li.news-nav-ul-li-light a {
    color: #323232;
}

.news-nav-ul > li.news-nav-ul-li:hover a {
    color: #FFF;
    text-decoration: none;
}

.news-nav-ul > li:hover {
    background: #3B9AFF;
    color: #FFF;
}

.news-nav-ul-li-dark {
    background: #3B9AFF;
    color: #FFF;
}

.news-nav-ul > li.news-nav-ul-li-dark a {
    color: #FFF;
}

.news-nav-ul-li-light {
    background: #E2F6FF;
    color: #323232;
}


.index-footer {
    height: 100px;
    text-align: center;
    background: #FFF;
    border-top: 1px #e9e9e9 dashed;
    clear: both;
    line-height: 28px;
    font-size: 14px;
    z-index: -1;
}

.index-footer a {
    color: black;
}

.index-footer-top {
    margin-top: 200px;
}

.index-footer-div {
    margin-top: 20px
}

.index-body-1 {
    min-height: 450px;
}

.container {
    max-width: 1280px;
}


.div-card-link {
    width: 275px;
    border-radius: 2px;
    font-weight: bolder;
    letter-spacing: 2px;
    height: 90px;
    margin: 30px auto;
    text-align: center;
    line-height: 90px;
    color: white;
    cursor: pointer;
}


.div-card-link-2 {
    width: 255px;
    border-radius: 2px;
    font-weight: bolder;
    letter-spacing: 2px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    color: white;
    cursor: pointer;
    margin: 48px auto 90px 18px;
}

.div-card-link-2 img {
    width: 278px;
    height: 150px;
    border-radius: 5px;
    transition: all 1s;
}

.div-card-link-2 img:hover {
    transform: scale(1.1);
}

.div-card-link a:hover {
    text-decoration: none;
}

.div-card-label {
    display: block;
    height: 30px;
    line-height: 30px;
    /*border: 1px solid red;*/
    font-size: 20px;
    color: #424347;
    font-weight: bold;
    text-align: center;
    width: 100%;
    cursor: pointer;

}

.div-card-label-first {
    margin-top: 10px;
    margin-left: -1px;
}


.span-card-tag {
    display: inline-block;
    background: #2CBFB9;
    width: 100px;
    height: 28px;
    font-size: 14px;
    font-weight: bolder;
    color: white;
    border-radius: 4px;
    line-height: 28px;
    margin-left: -5px;
}
