@charset "utf-8";
.domPC { display: block; }
.domMobile { display: none; }
/*頭部*/
.content { width: 1200px; height: auto; margin: 0 auto; overflow: hidden; }
.banner { width: 100%; height: 182px; background: url(//www.zlb.gov.cn/20191015newhome/images/banner.jpg) 50% 0 no-repeat; }
.nav_box { width: 100%; height: 50px; background: #df2e22; }
.date { float: right; width: 270px; font-size: 14px; color: #fff; margin: 10px 35px 0 0; }
.serch_box { float: left; width: 215px; height: 28px; position:absolute; top:195px; left:720px; }
.serch_box .text01 { float: left; width: 163px; height: 23px; border-radius: 5px; outline: none; border: 1px solid #a0a0a0; padding: 0 10px; }
.serch_box .text02 { float: left; width: 19px; height: 19px; background: url(//www.zlb.gov.cn/20191129mac/images/search.png) no-repeat; outline: none; border: none; margin-left: 10px; cursor: pointer; }
.email_box { float: left; width: 72px; height: 21px; position:absolute; top:195px; right:110px; }
.email_box p { float: left; font-size: 16px; color: #fff; }
.email_box p a { color: #fff; }
.email_box img { float: left; width: 29px; height: 21px; margin-left: 8px; }
.wenzi01 { float: right; margin-top: 10px; }
.nav_list { list-style: none; }
.nav_list li { float: left; width: 150px; height: 50px; font-size: 18px; color: #fff; line-height: 50px; text-align: center; position: relative; /*padding-left: 30px;*/ margin-left: 17px; }
.nav_list li:after { content: ""; width: 1px; height: 30px; border-right: 1px solid #d26869; position: absolute; right: 0; top: 10px; }
.nav_list li:last-child:after { border: none; }
.nav_list li:hover { background: #9a211b; }
.nav_list li:hover:after { border: none; }
.nav_list li a { color: #fff; }
.nav_list li a:hover { color: #fff !important; }
/*.nav_list li.i01:before { content: ""; width: 27px; height: 27px; background: url(//www.zlb.gov.cn/20191015newhome/images/i01.png) no-repeat; position: absolute; left: 20px; top: 10px; }
.nav_list li.i02:before { content: ""; width: 27px; height: 26px; background: url(//www.zlb.gov.cn/20191015newhome/images/i02.png) no-repeat; position: absolute; left: 20px; top: 11px; }
.nav_list li.i03:before { content: ""; width: 29px; height: 28px; background: url(//www.zlb.gov.cn/20191015newhome/images/i03.png) no-repeat; position: absolute; left: 20px; top: 10px; }
.nav_list li.i04:before { content: ""; width: 27px; height: 27px; background: url(//www.zlb.gov.cn/20191015newhome/images/i04.png) no-repeat; position: absolute; left: 20px; top: 10px; }
.nav_list li.i05:before { content: ""; width: 24px; height: 21px; background: url(//www.zlb.gov.cn/20191015newhome/images/i05.png) no-repeat; position: absolute; left: 20px; top: 15px; }
.nav_list li.i06:before { content: ""; width: 25px; height: 25px; background: url(//www.zlb.gov.cn/20191015newhome/images/i06.png) no-repeat; position: absolute; left: 20px; top: 13px; }
.nav_list li.i07:before { content: ""; width: 17px; height: 24px; background: url(//www.zlb.gov.cn/20191015newhome/images/i07.png) no-repeat; position: absolute; left: 20px; top: 13px; }*/
.footer { width: 100%; height: 82px; background: #e4281d; margin-top: 40px; }
.footer ul { margin: 0 auto; text-align: center; width: 760px; padding-top: 20px; }
.footer ul li { font-size: 12px; color: #fff; height: 24px; line-height: 24px; }
.footer ul li a { color: #fff; }

@media screen and (min-width:0px) and (max-width: 767px) {
.domPC { display: none; }
.domMobile { display: block; }
.banner { width: 100%; height: auto; }
.banner img { width: 100%; height: auto; }
.nav_box { width: 100%; height: auto; background: #e4281d; }
.mnav_list li { float: left; width: 23%; font-size: 1rem; color: #fff; margin: 10px 0 10px 0; }
.mnav_list li a { color: #fff; }
.mnav_list li + li { margin-left: 2%; }
.mnav_list { list-style: none; width: 90%; margin-left: 9%; margin-bottom: 14px; }
.mnav_list li p { float: left; width: 30%; height: auto; background: #fff; border-radius: 100%; color: #e4281d; text-align: center; margin: 0 5%; }
.mnav_list li h3 { float: left; font-size: 18px; }
.mnav_list li p a { color: #e4281d; }
.footer { width: 100%; height: auto; background: #e4281d; margin-top: 40px; }
.footer ul { margin: 0 auto; text-align: center; width: 100%; padding-top: 20px; }
.footer ul li { font-size: 12px; color: #fff; height: 24px; line-height: 24px; text-align:center; }
.footer ul li a { color: #fff; }
}