﻿/**!
 * 要闻公告
 * author: tfx;
 * date:2020-03-26
 */


/* 位置 */

.location {
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #1366c2;
    background: url('../images/loc_icon.png') 0 center no-repeat;
}

.location a {
    color: #1366c2;
}

.location span {
    color: #f43933;
}

/* 正文 */
.main {
    padding:20px 0 30px;
    background: #fff;
    overflow: hidden;
}

.search-date {
    margin: 0 20px;
}

/* 搜索 */
.main-search {
    float: left;
    width: 330px;
    height: 32px;
}

.search-input {
    position: relative;
    float: left;
    width: 260px;
}

.search-input>.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 32px;
    line-height: 32px;
    color: #999;
    cursor: text;
}

.search-input>.input-box {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
}

.main-search-btn {
    float: left;
    width: 66px;
    height: 32px;
    margin-left: 4px;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #2f80c9;
    cursor: pointer;
}

/* 时间 */
.main-date {
    float: right;
    line-height: 32px;
}

.main-date>span {
    float: left;
    line-height: 32px;
}

.main-date>div {
    float: left;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 9px;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: url("../images/icon_laydate.png") right 10px center no-repeat;
    cursor: pointer;
}



/* 时间顺序 */
.main-hd {
    margin: 0 10px;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ddd;
}

.hd-infocount {
    float: left;
    margin-left: 11px;
    color: #999;
}

.hd-infocount>span {
    margin: 0 5px;
    font-size: 16px;
    color: #1366c2;
}

.hd-order {
    float: right;
    margin-right: 20px;
    color: #666;
}

.hd-order>i {
    display: inline-block;
    width: 14px;
    height: 18px;
    vertical-align: top;
    margin: 15px 9px 0 0;
    background: url("../images/icon_order.png") center center no-repeat;
    cursor: pointer;
}
.hd-order>i.active{
    background-image: url("../images/icon_order1.png");
}
/* 列表 */
.main-ul {
    margin: 0 20px;
}

.main-list {
    padding-left: 15px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

.main-list:hover {
    background: #eaf5ff;
}

.list-titlle {
    line-height: 35px;
    margin-top: 16px;
}

.list-titlle>span {
    float: right;
    width: 95px;
    margin-top: -35px;
    color: #999;
}

.list-titlle>a {
    display: block;
    padding-right: 195px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-from {
    margin-bottom: 18px;
    line-height: 32px;
    color: #999;
}

.list-from>span {
    margin-right: 25px;
    color: #666;
}

/* 分页 */
.pager {
    margin: 20px 0 0;
    text-align: center;
}