.content_Text{
	margin-top: 40px;
	margin-bottom: 80px;
}
 .content_Text span{
 	 display: block;
 	 margin-bottom: 12px;
 }
 .content_Text span a{
 	 font-weight: 600;
 	 font-size: 20px;
 	 color: #000;	 
 }
 .content_Text ul li:nth-of-type(1){
	 background: red;
	 color: #fff;
	 line-height: 50px;
	 padding-left: 20px;
	 font-size: 20px;
	 font-weight: 600;
	 border-top: 2px solid #ccc;
 }
 .content_Text ul li{
	 padding-top: 12px;
	 padding-bottom: 12px;
	 padding-left: 20px;
	 font-size: 16px;
	 background: #fff;
	 border: 1px solid #ccc;
	 border-bottom: 0;
	 color: #000;
 }
  .content_Text ul li a{
	   color: #000;
	   font-size: 16px;
	   text-decoration: none;
  }
  .content_Text ul li:last-child{
	  border-bottom: 2px solid #ccc;
  }
  .content_Text ul li:hover{
	  background: red;
  }
   .content_Text ul li:hover a{
	   color: #fff;
   }
  .content_Text .probox{
	  margin-bottom: 30px;
  }
  
  .content_Text .items{
	  padding: 5px 5px;
	  border: 1px solid #ccc;
	  border-radius: 4px;
  }
   .content_Text .items:hover{
	   box-shadow: 0px 2px 5px 2px #888888;
	   transition: 0.6s;
   }
  .content_Text .items p{
	  color: #000;
	  font-size: 16px;
	  text-align: center;
	  font-weight: 550;
  }
   .content_Text .items p a{
	    color: #000;
	   text-decoration: none;
	   font-size: 14px;
	   font-weight: 600;
	   text-align: center;
   }
   .content_Text .items p a:hover{
	   border-bottom: 1px solid #000000;
   }
   .items div{
	   margin-top: 20px;
	   height: 70px;
	   overflow: hidden;
   }
/*   .items a img{
	   display: block;
	   width: 100%;
	   height: 200px;
   } */
   