
.conBG {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.conBG h3 {
    text-align: center;
    color: #0000ff;
}

.conBG .info_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.conBG a {
    text-decoration: none;
}

.conBG .info_box {
    position:relative;
    margin:10px;
    width:300px;
    height:200px;
    background-color: #3333cc;
    overflow: hidden;
    border-radius: 8px;
}

.conBG .info_box:hover {
    background-color: #FFFFFF;
    border: solid 2px #3333cc;
    box-sizing:border-box;
}

.conBG .info_box:hover .info_date {
    color: #3333cc;
}

.conBG .info_box:hover .info_title {
    color: #3333cc;
}

.conBG .info_box:hover img {
    transform:scale(1.2,1.2);
    transition:1s all;
}

.conBG .info_img {
    width:300px;
    height:150px;
    overflow: hidden;
}

.conBG img {
    transition:1s all;
    margin: 0 auto;
    display: block;
    width:300px;
    height:150px;
    object-fit: cover;
    /* border:solid 1px #000; */
}

.conBG .info_date {
    text-align: center;
    color: #fff;
}

.conBG .info_title {
    width:280px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-weight:bold;
}

.to_infolist {
    margin: 0 0 0 auto;
    width:200px;
    height:100px;
    color:#0000ff;
    font-weight:bold;
}



.BGInfo .footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.conInfo {
    width: 1000px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    min-height: 100vh;

    overflow-wrap: break-word;
}
.conInfo h3 {
    margin-left: 20px;
    color: #0000ff;
}

.conBGList {
    width: 1000px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    min-height: 60vh;
}
.conBGList h3 {
    margin-left: 20px;
    color: #0000ff;
}

.conBGList .info_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.conBGList .info_box {
    position:relative;
    margin:10px;
    width:300px;
    height:200px;
    background-color: #3333cc;
    overflow: hidden;
    border-radius: 8px;
}

.conBGList .info_box:hover {
    background-color: #FFFFFF;
    border: solid 2px #3333cc;
    box-sizing:border-box;
}

.conBGList .info_box:hover .info_date {
    color: #3333cc;
}

.conBGList .info_box:hover .info_title {
    color: #3333cc;
}


.conBGList .info_box:hover img {
    transform:scale(1.2,1.2);
    transition:1s all;
}

.conBGList .info_img {
    width:300px;
    height:150px;
    overflow: hidden;
}

.conBGList a {
    text-decoration: none;
}

.conBGList img {
    transition:1s all;
    margin: 0 auto;
    display: block;
    width:300px;
    height:150px;
    object-fit: cover;
    /* border:solid 1px #000; */
}

.conBGList .info_date {
    text-align: center;
    color: #FFF;
}

.conBGList .info_title {
    width:280px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFF;
    font-weight:bold;
}


.pagenation {
    display:flex;
    /* border:solid 1px #000; */
    /* width:574px; */
    margin: 0 auto;
}

.pagenation_arrow {
    width:30px;
    height:30px;
    text-align:center;
    font-size:0.8em;
    line-height:30px;
    font-weight:bold;
    border:0;
    margin:5px;
    border-radius: 50%;
    background-color: #DDD;
    color: #000;
}

.pagenation_current {
    width:30px;
    height:30px;
    text-align:center;
    font-size:0.8em;
    line-height:30px;
    font-weight:bold;
    border:0;
    margin:5px;
    border-radius: 50%;
    background-color: #3333cc;
    color: #fff;
}

@media (max-width: 1000px) {

}

@media (max-width: 767px) {
    .conBG {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .conInfo {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    
    .conBGList {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 768px) {

}