﻿body,
div,
ul,
li,
ol,
a,
image,
input,
button,
textarea,
select,
form,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
object,
iframe {
    padding: 0;
    margin: 0;
}

* {
    font-family: "Microsoft YaHei";
}

html,body {
    height: 100%;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}
input,
textarea,
select,
button {
    border: none;
    outline: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}


.clear {
    clear: both;
}
.clear:after {
    content: "·";
    clear: both;
    display: block; 
    height: 0;
    visibility: hidden; 
    clear: both; 
}

.no-wrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 导航 */
.mobile-header {
    height: 1.6rem;
    text-align: center;
    background: url("01-01-common-header-bg-1.jpg") no-repeat;
    background-size: 100% 100%;
}
.mobile-header img {
    width: 3rem;
    margin: 0.64rem auto 0;
}
.mobile .header-search,
.mobile .header-right,
.mobile .nav {
    display: none;
}
.mobile-nav {
    margin: 0.2rem 0 0.3rem;
    padding: 0 0 0.15rem;
    border-bottom: 5px solid #0099cb;
}
.mobile-nav p {
    position: relative;
    float: left;
    width: 30%;
    margin: 0.1rem 1.3%;
    font-weight: bold;
    text-align: center;
    font-size: 0.34rem;
    line-height: 0.34rem;
    color: #0099cb;
}
.mobile-nav p:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: -3px;
    width: 3px;
    background: #333;
}
.mobile-nav p:nth-child(3n):after {
    display: none;
}

/* 页码 */
.m-page {
    margin: 0.34rem 0.3rem;
    padding: 0 0.1rem;
    border: 1px solid #ddd;
}
.m-page,
.m-page button {
    line-height: 0.64rem;
    font-size: 0.26rem;
}
.m-page button {
    margin: 0 0.2rem;
    border: none;
    background: transparent;
}

/* 列表 */
.mobile-list-title {
    height: 0.74rem;
    line-height: 0.74rem;
    font-size: 0.34rem;
    color: #0099cb;
    font-weight: bold;
    background: #efefef;
}
.mobile-list-title,
.mobile-banner,
.mobile-list a {
    padding: 0 0.15rem;
    margin: 0.2rem;
}
.mobile-banner {
    color: #0099cb;
}
.mobile-banner img {
    display: block;
    width: 84%;
    margin: 0 auto 0.1rem;
}
.mobile-list a {
    display: block;
    color: #0099cb;
}
.mobile-banner,
.mobile-list a {
    line-height: 0.4rem;
    font-size: 0.28rem;
}
.mobile-top-btn {
    display: block;
    width: 1.27rem;
    margin: 0.5rem auto 0.3rem;
}


/* 内容 */
.m-content-title,
.m-content-source,
.m-content-date,
.m-content-inf {
    padding: 0 0.3rem;
}
.m-content-title {
    font-size: 0.38rem;
    line-height: 0.8rem;
    text-align: center;
}
.m-content-source,
.m-content-date {
    font-size: 0.22rem;
    line-height: 0.4rem;
    text-align: center;
    color: #cecece;
}
.m-content-inf {
    margin: 0.2rem 0;
}
.m-content-inf,
.m-content-txt {
    font-size: 0.26rem;
    line-height: 0.6rem;
}
.m-content-inf img {
    display: block;
    width: 84%;
    margin: 0.2rem auto;
}


/* 尾部 */
.m-footer {
    position: relative;
    padding: 0.3rem;
    color: #afcbe4;
    background: #074d79;
    background-image: linear-gradient(0deg, #0d354e 0%, #074d79 100%);
}
.m-footer p {
    font-size: 0.22rem;
    line-height: 0.55rem;
}

.m-footer .national {
    width: 0.4rem;
    vertical-align: middle;
}
.m-footer-content {
    position: relative;
}
.m-footer-content-img {
    position: absolute;
    top: 0.9rem;
    right: 0.2rem;
    width: 0.9rem;
    text-align: right;
}
.m-footer .office {
    display: block;
    width: 0.54rem;
    margin: 0 auto;
}
.m-footer .websit {
    display: block;
    width: 0.9rem;
    margin: 0.6rem auto 0; 
}
