@media screen and (min-width: 1366px) {
    .layui-container {
        width: 1366px;
    }
}

@media screen and (min-width: 1566px) {
    .layui-container {
        width: 1566px;
    }
}

/*.layui-nav .layui-nav-item {*/
/*    min-width: 90px;*/
/*    line-height: 0.8 !important;*/
/*    padding: 0px 0;*/
/*}*/
/*.layui-nav .layui-nav-item a {*/
/*    color: white !important;*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*    padding: 20px 20px;*/
/*}*/

/*.layui-nav .layui-nav-item:hover {*/
/*    background-color: #1E9FFF;*/
/*    cursor: pointer;*/
/*}*/
/*.layui-nav .layui-nav-item.right-login-group:hover {*/
/*    background-color: rgba(0,0,0,0);*/
/*    cursor: pointer;*/
/*}*/

.layui-nav .layui-nav-item .dropdown-a:hover {
    cursor: pointer;
    color: #BD1515 !important;
}

/*.layui-nav .layui-nav-item a {*/
/*    margin-left: 15px;*/
/*}*/


.layui-layout-admin .layui-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    background-color: #eee;
}

.layui-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    width: auto;
    overflow-y: auto;
    box-sizing: border-box;
}

.layui-layout-admin .layui-header {
    background-color: #ccc;
}

.layui-input-block {
    margin-left: 0;
    min-height: 36px;
}

.el-input-group--prepend .el-input__inner, .el-input-group__append {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.layui-nav {
    background-color: #BD1515;
    color: white !important;
}


.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: #ffffff;
}

.top-search-form {
    width: 83%;
    margin: 0 auto;
    padding-top: 2vh;
}

.el-header .top-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.el-header .top-nav {
    background-color: #BD1515;
}

.el-header .top-header .top-left-logo {
    text-align: center;
}

.el-header .top-header .top-left-logo img {
    width: 231px;
    height: 65px
}

.layui-nav .right-login-group {
    float: right !important;
    padding: 8px 0 !important;
    margin-right: 15px;
}

@media screen and (max-width: 1366px) {
    .layui-nav .right-login-group {
        float: none !important;
    }
}

@media screen and (max-width: 992px) {
    .layui-nav .right-login-group {
        float: right !important;
    }
}

@media screen and (max-width: 502px) {
    .layui-nav .right-login-group {
        float: none !important;
    }
}

.login-box {
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}


.el-col {
    border-radius: 4px;
}

.bg-purple-dark {
    background: #99a9bf;
}

.bg-purple {
    background: #d3dce6;
}

.bg-purple-light {
    background: #e5e9f2;
}

.grid-content {
    border-radius: 4px;
    min-height: 36px;
}

.title-box {
    width: 100%;
}

.title-box .title {
    font-weight: bold;
    font-size: 17px;
}

.title-box .more {
    font-size: 15px;
    text-align: right;
    color: #434344;
}

.title-box .line {
    height: 1px;
    border-bottom: 2px solid #BD1515;
}

.list-box {
    clear: both;
    list-style: none;
    /*IE6*/
    _float: left;
    _clear: none;

}

.list-box li {
    color: #666666;
    list-style: disc;
    width: 100%;
}

/*.list-box li::before {*/
/*    content: "●";*/
/*    font-size: 10px;*/
/*    position: relative;*/
/*    left: 16px;*/
/*    top: 13px;*/
/* }*/

.list-box li .title {
    width: calc(100% - 130px);
    display: inline-block;
    cursor: pointer;
    height: 23px;
    vertical-align: bottom;
}

.list-box li .time {
    width: 110px;
    display: inline-block;
    float: right;
    text-align: right;
}

.card-list {
    min-height: 65px;
    background-color: white;
    color: #333333 !important;
}

.card-list .bottom {
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    font-size: 16px;
}

.activity-title.active {
    background-color: #BD1515;
    color: white;
}


.card-box {
    width: 100%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
}

.text-hover-blue:hover {
    color: #BD1515;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

.global-body-container {
    position: relative;
    height: 100%;
}

#app_vue {
    min-height: calc(100% - 367px);
}

.global-footer-container {
    width: 100%;
    height: 132px;
    margin-top: 15px;
    padding-top: 50px;
    padding-bottom: 7px;
    background-color: #BD1515;
    color: white;
}

.global-footer-container.fixed {
    width: 100%;
    height: 110px;
    bottom: 0;
    position: fixed;
    background-color: #BD1515;
    color: white;
    z-index: 100;
}

.global-footer-container .title {
    width: 80%;
    color: white;
    margin: 0 auto;
    line-height: 27px;
    text-align: center;
}


#AspNetPager1 li {
    display: inline-block;
}

#AspNetPager1 .disabled .page-link {
    color: #ffffff !important;
    cursor: pointer;
}

#AspNetPager1 .page-item {
    margin-left: 2px;
    margin-right: 2px;
}

#AspNetPager1 li:hover {
    color: #fff;
}


.ellipsis-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
