.conListBox{
    width: 93%;
    margin: 0 auto;
    padding: 10px 0;
    margin-top: 66px;
}
.list-img{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.list-img a.listImg{
    width: 35%;
}
.list-img a img{
    width: 100%;
}
.list-img ul{
    width: 62%;
}
.list-img ul li{
    font-size: 14px;
}
.list-img ul li.strong{
    margin-bottom: 8px;
}
.list-img ul li a strong{
    font-size: 15px;
}
.list-img ul li a span{
    color: #666;
}
.list-img ul li em{
    display: inline-block;
    margin-top: 5px;
}
.list-img ul li.introduce{
    width: 100%;
    color: #333;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pages{
    margin-top: 0;
}
.pages a{
    display: inline-block;
    padding: 5px;
    border: 1px solid #ccc;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    z-index: 99;
}
footer a{
    width: 19.2%;
    display: inline-block;
    margin: 0;
    text-align: center;
    font-size: 1.5rem;
    color: #5f5f5f;
    background: url(https://gtimg.in-en.com/mobile_rev/images/home-icon.png) no-repeat;
    background-size: 29px;
    background-position: center 8px;
    padding: 40px 0 0;
}
footer a:nth-child(2){
    background-image: url(https://gtimg.in-en.com/mobile_rev/images/cp-icon.png);
}
footer a.on{
    background-position: center -95px;
    color: #00a67c;
}
footer a:nth-child(3){
    background-image: url(https://gtimg.in-en.com/mobile_rev/images/expo-icon.png);
}
footer a:nth-child(4){
    background-image: url(https://gtimg.in-en.com/mobile_rev/images/gs-icon.png);
}
footer a:nth-child(5){
    background-image: url(https://gtimg.in-en.com/mobile_rev/images/my-icon.png);
}
.hei100{
    height: 90px;
}