锘
@media only screen and (max-width:960px) {
    .content_wrapper { padding-top: 60px; }
}

img { max-width: 100%; }
.banner { text-align: center; border-style: none; position: relative; width: 100%; background-color: #fff; margin: 0px auto; background-size: cover; }
    .banner > img { max-width: 1920px; width: 100%; margin: 0px auto; }
    .banner > .box { position: absolute; bottom: 4rem; left: 4%; padding: 1.5rem 4rem 1.5rem 1.5rem; background-color: #0064b6; text-align: left; }
        .banner > .box > b { font-size: 2rem; display: block; color: #fff; }
        .banner > .box > i { font-size: 2rem; display: block; color: #fff; font-style: normal; }

@media only screen and (max-width:960px) {
    .banner > .box { padding: 1rem 4rem 1rem 1rem; bottom: 2rem; }
        .banner > .box > b { font-size: 16px; }
        .banner > .box > i { font-size: 16px; }
}


.rountmenu { margin: 0px auto; width: 100%; max-width: 1920px; padding: 2rem 4%; color: #161616; font-size: 1rem; }
    .rountmenu > a { color: #161616; font-size: 1rem; padding: 0px 5px; }

@media only screen and (max-width:960px) {
    .rountmenu { font-size: 14px; }
        .rountmenu > a { font-size: 14px; }
}


.listbg { width: 100%; }
.listbig { width: 100%; max-width: 1920px; padding: 0rem 4% 5rem 4%; margin: 0px auto; text-align: center; }
    .listbig > .content { width: 100%; max-width: 1400px; margin: 0rem auto; }
        .listbig > .content > ul { display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between; margin-top: 2rem; }
            .listbig > .content > ul > li { flex-basis: 49%; padding: 1.5%; background-color: #f5f5f5; margin-bottom: 2rem; }

                .listbig > .content > ul > li > a { display: flex; flex-wrap: wrap; align-items: center; }
                .listbig > .content > ul > li div.img { width: 25%; }
                    .listbig > .content > ul > li div.img > img { max-width: 100%; }
                .listbig > .content > ul > li div.text { flex: 1; text-align: left; padding-left: 4%; }
                    .listbig > .content > ul > li div.text > div.date { width: 100%; line-height: 1; display: flex; justify-content: flex-start; align-items: center; margin-bottom: 1rem; }
                        .listbig > .content > ul > li div.text > div.date > div { display: block; line-height: 1; font-size: 14px; color: #000; }
                            .listbig > .content > ul > li div.text > div.date > div.dp { width: 20px; margin-right: 5px; }

                    .listbig > .content > ul > li div.text > p { text-align: left; color: #161616; font-size: 1rem; }




@media only screen and (max-width:960px) {
    .listbig { max-width: 100%; }
        .listbig > .content > ul > li { flex-basis: 49%; padding: 10px; margin-bottom: 1rem; }
            .listbig > .content > ul > li div.img { width: 25%; margin-bottom: 10px; }
            .listbig > .content > ul > li div.text { width: 75%; }
                .listbig > .content > ul > li div.text > p { font-size: 14px; }
}


@media only screen and (max-width:640px) {
    .listbig { max-width: 500px; }
        .listbig > .content > ul > li { flex-basis: 100%; padding: 10px; margin-bottom: 1rem; }
            .listbig > .content > ul > li div.img { margin-bottom: 10px; }
            .listbig > .content > ul > li div.text > p { font-size: 14px; }
}




.pagers { position: relative; width: 100%; padding: 2rem 0px; overflow: hidden; text-align: center; clear: both; font-size: 14px; }
    .pagers a { font-size: 14px; }
        .pagers a.PageLink { font-size: 16px; display: inline-block; height: 34px; line-height: 34px; margin-left: 10px; padding: 0px 12px; color: #333; overflow: hidden; text-decoration: none; background-color: #f6f6f6; border: 1px solid #eeeeee; cursor: pointer; }
    .pagers .PageSel { font-size: 16px; display: inline-block; height: 32px; line-height: 32px; margin-left: 10px; padding: 0px 12px; color: #fff; overflow: hidden; text-decoration: none; background-color: #0369a8; border: 0px solid #4793cf; }
    .pagers .nodate { font-size: 16px; }
<!--0.00018882751464844-->