.banner{
    width: 100%;
    height: 360px;
    position: relative;
}
.banner img{
    width: 100%;
    height: 360px;
    position: relative;
}
.banner .main{
    width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: calc((100% - 1360px) / 2);
}
.banner .main .title{
    position: absolute;
    top: 126px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}
.banner .main .desc{
    position: absolute;
    top: 190px;
    font-size: 20px;
    color: #fff;
}
.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;
}
.container .main .newList{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
}
.container .main .newList .top{
    padding: 18px;
    background-color: #fff;
    border-radius: 16px;
    color: #000;
}
.container .main .newList .infoBox{
    padding: 60px 30px;
    background-color: #fff;
    margin-top: 30px;
    border-radius: 12px;
    margin-bottom: 120px;
}
.container .main .newList .infoBox .title{
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    color: #000;
}
.container .main .newList .infoBox .desc{
    color: #818181;
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 30px;
}
.container .main .newList .infoBox .desc span{
    margin: 0 18px;
}
.container .main .newList .infoBox .line{
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
}
.container .main .newList .infoBox .content{
    min-height: 660px;
    margin: 25px 0;
}
.container .main .newList .infoBox .content p{
    color: #383838;
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
}
.container .main .newList .infoBox .content img{
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    border: 0 none;
    max-width: 100% /* ie8 */;
}
.container .main .newList .infoBox .bottomBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    margin-top: 60px;
}
.container .main .newList .infoBox .bottomBox a{
    color: #4b4b4b;
    font-size: 16px;
    width: 500px;
}
.container .main .newList .infoBox .bottomBox a:last-child{
    text-align: right;
}
.container .main .newList .infoBox .bottomBox .back{
    background-color: #2651c5;
    color: #fff;
    width: 118px;
    height: 72px;
    border-radius: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container .main .newList .infoBox .bottomBox .back span{
    display: block;
}
.container .main .newList .infoBox .bottomBox .back img{
    width: 37px;
    height: 27px;
}
@media (max-width:1360px) {
    /* 侧边和面包屑 */
    .container .main .cate{
        display: none;
    }
    .container .main .newList .top{
        display: none;
    }
    .container .main{
        width: 100%;
    }
    .container .main .newList{
        width: 100%;
    }
    .container .main .newList{
        padding: 0;
        padding-bottom: 70px;
    }
    .container .main .newList .infoBox{
        margin-top: 0;
    }
    .container .main .newList .infoBox{
        margin-bottom: 0;
    }
    /*  */
    .container .main .newList .infoBox .desc{
        display: block;
        text-align: center;
    }
    .container .main .newList .infoBox .desc span{
        display: block;
    }
    /* 上下页 */
    .container .main .newList .infoBox .bottomBox{
        display: block;
    }
    .container .main .newList .infoBox .bottomBox a{
        display: block;
    }
    .container .main .newList .infoBox .bottomBox .back{
        display: none;
    }
    .container .main .newList .infoBox .bottomBox a:nth-child(1){
        margin-bottom: 25px;
    }
    .container .main .newList .infoBox .bottomBox a{
        
        width: auto;
    }
    .container .main .newList .infoBox .bottomBox a:last-child{
        text-align: left;
    }
}