
.topic .scroll{
    margin:0!important;
}
.topic .scroll img{
    height:200px!important;
}
.topic .list li{
    margin:0;
    width:366px!important;
    margin-right:20px;
}
.topic .list li a{
    margin:0;
}
.topic li img {
    width:366px!important;
    max-width: 366px!important;
}
.topic-next{
    right:0;
}
.topic-prev{
    left:0;
}
.topic li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.topic-prev span, .topic-next span {
    display: block;
    width: 20px;
    margin: 8px auto;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.topic-prev, .topic-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    z-index: 999;
}

.phone-topic{
        display: block;
}
.pc-topic{
	display: none;
}


@media screen and (min-width:768px) {
	.phone-topic{
		display: none;
	}
	.pc-topic{
		display: block;
	}
}
