@import url("global.css");



.left-side ul.info li{
    margin-top: 11px;
    color: rgb(0, 173, 239);
}

.left-side ul.info li p{
    line-height: 18px;
    margin-top: 0px;
}

.posters-list {

}

.posters-list .intro {
    width: 500px;
    margin-top: 150px;
}

.posters-list ul {
    width: 800px;
    float: left;
    margin-top: 20px;
    margin-left: -6px;
}

.posters-list ul li {
    float: left;
    margin-left: 6px;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.posters-list ul li:hover{
    opacity: 1;
}

.posters-list ul li img{
    width: 300px;
}



.others{
    margin-top: 10px;
}
.others .title{
    float: left;
}

.others ul {
    margin-top: 0px;
    margin-left: 0px;
    float: left;
}
.others ul li {
    float: left;
    margin-left: 0px;
}
.others a {
    color: #0C67C2;
}
.others a:hover {
    color: #0A549E;
}
