.photolist-container{
    margin: 0 auto;
    border: 1px solid #ccc;
    text-align: center;
    /*padding: 7px 0;*/
}
.photo-serach-btn{
    border: 1px solid #9B9B9B;
    padding:1px 5px;
    margin-left: 3px;
    outline: none!important;
}
.photo-list-li{
    width: 19.6%;
    padding: 1.2rem;
    border: 1px solid #ccc;
    margin-right: 0.5%;
    font-size: 1.2rem;
    background: #FFF;
    /*height: 22rem;*/
    display:table-cell;
}
.photo-item-li{
    width: 20%;
    padding: 1.2rem;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    background: #FFF;
    /*float:left;*/
    display:inline-block;
}
.photo-imgbox{
	height:145px;
}
.photo-img{
    margin:0 auto;
    display:block;
    padding:10px 0;
    max-width:100%;
    max-height:100%;
}
.photo-file-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.photo-list-item{
    padding:0 5px;
    margin-top: 10px;
}
.photo-spec-intro{
    margin: 13px 0 6px 0;
}
.photo-spec-introf{
    width:100%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 35px
}
.page-jump-input{
    width: 33px;
    margin: 0 8px;
}
.photo-record-page{
    width: 30%;
    text-align: left;
}
.photo-record-page select{
    cursor:pointer;
}
.photo-now-page{
    width: 30%;
    text-align: center;
}
.photo-jump-page{
    width: 40%;
    text-align: right;
}
.hd-photo-paging{
    padding:0 11px;
    background: rgb(239,239,239);
}
.hd-photo-pagingFY{
    background:#f9f2ed !important;
    margin-bottom: 15px;
}
.hd-photo-pagingFY a{
    padding:0 !important;
    color:#333 !important;
    
}
.jump-pre-page{
    margin:0 10px;
}
.photoList-rec-item{
   /*float:left;*/
    width: 100%;
    display:flex;
    flex-flow:row wrap;
}
.photo-item-li .twoTextOverflow{
    height: 36px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

/*专题图片新样式*/
.zhuantiStyle{
	width: 100%;
	background: white;
	padding: 0;
}
.zhuanti_tuijian{
	overflow: hidden;
}
.zhuanti_tuijian img{
	float: left;
	margin-top: 5px;
}
.zhuanti_tuijian span{
	float: left;
	margin-left: 5px;
}
.zhuantiStyle>.row{
	padding: 0px 5px;
	margin: 0px;
}
.zhuantiStyle>.row .col-xs-4{
	padding: 0;
	margin-top: 10px;
	min-height: 160px;
}
.zhuantiStyle>.row .col-xs-4 .col_xs_4center{
	width: 97%;
	height: 100%;
	outline: 1px solid rgb(186,186,186);
	margin: auto;
}
.zhuantiStyle>.row .col-xs-4 p{
	outline: 1px solid rgb(186,186,186);
	white-space:nowrap; 
	background: -webkit-linear-gradient(rgba(186,186,186,0.4) 5%, white); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(186,186,186,0.4) 5%, white); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(186,186,186,0.4) 5%, white); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(186,186,186,0.4) 5%, white); /* 标准的语法（必须放在最后） */
}
.zhuantiStyle>.row .col-xs-4 p span{
	display: inline-block;
	max-width: 250px;
	white-space:nowrap; 
	text-overflow:ellipsis;
	overflow:hidden;
}
.zhuantiStyle>.row .col-xs-4 p span:nth-of-type(2){
	margin-left: 10px;
}
.zhuantiStyle>.row .col-xs-4 .row{
	padding: 6px 10px;
	margin: 0px;
	min-height: 150px;
}
.zhuantiStyle>.row .col-xs-4 .row .col-xs-7{
	outline: 1px solid rgb(186,186,186);
	padding: 2px;
	position: relative;
	height: 120px;
}
.zhuantiStyle>.row .col-xs-4 .row .col-xs-7 img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 120px;
}
.zhuantiStyle>.row .col-xs-4 .row .col-xs-5{
	max-height: 124px;
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 6; 
	-webkit-box-orient: vertical;
}
.zhuanti_quanbu{
	width: 100%;
	margin-top: 20px;
}
.zhuanti_quanbu img{
	width: 95%;
}
.zhuanti_quanbu_center{
	text-align: left;
	background: white;
	padding: 0;
	margin: 0;
}
.zhuanti_quanbu_center .col-xs-6{
    margin-top: 5px;
    cursor:pointer;
}
