@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form, table { margin:0; padding:0; border:0; list-style:none;}
div, span, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form { overflow:hidden;}
input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { font-weight:normal;}
a { text-decoration:none;}
html, body { font-family:"微软雅黑", "宋体";font-size:14px;}
.smy_ctrl { position:relative; min-height:50px; cursor:move; overflow:hidden;}
body {min-height: 1000px; background: #3a50ae;}


/* 顶部 */
.head {display: flex; align-items: center; width: 100%;}
.head img {width: 100%; height: auto; max-height: 6rem;}
/* .time {width: auto; height: 0.8rem; margin: auto; margin-top: 25%; border-radius: 25px; background: #fff;}
.time-box {height: 0.6rem; display: flex; justify-content: space-between; align-items: center; margin: 0.1rem 0.1rem; padding: 0 0.5rem; border: 1px solid #3a50ae; border-radius: 25px; box-sizing: border-box;} */
.time {position: absolute; /*width: 4.266667rem;*/ height: 0.6rem; left: 50%; transform: translateX(-50%); background: #3a50ae url('./pmj_timeBg_20201216.png')no-repeat center; background-size: 100% 100%;}
.time-box {display: flex; justify-content: space-between; align-items: center; padding: 0 0.4rem; box-sizing: border-box;}
.circle {width: 5px; height: 5px; border-radius: 50%; background: #3a50ae;}
.time-content { font-size: 0.32rem; width: auto; height: 0.6rem; padding: 0 0.06rem; line-height: 0.6rem; color: #3a50ae; font-weight: bold;}

/* 新闻模块 */
.news {margin-top: -1.5rem;}
.new-block {width: 100%; padding: 0 0.26rem; margin-top: 0.6rem; box-sizing: border-box;}
.new-btt {width: 6.8rem; height: 1rem; box-sizing: border-box; font-size: 0.6rem; letter-spacing: .1rem; font-weight: bold; color: #7ecef4;}
.new-btt img {width: 100%; height: 100%;}
.new-item {padding: 0.26rem; margin-top: 0.44rem; border-radius: 6px; background: #fff;}
.new-item img {width: 100%; height: auto; margin: auto;}
.item-cont {min-height: 3rem; margin-top: 0.2rem; font-size: 0.4rem; line-height: 0.6rem; text-indent: 2em; color: #000;}

/* @media only screen and (min-width : 1024px) {
  body {background: #f5f5f5;}
  .container {width: 900px; margin: auto; background: #3a50ae;}
  .item-cont {font-size: 18px; line-height: 24px;}
} */