/************重置样式************/

* {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}


/***独立样式**/

body {
    /*background-color: rgba(0, 0, 0, .8);*/
}

.wrap {
    width: 1000px;
    margin: 20px auto;
}

.poster-main {
    width: 640px;
    height: 270px;
    position: relative;
    margin-top: 62px;
}

.poster-main .poster-btn {
   width: 45px!important;
   height: 45px!important;
   background-color: #fff!important;
    position: absolute;
    top:50%;
    margin-top: -22px;
    cursor: pointer;
    border-radius: 50%;
    font-family: "宋体";
    color: #7ed883;
    text-align: center;
    line-height: 45px;
    font-size: 24px;
}

.poster-main .poster-prev-btn {
    left: -80px;
    background-position: left center;
}

.poster-main .poster-next-btn {
    right: -80px;
    background-position: right center;
}

.poster-main .poster-list .list-item {
    position: absolute;
    top: 0;
    left: 0;
}

.list-item a,
.list-item a img {
    display: block;
   	width: 100%;
    height: 100%;	
    border: 0;
}
.list-item{
	background-color: #fff;
	overflow: hidden;
	border-radius: 5px;
}
/*.list-item .tit{
	padding-top: 20px;
	padding-bottom: 10px;
    font-size: 18px;
    color: #303632;
}
.list-item .tit,
.list-item .sum{
	width: 248px;
	text-align: center;	
	margin: 0 auto;
}*/




