﻿@charset "utf-8";
.main-zhishi{
    background: #f9f9f9;
}
.zhishi-banner{
    height: 500px;
    background: url(../img/zhaopinbanner.png) no-repeat center;
}
.news-banner{
    height: 314px;
    background: url(../img/news-banner.png) no-repeat center;
}
.dingzhi-banner{
    height: 500px;
    background: url(../img/banner-weishop.jpg) no-repeat center;
}
.guanyu-banner{
    height: 314px;
    background: url(../img/guanyuwomenbanner.jpg) no-repeat center;
}
.waibao-banner{
    height: 550px;
    background: url(../img/banner-fastsite.jpg) no-repeat center;
}
.waibaoxt-banner{
    height: 550px;
    background: url(../img/banner-4-bg.png) no-repeat center;
}
.case-banner{
    height: 240px;
    background: url(../img/case-brands-banner.png) no-repeat center;
}
.lietou-banner{
    height: 550px;
    background: url(../img/banner-4-bg.png) no-repeat center;
}
.main-zhishi .items-nav{
    background: #fff;
    line-height: 50px;
    height: 50px;
    border-bottom:1px solid #e5e5e5;
}
.main-list-items {
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 30px;
}
.main-list-items .item-left {
    padding: 20px 30px;
    width: 920px;
    float: left;
}
.main-list-items .item-right {
    padding: 10px;
    width: 260px;
    float: right;
}
.item-list{
    background: #fff;
    padding:12px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.item-list:hover{
    background: #f9f9f9;
}
.main-block {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}
.item-list-top{
    display: flex;
    justify-content: space-between;
    height: 30px;
    align-items: center;
}
.item-list-top .title{
    font-size: 16px;
}
.item-list-top .time{
    font-size: 12px;
    color:#999;
}
.item-list-intro{
    font-size: 12px;
    color:#999;
    line-height: 22px;
    padding:4px 0;
}
.item-list-con{
    font-size: 14px;
    color:#666;
    line-height: 26px;
    display: none;
}
.btn-more{
    font-size: 12px;
    color:#00a2ff;
    float: right;
    cursor: pointer;
}
.btn-more:after {
    content: "";
    display: inline-block;
    vertical-align: 1px;
    width: 11px;
    height:6px;
    background: url(../img/icon-down.png) no-repeat center;
    transition: all .3s ease;
    transform: none;
    margin-left: 5px;
}
.btn-more.cur:after {
    transform: rotateZ(180deg);
}
.item-left .pagination{
    margin-top:20px;
}
.general-advertisement{
    height: 314px;
    width: 100%;
    margin: auto;
    background: #f7f7f7;
}
.item-right .right-advertisement img{
    width: 100%;
    height: auto;
}
