﻿#Content{ background: url("../images/jbbj.png") no-repeat -3px 0; background-size: 1055px auto; padding: 10px; box-sizing: border-box; overflow: hidden; }
.content{
    border: 1px solid #dddddd;
    padding: 10px 30px;
    margin-bottom: 30px;
}
.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: 1.5 !important;
}
.content .article img{
    max-width: 90%;
}
.content .article table{
    width: 98% !important;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #aaa;
}
.content .article table td{
    border: 1px solid #aaa;
}
.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 .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;
}

/* 适老化 */
.oldModel *,
.oldModel .content .article *,
.oldModel .content .article p,
.oldModel .content .article p span{font-size:28px !important;line-height:1.8;}
.oldModel .content h1{font-size:40px !important;}
.oldModel .content table td{ line-height:1.8; }