img.tl-logo{
    margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
}
.p-reg{
    font-family: CGFont;
    line-height: 25px;
    /* text-align: center; */
    margin-top: 30px;
}

.cont-props{
  width: 100%;
  height: 150px;
  float: left;
  margin-top: 20px;
  /* background-color: red; */
}

.left-props, .right-props{
  float: left;
  width: 50%;
}

.left-props .item-props{
  width: 95%;
  height: 40px;
  line-height: 40px;
  font-family: CGFont;
  background: rgb(168,212,225);
  background: linear-gradient(90deg, rgb(109, 195, 221) 52%, rgba(242,206,37,0.4696079115239846) 99%);
  border-radius: 10px;
  margin-bottom: 8px;
  padding-left: 15px;
}

.right-props .item-props{
  width: 95%;
  height: 40px;
  line-height: 40px;
  font-family: CGFont;
  background: rgb(168,212,225);
  background: linear-gradient(90deg, rgb(109, 195, 221) 52%, rgba(242,206,37,0.4696079115239846) 99%);
  border-radius: 10px;
  margin-bottom: 8px;
  padding-left: 15px;
}

.all-content{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
}


.prod-items{
	width: 280px;
	height: 380px;
	background-color: #fff;
	box-shadow: 0px 0px 3px #757373;
	float: left;
	cursor: pointer;
	margin-right: 18px;
	margin-bottom: 16px;
	
}


.prod-items img{
	width: 275px;
	height: 228px;
	background: url('../image/no-image.png')no-repeat #dadada;
	background-size: 80px;
	float: left;
	background-position: center center;
	margin-left: 3px;
	margin-top: 3px;
}


.prod-text{
	width: 217px;
	height: 100px;
	float: left;
	margin-top: 20px;
	margin-left: 12px;
	/*background: red;*/
}

.pitems-title{
	width: 263px;
	height: 35px;
	font-size: 17px;
	font-family: CGFontB;
	color: #0681c6;
	float: left;
}

.prod-items:hover{
	box-sizing: border-box;
	border-bottom: 5px solid #b80900;
	height: 380px;
	/*color: #b80900;*/
	
}

.pitems-ct{
	width: 250px;
	height: 73px;
	float: left;
	font-size: 10px;
	font-family: CGFont;
	color: #4b4b4b;
  text-align: justify;
	
}