body{min-height: 100vh;display: flex;flex-direction: column;}
.footer{margin-top: auto;}
.list-banner{width: 100%;}
.list-banner img{width: 100%;display: block;}
.main{width: 100%;padding: 0.5rem 0;}
.main-left{width: 3.3rem;position:relative;background: #ffffff url(../img/lm_bg2.jpg) no-repeat left bottom;background-size: 100% auto;align-self: flex-start;padding-bottom: 2.9rem;box-shadow: 0 0 0.1rem rgba(0,57,124,0.1);overflow: hidden;}
.main-left h3{color: #ffffff;font-size: 0.34rem;display: block;height: 1.2rem;background: url(../img/lm_bg.jpg) no-repeat left bottom;line-height: 1.2rem;text-align: center;font-weight: normal;background-size: cover;font-family: titlefont;}
.lm-title{width: 100%;background: #00397c;padding: 0.2rem;position: relative;display: none;}
.lm-title h2{font-size: 0.3rem;color: #ffffff;}
.nav_menu{width: 0.36rem;height: 0.36rem;background: url(../img/m_nav.svg) no-repeat center center;background-size: auto 100%;transition: 0.2s all;}
.nav_menu.on{transform: rotate(90deg);}
.main-left>ul{width: 100%;}
.main-left>ul>li{border-bottom:1px dashed #d0d0d0;position:relative;}
.main-left>ul>li::before{content: "";width: 0;height: 100%;display: block;background: #f1f1f1;position: absolute;left: 0;top: 0;z-index: 0;transition: 0.3s;}
.main-left>ul>li:hover::before,.main-left>ul>li.cur::before{width: 100%;}
.main-left>ul>li:last-child{border-bottom:none;}
.main-left>ul>li>a{position: relative;transition: 0.3s all;padding-right: 0.6rem;padding-left:0.3rem;font-size:0.2rem;color:#333;display:flex;line-height:0.24rem;height:0.7rem;align-items:center;line-height:0.26rem;}
.main-left>ul>li:hover>a,.main-left>ul>li.cur>a{color: #00397c;}
.main-left>ul>li>a span{position: relative;z-index: 1;}
.li_xlz{position:absolute;right:0;top:0;cursor:pointer;width: 0.6rem;height: 0.7rem;background: url(../img/right-blue.svg) no-repeat center center;background-size: auto 0.12rem;z-index: 1;transition: 0.3s all;}
.navContent{display:none;position: relative;}
.navContent li{line-height: 0.5rem;}
.navContent li a{font-size: 0.18rem;color: #333333;display: block;padding-left: 0.5rem;}
.li_xlz.on{transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.navContent li.cur a{color:#00397c;}
.main-left li.cur .navContent{display:block;}
.navContent li:hover a{color:#00397c;}
.main-right{width: calc( 100% - 3.8rem );}
.main-title{width: 100%;line-height: 0.4rem;position: relative;border-bottom: 1px solid #e5e5e5;padding-bottom: 0.2rem;}
.main-title h2{font-size: 0.3rem;color:#333333;}
.local span{font-size: 0.18rem;color: #434343;line-height: 0.3rem;display: inline-block;padding-left: 0.28rem;background: url(../img/home.svg) no-repeat left 0.03rem;background-size: auto 0.22rem;}
.local span a{color: #434343;}
.local span a:hover{color: #00397c;}

/*文章内容开始*/
.content{width: 100%;}
.content h3.title{font-size: .26rem;color: #333333;margin-bottom: 0.2rem;line-height: 0.36rem;text-align: center;margin-top: 0.4rem;}
.content .sub-title{font-size: .24rem;color: #434343;line-height: 0.34rem;margin-bottom: 0.2rem;text-align: center;}
.content .art-itro{width: 100%;border-bottom:1px solid #dcdcdc;padding-bottom:.15rem;line-height: 0.26rem;margin-bottom: 0.2rem;text-align: center;}
.content .art-itro>span{font-size: .18rem;color: #999999;margin: 0 0.2rem;}
.article{color: #434343;line-height: 0.32rem;width: 100%;}
.article table{margin:0 auto !important;max-width: 920px;min-width: 500px;}
.article table p{text-indent: 0;margin: 0;}
.article video{display: block;width: 100%;margin: 0 auto;height: auto;}
.article img{max-width: 100%;margin: 0 auto;height: auto !important;}
.article p.con-img{text-align: center;text-indent: 0 !important;}
/*文章内容结束*/

/*文章列表开始*/
.txt-list{width: 100%;margin-top: 0.3rem;}
.txt-list ul li{width: 100%;border-bottom: 1px solid #e5e5e5;transition: 0.3s;background-repeat: no-repeat;background-position: right bottom;background-size: 100% auto;}
.txt-list ul li .time{width: 1.2rem;height: 1.35rem;flex-shrink: 0;transition: 0.3s;}
.txt-list ul li .time h3{font-size: 0.34rem;line-height: 1;margin-bottom: 0.08rem;transition: 0.3s;color: #00397c;font-family: titlefont;}
.txt-list ul li .time span{font-size: 0.2rem;color: #999999;font-family: myfont;}
.txt-list ul li .txt{width: calc(100% - 1.2rem);padding: 0 0.2rem;}
.txt-list ul li .txt h3{font-size: 0.2rem;color: #333333;line-height: 0.36rem;font-weight: normal;width: 100%;max-height: 0.72rem;}
.txt-list ul li:hover{box-shadow: 0 0 0.2rem 0 rgba(0,0,0,0.15);}
.txt-list ul li:hover .time{background: #00397c;}
.txt-list ul li:hover .time h3,.txt-list ul li:hover .time span{color: #ffffff;}
.txt-list ul li:hover .txt h3{color: #00397c;font-weight: bold;}
.txt-list ul li:hover{background-image: url(../img/txt_bg4.jpg);}
/*文章列表结束*/

/*图片列表开始*/
.pic-list{margin-top: 0.4rem;width: 100%;overflow: hidden;}
.pic-list ul{margin-left: -0.2rem;margin-right: -0.2rem;}
.pic-list ul li{width: 33.3333%;margin-bottom: 0.4rem;padding: 0 0.2rem;}
.pic-list ul li a{display: block;width: 100%;position: relative;}
.pic-list ul li .imgbox{width: 100%;height: 0;padding-bottom:65%;position: relative;overflow: hidden;z-index: 1;}
.ztzl-list ul li .imgbox{padding-bottom:42.55%;}
.pic-list ul li .image{transition: 0.3s;}
.pic-list ul li .txt{width: 100%;padding: 0.22rem 0.3rem;background: url(../img/txt_bg2.jpg) no-repeat left bottom;background-size: 100% auto;}
.pic-list ul li .txt p{width: 100%;text-align: center;line-height: 0.36rem;color: #333333;font-size: 0.2rem;}
.pic-list ul li:hover .image{transform: scale(1.05,1.05);}
.pic-list ul li:hover .txt p{color: #00397c;font-weight: bold;}
.pic-list ul li:hover .pic::before{-webkit-animation: shine 1s;animation: shine 1s;}
/*图片列表结束*/

.jg-list{width: 100%;margin-top: 0.4rem;}
.content .jg-list:nth-child(n+2){margin-top: 0.2rem;}
.jg-list h3{font-size: 0.26rem;color: #00397c;margin-bottom: 0.35rem;width: 100%;line-height: 0.3rem;}
.jg-list ul{margin-left:-0.2rem;margin-right:-0.2rem;}
.jg-list ul li{width:50%;padding:0 0.2rem;margin-bottom:0.4rem;}
.jg-list ul li a{padding: 0 0.3rem;position: relative;z-index: 1;transition: 0.5s;height: 0.9rem;background: #f1f4f9;}
.jg-list ul li a::before{content: "";width: 0;height: 100%;display: block;background: #00397c;position: absolute;left: 0;top: 0;z-index: -1;transition: 0.3s;}
.jg-list ul li span{font-size: 0.2rem;line-height: 0.36rem;color: #333333;transition: 0.3s;max-width: calc(100% - 0.6rem);}
.jg-list ul li i{display: block;width: 0.3rem;height: 0.3rem;background-image: url(../img/arrow1.svg);background-repeat: no-repeat;background-position: right center;background-size: auto 0.2rem;transition: 0.3s;}
.jg-list ul li:hover a::before{width: 100%;}
.jg-list ul li:hover a{color: #ffffff; box-shadow: 0 0 0.12rem 0 rgba(18, 41, 82, 0.18);}
.jg-list ul li:hover span{color: #ffffff;}
.jg-list ul li:hover i{background-image: url(../img/arrow1_white.svg);}

.leader-list{width: 100%;margin-top: 0.4rem;}
.leader-list ul li{width: 100%;border-bottom: 1px solid #e5e5e5;padding: 0 0.2rem 0.3rem;margin-bottom: 0.3rem;}
.leader-list ul li h3{line-height: 0.4rem;font-size: 0.22rem;color: #0d459a;width: 2.2rem;border-right: 1px solid #e1e1e1;box-sizing: border-box;align-self: flex-start;}
.leader-list ul li .name{width: calc( 100% - 2.4rem );line-height: 0.4rem;margin-left: 0.2rem;}
.leader-list ul li .name a{padding: 0 0.2rem;color: #333333;font-size: 0.2rem;}
.leader-list ul li .name a:hover{color: #0d459a;}

.hz-list{width: 100%;margin-top: 0.4rem;overflow: hidden;}
.hz-list ul{margin-left: -0.2rem;margin-right: -0.2rem;}
.hz-list ul li{width: 50%;padding: 0 0.2rem;margin-bottom: 0.4rem;}
.hz-list ul li a{display: block;width: 100%;position: relative;}
.hz-list ul li .imgbox{width: 100%;height: 0;padding-bottom: 24%;position:relative;overflow: hidden;}
.hz-list ul li .imgbox .image{transition: 0.2s;}
.hz-list ul li .imgbox::after{content: "";width: 100%;height: 100%;display: block;background-image: linear-gradient(90deg, #003f88 0%, #0081cc 100%);position: absolute;left: 0;top: 0;opacity: 0.9;}
.hz-list ul li .txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 0 0.4rem;}
.hz-list ul li .txt h3{font-size: 0.36rem;color: #ffffff;line-height: 0.4rem;font-family: titlefont;position: relative;}
.hz-list ul li .txt h3::after{content: "";width: 0.72rem;height: 0.05rem;display: block;background: #ceda00;position: relative;margin-top: 0.25rem;transition: 0.2s;}
.hz-list ul li .txt i{display: block;border-radius: 50%;width: 0.55rem;height: 0.55rem;background-color: rgba(255,255,255,0.8);transition: 0.2s;background-image: url(../img/arrow1.svg);background-repeat:no-repeat;background-position:center center;background-size: auto 0.24rem;}
.hz-list ul li:hover .txt h3::after{width: 100% !important;}
.hz-list ul li:hover .txt i{background-color: #ffffff;}
.hz-list ul li:hover .imgbox .image{transform: scale(1.1,1.1);}