.itemLi {
	/* width: 850px; */
	height: 58px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;

}

/* .itemLiStyle {
	width: 5px; 
	height: 5px; 
	background-color: #45C379; 
	border-radius: 50%;
	margin-top: 7px;
	margin-left: -10px;
	position: absolute;
} */

/* .itemLiP {
	line-height: 18px; 
	margin-top: 0px;
	font-size: 14px;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	letter-spacing: 2px;

} */
.itemLiP {

	margin:0 0 10px;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	
}
.ipttxt{

	width: 330px;
	height: 40px; 
	margin-left: 580px; 
	margin-top: -95px; 
	position: absolute; 
	border: 1px solid #1B67BB;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right:none ;
	/* background-image: url(../imgdemo/cjwt008-1.png); */
}
 .searchq{
	width: 78px; 
	height:40px; 
	margin-top: -95px; 
	float: right; 
	margin-right: -150px;
	

}
.searchqbut{
	width: 78px; 
	height:42px; 
	color: #fff;
	background-color: #1B67BB;
	border-radius: 1px;
	border: 1px solid #1B67BB;

}
#first1{

	width: 840px; 
	height: 66px; 
}


@media screen and (max-width: 767px){

	/* #first1{
		width: 402px;
	

	} */

	
	.searchq {
		width: 48px;
		height: 40px;
		margin-top: -125px;
		float: right;
		margin-right: -12px;
	} 

	.itemLiP {

		margin:0 0 10px;
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-weight: normal;
	}

	.ipttxt{
		 width: 170px;
		 margin-left: 60px;
		 /* margin-top: -20px;  */
		 border: 1px solid #1B67BB;
	     border-radius: 5px;
		 height: 35px;
		 border-top-right-radius: 0;
	     border-bottom-right-radius: 0;
		 /* background-image: url(../imgdemo/cjwt008-1.png); */

	}
	.searchqbut{
		width: 45px; 
		height:38px; 
		color: #fff;
		float: right;
		margin-right: 105px;
		margin-top: 30px;
		background-color: #1B67BB;
		border-radius: 1px;
		border: 1px solid #1B67BB;
	
	}
	
}

/**
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
 */

