/**!
 * 中国航空油料集团有限公司采购管理平台通用子页
 * author: tfx;
 * date:2020-02-12
 */
/* 正文 */
/* 二级栏目标题 */
.title {
    height: 250px;
    background: url("../images/top_bg.png") center center no-repeat;
    overflow: hidden;
}

.title-columnname {
    margin-top: 80px;
    line-height: 72px;
    font-size: 38px;
    color: #06287f;
}
.red-line{
    width: 50px;
    border: 1px solid #1f79e8;
}
/* 当前位置 */
.address{
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    padding-left: 23px;
    color: #666666;
    box-sizing: border-box;
    background: url("../images/icon_address.png") 0 center no-repeat;
}
.address>a{
    color: #666666;
}
.address>span{
    color: #d6000f;
}

/* 栏目 */
.column-name{
    float: left;
    width: 282px;
}
.column-content{
    float: left;
    width: 895px;
    margin-left: 23px;
    padding-bottom: 50px;
}

.column-name>a{
    display: block;
    height: 90px;
    line-height: 90px;
    padding-left: 30px;
    font-size: 26px;
    color: #fff;
    background: url("../images/title_bg.png") center center no-repeat;
    cursor: pointer;
}
.column-list>a{
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 31px;
    font-size: 20px;
    color: #666666;
    border-bottom: 1px solid #fff;
    background: url("../images/grey_arrow.png") 243px center  no-repeat #fafafa;
}
.column-list.active a,
.column-list:hover a{
    color: #1f79e8;
    background-image: url("../images/red_arrow.png");
    background-color: #eeeeee;
}

.column-content>h1{
    height: 22px;
    line-height: 22px;
    margin-top: 7px;
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #1f79e8;
}
.column-head{
    height: 38px;
    line-height: 38px;
    margin-top: 25px;
    background-color: #eeeeee;
}
.column-head>span{
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.column-order{
    width: 90px;
    text-align: center;
}
.column-headline{
    width: 672px;
}
span.column-date{
    width: 133px;
    padding-left: 12px;
    text-align: left;
    box-sizing: border-box;
}
.column-content-list{
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dashed #b8b8b8;
    cursor: pointer;
}
.column-content-list>span{
    float: left;
    font-size: 15px;
}
.list-headline{
    padding-right: 59px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
span.list-date{
    padding-left: 2px;
}
.column-content-list:hover span,
.column-content-list:hover a{
    color: #57a3ea;
}
.pager{
    text-align: right;
}


/* 2020-04-20修改 */
.tab-ul{
    margin-bottom: 20px;
}
.tab-list{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    padding: 0px 15px;
    margin-left: 10px;
}
.tab-list:first-child{
    margin-left: 0;
}
.tab-list.active {
    color: rgb(255, 255, 255);
    border-radius: 30px;
    background: #57a3ea
;
}


.column-title{
    height: 22px;
    line-height: 22px;
    margin-top: 7px;
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #57a3ea;
}