/* bannner */
.bannerWrap{
    width: 100%;
    height: 108px;
}
.banner{
    width: 100%;
    height: 100%;
    background: url('/public/protal/images/en/source.jpg') no-repeat center;
    background-size: 100% 100%;
}
/* content */
.contentWrap{
    width:100%;
    padding: 50px 0px 30px 0px;
    background: #f5f5f5;
}
.content{
    width: 1230px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
.contentTitle{
    width: 100%;
    height: 66px;
    border-bottom: 2px solid #f4f4f4;
    box-sizing: border-box;
    display: table;
}
.contentTitleBox{
    display: table-cell;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #343434;
    text-align: center;
    cursor: pointer;
}
.contentTitleBox:hover{
    color: #1dabb9;
}
.contentTitleBox-on{
    color: #1dabb9;
    border-bottom: 4px solid #1dabb9;
    box-sizing: border-box;
    font-weight: 550;
}
.contentCenter{
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}
.contentList{
    width: 1220px;
    overflow: hidden;
    margin-top: 30px;
}
.contentListBox{
    width: 386px;
    height: 300px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}
.contentListBox:hover{
    box-shadow: 0px 0px 10px #888888;
}
.contentListBox>a{
    width: 386px;
    height: 300px;
    display: block;
}

.contentListBoxImg{
    width: 100%;
    height: 200px;
    display: block;
}
.contentListBoxBottom{
    width: 100%;
    height: 100px;
    background: #f5f5f5;
    padding: 15px 20px;
    box-sizing: border-box;
}
.contentListBoxBottomText{
    width: 100%;
    height: 40px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.contentListBoxBottomTime{
    width: 100%;
    overflow: hidden;
}
.contentListBoxLeft{
    width: 200px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #999;
    display: block;
    float: left;
}
.contentListDetail{
    width: 70px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #1dabb9;
    display: block;
    float: right;
}
.contentListDetail:hover{
    text-decoration: underline;
}
/* 分页部分 */
#tableFootWrap{
    width: 100%;
    height: 48px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
}
.tableFoot{
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.tableFoot a, .tableFoot span{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 5px;
    background-color: #fff;
    color: #9a9a9a;
    font-size: 12px;  
    text-decoration: none;
    box-sizing: content-box;
    border-radius: 100%;
    cursor: pointer;
}
.tableFoot .enPrev{
    font-size: 20px;
}
.tableFoot .enNext{
    font-size: 20px;
}
.tableFoot .countNum{
    margin-right: 10px;
    padding: 0;
    border: none;
    cursor: auto;
}
.tableFoot .disabled{
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}
.tableFoot .chos-on{
    background-color: #1bb1b6;
    color: #fff;
    border: 1px solid #1bb1b6;
}
.tableFoot .skip{
    height: 30px;
    line-height: 30px;
    color: #999;
    margin-left: 10px;
    padding: 0;
    border: none;
    cursor: auto;
}
.tableFoot input, .tableFoot button{
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;  
    outline: none;
    border: 1px solid #e2e2e2;
    box-sizing: content-box;
}
.tableFoot input{
    display: inline-block;
    width: 40px;
    margin: 0 10px;
    padding: 0 3px;
    text-align: center; 
}
.tableFoot .table-btn{
    margin-left: 10px;
    padding: 0 10px;
    cursor: pointer;
}