		* {
			margin: 0;
			padding: 0;
			list-style:none;
		}
		 
		.inner {
			width: 1100px;
			margin:0 auto;
		}
		h2{
			font-weight: 500;
			text-align: center;
			font-size: 31px;
			font-family:"微软雅黑";
			margin: 50px auto;
			color:#000;
		}
		.title h5{
			margin-bottom:5px;
			font-weight:600;
			font-size: 15px;
		}
		.content .protocal {
			font-size: 15px;
		}
		.title p {
			font-size: 15px;
			font-family:"微软雅黑";
			color:#000;
			line-height: 26px;
		}
		.title p span {
			display: inline-block;
			width:100px;
			height:15px;
			border-bottom: 1px dashed #000;
			position:relative;
			top:2px;
		}