/*****/
#ss{
    position: relative;}
  .ss-text{
    border:none;
    border-radius:20px;
    color:#a7a7a7;
    width:240px;
    height: 30px;   
    padding-left:10px;  
    position:absolute;
    right:55px;
    top:30px;
    animation: fadeIn 1s;}
  
  
  .ss-text:focus{
    outline:none;}
  
  .ss-text-hide{
   display:none;}
  
  .ss-btn{
   background:url(images/ss.png) no-repeat center right; 
   width: 20px;
   height:20px;
   cursor: pointer;  
   outline: none;
   border:none;  
   position:absolute;
   right:30px;
   top:35px;
   padding-left:35px;}
.article-content *:not(img){
font-family:微软雅黑 !important;
font-size:20px !important;
line-height:200% !important;
/*color:#333 !important;*/
font-weight:normal !important;
width:100% !important;}

.article-content img[data-orientation="landscape"]{
    width:80% !important;
    height:50% !important;}
.article-content strong *{
font-weight:normal !important;}
.article-content p{
 text-indent: 2em !important;}
.article-content p[style*="text-align:center"]{
 text-indent: 0 !important;}
.article-content p:has(img) {
 text-indent: 0 !important;}
.article-content table{
 width:100% !important;
 table-layout:fixed;}

.article-content table *{
 text-indent: 0 !important;}
.article-content p:has(span[style*="color: rgb(112, 48, 160);"]){
 text-indent: 0 !important;
 color:#333 !important;}
.article-content span[style*="color: rgb(112, 48, 160);"]{
 color:#333 !important;}

.article-content td * {
 text-indent: 0 !important;}

@media(max-width:768px){
article-contentarticle-content img{
width:95% !important;}
}
