body{color:#000;background:#f1f3f4;font: size 1rem;line-height:1.666;font-family:'Microsoft Yahei',verdana,sans-serif;}
		.container{
			display: flex;justify-content:center;
		}
        .tab {
            width: 180px;
			float: left;
			border:1px solid #E5E5E5;
			background: #fff;
        }
        .tab a {
            width: 180px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            color: #000;
            text-decoration: none;
            float: left;
            cursor: pointer;
			border-bottom: 1px solid #E5E5E5;
        }
        .tab a:hover,
        .tab .active {
            border-left:2px solid #43628b;
            color:#43628b;
			
        }
        .content {
            width: 700px;
            height: 100%;
            padding: 0 50px;
            font-size: 16px;
            color: #000;
			float: left;
			border:1px solid #E5E5E5;
			background: #fff;
			margin-left: 20px;
        }
        .content div {
            display: none;
        }
        .content div:target {
            display: block;
			white-space: normal;
			word-break: break-all;
        }
		.content h3{
			text-align: center;
		}
		.content b{
			font-size: 1rem;
		}
		.content span{
			color:red;
		}
		.content p{
			font-size: 1rem;
			text-indent:2em;
		}
		.content img{
			width: 80%;
			display: block;
		}
		table{
			width:80%;
			border:1px solid #E5E5E5;
			display: table;
			border-collapse:collapse;
			text-align: center;
		}
		table th{
			height: 40px;
			color:#000;
			display: table-cell;
			border:1px solid #E5E5E5;
		}
		table td{
			word-wrap: break-word;
			word-break: normal;
			border:1px solid #E5E5E5;
		}