.line {
    border-bottom: 1px solid #6cbfee;
}

body {
    min-width: 1400px;
}

.dynasty {
    position: absolute;
    top: 0;
    left: 30px;
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 25px;
    z-index: 99;
}

.dynasty > li {
    margin: 5px 0;
}

.dynasty > li > a {
    cursor: pointer;
    color: #6cbfee;
}

.dynasty > li.act > a {
    font-weight: bold;
    color: #005a91;
}

.cbp_tmtimeline > li {
    position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 18px;
    line-height: 40px;
}

.cbp_tmtimeline > li .cbp_tmtime {
    text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span {
    display: inline-block;
}

.main {
    position: relative;
}


.cbp_tmlabel {
    display: flex;
    flex-wrap: wrap;
}

.cbp_tmlabel > h2 {
    margin-bottom: 0;
    border: none !important;
}

.cbp_tmlabel > .cbp_tmlabel_txt {
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    text-indent: 25px;
}

.cbp_tmlabel > .cbp_tmlabel_txt > p {
    margin: 0;
}

.cbp_tmlabel_box {
    text-align: center;
    margin-right: 11px;
    margin-left: 11px;
    display: inline-flex;
    flex-wrap: wrap;
    width: 300px;
}

.cbp_tmlabel_box:not(:nth-last-child(-n+3)) {
    margin-bottom: 25px;
}


.cbp_tmlabel_box > img {
    display: inline-block;
    width: 300px;
    height: 200px;
    object-fit: contain;
    cursor: pointer;
}

.cbp_tmlabel_box > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    width: 300px;
    max-width: 300px;
    word-break: break-all;
    margin-top: 10px;
    padding: 0 10px;
}

.cbp_tmtimeline > li .cbp_tmlabel {
    margin-left: 23%;
    padding: 20px 30px 30px;
}

.cbp_tmtimeline > li .cbp_tmtime {
    width: 23%;
    padding-right: 80px;
}

.cbp_tmtimeline:before, .cbp_tmtimeline > li .cbp_tmicon {
    left: 20%;
}

.main,
.container > header {
    width: 1400px !important;
}

.clearfix {
    position: relative;
}

.go-index {
    position: absolute;
    right: 30px;
    bottom: 15px;
    font-size: 20px;
    color: #6cbfee;
}

.go-index:hover {
    color: #6cbfee;
}

/*viewer*/
.viewer-prev, .viewer-play, .viewer-next {
    display: none !important;
}


