@charset "UTF-8";
div, p { box-sizing: border-box; }
div, p, span, li, a, td { font-family: "Microsoft Yahei"; }
a { text-decoration: none; }
ul, li { list-style: none; }
p { margin: 0; padding: 0; }
li { list-style: none; }
.banner { width: 100%; }
.banner img { width: 100%; height: auto; }
.wrap_cont { width: 1250px; margin: -55px auto 0; background: #fff !important; padding: 35px; margin-bottom: 50px; box-shadow: 0px 0px 10px #ddd; position: relative; }
.lb_title { font-size: 28px; font-weight: bold; color: #cd100a; }
.lb_title img { width: 40%; vertical-align: middle; }
.lb_title img:nth-child(1) { margin-right: 35px; }
.lb_title img:nth-child(2) { margin-left: 20px; }
.lb_title { display: flex; align-items: center; justify-content: space-between; }
.lb_list { margin-top: 40px; min-height: 500px; }
.lb_list .erjiListItem { display: -webkit-box; display: -webkit-flex; display: flex; border-bottom: 1px dashed #d2d2d2; padding-bottom: 10px; margin-bottom: 10px; }
.lb_list img { width: 90px; height: 60px; margin-right: 25px; -webkit-flex-shrink: 0; flex-shrink: 0; }
.lb_list .erjiListItem .erjiListInfo { padding: 10px 0; width: 100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; align-items: center; }
.lb_list .erjiListItem .erjiListInfo .listp { position: relative; padding-left: 25px; }
.lb_list .erjiListItem .erjiListInfo .listp::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; background: url(https://www.zytzb.gov.cn/uiFramework/commonResource/image/2022092005414114667.png) no-repeat; }
.lb_list .erjiListItem .erjiListInfo a { font-size: 18px; color: #666; -webkit-transition: all 0.3s; transition: all 0.3s; line-height: 28px; }
.lb_list .erjiListItem .erjiListInfo .erjiListDate { padding-left: 15px; font-size: 18px; color: #666; flex-shrink: 0; }

/* .lb_list li {
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #ddd;
    background: url(/uiFramework/commonResource/image/2024071810540498622.png) no-repeat left center;

}

.lb_list li a br {
    display: none;
}

.lb_list li a {
    font-size: 18px;
    text-decoration: none;
    padding-left: 25px;
}

.lb_list li span {
    float: right;
} */
.gd { margin: 50px 0; width: 100%; text-align: center; }
.easysite-page-wrap, .easysite-total-page { display: inline-block; }
.easysite-page-wrap span, .easysite-page-wrap a, .easysite-total-page span { font-size: 16px; }
.NormalRed { color: #cd100a; font-size: 16px !important; }

/*底部*/
.footer { border-top: 1px solid #e1e1e1; padding: 25px 0; }
.container { width: 1200px; margin: 0 auto; }
.justify-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
.d-flex { display: -webkit-box; display: -webkit-flex; display: flex; }
.align-center { -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.d-flex { display: -webkit-box; display: -webkit-flex; display: flex; }
.align-center { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.infoword p { margin-bottom: 10px; }
.infoword p span { color: #777; font-size: 14px; margin-right: 15px; }
.footerRight img { width: 78px; margin: 0 10px; }
.infoword p span.col a { text-decoration: none; font-size: 14px; }

/*解决护眼模式*/
html { background-color: inherit !important; }
@media (max-width:767px) {
    .banner img { height: 200px !important; }
    .wrap_cont { width: 90%; margin-top: 0px; }
    .lb_title { font-size: 24px; font-weight: bold; color: #cd100a; border-bottom: 1px solid; padding: 15px 0; }
    .lb_title img { display: none; }
    .lb_list .erjiListItem { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; }
    .lb_list .erjiListItem { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; }
    .lb_list img { margin: 0 auto; margin-bottom: 10px; }
    .lb_list .erjiListItem .erjiListInfo { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; align-items: start; }
    .lb_list .erjiListItem .erjiListInfo .listp { position: relative; padding-left: 15px; }
    .lb_list .erjiListItem .erjiListInfo .erjiListDate { margin-top: 10px; }
    .container { width: 90%; }
    .d-md-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; }
    .footerLeft { width: 100%; }
}