﻿.sucStorOut{
    width:100%;
    padding-bottom:40px;
    position:relative;
    overflow:hidden;
    max-width:1250px;
    min-width:1060px;
    margin:10px auto 0;   
    border-bottom: 1px solid #dbdbdb;
}
.sucStorOut .mainTitle {
    color: #000000;
    text-align:center;
    font: 26px/50px "Microsoft YaHei";
}
.sucStorOut .descr{
    min-height:80px;
    width:100%;
    background:#f6f6f6;
    margin:10px 0;
    position:relative;
}
.sucStorOut .descr .curAllPage{
    width:100px;
    height:80px;
    position:absolute;
    left:0;
    top:0;
}
.sucStorOut .descr .curAllPage .curPage{
    color:#379be9;
    font-size:22px;
    font-weight:700;
    font-family:Georgia;
    position:absolute;
    top:14px;
    left:25px;
}
.sucStorOut .descr .curAllPage .line{
    font-size:30px;
    font-family:Georgia;
    position:absolute;
    top:15px;
    left:40px;
}
.sucStorOut .descr .curAllPage .allPageNum{
    color:#333333;
    font-size:20px;
    font-family:Georgia;
    position:absolute;
    top:35px;
    left:55px;
}
.sucStorOut .textDes{
    margin-left:100px;
    line-height:30px;
    font-size:15px;
    letter-spacing:1px;
    padding:10px 40px 0 0;
}