﻿.content{
    border: 1px solid #dddddd;
    padding: 10px 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>*{
    margin-top: 15px !important;
}
.content .article *{
    font-family: 宋体,"Times New Roman" !important;
    font-size: 16px !important;
    line-height: 30px !important;
}
.content .article img{
    max-width: 90%;
}
.content .article table{
    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 .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;
}
.where{
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.where a{
    font-size: 15px;
    font-weight: normal;
    color: #015293;
}
.where a:hover{
    font-weight: bold;
}


.content_ul{
     width:950px ;
margin: 10px auto;
}

@media screen and (max-width: 960px) {
	.where{
		height: auto;
		line-height: 30px;
		padding: 10px;
	}
	.content{
		padding: 10px!important;
	}
}