/*信件详情*/
.f-l {
    float: left;
}

.p-rel {
    position: relative;
}

.p-abs {
    position: absolute;
}

.text-red {
    color: red;
}

.notLetter {
    text-align: center;
    padding: 3rem 0;
}

.xx-xjxq {
    margin: 30px 0;
    padding: 40px;
    background: url(../images/tye.jpg) repeat-x left top #fff;
    min-height: 200px;
}

.xx-l {
    width: 42px;
    height: 116px;
    top: 109px;
    left: -42px;
    z-index: 2;
    background-position: -641px -247px;
}

.xx-r {
    width: 93px;
    height: 94px;
    top: -9px;
    right: -9px;
    z-index: 2;
    background-position: -706px -247px;
}

.xx-title {
    height:40px;
    background-color: #f2f2f2;
    border-radius: 4px;
    color: #505050;
}

.xx-title .p-ico {
    width: 13px;
    height: 16px;
    background-position: -688px -247px;
    top: 7px;
    left: -4px;
}

.xx-title h3 {
    font-size: 15px;
    padding-left: 25px;
    color: #c30000;
    line-height:40px;
    float:left;
}

.xx-info {
    padding: 20px 0;
    color: #505050;
}

.xx-info p {
    line-height: 2.5em;
    overflow: hidden;
}
.xx-info p span{text-wrap-mode: initial !important;}

.xx-info>div {
    min-height: 100px;
}

.xx-info>div>strong {
    display: block;
    height: 100%;
    line-height: 2.5em;
    width: 82px;
}

.xx-info>div>p {
    width: 840px;
}


#score-demo{float: left;margin-top:11px;}

.footer p {
    line-height: 2em;
    color: #666;
    font-size: 14px;
}
/*结果返回*/
.result {
    text-align: center;
    display: none;
    padding: 150px 0;
}

.result h1 {
    margin: 30px 0 20px;
    font-size: 18px;
}

.result p {
    line-height: 30px;
}