/*.page-log-box {
    width: 100%;
    height: 342px;
    position: relative;
}*/

/*.page-logo {
    display: block;
    width: 100%;
    height: 342px;
}

.fixed-box {
    position: absolute;
    width: 1200px;
    height: 90px;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.fixed-item {
    width: 300px;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 14px;
    color: #fff;
}

.fixed-item + .fixed-item {
    margin-left: 1px;
}

.big-font {
    font-size: 28px;
    font-weight: bold;
}*/

/*页面主内容*/
.box-left {
    width: 868px;
    /*height: 577px;*/
    background: #ffffff;
    padding: 0 15px;
}

.box-right {
    width: 322px;
    height: 577px;
    background: #ffffff;
    /* padding: 0 13px; */
}

.box-left-title {
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #B3D2FD ;
}

.box-left-title > .box-title {
    line-height: 44px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #2c85ff;
}

.box-more {
    color: #999;
    user-select: none;
}

.box-more:hover {
    color: #2c85ff;
}

.box-right-title {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px 0 28px;
    position: relative;
}

.box-right-title::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
    width: 3px;
    height: 20px;
    background: #2c85ff;
}

.box-right-title > .box-title {
    font-size: 18px;
    font-weight: bold;
}

.box-left-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-left-item {
    width: 272px;
    height: 232px;
    background-color: #fff;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.box-left-item:hover {
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

.box-item-bottom {
    padding-bottom: 10px;
    border: 1px solid #f5f5f5;
    border-top: none;
}

.box-item-top {
    width: 100%;
    height: 52px;
    line-height: 52px;
    background-color: rgba(44, 133, 255, 0.16);
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.box-item-list {
    padding-top: 16px;
    padding-left: 12px;
}

.box-item-line {
    display: flex;
    align-items: center;
    line-height: 26px;
}

.status-box {
    width: 164px;
    height: 34px;
    background: #f0f0f0;
    margin-left: 42px;
    margin-top: 16px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
}

.status-box.red {
    background: #d0111a;
    color: #fff;
}

.status-box.blue {
    background: #2c85ff;
    color: #fff;
}

.status-box.orange {
     background: #fda53d;
     color: #fff;
}

.box-right-list {
}

.box-right-item {
    height: 88px;
    /* border-bottom: 1px solid #f5f5f5; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    padding: 20px 14px 10px;
}
.box-right-item>a>.box-right-date{
    margin-top: 4px;
}
.box-right-item::after {
    content: "";
    position: absolute;
    height: 0.5px;
    width: 296px;
    background-color: #f5f5f5;
    bottom: 0;
    left: 13px;
    transform: translateY(-50%);
}

.box-right-item:hover {
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

.box-notice-title {
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.info-label {
    color: #999;
    display: block;
    width: 72px;
}

.box-item-line > span:not(.info-label) {
    width: calc(100% - 72px);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*auto*/
.ui-menu-item{
    line-height: 32px !important;
}
