* {padding: 0;margin: 0;}
a {text-decoration: none;border: none;}
body {background: #04377a;margin: 0;position: relative;color: #212121;font-family: 'tt',Arial,'微软雅黑';}
p {font-size: 2.5rem;color: #fff;height: 5rem;line-height: 5rem;}
li {list-style: none;}
::-webkit-scrollbar {display:none}

/*header*/
.header{background-color: #0264a5;height: 8rem;position: relative;width: 100%;box-shadow: 1px 1px 4px rgba(11,11,11,.06);color: #fff;z-index: 99;transition: 0.4s;position: fixed;top: 0;}
.header-txt {height: 100%;color: #fff;font-size: 3rem;line-height: 128px;margin-left: 2rem;}
.header-txt img {margin: 0 0.5em 0 1rem;}

/*footer*/
.home {position: fixed;bottom: 0;width: 100%;height: 22rem;background: #0264a5;margin: 0;text-align: center;z-index: 99;}
.home a {font-size: 3rem;color: #fff;display: block;float: left;width: 33.3333%;padding: 6rem 0;}
.home img {height: 5.5rem;margin: 0rem;}

/*content*/
.navmenu {width: 100%;height: 6.6rem;background: #0264a5;overflow: hidden;position: fixed;top: 7.9rem;z-index: 99;}
.navmenu li.active {background: #0a84d9;}
.navmenu li {float: left;text-align: center;}
.navmenu li a {font-size: 2rem;color: #fff;display: block;padding: 2rem;}
.child_nav {width: 100%;height: 6.6rem;background: #04377a;overflow: hidden;position: fixed;top: 14.5rem;z-index: 99;}
.child_nav li {float: left;text-align: center;}
.child_nav li a {font-size: 2rem;color: #fff;display: block;padding: 1rem 0;margin: 1rem;border-radius: 20px;background-color: #0264a5;}
.child_nav li.active a {background: #0a84d9;}
.content {margin-bottom: 24rem;box-sizing: border-box;position: relative;}
.section {padding: 0;margin: 0;}

/*textlist*/
.newslist ul li {overflow: hidden;margin: 2rem;background: #0264a5;position: relative;}
.newslist li .fl {float: left;}
.newslist li img {width: 20rem;height: 15em;}
.newslist li .right {width: calc(100% - 22rem);padding: 1rem;}
.newslist li .title2 {height: auto;display: block;font-size: 2rem;margin-bottom: 1rem;color: #fff;font-weight: bold;}
.newslist li .text {font-size: 2rem;color: #eee;height: 130px;overflow: hidden;}.zoomify{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.zoomify.zoomed{cursor:-webkit-zoom-out;cursor:zoom-out;padding:0;margin:0;border:none;border-radius:0;box-shadow:none;position:relative;z-index:1501}.zoomify-shadow{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;z-index:1500;background:rgba(0,0,0 ,.3);opacity:0}.zoomify-shadow.zoomed{opacity:1;cursor:pointer;cursor:-webkit-zoom-out;cursor:zoom-out}

/*piclist*/
.picslist {column-count: 2;}
.picslist li {position: relative;break-inside: avoid; box-sizing: border-box; margin: 1rem 0.5rem;display: -webkit-inline-box;}
.picslist .title2 {height: auto;display: block;font-size: 2rem;padding: 2rem;color: #fff;font-weight: bold;}
.picslist .shadow {position: absolute;bottom: 0;left: 0;width: 100%;background-color: rgb(0,0,0,0.6);}
.picslist img {width: 100%;}