::-moz-selection {color: #fff; background: #39f; }
::selection {color: #fff; background: #39f; }
.row {
    width: 102%;
    transition: .2s width ease;
    *zoom: 1;
}
ul {
    padding-left: 0;
    list-style-type: none;
}
.row::before, .row::after {
    display: table;
    clear: both;
    content: '';
}
.row > .span-3 {
    width: 23%;
}
.row > [class*="span-"] {
    float: left;
    margin-right: 2%;
    *margin-right: 1.89%;
}
.pic-list li {
    margin-bottom: 20px;
}
.rect-75 {
    padding-bottom: 75%;
}
[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
[class*="rect-"] ._full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    *height: auto;
}
.pic-list li ._cover {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/pic_cover.png) repeat;
    z-index: 5;
}
.pic-list li ._cover i {
    display: block;
    width: 65px;
    height: 65px;
    background: url(../images/fdj.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -32px;
    z-index: 6;
}
i, em {
    font-style: normal;
}
.pic-list li ._title {
    line-height: 46px;
    background: url(../images/black.6.png) repeat;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
}
.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
*::-moz-selection {
    color: #fff;
    background: #39f;
}
@font-face {font-family: "jrico";
  src: url('../font/iconfont.eot'); /* IE9*/
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
  url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.ion {
  font-family:"jrico" !important;
  display:inline-block;
  margin:0 .3em;
  font-size: 1.1em;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;   
}
.imghover img{-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;} 
.imghover:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}