@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
}

body{
    font:normal 20pt Arial, "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    background-color: #ebebeb;
}

.new-page{
    padding: 65px 0 80px;
    background-color: #ebebeb;
    /* height: 100vh; */
}

.content{
    width: 1440px;
    /* height: 300px; */
    background-color: #fff;
    margin: 0 auto;
}

.content .title{
    width: 80%;
    padding-bottom: 40px;
    border-bottom: 1px dashed #c2c2c2;
    margin: 0 auto;
}



.content .title h2{
    width: 1120px;
    padding-top: 60px;
    margin: 0 auto 20px;
    max-width: 90%;
    line-height: 1.2;
    font-size: 24pt;
    color: #333;
    text-align: center;
    font-weight: 500;
}

.content .title .info{
    width: 100%;
    font-size: 16px;
    color: #666;
    text-align: center;
    padding-top: 10px;
}


.content .article{
    text-align: center;
    width: 1440px;
}

.content .article p{
	font-family: FangSong, SimSun;
	color: black;
    text-align: left;
    width: 1214px;
	line-height: 0.39in; 
	text-indent: 2em; 
	margin-left: 1.2in;
	margin-top: 0.1in;
	margin-bottom: 0in
}

.content .article img{
    width: 1214px;
    aspect-ratio: auto 1214 / 1734;
    overflow-clip-margin: content-box;
    overflow: clip;
    height: auto;
}


.content .footer{
    width: 85%;
    line-height: 33px;
    margin: 0 auto;
    color: #666;
    padding-bottom: 2%;
}

.content .footer .info{
    font-size: 18px;
    font-weight: bold;
    margin: 60px 0 20px;
}

.content .footer .info1{
    margin-bottom: 10px;
}


a {
    text-decoration: none; /* 去除下划线 */
    color: inherit;
    color: #333;
    font-size: large;
  }

  a:hover{
    color: blue;
  }
  
.content .article p.TL1 {
	font-family: SimHei;
}

.content .article p.TL2 {
	font-family: KaiTi_GB2312;
}

.content .article .signature {
	padding-left: 600px;
	
}

.content .article .signature p {
	width: 500px;
	text-align: center;
}
