body,div,ul,li,ol,input,h1,h2,h3,h4,h5,h6,dl,dt,dd,form,p,button{margin:0;padding:0;}
body{font-family:"Microsoft YaHei";color:#666;background:#fff; font-size:16px;overflow-y:scroll;}
img,button{border:0;display:block;display: inline;}
ol,ul,dl,li{list-style: none;}
input,button,select{outline:none;border:0;font-family:"Microsoft YaHei";}
a{
    color:#000;
}
a:link,a:visited{text-decoration: none;}

.clear:after {
    clear:both;
    content: "200B";
    display: block;
    font-size: 0;
    line-height: 0;
}
.clear {
    *zoom: 1;
}

html, body{font-family:'Microsoft Yahei', '微软雅黑', Arial, sans-serif;}

.page-container{}
.banner{
    /* background :url("/public/images/solvement/new_banner.jpg") no-repeat center center; */
    background :url("/images/navbanner.png") no-repeat center center; 
    background-size: cover;
    height: 168px;
}
.list-nav{
    width: 380px;
    margin: 45px auto 0px;
    display: flex;
    text-align: center;
    color: #000000;
    font-weight: 400;
}
.list-nav-i{
    flex:1;
    border:1px solid #eee;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.list-nav-i:nth-child(2){
    border-left:none;
    border-right:none;
}
.list-nav-i.active{
    background:#159ee8;
    color: #fff;
    border-color: #159ee8;
}
.container{
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 120px;
}
.info-list{
    width:100%;
    font-size: 0px;
    margin-bottom: 50px;
}
.info-item{
    display: inline-block;
    width:20%;
    margin: 50px 2.5% 0px;
    text-align: center;
}
.info-i-img-box{
    height: 0px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.info-i-img{
    width:100%;
    margin: 0px;
    min-height: 100%;
    position: absolute;
    top:0px;
    left: 0px;
}
.info-i-title{
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    width: 85%;
    margin: 15px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-i-statement{
    text-align: left;
    color: #5b5b5b;
    font-size: 14px;
    width:90%;
    margin:0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 38px;
    max-height: 38px;
}
.info-i-time{
    font-size: 12px;
    text-align: left;
    color: #5b5b5b;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0px 15px;
}
.info-item:hover{
    cursor: pointer;
    background-color: #00afec;
}
.info-item:hover .info-i-title,
.info-item:hover .info-i-statement,
.info-item:hover .info-i-time{
    color: #fff;
}

.info-hdjx{}
.info-cpdt{display:none;}
.info-scfk{display:none;}

@media screen and (max-width:640px){
    .banner{height:110px;}
    .list-nav{
        width: 100%;
        margin: 0px;
    }
    .info-item{
        width:45%;
        margin: 30px 2.5% 0;
    }
    .info-i-img{
        width: 100%;
        margin: 0px 0px 10px;
    }
    .info-i-title{
        margin: 0px auto 10px;
    }
    .info-i-statement{
        width: 90%;
    }
}
