
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: none;
}
.lc {
    max-width: 1680px;
    margin: 0 auto;
    overflow: hidden;
}

.lc .items .right {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.lc .items .right ul li {
    background-color: #fff;
    margin-right: 13px;
    text-align: center;
    float: left;
    width: 560px;
    height: 390px;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}
.lc .items .right ul li img {
    width: 100%;
    height: 350px;
}
.lc .items .right ul li a {
    font-size: 26px;
	color: #B0B0B0;
}
.lc .items .right .next, .lc .items .right .prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 62px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    background: rgba(0, 0, 0, .2);
    font-family: simsun;
    transition: all ease-in .4s;
}
.lc .items .right .next {
    left: 0px;
}
.lc .items .right .prev {
    right: 0px;
}
.lc .items .right:hover .next {
    opacity: 1;
}
.lc .items .right:hover .prev {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
	.lc .items .right ul li {
		width: 280px;
		height: 180px;
	}
	.lc .items .right ul li img {
		width: 100%;
		height: 150px;
	}
	.lc .items .right ul li a {
		font-size: 16px;
		color: #B0B0B0;
	}
}
