/* 全局属性 start*/
body {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    font: normal 14px/1.5 Tahoma, "Lucida Grande", Verdana, "Microsoft Yahei", STXihei, hei;
    font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
    color: #000;
    background: #ffffff;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #222;
}

div {
    box-sizing: border-box;
}

/* 全局属性 end*/


/* 顶部标志 start*/
.top-container {
    padding-top: 10px;
    /* padding-bottom: 6px; */
    width: 100%;
    height: 1.4rem;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: .02rem;
    background-image: url(../images/logoBg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#logo {
    width: 90%;
    background-image: url(../images/logo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: 2%;
}

/* 顶部标志 end*/


/* 导航栏 start*/
.navibar {
    width: 100%;
    height: 1.2rem;
    overflow: hidden;
    background-color: rgb(10, 72, 149);
}

.navbar-item {
    height: .6rem;
    display: flex;
}

.local-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: .6rem;
    background-color: #ffffff00;
    justify-content: space-around;
}

.local-nav li {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: space-around;
}

.local-nav a {
    display: flex;
    flex-direction: row;
    font-size: .25rem;
    font-weight: bold;
    color: white;
}

/* 导航栏 end*/

/*列表 start*/
.newslist {
    margin-top: 0.3rem;
}

.newslist h2 {
    font-size: 0.34rem;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.15rem;
}

.newslist h2 a {
    color: #015293;
}

.newslist h2 a.right {
    float: right;
    color: #ffffff;
    background-color: #3397FF;
    font-size: 0.25rem;
    padding: 0.02rem 0.1rem;
    margin-top: 0.04rem;
}

.newslist ul {
    margin-top: 0.24rem;
}

.newslist ul li {
    font-size: 0.26rem;
    line-height: 0.46rem;
    padding-left: 0.2rem;
    border-bottom: 1px solid #dfe8f0;
    margin-bottom: 0.15rem;
    background: url(../images/li-bg.png) no-repeat 0 0.25rem;
}

.newslist ul li h4 {
    margin-bottom: 0.15rem;
    overflow: hidden;
}

.newslist ul li a {
    color: #000;
}

.newslist ul li span {
    color: #878787;
    float: right;
    font-size: 0.20rem;
    letter-spacing: 0;
}

.newslist-con {
    padding: 0 0.18rem;
}

.news-list {
    margin-top: 0.3rem;
}

.news-list h2 {
    font-size: 0.34rem;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.15rem;
}

.news-list h2 a {
    color: #015293;
}

.news-list ul {
    margin-top: 0.3rem;
}


.news-list ul li {
    font-size: 0.26rem;
    line-height: 0.46rem;
    padding-left: 0.2rem;
    margin-bottom: 0.10rem;
    background: url(../images/li-bg.png) no-repeat 0 0.20rem;
}

.news-list ul li span {
    color: #999;
    font-size: 0.22rem;
}

.news-list ul li a {
    color: #000;
}

.pageWebs {
    width: 4.2rem;
    margin: 0.5rem auto 0;
}

.pageWebs span {
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 0.20rem;
    color: #015293;
    border: 1px solid #ecebeb;
    margin-right: 0.1rem;
}

.pageWebs .pagepre,
.pageWebs .pagenext {
    width: 1rem;
    height: 0.46rem;
    line-height: 0.46rem;
}

.pageWebs .first,
.pageWebs .last {
    width: 0.8rem;
    height: 0.46rem;
    line-height: 0.46rem;
}

.shadow {
    width: 3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -1.5rem;
    margin-top: -0.3rem;
    font-size: 0.24rem;
}

/*列表 end*/

/*分页*/

.newslist-con .paging-container {
    margin: auto;
    display: table;
}

.newslist-con .paging-container a.PNBtn {
    margin: 0.1rem 0.2rem;
    display: inline-block;
    font-size: 0.2rem;
    text-align: center;
    
    background-color: #0076e8;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 0.1rem 0.1rem;
}

.newslist-con .paging-container a[disabled].PNBtn {
    background-color: #edf1f8;
    color: #6c757d;
}

/*footer start*/
.footer {
    width: 100%;
    height: 1.5rem;
    background: #e7e7e7;
    padding-top: 0.4rem
}

.footer p {
    font-size: 0.2rem;
    color: #565555;
    margin-bottom: 0.04rem;
    text-align: center;
}

.footer a {
    font-size: 0.2rem;
    color: #565555;
    margin: 0 2px;
}

/*footer end*/

/*base*/
* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

li {
    list-style: none;
}

body {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

i {
    font-style: normal;
}

img {
    display: block;
}

.cl:before,
.cl:after {
    display: table;
    line-height: 0;
    content: "";
}

.cl:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    height: 100%;
    width: 100%;
}