/* 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: 1190px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}
.enHotLine{
    width: 100%;
}
.enHotLine>h2{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}
/* 中间列表部分 */
.enContentList{
    width: 100%;
}
.enContentListTitle{
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}
.enContentListTitleIcon{
    width: 6px;
    height: 20px;
    display: block;
    float: left;
    background: #1db1b5;
}
.enContentListTitleText{
    width: 230px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    display: block;
    float: left;
    margin-left: 10px;
    color: #1db1b5;
}
.centerList{
    width: 100%;
}
.listLine{
    width: 100%;
    height: 235px;
    padding: 24px 0px 22px 0px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.listLine:first-child{
    border-top: 1px solid #ddd;
}
.lineLeft{
    width: 289px;
    height: 189px;
    float: left;
}
.leftImg{
    width: 100%;
    height: 100%;
    display: block;
}
.lineRight{
    width: 860px;
    height: 189px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}
.liRightTitle{
    width: 100%;
    height: 22px;
    line-height: 20px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}
.liRightTitle a{
    color: #555;
}

.liRightTitle a:hover{
    color: #19b1b6;
}
.liRightContent{
    width: 100%;
    height: 120px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    margin-top: 20px;
}
.liRightBottom{
    width: 100%;
    height: 26px;
    position: relative;
}
.rightSpan{
    width: 100%;
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #999;
    box-sizing: border-box;
}
.rightMore{
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #1db1bb;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.rightMore: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;
}