/*millia  2026-03-30 09:22:47*/
@import url("https://www.zhifu.gov.cn/images/943/2021zf_millia.css");
.millia{width:1200px;margin:0 auto;}

.topic{display:flex;align-items:center;justify-content:center;overflow:hidden;height:355px;}
.topic img{width:100%;height:100%;object-fit:cover;}

.tags{display:grid;grid-template-columns:repeat(6,1fr);gap:25px;}
.tags li{background:#5388c3;padding:40px 0;}
.tags li:nth-child(1){background:#8478B2;}
.tags li:nth-child(3){background:#d26c6d;}
.tags li:nth-child(4){background:#5e9ebd;}
.tags li:nth-child(5){background:#ada268;}
.tags li:nth-child(6){background:#5abbac;}
.tags li a{display:flex;flex-flow:column wrap;justify-content:center;align-items:center;color:#fff;}
.tags li a:hover{text-decoration:none;}
.tags li img{margin-bottom:25px;}

.selectList{display:flex;flex-flow:wrap;}
.selectList dt{border-bottom:1px solid #115db2;color:#115db2;width:100%;margin-bottom:20px;}
.selectList dt b{display:inline-block;background:#115db2;color:#fff;font-size:24px;padding:13px 56px;margin-right:30px;}
.selectList dd{width:25%;padding:12px 8px;box-sizing:border-box;display:flex;cursor:pointer;}
.selectList dd.hover{background:#115db2;color:#fff;}
.selectList dd:before{content:"";display:block;width:5px;height:5px;border-radius:5px;background:#115db2;flex-shrink:0;margin:10px 20px 0 0;}
.selectList dd.hover:before{background:#fff;}

.bgf5f7fa{background:#f5f7fa;padding:45px 0;}
.statusEnter{background:url(ysqgk_20260320_bg01.jpg) no-repeat left top;background-size:100% 100%;padding:70px 160px 60px 160px;}
.statusEnter dt{text-align:center;font-size:32px;font-weight:bold;text-shadow:0 0 5px rgba(0,0,0,0.5);color:#fff;margin-bottom:50px;}
.statusEnter dd{display:flex;justify-content:space-between;}
.statusEnter .statusInt{flex:1;margin-right:15px;border:none;background:#fff;padding:10px;border-radius:5px;}
.statusEnter .statusBt{background:#066cff;color:#fff;padding:0 20px;border:none;border-radius:5px;font-size:18px;}

.tebs{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;}
.tebs li{background:url(ysqgk_20260320_bg02.jpg) no-repeat left top;background-size:100% 100%;padding:25px;box-shadow:0 0 10px rgba(201,210,223,0.5);}
.tebs li a{display:flex;align-items:center;justify-content:space-between;}
.tebs li a:hover{text-decoration:none;}
.tebs li img{width:48px;height:48px;flex-shrink:0;margin-right:30px;}
.tebs li p{flex:1;}
.tebs li p b{display:block;font-size:20px;padding-bottom:10px;color:#333}






@media screen and (max-width:1000px) {
.millia{width:94%;}
.topic{height:20rem;}
.tags{grid-template-columns:repeat(2,1fr);gap:1rem;}
.tags li{padding:4rem 0;}
.tags li img{width:auto;height:3.5rem;margin-bottom:1rem;}

.tebs li p b{font-size:1.8rem;}
.selectList dt b,.statusEnter dt{font-size:2rem;}


.selectList dt b{padding:1rem 3rem;margin-right:1rem;}
.selectList dd{width:50%;}
.selectList dd:before{margin-right:1rem;}

.statusEnter{padding:5rem 2rem;}
.statusEnter dt{margin-bottom:3rem;}
.statusEnter dd{flex-flow:column wrap;}
.statusEnter .statusInt{margin:0 0 2rem 0;padding:1.5rem 1rem;}
.statusEnter .statusBt{padding:2rem 0;}

.tebs{grid-template-columns:repeat(1,1fr);gap:1rem;}

}