/**
 * 内容样式
 **/

.top{
    height: 440.75px;
}

.bottomPart{
    height: 296.45px;
}

.content{
    height: 1797px;
    background: #296BC1;
    overflow-x: auto;
}

.info1{
    padding-bottom: 42px;
}

.info1 p{
    text-align: center;
}

.infoContainer{    width: 1099px;
    margin: 0 auto 0;
    background: #FFF;
}

.remarks p{
    float: left;
}

.title{
    padding-top: 1%;
    padding-bottom: 5px;
}

.title p{
    color: #B1221B;
    font-size: 2em;
    font-weight: bold;
}

.remarks{
    height: 51px;
    border-bottom: 1px solid #DDD;
}

.remarks p{
    width: 33%;
}

.new{
    height: auto;
    margin-top: 1%;
    border-bottom: 1px solid #DDDDDD;
    padding: 0px 25px 25px;
}

.new p{
    text-align: left;
    text-indent: 1em;
    line-height: 44px;
    padding: 0;
    font-size: 17px;
    height: auto;
}

.infoPage{
    height: 72px;
}

.infoPage ul{
    width: 65%;
    height: 100%;
    margin: 0 auto;
}

.infoPage li{
    float: left;
    width: 31%;
    margin: 21px 1%;
}

.nowPage{
    color: #C50000;
    font-size: 1.5em;
    font-weight: bolder;
    margin-top: -7px;
}