.banner{
    width: 100%;
    height: 360px;
}
.banner img{
    width: 100%;
    height: 360px;
}
.container{
    width: 100%;
    background-color: #f4f8f9;
}
.container .main{
    width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.container .main .cate{
    width: 268px;
    height: 650px;
    position: relative;
    
}
.container .main .cate .title{
    position: absolute;
    background-image: url('../images/bg1.png');
    width: 268px;
    height: 100px;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    top: -100px;
}
.container .main .cate .cateList{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 14px 14px;
}
.container .main .cate .cateList>a{
    display: block;
    width: 248px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f8f9;
    margin-bottom: 10px;
    border-radius: 14px;
    font-size: 20px;
    line-height: 20px;
}
.container .main .cate .cateList>a:last-child{
    margin-bottom: 0;
}
.container .main .cate .cateList ul{
    /* padding-left: 40px; */
}
.container .main .cate .cateList ul li{
    padding: 29px 30px;
    font-size: 18px;
    line-height: 18px;
    list-style-type: disc;
    list-style-position: inside;
    border-bottom: 1px dashed #d4d4d4;
}
.container .main .cate .cateList ul li:last-child{
    border-bottom: none;
}
.container .main .cate .cateList ul li a{
    
}
.container .main .cate .cateList ul li.cur{
    color: #2651c5;
}
.container .main .cate .cateList ul li.cur a{
    color: #2651c5;
}
.container .main .cate .cateList img{
    width: 15px;
    height: 14px;
}
.container .main .cate .cateList .white2{
    display: none;
}
.container .main .cate .cateList>.cur{
    background-color: #2651c5;
    color: #fff;
}
.container .main .cate .cateList .cur .white2{
    display: block;
}
.container .main .cate .cateList .cur .grey{
    display: none;
}
