/********************这是首页右侧列表的样式*********************/
/*列表总标题*/
.title .first{
    display: inline-block;
    padding: 0 11px !important;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #F09500;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
}
.title .second{
    color: #666666;
    font-size: 14px;
    /*margin-bottom: 14px;*/
    line-height: 26px;
    float: right;
    cursor: pointer;
}
/*总标题结束*/
.item .itemTitle{
    font-size: 18px;
    font-weight: bold;
    /*margin-bottom: 15px;*/
    margin-bottom: 9px;
    color: #333333;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.item .itemTitle a:hover{
    color: #004097;
}

/*.itemTitle.active{*/
    /*color: #004097;*/
/*}*/

.item .itemTitle a{
    text-decoration: none;
    color: #333333;
}

.item .complex, .item .author{
    font-size: 14px;
    color: #666666;
    margin-bottom: 9px;
}

.item .author{
    display: block !important;
}

.item .complex {
    margin: 10px 0;
    margin-bottom: 16px;
}

.item .complex span {
    padding-right: 33px !important;
    display: inline-block;
    line-height: 27px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 992px){
    .item .complex span {
        padding-right: 0 !important;
    }
}

.item .complex .last i {
    font-style: normal;
}

.item .complex .last .special {
    color: #004097
}

.item .buttons {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
}

.item .buttons span {
    display: inline-block;
    width: auto;
    height: 25px;
    border-radius: 4px;
    border: 1px solid #004097;
    text-align: center;
    line-height: 25px;
    padding: 0 8px;
}

.item .buttons span:hover{
    background-color: #004097;
}

.item .buttons span a {
    color: #004097;
}

.item .buttons span a:hover{
    color: #fff;
}

.item .buttons span .number {
    font-style: normal;
    display: inline-block;
    margin-left: 5px;
}

.item .buttons span .iconfont{
    font-style: normal;
    display: inline-block;
    margin-right: 7px;
    font-size: 14px;
}

.item .buttons span .iconfont1 {
    /*color: #f96f6f;*/
}

.item .buttons span:first-child{
    float: left;
    margin-right: 18px;
}
/********************首页右侧列表的样式 结束*********************/

/********************列表页左侧公共样式 开始*********************/
.category {
    margin-top: 30px;
}

.category:first-child {
    margin-top: 0;
}

.category .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 13px;
    font-family: "Microsoft YaHei";
    border-bottom: 1px solid #eee;
}

.category .title i{
    float: right;
    font-size: 14px;
    cursor: pointer;
}

.category .content p {
    cursor: pointer;
    margin-top: 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #333333;
    position: relative;
}

.category .content p span {
    display: inline-block;
}

.category .content p .name {
    width: 100%;
    padding-right: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.category .content p .num {
    color: #999;
    position: absolute;
    right: 0;
}

.category .content .active .name {
    color: #004097;
    font-weight: bold;
}

.hide{
    display: none;
}
/********************列表页左侧公共样式 结束*********************/