/*.Title_Text {
			padding-left: .28rem;
			font-weight: bold;
			border-left: 2px solid #f90;
			font-size: .28rem;
			color: #333333;
		}*/
		
		.numerous {
			background: #fff;
			padding: 0 .3rem;
			padding-top: .36rem;
			padding-bottom: .2rem;
		}
		.numerous .active {
			background-color: #ff9900;
			color: #ffffff;
		}
		
		.numerous li:nth-child(7n) {
			margin-right: 0;
		}
		
		.numerous ul li {
			width: 0.82rem;
			height: 0.44rem;
			line-height: 0.44rem;
			box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
			margin-right: .19rem;
			text-align: center;
			font-size: .24rem;
			color: #333333;
			float: left;
			margin-bottom: .22rem;
		}
		
		.specific {
			background: #fff;
			width: 100%;
			padding: .25rem .25rem 0rem .2rem;
			margin-top: .24rem;
		}
		
		.specific ul li {
			padding-left: .3rem;
			float: left;
			width: 50%;
			color: #666;
			font-size: .22rem;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			line-height: .44rem;
			height: .44rem;
		}
		.specific ul li:nth-child(2n-1){padding-left: 0;}
		.specific ul li i {
			display: inline-block;
			vertical-align: middle;
			width: .28rem;
			height: .28rem;
			margin-right: .05rem;
			background: url(../../img/pdf-icon/pdficon.png) no-repeat center;
			
			background-size: cover;
		}
		