.itemCard--L .itemCard__pic.square img {
	height: 248px;
	width:auto;
}
.itemCard__pic--double:before {
	display:none;
}
.itemCard__pic--double:after {
	display:none;
}
.itemCard--L .itemCard__pic--double.square {
	width: 248px;
	text-align:center;
	margin-top: 2px;
}
.itemCard--L .itemCard__pic--double.square span {
	width: 118px;
	overflow:hidden;
	display: inline-block;
}
.itemCard--L .itemCard__pic--double.square img {
	height: 120px;
	width:auto;
}
.itemCard.col--2 .itemCard__pic.square img {
	height: 151px;
	width:auto;
}
.itemCard.col--3 .itemCard__pic.square img {
	height: 181px;
	width:auto;
}
.LC_Page_Special_Page .special__cardList .itemCard.col--3  .itemCard__pic,
.LC_Page_Special_Page .special__cardList .itemCard.col--4  .itemCard__pic,
.LC_Page_Ranking .special__cardList .itemCard.col--3  .itemCard__pic,
.LC_Page_Ranking .special__cardList .itemCard.col--4  .itemCard__pic
 {
	height: 240px;
	width:auto;
}
.LC_Page_Special_Page .special__cardList .itemCard.col--3  .itemCard__pic img,
.LC_Page_Special_Page .special__cardList .itemCard.col--4  .itemCard__pic img,
.LC_Page_Ranking .special__cardList .itemCard.col--3  .itemCard__pic img,
.LC_Page_Ranking .special__cardList .itemCard.col--4  .itemCard__pic img
 {
	height: 240px;
	width:auto;
}

.itemCard.col--4 .itemCard__pic.square img {
	height: 181px;
	width:auto;
}
.itemCard--thumb .itemCard__pic.square img {
	height: 75px;
	width:auto;
}
.relatedItems .itemCard.col--3 .itemCard__pic.square img
 {
	height: 180px;
	width:auto;
}
.relatedItems.detailPage .itemCard.col--3 .itemCard__pic.square img
 {
	height: 240px;
	width:auto;
}
.itemCard--S .itemCard__pic.square img {
	height: 108px;
	width:auto;
}
.staffDetail__comment .commentCard.hasItemCard--right .itemCard--S {
    top:10px;
}
.staffDetail__comment .commentCard.hasItemCard--right {
    min-height:180px;
}


/****************DETAIL****************/
.detail__main {
    padding: 30px 20px 0;
}
.detail__mainImg {
    background-color: #efefef !important;
    /*
    width: 540px;
    */
    width: 495px;
}
ul.detail__mainImgList {
    padding:0 !important;
    margin: 0 !important;
    /*
    width: 86px !important;
    */
    width: 170px !important;
}

ul.detail__mainImgList > li {
    background-color: #fff !important;
    overflow: hidden !important;
    width:75px !important;
    height: 75px !important;

    display: inline-block;
    margin: 0 5px;
    padding: 5px 0;
}
ul.detail__mainImgList > li a {
    margin: 0;
}

ul.detail__mainImgList > li img {
	height: 75px !important;
	width:auto;
}
ul.detail__mainImgList>li>a.active:after {
	display:none;
}

.detail__main .detail__main-left {
    float:left;
}
.detail__main .detail__main-right {
    float:right;
    margin-top: -5px;
    margin-right: -5px;
}

.detail__imgCaption {
    color: #aaa;
}



.blogs li {
    position: relative;
    float: left;
    width: 25%;
    margin-bottom: 20px;
}
.blogs .imageBlock {
    width: 100%;
    height: 186px;
    overflow: hidden;
    border-radius: 0;
    padding:0px;
}
.blogs .imageTitle {
    margin-top: 5px;
    min-height: 40px;
    height: 50px;
    overflow: hidden;
}
.blog-block .bannerList>li .imageBlock img {
    width: auto;
    overflow: hidden;
    border-radius: 0;
    vertical-align: top;
    height: 100%;
    padding:0;
    border: 0;
}
.blog-block .bannerList>li:nth-child(even) {
    padding:0 5px;
}
.blog-block .bannerList>li:nth-child(odd) {
    padding:0 5px;
}
.blog-block .blogs .blogs__category {
    left: 10px;
}
