﻿.content{
    /*border: 1px solid #dddddd;*/
    padding: 10px 30px;
    margin: 20px 0;
}
.content>h1{
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    line-height: 60px;
    padding: 26px 0;
}
.content .page-date{
    font-family: 宋体;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
}
.content .page-date *{
    font-family: 宋体;
    font-size: 15px;
    line-height: 35px;
}
.content .page-date a:hover{
    color: red;
}
.content .page-date .source{
    margin: 0 20px;
}
.content .article{
    font-size: 16px !important;
    line-height: 30px !important;
    padding-top: 10px;
}
.content .article>*{
    /*text-indent: 2em !important;*/
    margin-top: 15px !important;
}
.content .article *{
    font-family: 宋体,"Times New Roman" !important;
    font-size: 16px !important;
    line-height: 30px !important;
    text-wrap: initial !important;
}
.content .article img{
    max-width: 98%;
}
.content .article table{
    width: 98% !important;
    margin: 0 auto;
    border-collapse: collapse;
}
.content .article embed{
    display: block;
    margin: 0 auto;
}
.content .prints{
    text-align: right;
    line-height: 50px;
    padding: 30px 0;
}
.content .prints a{
    font-family: 宋体;
    font-size: 15px;
    margin-left: 30px;
    color: #800000;
    font-weight: bold;
    padding: 10px 0;
    padding-left: 25px;
}
.content .files{
    line-height: 40px;
    overflow: hidden;
    margin-top: 20px;
}
.content .files *{
    font-size: 16px;
    font-family: 宋体;
}
.content .files h2{
    float: left;
}
.content .files a{
    margin-right:20px;
    white-space: nowrap;
    display: block;
    float: left;
    color: #015293;
}
.content .files a:hover{
    text-decoration: underline;
}
.content .prints a:hover{
    text-decoration: underline;
}
.content .prints a.print{
    background: url("../images/print.png") no-repeat left center;
}
.content .prints a.close{
    background: url("../images/close.png") no-repeat left center;
}
.content .next{
    border-top: 1px solid lightgrey;
    padding: 20px 0;
    line-height: 30px;
}
.content .next *{
    font-family: 宋体;
    color: #333;
}
.content .next a:hover{
    color: #800000;
    text-decoration: underline;
}
/* 意见征集 */
#stlCommentContainer textarea{box-sizing: border-box;}

/* 适老化 */
.oldModel .content .article *{font-size: 28px !important; line-height: 1.5 !important;    text-wrap: initial !important;} 
.oldModel .content .next *{line-height: 2;}

/* 搜索适老化 */
.oldModel .content .so_result *{line-height: 1.5 !important;height: auto !important;}
.oldModel .weui-msg .nores{line-height: 2!important;width: 580px!important;}

@media (max-width: 550px){
    #Content{width:100%;padding:20px 5px;box-sizing:border-box}
    .where{width:100%;height:auto}
    .content{padding:0}
    .content>h1{font-size:22px}
}