html {
    background: #ffffff;
    height: 100%;
    background: linear-gradient(180deg, #275CBC 0%, #FFFFFF 100%) #ffffff;
    background-image: url("../image/big-bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    /*min-width: 1200px;*/
    min-width: 780px;
    background-color: #F4F6F9;
}



.container{
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 10px rgba(0,33,113,0.04);
    padding: 0px 0px 49px 0px;
    overflow: hidden;
}
.container .title-row{
    height: 57px;
    background: url("../images/back.png") no-repeat  28px center #F0F4F8;
    padding-left: 50px;
    line-height: 57px;
    font-size: 16px;
    font-weight: bold;
    color: #111111;
    border-bottom: 1px solid rgba(0,0,0,0.2);

    cursor: pointer;
}


.title-box {
    padding-left: 22px;
    position: relative;

}

.title-box:after {
    content: '';
    display: block;
    width: 6px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 3px;
    left: 0;
    top: 11px;
    position: absolute;
}

.title-box .title {
    color: #ffffff;
    height: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
}

.title-box .desc {
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 2px;
}

.main-content {
    border-radius: 12px;
    background: #ffffff;
    margin-top: 30px;
    box-shadow: 0px 0px 20px 10px rgba(0, 33, 113, 0.04);

    /*min-height: 790px;*/

    padding: 22px 22px 49px 22px;

}

.tiku {
    width: 570px;
    height: 240px;
    background: linear-gradient(90deg, #F1F8FE 0%, #E7EEFD 100%);
    border-radius: 8px;
    background: url("../image/tiku-bg.png") no-repeat center;
    background-size: 100% 100%;
    padding: 30px;
}

.moni {
    width: 570px;
    height: 240px;
    background: linear-gradient(90deg, #F1F8FE 0%, #E7EEFD 100%);
    border-radius: 8px;
    background: url("../image/moni-bg.png") no-repeat center;
    background-size: 100% 100%;
    padding: 30px;
}

.tiku .title, .moni .title {
    height: 37px;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    line-height: 37px;
}

.tiku .desc, .moni .desc {
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #7E8EAD;
    line-height: 25px;
    margin-top: 10px;
}

.tiku .btn, .moni .btn {
    cursor: pointer;

    width: 135px;
    height: 42px;

    border-radius: 6px;

    text-align: center;

    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;

    margin-top: 45px;

    transition: all ease 0.2s;
}

.tiku .btn {
    background: #4C7EF7;
}

.tiku:hover .btn, .moni:hover .btn {
    transform: translateY(-2px);
    transition: transform 0.2s;
    box-shadow: 0px 4px 19px 2px rgb(171 171 171 / 30%);
}

.moni .btn {
    background: #2CC2EB;
}

.exam-notice-box {
    color: #ffffff;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    margin-right: 137px;
}

.exam-notice-box .title {
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}

.divide-line {
    width: 1px;
    height: 76px;
    background: #FFFFFF;
    margin: 7px 20px 0;
    border-radius: 1px;
}

.common-box {
    /*height: 96px;*/
    background: #F7F9FC;
    border-radius: 8px;
    line-height: 70px;

    font-size: 18px;
    font-weight: bold;
    color: #000000;

    padding: 13px 23px 13px 25px;
    margin-top: 20px;
}

.common-box .item {
    width: 196px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 9px;
    margin-right: 13px;
    cursor: pointer;
    transition: all ease 0.1s;
}

.common-box .item:hover {
    transform: translateY(-1px);
    transition: transform 0.3s;
    box-shadow: 0px 4px 19px 2px rgb(171 171 171 / 30%);
}

.common-box .item:last-child {
    margin-right: 0px;
}

.common-box .item .common-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px 24px 10px 36px;
}

.exam-box {
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
    margin-top: 30px;

    padding: 0 25px;
    height: auto;
}


.exam-item {
    padding: 16px 0 20px;
    border-bottom: 1px solid #E8E8E8;
}

.exam-item .title {
    float: left;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
}

.exam-item .status {
    float: left;
    width: 52px;
    height: 24px;
    margin-left: 13px;
    background: #999999;
    border-radius: 4px;

    text-align: center;

    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}

.exam-item .desc {
    width: 193px;
    height: 17px;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    line-height: 17px;
    margin-top: 16px;
}

.exam-item .btn-fn {
    width: 110px;
    height: 36px;
    background: #4C7EF7;
    border-radius: 4px;
    text-align: center;

    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 3px;
    cursor: pointer;
    transition: transform 0.3s;

}

.exam-item:hover .btn-fn {
    transform: translateY(-2px);
    transition: transform 0.3s;
    box-shadow: 0px 4px 19px 2px rgb(171 171 171 / 30%);
}

.exam-item .status.bg-lemon {
    background-color: #FFB353;
}

.exam-item .status.bg-green {
    background-color: #0DBD05;
}
.exam-item .status.bg-light-blue{
    background-color: #2CC2EB;
}
.exam-item .status.bg-blue {
    background-color: #4C7EF7;
}



.empty-box{
    padding-top: 20px;
}
.empty-img{
    display: block;
    width: 450px;
    height: 345px;
    margin: 0 auto;
}



.list-more{
    color: #666;
    font-size: 16px;
    cursor: pointer;
    line-height: 40px;
    margin:20px 0;
    text-align: center;
}
.list-more:hover{
    color: #4C7DF7;
}
