.list-page {
    min-width: 1200px;
    background: #F5F7FB;
    overflow: hidden;
}

body {
    background: #F5F7FB;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.list-page .banner {
    margin-top: 0;
}

.list-page .banner-con {
    max-height: 240px;
    overflow: hidden;
    margin-top: 40px;
}

.list-page .banner-con img {
    width: 100%;
}

.crumbs {
    width: 1200px;
    margin: 0 auto;
    color: #192332;
    font-size: 0;
    height: 55px;
    line-height: 55px;
    /* padding-top: 70px; */
}

.crumbs a {
    color: #666666;
    font-size: 12px;
}

.crumbs a:after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 8px;
    background: url("../image/list-a.png") no-repeat center center;
    margin: 0 6px;
}

.crumbs a:last-child:after {
    display: none;
}

.list-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.list-left {
    float: left;
    width: 232px;
    margin-bottom: 54px;
}

.list-left .left-top {
    background: #fff;
    color: #192332;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.list-left .left-top h2 {
    background: #fff;
    height: 60px;
    line-height: 60px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding: 0 25px;
}

.list-left .left-top ul li {
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    min-height: 52px;
    cursor: pointer;
    overflow: hidden;
    padding: 14px 20px;
}

.list-left .left-top ul li a {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
    padding: 0 5px;
    max-width: 100%;
    line-height: 24px;
    width: 100%;
    text-align: left;
    /* background-color: #fff; */
}

.list-left .left-top ul li:last-child {
    border-bottom: 0;
}

.list-left .left-top ul li.active a {
    color: #fff;
    /* background: #B30705; */
    border-radius: 12px;
}

.list-left .left-top ul .active {
    background: #B30705;
}

.list-left .left-bottom {
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}

.list-left .left-bottom .item {
    width: 120px;
    height: 154px;
    border: 1px solid #DCE1EB;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 12px;
    background: rgba(255, 255, 255, .9);
}

.list-left .left-bottom .item:first-child {
    margin-top: 30px;
}

.list-left .left-bottom .item img {
    width: 100px;
    height: 100px;
    margin: 10px 0;
}

.list-right {
    /* margin-left: 252px; */
    margin-bottom: 54px;
}

.list-right ul {
    background-color: #fff;
    font-size: 12px;
    color: #96A0B4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.menu_list_right {
    margin-left: 252px;
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0);
    position: fixed;
    top: 0;
    display: none;
    z-index: 99;
}

.mask-box {
    width: 80%;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    max-width: 600px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    text-align: center;
}

.mask-box p {
    font-size: 14px;
    padding: 20px;
    margin: 0;
}

.mask-box .btn-box {
    display: flex;
    justify-content: space-between;
}

.mask-box .btn-box button {
    flex: 1;
    border: none;
    border-top: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 14px;
}

.mask-box .btn-box button:nth-child(2) {
    border-left: 1px solid #ddd;
}

.list-right ul.cols-4 {
    padding: 0 0 30px 90px;
}

.list-right ul.cols-5 {
    padding: 0 0 30px 60px;
}

.list-right ul.cols-1 li {
    color: #96A0B4;
    position: relative;
    padding: 0 60px;
    overflow: hidden;
    /* display: flex;
    align-items: center; */
}

.list-right ul.cols-1 li .list_icon {
    width: 4px;
    margin-right: 12px;
}

.list-right ul.cols-1 li:hover {
    background: linear-gradient(135deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.list-right ul.cols-1 li a {
    display: block;
    width: 100%;
    color: #192332;
    font-size: 14px;
    padding-right: 113px;
    height: 64px;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #DCE1EB;
}

.list-right ul.cols-1 li:last-child a {
    border-bottom: none;
}

.list-right ul.cols-1 li span {
    color: #321E14;
    position: absolute;
    right: 60px;
    top: 26px;
    font-size: 10px;
    line-height: 10px;
}

.list-right ul.cols-1 li:last-child {
    border-bottom: none;
}

.list-right ul.cols-4 li {
    float: left;
    width: 144px;
    margin-right: 64px;
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
}

.list-right ul.cols-4 li img {
    width: 144px;
    height: 200px;
}

.list-right ul.cols-4 li span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 30px 0 10px;
    color: #030826;
}

.list-right ul.cols-5 li {
    float: left;
    width: 140px;
    height: 178px;
    border: 1px solid #E5E5E5;
    margin: 30px 32px 0 0;
    text-align: center;
}

.list-right ul.cols-5 li img {
    width: 100px;
    height: 100px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    margin: 20px auto;
}

.list-right ul.cols-5 li span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #05162E;
}

/*detail*/
.content {
    background: #fff;
    padding: 24px 40px;
}

.content>h3 {
    color: #192332;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
	text-align:center
}

.content .origin {
    color: #acacac;
    font-size: 12px;
    padding: 10px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DCDEE0;
}

.content .origin img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.content .origin span {
    margin-right: 10px;
    line-height: 17px;
    font-size: 14px;
}

.content .content-box {
    color: #192332;
    font-size: 14px;
    overflow: hidden;
    margin-top: 24px;
    line-height: 180%;
    text-indent: 2em;
    padding: 5px 0;
    font-size: 18px;
    line-height: 2em;
}

.content .content-box img {
    /* display: block; */
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}

.content .content-box p {
    text-indent: 2em;
    word-break: break-word;
    /*line-height: 28px;*/
}
.content .content-box table p {
    text-indent: 0 !important;
}
.xj_ls_pager .f_yahei {
    display: block;
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    height: auto;
    min-height: 500px;
    clear: both;
    text-align: center;
}

.xj_ls_pager .f_yahei a {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #fff;
    color: #000;
}

.xj_ls_pager .f_yahei a:hover {
    border: 1px solid #B30705;
}

.xj_ls_pager .f_yahei a:nth-child(1) {
    width: 80px;
}
.xj_ls_pager .f_yahei a:last-child {
    width: 80px;
}
.xj_ls_pager .f_yahei .page_cur {
    background: #B30705;
    color: #fff;
}

.tmp_meeting_list {
    width: 1200px;
    margin: 0 auto;
    /* margin-top: 56px; */
    background-color: #FFFFFF;
    padding: 24px 40px;
}
.tmp_meeting_list .metting-time {
    display: flex;
    align-items: center;
    margin: 20px 0 24px 0;
}
.tmp_meeting_list .metting-time .label {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    margin-right: 12px;
}
.tmp_meeting_list .metting-time .no-limit a {
    color: #155bd4;
    font-size: 14px;
    margin-right: 16px;
    cursor: pointer;
}

.tmp_meeting_list .time-row {
    display: flex;
    align-items: center;
}

.tmp_meeting_list .time-col {
    width: 198px;
    height: 32px;
    position: relative;
    margin: 0 8px;
}
.tmp_meeting_list .time-col>input {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    background: #ffffff;
    /* text-align: center; */
}

.tmp_meeting_list .time-col>input::placeholder {
    color: #999999;
    font-size: 14px;
    text-align: left;
    /* padding-left: 12px; */
}
.tmp_meeting_list .time-col img {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.tmp_meeting_list .time-col::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 13px;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://www.cria.org.cn/template/cria/img/calendarBlank.png) no-repeat center center;
}
.tmp_meeting_list .metting-time .search-btn {
    width: 60px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4581EC;
    border-radius: 4px;
    border: 1px solid #4581EC;
    cursor: pointer;
}
.tmp_meeting_list .metting-time .search-btn.disabled {
    border: 1px solid #E5E5E5;
    color: #E5E5E5;
    cursor: unset;
}
.tmp_meeting_list .meeting-title {
    color: #4581ec;
    font-size: 24px;
    font-weight: 700;
}
.tmp_meeting_list .meeting-list {
    display: flex;
    flex-wrap: wrap;
}
.tmp_meeting_list .empty-block {
    background: url('../image/empty-block.png') no-repeat;
    /* background-size: 100% 100%; */
    width: 296px;
    height: 124px;
    margin: 180px auto;
}
.tmp_meeting_list .meeting-list .meeting-row {
    width: 357px;
    /* height: 299px; */
    /* box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16); */
    background: #ffffff;
    margin-right: 24px;
    /* margin-top: 28px; */
    cursor: pointer;
    position: relative;
    margin-bottom: 34px;
}
.tmp_meeting_list .meeting-list .meeting-row .meeting-status {
    position: absolute;
    width: 0;
    height: 0;
    border: 40px solid;
    border-color: rgba(45, 166, 65, 0.89) rgba(45, 166, 65, 0.89) transparent transparent;
    right: 0;
    top: 0;
    /* background-color: #2DA641; */
}
.tmp_meeting_list .meeting-list .meeting-row  .unstart {
    border-color: rgba(69, 129, 236, 0.89) rgba(69, 129, 236, 0.89) transparent transparent;
}
.tmp_meeting_list .meeting-list .meeting-row  .finished {
    border-color: rgba(51, 51, 51, 0.89) rgba(51, 51, 51, 0.89) transparent transparent;
}
.tmp_meeting_list .meeting-list .meeting-row .meeting-status-title {
    position: absolute;
    color: #fff;
    right: 2px;
    top: 18px;
    transform: rotate(45deg)
}
.tmp_meeting_list .meeting-list .meeting-row:nth-child(3n+3) {
    margin-right: 0;
}

.tmp_meeting_list .meeting-list .meeting-row img {
    width: 100%;
    height: 153px;
}
.tmp_meeting_list .meeting-list .meeting-row .metting-title {
    padding: 16px 0;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 24px;
    /* -webkit-line-clamp: 2; */
}

.tmp_meeting_list .meeting-list .meeting-row .metting-info {
    display: flex;
    align-items: center;
    padding: 0 16px 8px 0px;
}
.tmp_meeting_list .meeting-list .meeting-row .metting-info img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}
.tmp_meeting_list .meeting-list .meeting-row .metting-info span {
    color: #333333;
    font-size: 12px;
    line-height: 1;
}
.share {
    width: 40px;
    margin-left: 20px;
}
.share>div:nth-child(1) {
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
}
.share .common-share-box {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 750px) {
    .header .search {
        display: none;
    }

    .list-left {
        display: none;
    }

    .list-box {
        width: 100%;
    }

    .crumbs {
        width: 100%;
    }

    .list-page {
        width: 100%;
        min-width: 100%;
    }

    .menu_list_right {
        margin-left: 0;
    }

    /* html,
    body {
        overflow: hidden;
    } */
    .h5-menu-list {
        display: none;
    }

    .list-right ul.cols-1 li {
        padding: 0 10px;
    }

    .list-right ul.cols-1 li span {
        right: 10px;
    }
}