.title{
			display: flex;
			padding: 10px;
		}
		.title h2{
			width: 200px;
		}
		
		.item{
				display: flex;
				margin: 20px 0;
				width: 100%;
		}
		.item .left{
			margin: 0 10px 10px 0;
			display: block;
		}
		
		.item .item-text .text-title{
			display: flex;
			justify-content: space-between;
			margin: 0;
			padding: 0;
			line-height: 30px;
			height: auto;
		}
		.item .item-text p{
			padding: 0 30px 0 0;
		}
		.item .item-text a{
			text-decoration: none;
			color: #000;
		}
		.item .left .icon{
			display: flex;
			justify-content: space-between;
		}
		.item .left .icon{
			padding: 0 5px 0;
			list-style: none;
		}
		.item .left .pic img{
			width: 200px;

		}