/*下面右侧*/
#myRightDiv{
	position: absolute;
	top: 70px;
	left: 15%;
	width: 85%;
	z-index: 2;
	background: #FAFAFA;
}

#bottom_right_div{
	/*height: auto;*/
	/* border: 1px solid red; */
	/* text-align: right; */
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	/*height: 500px;*/
	overflow: auto;
}

#main_container_div{
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*border: 1px solid #253E4F;*/
	border: 0px solid #ddd;
	/*margin-right: 2px;*/
	padding-right: 0px;
	border-radius: 4px;
}

/*右侧刷新按钮*/
#refresh_span{
	float: right;
	margin-right: 5px;
	margin-top: -5px;
}
#refresh_span i{
	/*font-size: 20px;*/
	color: #333;
}

/*右侧详情*/
#content_tip_div{
	width: 100%;
	/* border: 1px solid red; */
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: bolder;
	margin: 0 auto;
	color: #ED1581;
	/* background-color: #337AB7; */
	/* background-color: #23262E; */
	background-color: #FAFAFA;
	/* background-color: #34495E; */
	/* border-left: 1px solid #FAFAFA; */
	/*border-left: 2px solid #009688;*/
	color: #333;
	/* margin-bottom: 10px; */
	margin-bottom: 0px;
	border-top-left-radius: 0px;
	/* border-top-left-radius: 20px; */
	/* border-top-right-radius: 20px; */
	margin-top: 5px;
	margin-bottom: 5px;
}

.glyphicon-map-marker{
	font-size: 14px;
	color: #393D49;
}
#content_tip_span{
	color: #393D49;
	font-size: 14px;
}
#sum{
	/*color: #d02917;*/
	/*font-weight: bolder;*/
	/*font-size: 14px;*/
}

#content_tip_span .badge {
	/* background-color: #FF004C; */
	background-color: #FF5722;
	font-size: 12px;
	margin-left: 15px;
}

/*筛选*/
#content_search_div{
	width: 100%;
	/*border: 1px solid red;*/
	/* height: 30px; */
	/* line-height: 30px; */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content_search_span{
	float: right;
	position: relative;
}

#mySearchDiv .layui-btn-group .layui-btn:first-child {
	border-left: none;
	/*border-radius: 10px 0 0 10px;*/
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
}
#mySearchDiv .layui-btn-group .layui-btn:last-child {
	border-radius: 0 30px 30px 0;
	padding-right: 12px;
	padding-left: 8px;
	/*border: 0px;*/
	border-left: 0px;
}

#search{
	/*height: 37px;*/
	/* line-height: 26px; */
	padding-left: 14px;
	width: 300px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	color: #000;
	color: #058176;
}
#search_a{
/*	position: absolute;
	top: 0px;
	right: 3px;*/
}

#list {
	width: 100%;
	/* border: 1px solid red; */
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
	/*margin-top: 20px;*/
	margin-top: 0px;
}



.name_a{
	color: #34495E;
	font-weight: bold;
	text-decoration: none;
}
.name_a{
	text-decoration: none;
}


.download_span{
	text-align: center;
	color: #fff;
	margin-left: 30%;
	/*background-color: #E15671;*/
	border-radius: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.download_span a{
	color: #E15671;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.download_span a:hover{
	text-decoration: none;
}





#type_id{
	width: 93%;
}
#name{
	/*width: 300pxs;*/
	width: 100%;
}
#pid{
	width: 90%;
}

.myadd_a{
	margin-right: 20px;
}

td a i.glyphicon{
	height: 25px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 25px;
}

.special_span{
	color: #990000;
}



@media(max-width: 768px){
	#type_id{
		width: 100%;
	}

	#name{
		width: 100%;
	}

	#pid{
		width: 100%;
	}

}