﻿body {
    background-color: #B9D8EE;
}

.error {
    width: 100%;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.left {
    background: url(images/error/ico.png) right 20px no-repeat;
    float: left;
    text-align: right;
    height: 330px;
    width: 40%;
}

.right {
    float: left;
    width: 45%;
    margin-left: 20px;
    display: inline;
    padding-top:40px;
}

    .right h3 a {
        color: #09457a;
        font-size: 18px;
        font-weight: bold;
    }

    .right p {
        color: #09457a;
        line-height: 30px;
        font-family: '微软雅黑';
        font-size: 15px;
    }

.line_bg {
    width: 100%;
    height: 4px;
    font-size: 0;
    margin: 15px 0 15px 0;
    background: url(images/error/line_bg.png) repeat-x;
}

.right dl dt {
    background-color: #17649B;
    height: 26px;
    line-height: 26px;
}

    .right dl dt .arrow {
        display: block;
        width: 20px;
        height: 26px;
        background: url(images/error/arrow_down.png) no-repeat center center;
        margin-left: 4px;
        cursor: pointer;
    }

    .right dl dt.show .arrow {
        background-image: url(images/error/arrow_up.png);
    }

.right dl dd {
    background-color: #fff;
    display: none;
}

.error_con {
    height: 300px;
    padding: 10px;
}

    .error_con p {
        font-size: 12px;
        color: #09457a;
        line-height: 18px;
        margin-left: 16px;
    }
