.page-main>.banner-div{
    height:395px;
    width: 100%;
    overflow: hidden;
}
.page-main>.banner-div h4{
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 110px;
}
.page-main>.banner-div .consult{
    font-size: 18px;
    color: #fff;
    width: 135px;
    height:45px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    margin-top: 30px;
}
.page-main>.banner-div p{
    font-size: 18px;
    color: #fff;
}

.main>.information{
    width: 940px;
    float: right;
    background-color: #fff;
    /*padding-left: 40px;*/
    box-sizing: border-box;
}
.main>.information>#test2>ul>li{
    height:52px;
    line-height: 52px;
    border-bottom: 1px dashed #e5e5e4;
}
.introT{
    font-size: 18px;
    padding-left: 25px;
    color: #666;
    background-color: #fafafa;
    height: 56px;
    width: 940px;
    line-height: 56px;
    float: right;
    box-sizing: border-box;
}
#paging{
    text-align: right;
    margin-top: 20px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #5290e0;
}


.newsList{

}
.newsList>li{
    list-style: none;
    line-height: 40px;
    height: 40px;
    padding-left: 30px;
}
.newsList>li:nth-of-type(odd){
    background-color: #eee;
}
.newsList>li:hover{
    background-color: #ddd;
}


