﻿body {
}
.weixin img.qrcode {position: absolute;z-index: 99;top: 45px;right: -25px;width: 7.5rem;max-width: none;
            height: 7.5rem;transform: scale(0);transform-origin: top right;opacity: 0;border: .3125rem solid #808080;
            border-radius: .25rem;-webkit-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.weixin:hover img.qrcode {transform: scale(1);opacity: 1;}
.newsDetail{ background: #f7f7f7; overflow: hidden; margin-bottom: 15px;padding:20px;}
.newsDetail h1{font-size:18pt;text-align:center;margin-bottom:20px;}
.newsDetail .fbTime{font-size:14px;text-align:center;width:100%;margin-bottom :20px; border-bottom: dotted 1px #817F82; padding:10px;}

.newsDetail .title{ line-height: 30px; font-size: 20px; line-height: 50px; height: 50px; color: #fa8557; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.newsDetail .text{min-height:200px; text-indent:2em;color: #000; font-size: 18px; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; overflow: hidden; white-space: normal; text-overflow: ellipsis; line-height: 25px;}
.newsDetail .num{  margin-top: 15px;}
 .newsDetail .cNeiRong { font-size: 18px;}