body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, p, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol, dd, li {
    list-style: none outside none;
}

img {
    border: 0 none;
}

a {
    text-decoration: none;
    outline: medium none;
}

em {
    font-style: normal;
}

.tags-item {
    padding: 5px 10px;
    text-align: center;
    margin: 10px 0 0 10px;
    float: left;
    display: inline-block;
    background: #f2f2f2;
    border-radius: 5px;
    font-size: 0.875rem;
    border: 1px solid #e0e0e0;
    color: #010101;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.app-disclaimer {
    line-height: 1.5rem;
    font-size: 0.75rem;
    color: #AAA;
    padding: 0 10px 1.4rem;
}

.tags-block {
    overflow: hidden;
    margin-bottom: 10px;
}

/*分享*/
body.share {
    padding-bottom: 62px;
    max-width: 768px;
    margin: 0 auto;
    min-width: 320px;
}

#app {
    min-width: 320px;
    font-family: "微软雅黑";
    max-width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 auto;
    color: #000000;
    max-width: 768px;
}

.app-header {
    overflow: hidden;
}

.head-title {
    display: block;
    color: #333333;
    font-size: 1.5rem;
    line-height: 2rem;
    overflow: hidden;
    margin: 1.2rem auto 0.85rem;
    font-weight: bold;
    padding: 0 18px;
    word-break: break-word;
}

.head-infor {
    color: #999999;
    margin: 0 auto 0.8rem;
    overflow: hidden;
    font-size: 0.8rem;
    padding: 0 20px;
}

.head-pubtime {
    font-size: 0.8rem;
    color: #878787;
}

.head-infor-jinyun {
    overflow: hidden;
    height: 50px;
    margin: 0 auto 0.8rem;
    padding: 0 10px;
}

.jinyun-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    display: inline-block;
    border-radius: 20px;
    padding-top: 5px;
}

.jinyun-img img {
    width: 100%;
    display: block;
    height: 100%;
}

.head-source {
    color: #878787;
}

.jinyun-main-source {
    font-size: 1rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jinyun-main-pubdate {
    margin-top: 10px;
    display: block;
    font-size: 0.8rem;
    color: #8f8f8f;
}

.app-content {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px 0;
}

div.unconcern {
    border: 1px solid #0281ff;
    border-radius: 5px;
    color: #ffffff;
    background: #0281ff;
}

.infor-right {
    float: right;
    display: inline-block;
    font-size: 0.9rem;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    width: 58px;
    text-align: center;
}

div.concern {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #e0e0e0;
}

.jinyun-main {
    float: left;
    display: inline-block;
    margin-left: 10px;
    width: 60%;
}

/*正文*/
.content-main {
    font-size: 1.2rem;
    line-height: 2rem;
    word-break: break-all;
    text-align: justify;
    color: #333333;
}

.content-main p {
    margin-bottom: 1.4rem;
    text-align: justify;
}

.content-main center {
    margin-bottom: 1.4rem;
}

.content-main video {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.content-main img {
    display: block;
    margin-bottom: 1.4rem;
}

.tags-item-share {
    border: 1px solid #e0e0e0;
    color: #010101;
    padding: 5px 10px;
    text-align: center;
    margin: 10px 0 0 10px;
    float: left;
    display: inline-block;
    background: #dfdfdf;
    border-radius: 5px;
    font-size: 0.875rem;
}

.tags-block {
    overflow: hidden;
    /*margin-bottom:10px;*/
}

/*附件*/
.politics-block {
    overflow: hidden;
    background: #f1f1f1;
}

.politics-block ul {
    overflow: hidden;
}

.politics-block ul li {
    line-height: 2rem;
    color: #525252;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 5px;
}

.politics-block ul li em {
    padding: 0 5px;
}

.politics-block ul li span {
    display: inline-block;
    width: 50px;
    margin-right: 15px;
}

.politics-block ul {
    overflow: hidden;
    margin: 0 auto;
}

.attachment-item {
    border-bottom: 1px solid #e7e7e7;
    line-height: 1.5rem;
    padding: 10px;
    overflow: hidden;
    background: #f8f8f8;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.attachment-fileimg {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.attachment-fileimg img {
    max-width: 100%;
    display: inline-block;
    width: 35px;
    overflow: hidden;
    margin-top: 4px;
}

.attachment-infor {
    float: left;
    overflow: hidden;
    width: 72%;
}

.attachment-infor p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.875rem;
    color: #010101;
}

.attachment-infor span {
    font-size: 0.6rem;
    color: #777777;
}

.attachment-showbtn {
    float: right;
    display: inline-block;
    border: 1px solid #dddddd;
    border-radius: 35px;
    width: 25px;
    height: 25px;
    background: #ffffff;
    margin-top: 10px;
}

.attachment-showbtn img {
    max-width: 100%;
    display: inline;
    width: 70%;
    height: 70%;
    margin: 15%;
}

/*财经分享图片*/
.cjImgLink {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    text-align: center;
}

.open-app-btn {
    color: #FFF;
    background: #3380FF;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 32px;
    font-size: 1rem;
    width: 75%;
    padding: 0 8px;
    margin: 0 auto 1.4rem;
}

div.mobLink-wrapper {
    bottom: auto;
    top: 0;
    position: absolute;
}

body.share {
    padding-bottom: 0;
    padding-top: 62px;
}

/*audio center*/
div.audioplayer {
    margin: 0 0 0 -10px;
}

/*adv-guide*/
.adv-guide-infor {
    padding: 10px;
}

.adv-guide-block {
    overflow: hidden;
    position: relative;
}

.adv-guide-img {
  padding: 0 0 0 0;
  margin: 10px auto 0;
}

.adv-guide-img img {
    display: block;
    width: 100%;
    height: 100%;
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2024-08-08 01:37:48" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->