			.t2 {
				letter-spacing: 0px;
			}

			.content a {
				color: cornflowerblue;
				text-decoration: none;
			}

			.content p {
				color: grey;
				font-family: "楷体";
				font-size: 20px;
				margin-bottom: 10px;
			}

			.title {
				font-family: "微软雅黑";
				color: black;
				font-size: 35px;
				font-weight: 700;
				margin-top: 35px;
			}

			.img {
				margin: 0 auto;
				width: 200px;
				height: 300px;
				background-image: url(img/weibo.png);
			}

			.content {
				margin: 50px auto;
				width: 50%;
				padding-bottom: 80px;
			}

			.head {
				background-color: #208C5B;
			}

			.footer-link {
				text-align: center;
				position: fixed;
				bottom: 0;
				left: 0;
				right: 0;
				background-color: white;
				padding: 10px 0;
				border-top: 1px solid #e0e0e0;
			}