* {
			padding: 0;
			margin: 0;
			color: #444;
			-webkit-overflow-scrolling: touch;
		}

		p {
			font-size: 14px;
		}

		body {
			padding: 0 20px 50px;
		}

		ul {
			list-style-type: none;
		}

		.color0 {
			color: #000;
		}

		.color3 {
			color: #222;
		}
		.colorRed{
			color: #f00;
		}

		.title {
			text-align: center;
			font-size: 18px;
			margin-bottom: 20px;
		}

		.time {
			color: #999;
		}

		.tou {
			padding: 15px 0;
		}

		.duan {
			padding-top: 10px;
		}

		.list {
			margin-top: 8px;
		}

		table {
			width: 100%;
			border-collapse: collapse;
			margin-top: 5px;
			/* 确保边框合并，避免双重边框 */
		}

		table th {
			background-color: #CBD4E0;
			text-align: center;
		}

		table,
		th,
		td {
			border: 1px solid #000;
		}

		td {
			padding: 3px;
		}
		.small-title{
			margin-top: 10px;
			font-weight: bold;
			margin-bottom: 5px;
		}
		.p-right{
			text-align: right;
		}
		.p-top5{
			margin-top: 5px;
		}