.pageTitleWrap{
    display: table;
    margin: auto;
    width: 1366px;
    height: 56px;
    border-bottom: 1px solid #999999;
}
.pageTitle{
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
    font-size: 12px;
    color: #999999;
    background: url('../images/home.png') no-repeat 5px;
}
.moduleWrap{
    margin: auto;
    width: 1366px;
}
.moduleList{
    margin-top: 10px;
    width: 1366px;
}
.moduleList li{
    margin-top: 20px;
    padding: 20px 0;
    height: 415px;
    background: #fff;
}
.moduleList li:first-child{
    margin-top: 0px;
}
.moduleList li.odd .tabloid,.moduleList li.even .mapping{
    float: left;
}
.moduleList li.even .tabloid,.moduleList li.odd .mapping{
    float: right;
}
.moduleList li.odd .mapping{
    padding-right: 15px;
}
.moduleList li.even .mapping{
    padding-left: 15px;
}
.moduleList .tabloid{
    position: relative;
    padding: 0 15px;
    width: 653px;
    height: 100%;
}
.moduleList .tabloid h3{
    text-transform:Uppercase;
    font-weight: normal;
    font-size: 36px;
    color: #e5e5e5;
    line-height: 48px;
}
.moduleList .tabloid h4{
    font-weight: normal;
    font-size: 36px;
    color: #333;
    line-height: 64px;
}
.moduleList .content{
    margin-top: 50px;
    height: 200px;
    text-overflow: ellipsis;
}
.moduleList .tabloid p{
    text-indent: 2em;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
.moduleList .tabloid a{
    position: absolute;
    left: 15px;
    bottom: 50px;
    font-size: 14px;
    color: #0161c4;
}
.moduleList .mapping{
    width: 648px;
    height: 100%;
    overflow: hidden;
}