﻿@charset "utf-8";
.main-zhishi{
    background: #f9f9f9;
}
.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: 590px;
    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;
}
