/* >= 1100 */
@media screen and (min-width: 1100px){  
    .imageItemBox .topImage .mainImage{
	    width: 350px;
	}
	.imageItemBox{
    	width: 350px;
	    float: left;
	    margin: 5px;
	}
	.topImage{
        height: 500px;
        overflow: hidden;
	}
	
}

/* < 1100 */
@media screen and (max-width: 1100px){
	.imageItemBox .topImage .mainImage, #topImage .mainImage{
	    width: 100%;
	    height: auto;
	    margin:auto;
	}
	.imageItemBox{
    	margin-bottom: 10px;
    	border-radius: 10px;
	}
	.mainRightBox{
		clear:both;
	}
	#tagBox{
		/*display:none;*/
	}
}

.imageItemBox{
    background: #fff;
    border: 1px solid #eee;
    color: #666;
}

.centerImageDesc{
    width: 202px;
    height: 40px;
    margin: 10px auto;
    overflow: hidden;
}

.centerImageDesc span{
    font-weight: bold;
}

.bottomImageLeft{
    float: left;
    width: 110px;
}

.bottomImageRight{
    float: right;
}

.bottomImageLeft, .bottomImageRight{
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 11px;
    color: #666;
}

.bottomImageBox{
    padding: 0px 10px 5px 10px;
}

.playImage{
	width:60px;
	height:60px;
	position: absolute;
}
.pageDetailBoxA{
    display: inline-block;
}

.topImage{
	position: relative;
}
#tagParentBox {
    width: 100%;
}
#tagBox {
    margin: 20px 0 0 0px;
    background-color: rgba(255, 105, 180, 0.2);
    border-radius: 10px;
    padding: 10px;
}

#tagBox .selectTagLi {
    background-color: #f98ee2;
}

#tagBox li {
    background-color: #fc6f88;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    color: #fff;
}
.playImage{
	left: 40%;
	top: 40%;
	cursor:pointer;
}
