.module-poster {
    width: auto;
    overflow: hidden;
    position: relative;
    height: 300px;
    background: #000;
}
.module-search{
    width: auto;
    position: relative;
    height: 40px;
    color: #000;
    background: #f0f0f0;
    margin-top: 0px;
}
.module-search .wrap1200 ul.order{
    height: 100%;
    float: left;
    /* margin-right: 60px; */
    margin-left: 200px;
}
.module-search .wrap1200 ul.order li{
    width: 110px;
    float: left;
    padding: 11px 0;
    height: 18px;
    text-align: center;
    cursor: pointer;
    -moz-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -webkit-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -o-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
}
.module-search .wrap1200 ul.order li.selected {
    background: #05dbc6;
    color: #fff;
}

.module-container{
    width: 100%;
    padding:30px 0 50px;
}
.module-water{
    width: 95%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}
.module-water .item{
    float: left;
    width: 360px;
    padding: 10px;
    color: #9ea7b3;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin-bottom: 25px;
    margin-left: 10px;
    border: solid 1px #BCBCBC;
    box-shadow: 0 0 10px #BCBCBC;
}
.module-water .item .pic{
    overflow: hidden;
}
.module-water .item .pic img {
    width:100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -webkit-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -o-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    display: block;
}
.module-water .item .pic:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all .5s cubic-bezier(.4, 0, .25, 1) 0s;
    -webkit-transition: all .5s cubic-bezier(.4, 0, .25, 1) 0s;
    -o-transition: all .5s cubic-bezier(.4, 0, .25, 1) 0s;
    transition: all .5s cubic-bezier(.4, 0, .25, 1) 0s
}

.module-water .item .detail, .module-water .item .info {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 12px;
}
.module-water .item .info {
    margin-top: 26px;
    font-size: 14px;
}
.module-water .item .info .title {
    float: left;
}
.module-water .item .info .author {
    float: right;
}
.module-water .item .detail {
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 20px;
}
.module-water .item .detail .editor, .module-water .item .detail .fav, .module-water .item .detail .view {
    float: right;
    height: 100%;
    text-align: center;
    padding-left: 4px;
}
.module-water .item .detail .editor a, .module-water .item .detail .fav a, .module-water .item .detail .view a {
    cursor: pointer;
    color: #333;
}
.module-water .item .detail .editor i, .module-water .item .detail .fav i, .module-water .item .detail .view i {
    width: 24px;
}
.module-water .item .detail .editor i, .module-water .item .detail .editor span, .module-water .item .detail .fav i, .module-water .item .detail .fav span, .module-water .item .detail .view i, .module-water .item .detail .view span {
    height: 100%;
    display: inline-block;
    overflow: hidden;
}