/*Css Document By:millia At 2021-09-09 19:55:09 */
@import url("millia.css");
body{border-top:4px solid #1157a5;background:#f7f9fc;}
.millia{width:1200px;margin:0 auto;position:relative;}
.whiteBg{background:#fff;}
.logo{height:130px;display:flex;justify-content:space-between;align-items:center;}
.logoRight{text-align:right;}
.logoRight a{display:inline-block;margin:0 5px;}
.logoRight p:first-child{padding-bottom:10px;}
.logoRight p:first-child,.logoRight p:first-child a{color:#115bad;}
.topic{background:url(2021ZF02.jpg) no-repeat top center;height:420px;}
/* .wrap{display:table;margin-top:35px !important;}
.right{width:900px;}
.left{width:280px;}
.right,.left{border:1px solid #7ea4d7;box-sizing:border-box;display:table-cell;} */
.wrap{display:flex;justify-content:space-between;margin-top:35px !important;}
.wrap .left{width:280px;background:url(2021ZF12.jpg) #fff no-repeat bottom;background-size:100% auto;}
.wrap .right{width:900px;background:#fff;}
.wrap .left,.wrap .right{border:1px solid #7ea4d7;box-sizing:border-box;padding:20px;}
.leftHt{background:url(2021ZF03.png) no-repeat 0 8px;padding-left:35px;font-size:24px;line-height:32px;color:#115db2; font-weight:bold;}
.leftHt a{color:#115db2;text-decoration:none;}
.leftNav li{border-top:1px solid #d5d5d5;padding-left:30px;background:url(2021ZF13.png) #f5f5f5 no-repeat 95% center;}
.leftNav li:hover{background:url(2021ZF14.png) #115db2 no-repeat 95% center;transition:all 0.5s;}
.leftNav li:first-child{border:none;}
.leftNav li a{display:block;}
.leftNav li:hover a{color:#fff;}
.leftNav li a:hover{text-decoration:none;}
.ht{font-size:24px;color:#115db2;display:flex;align-items:center;border-bottom:1px solid #eaeaea;padding-bottom:15px;justify-content:space-between;}
.ht img{display:inline-block;margin-right:10px;}
.ht a{color:#115db2;}
.ht .amore{font-size:14px;color:#999;}
.list li{display:flex;justify-content:space-between;padding-left:20px;position:relative;overflow:hidden;}
.list li:before{content:"";display:block;position:absolute;left:0;top:20px;width:6px;height:6px;border-radius:6px;background:#4880bf;}
.list li a{flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.list li span{font-size:14px;color:#999;}

.foot{background:#115db2;padding:45px 0;}
.foot .millia{display:flex;justify-content:space-between;align-items:center;}
.footImg{padding-right:30px;display:flex;align-items:center;}
.footImg img{margin-right:20px;}
.footInfo{flex:1;padding:0 50px;border-right:1px solid #417dc1;border-left:1px solid #417dc1;}
.footEr{display:flex;}
.footEr p{margin-left:22px;text-align:center;}
.footEr p img{display:block;margin:0 auto 10px auto;}

@media screen and (max-width:640px) {
.millia{width:94%;}
.logo{display:block;height:auto;padding:2rem 0;}
.logo img{max-width:90%;height:auto;display:block;margin:0 auto;}
.topic{height:12rem;background-size:auto 100%;}
.ht{font-size:1.8rem;}
.ht img{width:1.8rem;height:1.8rem;}
.ht .amore{font-size:1.2rem;}
.list li{line-height:2.6rem;padding-bottom:1rem;}
.list li:before{top:0.8rem;}
.list li span{display:none;}
.list li a{white-space:normal;}
.foot .millia{display:block;}
.footInfo{border:none;font-size:1.3rem;line-height:2.4rem;padding:0 1rem;text-align:center;}
.footEr{padding-top:2rem;justify-content:space-evenly;}
.footEr p{margin:0;}
.footEr p img{max-width:90%;height:auto;}
}