/*上面搜索栏样式*/
.zutu_lies{
	border: none;
}
.hd-photo-operate{
	background: white;
	padding: 17px 20px;
	overflow: hidden;
}
.hd-photo-operate input,.hd-photo-operate button,.hd-photo-operate select,.hd-photo-operate span{
	float: right;
}
.hd-photo-operate button{
	padding: 5px 25px;
	background: rgb(101,123,137);
	color: white;
	margin-right: 10px;
}
#allCheckPicsBtn{
	min-width: 20px;
}
.hd-photo-operate input,.hd-photo-operate span{
	padding: 5px 0px;
	margin-right: 10px;
}
.hd-photo-operate input{
	min-width: 300px;
}
.hd-photo-operate select{
	width: 80px;
	margin-right: 20px;
	height: 30px;
	background: -webkit-linear-gradient(rgb(223,223,223), white); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgb(223,223,223), white); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgb(223,223,223), white); /* Firefox 3.6 - 15 */
	background: linear-gradient(rgb(223,223,223), white); /* 标准的语法 */
}
.hd-photo-operate .dib{
	float: left;
}
.hd-photo-operate .dib span{
	padding: 0;
}

.gengduo_lie{
	width: 100%;
}
.gengduo_lie .row{
	width: 104%;
	margin-left: -20px;
}
/*自定义5列样式*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    /*padding-right: 5px;
    padding-left: 5px;*/
    /*outline: 1px solid blue;*/
    width: 20%;
    float: left;
}
.col-xs-5ths{
	margin-top: 10px;
	/* height: 340px; */
}
@media ( min-width : 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
 
@media ( min-width : 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
 
@media ( min-width : 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.liebiao_center{
	width: 95%;
	height: 100%;
	background: white;
	margin: auto;
	border: 2px solid #cfcfcf;
}
.liebiao_center_top{
	width: 100%;
	height: 220px;
	position: relative;
}
.liebiao_center_top>img{
	max-width: 100%;
	max-height: 220px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.liebiao_top_imgs{
	position: absolute;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
}
#xinwentupian{
	overflow: inherit;
}
#xinwentupian p:nth-of-type(1){
	max-width: 100%;
	width: 100%;
}
#xinwentupian p:nth-of-type(2){
	position: absolute;
	top: -180px;
	right: 0px;
}
.liebiao_top_imgs p{
	float: right;
	background: rgba(0,0,0,0.3);
	max-width: 75%;
	width: 40%;
	/* white-space:nowrap;
	text-overflow:ellipsis; */
	overflow:hidden;
	/*padding: 10px;*/
	padding: 10px 8px;
	text-align: center;
}
.liebiao_top_imgs p:nth-of-type(2){
	float: right;
	width: 25%;
	background: rgba(145,162,170,0.5);
	color: white;
}

.liebiao_center_bottom{
	/* height: 120px; */
	padding: 15px 12px;
	text-align: left;
	position: relative;
	border-top: 2px solid #d3d3d3;
	background: #f6f6f6;
}
/*.liebiao_center_bottom p:nth-of-type(1){*/
	/*color: rgb(101,122,141);*/
	/* height: 40px;
	overflow: hidden; */
	/*打开现在的样式color: black;*/
/*}*/
/*.liebiao_center_bottom p:nth-of-type(1):hover{
	color: orange;
}*/
.liebiao_center_bottom a:nth-of-type(1){
	/*color: rgb(101,122,141);*/
	/* height: 40px;
	overflow: hidden; */
	color: black;
}
.liebiao_center_bottom a:nth-of-type(1):hover{
	color: orange;
}
.gengduo_lie .picsDetail_center p{
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	/* margin-top: 3px;  */
}
.gengduo_lie .picsDetail_center{
	position: relative;
}
#picsDetail_xuanze{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.liebiao_center_bottom p:nth-of-type(1){
	color: rgb(157,152,156);
	/* position: absolute;
	bottom: 20px; */
	/*color:#bbb;*/
}
.liebiao_center_bottom p:nth-of-type(2){
/* 	color: rgb(157,152,156); */
	/* position: absolute;
	bottom: 20px; */
	color: rgb(209,208,206);
}
.liebiao_center_bottom p:nth-of-type(3){
	/*color: rgb(209,208,206);*/
	/* position: absolute;
	bottom: 0px; */
	color: #337ab7;
}
.liebiao_center_bottom p:nth-of-type(3) input{
	margin-left: 30px;
}
.diwuhang{
	float: left;
	width: 100%;
	height: 3px;
	margin-top: 10px;
	background: white;
}
.jiazai{
	position: absolute;
	width: 250px;
	top: 200px;
	left: 50%;
	margin-left: -125px;
	text-align: center;
	z-index: 111;
}
.jiazai p{
	margin-top: 10px;
	font-size: 18px;
}
.tuijians .row .diwuhang{
	display: none;
}