/* body{background-color: #232323} */
.content {
	/* 给定容器宽高度 */
	/* width: 500px; */
	overflow: hidden;
	height: 300px;
	position: relative;
	/* margin: 100px auto; */
	background-color: #fff;}

.content img {
	height: 85%;
	width: 100%;}

.points {
    position: absolute;
    z-index: 5;
    list-style: none;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
   // background-color: hsla(0,0%,0%,0.2);
    bottom: 45px;
    height: 20px;
    border-radius: 25px;
    right: 2%;}

.lb_title{
     position: absolute;
     left: 5%;
     bottom: 5px;
     width: 240px;
     height: 25px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     font-size: 16px;
     font-weight: 600;}

.lb_title:hover{
    color: #9d1d22;}

.points li {
	cursor: pointer;
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0px auto;
	border-radius: 15px;
        border:1px solid cadetblue;
background-color: cadetblue;}

.active {
	background-color: hsla(0,0%,100%,1.00) !important;}

.prev {

	border-radius: 0 30px 30px 0;}

.next,
.prev {
    appearance: menu;
    margin: 0 auto;
    width: 40px;
    display: block;
    float: left;
    height: 40px;
    position: absolute;
	line-height: 40px;
	text-align: center;
	font-family: "宋体";
	color: aliceblue;
    z-index: 999;
    background-color: hsla(0,0%,0%,0.1);
    top: 45%;
    -webkit-appearance: button;
    cursor: pointer;}

.next {
	right: 0px;
	border-radius: 30px 0 0 30px;}
.prev:hover{background-color: hsla(0,0%,0%,0.5);}
.next:hover{background-color: hsla(0,0%,0%,0.5);}