.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: 196px;
    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 img{
    width: 15px;
    height: 14px;
}
.container .main .cate .cateList .white2{
    display: none;
}
.container .main .cate .cateList .item.cur{
    background-color: #2651c5;
    color: #fff;
}
.container .main .cate .cateList .cur .white2{
    display: block;
}
.container .main .cate .cateList .cur .grey{
    display: none;
}
.container .main .newList{
    width: 1060px;
    padding-top: 30px;
    padding-bottom: 70px;
}
.container .main .newList .top{
    padding: 18px;
    background-color: #fff;
    border-radius: 16px;
    color: #000;
}
.container .main .newList .personBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container .main .newList .item{
    height: 222px;
    width: 516px;
    background-color: #fff;
    border-radius: 16px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.container .main .newList .item .img, .container .main .newList .item .img img{
    width: 200px;
    height: 200px;
}
.container .main .newList .item .info{
    width: 265px;
    height: 190px;
}
.container .main .newList .item .info .title{
    font-size: 26px;
    font-weight: 600;
}
.container .main .newList .item .info .desc{
    color: #2651c5;
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
}
.container .main .newList .item .info .desc span{
    margin-left: 10px;
}
.container .main .newList .item .info .more{
    background-color: #2651c5;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 15px 0;
    width: 120px;
    border-radius: 23px;
    color: #fff;
    display: block;
    margin-top: 50px;
}
@media (max-width:1360px) {
    .container .main{
        width: 100%;
    }
    .container .main .cate{
        display: none;
    }
    .container .main .newList .top{
        display: none;
    }
    .container .main .newList{
        width: 100%;
    }
    .container .main .newList .personBox{
        display: block;
    }
    .container .main .newList .item{
        width: 95%;
        margin: 0 auto .5rem;
    }
    .container .main .newList .item .img, .container .main .newList .item .img img{
        width: 4.3rem;
        height: 4.3rem
    }
    .container .main .newList .item .info{
        margin-left: .5rem;
    }
    .container .main .newList .item .info{
        width: 4.3rem;
    }
    .container .main .newList .item .info .desc span{
        word-break: break-word;
    }
}

.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;
}