* {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}


body {
    background-color: #fff;
}

.war {
    width: 740px;
    height: 600px;
    margin: 100px auto 0;
    overflow: hidden;
}

.box {
    width: 100%;
    height: 276px;
    position: relative;
}

.box ul {
    width: 100%;
    height: 276px;
}

.list {
    width: 460px;
    height: 276px;
    position: absolute;
    top: 0;
}

.mengban {
    width: 140px;
    height: 288px;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}


.mengban1 {
    width: 140px;
    height: 288px;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}


.list img {
    width: 460px;
    height: 276px;
    border: 6px solid #E7E7E7;
    box-shadow: 0px 0px 4px #333;
    box-sizing: border-box;
}



.box_p1 {
    width: 740px;
    height: auto;
    font-size: 20px;
    color: #333333;
    text-align: justify;
    padding-top: 50px;
    text-indent: 40px;
    display: none;
    position: absolute;
    top: 370px;
    left: 50%;
    z-index: 1;
    margin-left: -370px;
}

.box_p1.active {
    display: block;
}



.left1 {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #63ABA8;
    color: #ffffff;
    font-size: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    z-index: 99999;
    cursor: pointer;
}

.right1 {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #63ABA8;
    color: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    z-index: 99999;
    cursor: pointer;
}