﻿@font-face {
    font-family: '汉仪旗黑';
    src: url('../HYQiHei-50J.ttf');
}

* {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
    background-color: #f8f8f8;
    padding-bottom: 3rem;
    margin: 0 auto;
}

#container {
    margin: 0 auto;
    padding: 0 10px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    z-index: 1;
}

[v-cloak] {
    display: none !important;
}

#enews {
    margin: 0 auto;
}

ul, ol {
    list-style: none;
}

.article-content {
    margin: 0 0.4rem;
}

.info {
    padding: .3rem 0rem .2rem 0;
}

#source {
    color: #999999;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    margin: 0 0.5rem 0 0;
    /**/
}

#timeId {
    color: #999999;
    font-size: 0.85rem;
    margin: 0 0.5rem 0 0;
}

hr {
    margin-top: 0.2rem;
    height: 1px;
    border: none;
    border-top: 1px solid #eaeaea;
}

#content {
    margin: 0px 0px 15px 0px;
    color: #323232;
    letter-spacing: 0.05rem;
    text-align: justify !important;
    font-size: 1.15rem;
}

.leadtitle {
    text-align: justify !important;
    font-size: 1rem;
    color: #615c5c;
    line-height: 1.5rem;
    letter-spacing: 0.05rem;
    font-weight: normal;
    margin-top: .5rem;
}

.title {
    text-align: justify !important;
    font-size: 1.35rem;
    color: #323232;
    padding: 0.4rem 0rem;
    line-height: 1.75rem;
    letter-spacing: 0.08rem;
    font-weight: 500;
}

.subtitle {
    text-align: justify !important;
    font-size: 1rem;
    color: #615c5c;
    line-height: 1.5rem;
    letter-spacing: 0.05rem;
    font-weight: normal;
}

#content img {
    display: block;
    width: 100%;
}

/*图片容器p标签*/
.app-image-container {
    width: 100%;
}

/*图片img标签*/
.app-image {
    width: 100%;
}

/*图集说明标签*/
.app-image-description {
    text-align: justify !important;
    line-height: 2rem;
    padding: 0 0 1rem 0;
    letter-spacing: 0.06rem;
    font-weight: 400;
}

/*视频容器p标签*/
.app-video-container {
    width: 100%;
    text-align: center;
}

/*视频video标签*/
.app-video {
    width: 100%;
}

/*视频说明标签*/
.app-video-description {
    text-align: justify !important;
    line-height: 2rem;
    padding: 0 0 1rem 0;
    letter-spacing: 0.06rem;
    font-weight: 400;
}

.app-video-iFrame {
    width: 100%;
    height: 13.5rem;
}

.shareIcon_con {
    bottom: 0px;
    overflow: hidden;
    margin: 0 0;
}

.shareIcon-img {
    width: 100%;
    display: block;
    height: 3.5rem;
}

.art-content {
    padding: 0;
    text-align: justify !important;
    line-height: 1.7rem;
    font-size: 1.1rem;
    letter-spacing: 0.06rem;
    font-weight: 300;
    margin: 0.1rem 0 0.5rem 0;
    color: #2f2f2f;
}

.art-content p {
    text-indent: 2em;
    text-align: justify !important;
}

.article-content .btn {
    font-size: 14px;
    border-top: 1px dotted #ccc;
    padding: 10px 0;
    margin-top: 20px;
}

.btn li {
    line-height: 30px;
    text-align: left;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.btn a {
    padding: 0 5px;
}

.btn a {
    color: #333;
    text-decoration: none;
}

#operate {
    position: fixed;
    bottom: 0.7rem;
    left: 31.5%;
    width: 100%;
    height: 60px;
    display: none;
}

#operate ul {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    list-style: none;
}

/*#operate li:first-of-type {
    width: 36%;
}*/

#operate li {
    width: 14.5%;
    height: 30px;
    margin-top: 10px;
    float: left;
}

#operate li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    box-shadow: 0 0 0 4px #FFFFFF, 0 2px 5px 4px rgba(0, 0, 0, 0.25);
}

#operate li:first-of-type a {
    float: left;
}

/*.info span,.subtitle{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    !*text-indent: 1em;*!
    display: inline-block;
}*/
/*.subtitle{
    width: 95%;
}*/
.info span:nth-child(1) {
    /*width: 20%;*/
    color: #999999;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    margin: 0 0.5rem 0 0;
}

.info span:nth-child(2) {
    width: 35%;
    color: #999999;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    margin: 0 0.5rem 0 0;
}

.art-content .singleImg {
    width: 100%;
}