/*详情页的样式文件*/
/*二维码*/
.qrid_zz {
    line-height: 100%;
    z-index: 111;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    margin: auto;
    width: 260px;
    height: 266px;
}

.qrid_zz .word {
    color: #666666;
    display: inline-block;
    position: absolute;
    z-index: 1;
    font-size: 16px;
    margin: auto;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 42px;
    background: #f3f3f3;
}

.qrid_zz .word .close {
    isplay: inline-block;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 12px;
    cursor: pointer;
}

.qrid_zz #qrcode {
    width: 260px;
    height: 266px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    padding-left: 30px;
    padding-top: 52px;
    margin-top: -133px;
    margin-left: -130px;
    border-radius: 10px;
    box-shadow: 0 2px 10px #aaa;
}

/*复用列表中的顶部样式*/
.listContent {
    width: 100%;
    margin-left: 0;
    min-height: 364px;
}

.banner .bannerImg {
}

/*文章内容存放样式*/
.articleContent {
    min-height: 400px;
}

.articleContent .artTitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    display: inline-block;
    width: 100%;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 0 auto;
    outline: none;
    padding: 0;
}

.articleContent tbody th {
    border: 1px solid #999999;
    line-height: 1.8;
    min-width: 30px;
    padding: 3px 5px;
    /*background-color: #999999;*/
    font-weight: 700;
    text-align: center;
}

.articleContent tbody td {
    border: 1px solid #999999;
    line-height: 1.8;
    min-width: 30px;
    padding: 3px 5px;
    text-align: center;
}

.articleContent .readInfo {
    text-align: center;
    background: #fafafa;
    color: #666666;
    height: 42px;
    line-height: 42px;
    margin-bottom: 16px;
}

.articleContent .readInfo > span {
    margin-right: 26px;
    display: inline-block;
    max-width: 30%;
}

.articleContent .readInfo .grayIcon {
    /* !IE 8 */
    filter: invert(99%) sepia(0%) saturate(1089%) hue-rotate(35deg) brightness(118%) contrast(73%);
    cursor: pointer;
    height: 18px;
    /* IE 8 */
    filter: alpha(opacity=20);
}

.articleContent .readInfo .qq:hover {
    filter: invert(99%) sepia(0%) saturate(1089%) hue-rotate(35deg) brightness(118%) contrast(73%);
    /* IE 8 */
    filter: alpha(opacity=20);

}

.articleContent .readInfo .weixin:hover {
    filter: invert(58%) sepia(94%) saturate(3083%) hue-rotate(113deg) brightness(98%) contrast(94%);
    /* IE 8 */
    filter: alpha(opacity=20);
}

.articleContent .readInfo .kongjian:hover {
    filter: invert(74%) sepia(86%) saturate(1301%) hue-rotate(358deg) brightness(102%) contrast(105%);
    /* IE 8 */
    filter: alpha(opacity=20);
}

.articleContent .readInfo .weibo:hover {
    filter: invert(22%) sepia(61%) saturate(2610%) hue-rotate(342deg) brightness(105%) contrast(98%);
    /* IE 8 */
    filter: alpha(opacity=20);
}

.articleContent .readInfo .dingding:hover {
    filter: invert(22%) sepia(97%) saturate(4353%) hue-rotate(217deg) brightness(104%) contrast(104%);
    /* IE 8 */
    filter: alpha(opacity=20);
}

.articleContent .nearArticle {
    height: 96px;
    line-height: 96px;
    border-top: 1px solid #e0e0e0;
    margin-top: 32px;
}

.articleContent .nearArticle a {
    max-width: 426px;
    display: inline-block;
}

.articleContent .nearArticle a.ellipsis:hover {
    color: #c71d07;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.hasPadding {
    padding: 32px 0 0 0;
}

.content img {
    max-width: 100%;
}

.content div[data-w-e-type="video"] {
    text-align: center;
}

.content video {
    max-width: 100%;
}

.content .embedPdf {
    width: 100%;
    text-align: center;
}

.downFile {
    line-height: 32px;
    margin-bottom: 20px;
}

.downFile a:hover {
    color: #c71d07;
}

.content iframe {
    height: 100%;
    width: 100%;
}
