/* 全局属性 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*/

/*内容*/

.con-box{
    padding:0 0.2rem;
}
.con-box h1.title{
    text-align: center;
    font-size: 0.38rem;
    margin-top: 0.34rem;
    font-weight: bold;
}
.con-box .time{
    font-size:0.22rem;
    margin-top:0.2rem;
    color:#777;
    text-align: center;
}

.con-box .info{
    font-size:0.22rem;
    margin-top:0.2rem;
    color:#777;
    text-align: center;
}

.content{
    font-size:0.28rem!important;
    line-height:0.46rem;
    text-align: justify;
    margin-top:0.3rem;
}
.content a{
    color:blue;
}
.content img{
    display: block;
    max-width:100%;
    height: auto;
    margin:0.24rem auto!important;
}
.content table{
    width:100% !important;
    empty-cells: unset;
    border-spacing: 0;
    border-collapse: collapse;
}
.content tbody{
    width:100% !important;
}
.content table td{border:1px solid #dedede}
.content span{
    font-size:0.28rem!important;
}
.content p{
    font-size:0.28rem!important;
    line-height:0.48rem;
    text-align: justify;
    margin:0.24rem 0;
}
.content .MsoNormal{
    margin-left: 0!important;
}

.content .title{
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.1rem;
    background: #e8f1f7!important;
    font-size: 0.3rem!important;
    color: #006eab!important;
    font-weight: bold!important;
    text-align: left;
    margin:0!important;
}
.content .xf-box{
    border-left:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    margin-bottom:0.3rem;
    border-spacing: 0!important;
}

.content .xf-box th{
    width: 1.3rem;
    font-size: 0.26rem;
    border-right: 1px solid #e6e6e6;
    padding: 0.1rem;
    border-bottom:1px solid #e6e6e6;
}
.content .xf-box td{
    font-size: 0.22rem;
    line-height: 0.4rem;
    padding: 0.1rem;
    border-bottom:1px solid #e6e6e6;
}
.content iframe{display: block;height: 260px;width: 100% !important;}
.content .meditor{text-align: right;}
/* 附件首行缩进*/
.enclosure-p{text-indent: 2em!important;}


/*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%;
}