.wrap {
    width: 100%;
    background-color: #f9fafc;

}

.wrap-container {
    width: 1200px;
    margin: auto;
}

.wrap-container::after {
    display: block;
    content: '';
    clear: both;
}

.left {
    float: left;
    width: 260px;
    background: #FFFFFF;
    /* position: sticky; */
    /* top: 0px; */
    margin-top: 20px;
    min-height: 700px
}

.right {
    float: right;
    width: 920px;
    background: #f9fafc;
    margin-top: 20px;
    overflow: hidden;
}

.left .title {
    padding-left: 23px;
    margin: 17px 0;

}

.divide-line {
    border-bottom: 1px solid #E7E7E7;
    width: 100%;
}

.left .sub-title {
    /* margin: 12px 0; */
    /* padding-left: 23px; */
    color: #000000;
    font-size: 14px;
    line-height: 48px;
    position: relative;
    height: 48px;

}

.left .sub-title a {
    color: #000000;
    display: block;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left .sub-title a:hover{
   color: #000000;
}

.left .sub-title:hover,
.left li:hover {
    background-color: rgba(59, 129, 229, 0.08);

}

.left .select.level-0>.sub-title {
    /* background-color: rgba(59,129,229,0.08); */
    color: #3B81E5;
}

.left .select.level-0>.sub-title a {
    /* background-color: rgba(59,129,229,0.08); */
    color: #3B81E5 !important;
}

.left .arrow_icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(./images/icons/arrow_leftmenu_updown01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    right: 22px;
    top: 19px;
    position: absolute;
    background-position: 0 -12px;
}

.left .level-0>.sub-title .arrow_icon {
    background-image: url(./images/icons/arrow_leftmenu_updown02.png);
}

.left .select>.sub-title .arrow_icon {
    background-position: 0 0px;
}

.ul-1 {
    display: none;
}

.select>.ul-1 {
    display: block;
}

.left li {
    font-size: 14px;
    color: #384762;
    line-height: 48px;
    height: 48px;
    /* padding: 11px 0; */
    white-space: nowrap;
    border-radius: 3px;
    /* width: 244px; */
    /* margin: auto; */
    letter-spacing: 0;
    border-radius: 3px;
}

.left li a {
    color: #384762;
    /* margin-left: 30px; */
}

.left li.select {
    background: #3B81E5;
    color: #FFFFFF;
}

.left li.select a {
    color: #FFFFFF;
}

.left li.select a:hover {
    color: #FFFFFF !important;
}

.level-0 li {
    text-indent: 1em;
}

.level-1 {
    text-indent: 1em;
}

.level-1 li {
    text-indent: 2em;
}

.level-2 {
    text-indent: 2em;
}

.level-2 li {
    text-indent: 3em;
}

.level-3 li {
    text-indent: 4em;
}

.level-4 li {
    text-indent: 5em;
}

.level-5 li {
    text-indent: 6em;
}

.level-6 li {
    text-indent: 7em;
}

.level-7 li {
    text-indent: 8em;
}

.bread-crumb {
    height: 54px;
    line-height: 54px;
    background-color: #FFFFFF;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 30px;
    margin-bottom: 16px;
}

.bread-crumb::after {
    display: block;
    content: '';
    clear: both;
}

.bread-crumb-item {
    float: left;
    color: #9199bd;
}

.bread-crumb-item a {
    color: #9199bd;
}

.bread-crumb-item:last-child::after {
    display: none;
}

.bread-crumb-item:last-child {
    color: #242933;
}

.bread-crumb-item:last-child a {
    color: #242933;
}

.bread-crumb-item::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('./images/icons/chevron-right.png');
    background-size: 100%;
    margin: auto 4px;
    position: relative;
    top: 3px;
}

.menu-container {
    background-color: #FFFFFF;
    /* padding: 0 16px 0 24px; */

    box-sizing: border-box;
    font-size: 14px;
    /* margin-bottom: 30px; */
}

.menu-container.level-0 .sub-title,
.menu-container.level-0 li {
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-container li {
    height: 48px;
    line-height: 48px;
    /* border-bottom: 1px solid #ede7e7;
    color: #475166; */
}

.menu-container li a {
    color: #475166;
    display: block;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* margin-left: 24px; */
}

.menu-container li a:hover {
    color: #475166 !important;
}

.list-container {
    background-color: #FFFFFF;
    min-height: 600px;
    padding: 0 24px 8px 24px;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.list {
    /* background-color: #FFFFFF; */
    /* padding: 0 16px 0 24px; */

    /* box-sizing: border-box; */
    font-size: 14px;
    /* margin-bottom: 30px; */
    /* min-height: 600px; */
}

.list::before{
  display:table;
  content:'';
}

 .list li:first-of-type{
  margin-top:8px;
 }
 
 .list li:last-of-type{
  border-bottom: none;
 }
 
.list li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ede7e7;
}

.list li a {
    color: #475166;
    max-width: 750px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 50px;
    position: relative;
    /* margin-left: 24px; */
}

.create-time {
    float: right;
    color: #a8a8a8;

}

.create-time .date {
    font-size: 14px;
    line-height: 18px;

}

.create-time .year {
    font-size: 14px;
    line-height: 18px;
}

.time-container {
    width: 880px;
    margin: auto;
    overflow: hidden;
}

.time-line {
    padding: 30px 0;
    box-sizing: border-box;
    width: 2000px;
    transition: left 0.01s;
    left: 0;
    position: relative;
}

.time-line::after {
    display: block;
    clear: both;
    content: '';
}

.time-line li {
    float: left;
    width: 100px;
    font-size: 14px;
    color: #384762;
    /* padding: 20px 0; */
    position: relative;
    height: 70px;

}

.time-line li a {
    display: block;
    height: 100%;
}

.time-line .tail {
    border-bottom: 2px solid #ededed;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}

.time-line .content {
    height: 50%;
    position: relative;
    color: #384762;
}

.time-line .bottom .content {
    top: 50%;
    box-sizing: border-box;
    padding-top: 16px;
}

.time-line .bottom .hump {
    top: calc(50% + 2px);
}

.time-line li.select .content {
    font-weight: 700;
    color: #014da1;
}

.time-line li .hump {
    height: 8px;
    width: 2px;
    background: #d0d0d0;
    border-radius: 8px 0 0 8px;
    position: absolute;
    left: 20px;
    top: calc(50% - 8px);
}

.time-line .select::after {
    content: '';
    display: block;
    height: 33px;
    width: 33px;
    background-image: url(./images/list-page/logo.png);
    position: absolute;
    top: calc(50% - 16px);
    left: 5px;
}


.content-container::before {
    content: '';
    display: table;
}

.content-container {
    background: #FFFFFF;
    min-height: 600px;
    /* display: table; */
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 16px;
    margin: 16px auto 0;
}

.content-container>.title,
.content-container h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    margin: 30px auto;
}

/* .content-container>.title a {
    color: #000000;
} */

.content-container .sub-title,
.content-container h5 {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 700;
    margin: 32px auto 16px;
}

.content-container .sub-title::before,
.content-container h5::before {
    content: '';
    display: inline-block;
    border-radius: 2px;
    height: 14px;
    width: 3px;
    background: #014da1;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.content-container .content,
.content-container p,
.content-container ul li,
.content-container ol li {
    font-size: 14px;
    color: #384762;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    text-indent: 2em;
    margin: 16px auto;
    /*text-align: justify;*/
}

.content-container ul,
.content-container ol {
    list-style: none;
}

.content-container ul li span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0.5em;
}

.content-container p a {
    text-decoration: underline;
    color: #279AFF;
}

.content-container .image-container img:not(:first-child) {
    margin-left: 16px;
}

.content-container .image-container {
    margin: 16px auto;

}

.content-container .image-container img {
    float: left;

}

.content-container img {
    display: block;
    margin: auto;
    object-fit: cover;
    object-position: center;
}

.content-container p img {
    display: inline;
}

.content-container .image-container::after {
    clear: both;
    display: block;
    content: '';
}

.table-container {
    overflow: auto;
    position: relative;
    /* padding-top: 4px;
    padding-right: 4px; */
}


.table-container_scrollbar {
    position: absolute;
    height: 4px;
    width: 427px;
    border-radius: 3px;
    background: #CCCCCC;
    top: 0px;
    left: 0;
    cursor: pointer;
}

.table-container::after {
    content: '';
}

/* .table-container::-webkit-scrollbar {
    height: 4px;
}

.table-container::-webkit-scrollbar-thumb {

    width: 120px;
    border-radius: 3px;
    background: #CCCCCC;
} */

.content-container table {
    border: 0px;
    border-collapse: collapse;
    overflow: auto;
    position: relative;
    border-style: none !important;
}

.content-container tr {
    border-left: none;
    border-right: none;
}

.content-container .table-head table tr:first-child td,
table.no-fix tr:first-child td {
    background: #F7F8FA;
    color: #3F485A;
    border-bottom: 0;
}

.content-container table.no-bg tr:first-child td{
   border-top: 1px solid #E5E5E5;
}

.content-container td {
    font-size: 14px;
    color: #242933;
    line-height: 22px;
    padding: 11px 0;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.content-container td .cell {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
}

.content-container .table-head table tr:first-child td .cell {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.content-container table p {
    text-indent: 0em;
    margin: 0;
}

.content-container .table-head {
    position: relative;
}

.content-container .table-body {
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
}

.content-container .table-container_scrollbar_y {
    position: absolute;
    right: 0px;
    width: 4px;
    border-radius: 3px;
    background: #CCCCCC;
    top: 0;
    cursor: pointer;
}

.content-container td a {
    color: #279AFF;
}

.content-container td img {
    display: block;
    margin: 0;
}

.content-container td img.default {
    width: 116px;
    height: 76px;
}

.content-container table.border-table tr td:not(:last-of-type) {
    border-right: 1px solid #E5E5E5;
}

.content-container table.border-table tr td:not(:first-of-type) {
    border-left: 1px solid #E5E5E5;
}

.tabs {
    /* background-color: #000000; */
    border-bottom: 1px solid #E5E5E5;
}

.tabs::after {
    display: block;
    content: '';
    clear: both;
}



.tabs li {
    float: left;
    padding: 0 12px;
    font-size: 14px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    position: relative;
}

.tabs li:not(:first-child) {
    margin-left: 40px;
}

.tabs li a {
    font-size: 14px;
    color: #242933;
    display: block;
    height: 100%;
}

.tabs li.select {
    font-weight: 700;
    /* border-bottom: 2px solid #014DA1; */
}

.tabs li.select::after {
    width: 100%;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #014DA1;
}

.tabs li.select a {
    color: #014DA1;
}

.tabs li.disabled a {
    color: #CCCCCC;
}

.tabs li.disabled a:hover {
    color: #CCCCCC !important;
}

.margin-bottom-30 {
    padding-bottom: 30px !important;
    margin-bottom: 0;
}

.wrap-container::before {
    content: '';
    display: table;
}


.mejs-container .mejs-controls {
    height: 50px ;

    background: rgba(0, 0, 0, 0.5) ;
}

.mejs-container .mejs-controls .icon {
    height: 20px;
    width: 20px;
    cursor: pointer;
    opacity: 0.8;
    /* margin: 14px 0 15px 24px; */

}

.mejs-container .mejs-controls .icon:hover {
    opacity: 1;
}

.mejs-controls .icon.play {
    background-image: url(./images/video-play/ico_play.png);
    background-position: 0 0;
}

.mejs-controls .icon.pause {
    background-image: url(./images/video-play/ico_stop.png);
    background-position: 0 0;
}

.mejs-controls .icon.next {
    background-image: url(./images/video-play/ico_next.png);
    background-position: 0 0;
    margin-left: 24px;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    opacity: 0.7;
    background: #FFFFFF;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100% !important; */
}

.mejs-container .mejs-controls div {
    height: 4px;
}

.mejs-controls div.mejs-time-rail {
    padding-top: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 0 5px;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background-image: linear-gradient(90deg, #8FD5FF 0%, #279AFF 98%);
    height: 4px;
    position: absolute;
}

.mejs-controls .mejs-time-rail .mejs-time-current::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #279AFF;
    border: 3px solid #FFFFFF;
    position: absolute;
    right: -8px;
    top: -5px;
    border-radius: 50%;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
    height: 4px;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    width: 50px;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 20px;
}

.mejs-container .mejs-controls .status {
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: 14px;
    left: 0;
    padding: 0 24px;
    box-sizing: border-box;
}


.mejs-container .mejs-controls .time-container {
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 24px;
    width: 240px;
}

.mejs-container .mejs-controls .time-container .separator {
    margin: 0 4px;
}

.mejs-container .mejs-controls .volume-container {
    float: right;
    position: relative;
    margin-right: 24px;

    height: 40px;
    /* background-repeat: no-repeat; */
    top: -20px;
    /* background-position: bottom; */
}

.mejs-container .mejs-controls .volume-container .icon {
    background-image: url(./images/video-play/ico_voice.png);
    position: absolute;
    bottom: 0;
    left: 0;
}

.mejs-container .mejs-controls .volume-container .icon.novolume {
    background-image: url(./images/video-play/ico_novoice.png);
}

.mejs-container .mejs-controls .volume-container:hover .slider-container {
    display: block;
}

.mejs-container .mejs-controls .full-screen {
    float: right;
    background-image: url(./images/video-play/icon_full.png);
}

.mejs-container .mejs-controls .full-screen.is-full {
    background-image: url(./images/video-play/ico_suoxiao.png);
}

.mejs-container .mejs-controls .slider-container {

    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    width: 32px;
    height: 122px;
    position: absolute;
    bottom: 39px;
    left: -4px;
    display: none;
}

.mejs-container .mejs-controls .slider-container .slider-runway {
    height: 78px;
    background: rgba(255, 255, 255, 0.5);
    width: 4px;
    height: 78px;
    margin: auto;
    position: absolute;
    bottom: 12px;
    left: 14px;
    border-radius: 4px;
}

.mejs-container .mejs-controls .slider-container .slider-bar {
    width: 4px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    height: 48px;
    border-radius: 4px;
}

.mejs-container .mejs-controls .slider-container .slider-button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #279AFF;
    border: 3px solid #FFFFFF;
    position: absolute;
    left: -6px;
    bottom: 40px;
    cursor: pointer;
}

.mejs-container .mejs-controls .slider-container .slider-value {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    margin-top: 4px;
    margin-left: 3px;
    height: 20px;
}

.mejs-overlay .mejs-overlay-button {
    background-image: url(./images/video-play/ico_play_big.png) ;
    background-position: 0 0;
    height: 80px;
    width: 80px;
    background-size: cover;
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 0;
}

.mejs-container{
    margin:auto;
}

.width-bread-crumb .bread-crumb {
    margin-top: 20px;
}