﻿body {
    background-color: #f5f5f5;
}

.layui-main {
    background-color: #fff;
}

.top {
    height: 335px;
    background-image: url('/upload/images/rc2019.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 1px;
}

.right {
    padding: 0 20px 20px 10px;
    
}

.right-btn {
    margin-top: 10px;
}


.right-box {
    margin-top: 20px;
}


    .right-box .layui-card-body {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

.right-old a {
    font-size: 18px;
    font-weight: bold;
    color:red !important;
}

/* 底部 */
.footer {
    padding:0 0 30px 0;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-weight: 300;
}

body .layui-layout-admin .footer-demo {
    height: 50px;
    padding: 5px 0;
}

.footer a {
    padding: 0 5px;
}

.right-logo {
    text-align:center;

}

.right-logo img {
    border:1px solid #eee;

    padding:10px;
}
.right-logo h6 {
    font-size:16px;
    line-height:200%;
}
.layui-nav .layui-nav-item{
    padding:0 8px;
}
.layui-nav .layui-nav-item a {
    font-size: 16px;
}

.left {

    padding:30px  10px 30px 20px;
}