@charset "utf-8";

/***********
ccbj_cp
***********/



#ccbj_cp{
    width:100%;
    max-width: 740px;
    margin: 0 auto 2em;
    font-size: 17px;
    border-bottom: dotted .5em aqua;
}
#ccbj_cp a{
    text-decoration: none;
}
#ccbj_cp a:hover{
    opacity: 0.6;
}
#ccbj_cp .fsM{
    font-size: 1.25em;
}
#ccbj_cp .fsL{
    font-size: 2em;
}
#ccbj_cp .fwB{
    font-weight: bold;
}
#ccbj_cp .top img{
    display: block;
    margin: 0 auto 3em;
    width: 100%;
}

#ccbj_cp .itemArea{
    width: 100%;
    max-width: 740px;
    display: block; 
    margin: 0 auto;    
}

#ccbj_cp .itemArea ul{
    padding-left:0;
    flex-wrap: wrap;
    display: flex; 
    justify-content: space-between; 
    width:100%;
}
#ccbj_cp .itemArea ul li{
    list-style: none; 
    padding-bottom: 1em;
    padding-left: 0;
    width:30%;
    margin-bottom: 2em;
}
#ccbj_cp .itemArea ul li img{
    width:100%;
}

#ccbj_cp .itemArea ul li .cate_T{
    width:100%;
    text-align: center;
    font-weight: 600;
    color: #545454;  
}

#ccbj_cp #foot{
    background-color: #01A4FF;
    width:50%;
    margin: 0 auto 2em;
    padding: .5em;
    color: #fff;
    text-align: center;
    border-radius:20px;
    font-weight: 600;
}
#ccbj_cp #foot a{
    color: #fff; 
}
#ccbj_cp #foot a:hover{
    color: #004d78; 
}
@media screen and (max-width: 600px) {
    #ccbj_cp{
        width:100%;
    }
    
    #ccbj_cp .itemArea ul li{
        width:48%;
    }
    
}
