.container {
    width: 1280px;
    min-width: 1280px;
    max-width: 100%;
}
body {
    min-width: 1480px;
}
.header {
    background: none;
}
#cont {
    min-width: 1280px;
    margin: -50px 0 30px;
    overflow: hidden;
}
#cont .cont {
    padding: 26px 40px 60px;
    background: #fff;
    border-radius: 8px;
}
.cont ul.nav {
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #ECECEC;
}
.cont ul.nav li {
    float: left;
    position: relative;
    margin-right: 26px;
}
.cont ul.nav li a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #111111;
}
.cont ul.nav li i {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #91622D;
    left: 21px;
    bottom: -20px;
}
.cont ul.nav li a.active{
    color: #91622D;
}
.classify {
    overflow: hidden;
}
.cont ul.tab {
    float: left;
    max-width: 1100px;
    height: 32px;
    padding-top:15px;
    overflow: hidden;
}
.classify .more {
    float: right;
    padding: 20px 0 0;
}
.classify .more a:hover {
    color: #2878FF;
}
.classify .more span {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.cont ul.tab li {
   float: left;
    margin-right: 9px;
}
.cont ul.tab li a {
    display: block;
    padding: 0 20px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    font-size: 12px;
    color: #888888;
    border: 1px solid #ECECEC;
}
.cont ul.tab li a.active{
    background: #E6CA90;
    color: #6D3D00;
}
.cont ul.list {
    padding-top: 22px;
    margin-right: -28px;
    overflow: hidden;
}
.cont ul.list li {
    float: left;
    height: 348px;
    margin-right: 28px;
    margin-bottom: 20px;
}
.cont ul.list li a {
    display: block;
    width: 176px;
}
.cont ul.list li a span.caver-img {
    display: block;
    position: relative;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    overflow: hidden;
    *overflow:visible;
}
.cont ul.list li a span.caver-img img {
    display: block;
    width: 176px;
    *width: 174px;
    height: 248px;
}
.cont ul.list li a span.caver-img:hover{
    border: 1px solid #2878FF;
}
.cont ul.list li a span.caver-img:hover img {
    transform: scale(1.3);
    transition: all 0.5s;
}
.cont ul.list li a span.caver-img i {
    position: absolute;
    width: 35px;
    height: 16px;
    top: 9px;
    right: 10px;
    font-style: normal;
    background: #DFC192;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #91622D;
    line-height: 16px;
}
.cont ul.list li a strong {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    font-weight: normal;
    font-size: 14px;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cont ul.list li a label {
    margin: 10px 0 27px;
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #999999;
}
.cont ul.list li a label .flow {
    float: left;
}
.cont ul.list li a label .pages {
    float: right;
}
#cont .container {
    position: relative;
}
#cont .prompt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,1));
    text-align: center;
}
#cont .tips {
    width: 100%;
    text-align: center;
    bottom: 0;
}
#cont .prompt a{
    font-size: 18px;
    font-weight: 500;
    color: #91622D;
    line-height: 280px;
}
#cont .tips p {
    font-size: 18px;
    font-weight: 500;
    color: #AAAAAA;
    line-height: 50px;
    cursor: pointer;
}
.header ul.menu>li{
    float: right;
}
.header ul.nav>li>a{
    position: relative;
}
.header ul.nav>li>a>i{
    position: absolute;
    left: 36%;
    bottom: 8px;
    width: 30px;
    height: 2px;
    background: #F2F5F9;
}
#paging {
    overflow: hidden;
    background: #fff;
}
#paging .pagelist{
    margin-right: 45px;
}
.loadmore{
    text-align: center;
}
.loadmore p{
    font-size: 18px;
    font-weight: 500;
    color: #AAAAAA;
    line-height: 50px;
}
@font-face {
    font-family: 'iconfont';
    src: url('../font/icon-doc/iconfont.eot');
    src: url('../font/icon-doc/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/icon-doc/iconfont.woff') format('woff'),
        url('../font/icon-doc/iconfont.ttf') format('truetype')
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.look {
    margin-right: 4px;
    color: #999999;
    font-size: 14px;
    vertical-align: text-bottom;
}
.icon-search {
    position: absolute;
    left: 12px;
    top: 16px;
    font-size: 16px;
    color: #AAAAAA;
}
.icon-more{
    vertical-align: bottom;
}
@keyframes scaleMove {
    0% {
        transform: scale(1)
    }

    12.5% {
        transform: scale(1.05)
    }

    25% {
        transform: scale(1)
    }
}