﻿@charset "UTF-8";

/**!
 * 政府信息公开目录
 * date:2021-09-26
 * author: wppei;
 */

.loc {
    padding: 17px 0 17px 27px;
    line-height: 25px;
    color: #999;
    background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
    color: #999;
}

.loc-cur {
    color: #015293;
}

.main {
    margin-bottom: 45px;
}

.sec-nav {
    width: 240px;
}

.sec-nav-tt {
    height: 68px;
    line-height: 68px;
    margin-bottom: 4px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: url("../images/list_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.sec-nav-list {
    padding: 0 20px;
}

.sec-nav-item {
    padding: 10px 0;
    border-bottom: 1px dashed #d5dae4;
}

.sec-nav-item a {
    display: inline-block;
    line-height: 20px;
    padding-left: 22px;
    color: #333;
    font-size: 16px;
    vertical-align: middle;
    background: url(../images/dianh.jpg) no-repeat 7px center;
}

.sec-nav-item:hover a {
    color: #015293;
}

.sec-nav-item.active a {
    color: #015293;
    font-weight: bold;
}

.menu {
    min-height: 566px;
    padding-bottom: 30px;
}

.box-shadow {
    min-height: 851px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 7px 0px rgba(79, 113, 157, 0.16);
}


/* 右侧 */

.sec-right {
    width: calc(100% - 260px);
    margin-left: 20px;
}

.sec-right-tt {
    height: 61px;
    margin-bottom: 25px;
    font-size: 18px;
    border-bottom: 1px solid #e3e8ef;
}

.sec-right-tt>h2 {
    position: relative;
    float: left;
    padding-left: 20px;
    line-height: 60px;
    font-weight: bold;
}

.sec-right-tt>h2:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 22px;
    transform: translateY(-50%);
    background-color: #015293;
}

.letter-box {
    padding: 0 25px;
}

.letter-table {
    width: 100%;
    table-layout: fixed;
}

.letter-thead th {
    height: 46px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #fff;
    background-color: #015293;
}

.letter-thead th:first-child {
    width: 15%;
    border-radius: 3px 0 0 3px;
}

.letter-thead th:nth-child(2) {
    width: 26%;
}

.letter-thead th:nth-child(3) {
    width: 18%;
}

.letter-thead th:nth-child(4) {
    width: 23%;
}

.letter-thead th:nth-child(5) {
    width: 18%;
}

.letter-tbody tr:nth-child(even) td {
    background-color: #f1f6fd;
}

.letter-tbody tr:nth-child(odd) td {
    background-color: rgba(241, 246, 253, 0.3);
}

.letter-tbody td {
    height: 50px;
    padding: 8px;
    line-height: 25px;
    text-align: center;
    color: #666;
    border-right: 1px solid #fff;
}

.letter-tbody td>a {
    color: #666;
}

.letter-tbody-tt {
    font-weight: bold;
    color: #333;
}

.letter-tbody td:nth-child(2) {
    text-align: left;
}

.pager {
    margin-top: 45px;
}


/* 1200以下 */

@media (max-width: 1199px) {
    .sec-right {
        margin-left: 15px;
    }
    .letter-box {
        padding: 0 15px;
    }
}


/* 767 */

@media (max-width: 767px) {
    .sec-nav,
    .sec-right {
        float: none;
        width: 100%;
        margin: 0 0 30px 0;
        height: auto;
        padding-bottom: 30px;
    }
    .sec-right-tt .write-letter {
        float: none;
        margin: 0 0 0 20px;
        display: block;
    }
    .sec-right-tt>h2 {
        float: none;
    }
    .sec-right-tt {
        height: auto;
        padding-bottom: 10px;
    }
    .letter-con::-webkit-scrollbar {
        display: none;
    }
    .letter-con {
        overflow-x: auto;
    }
    .letter-table {
        width: 900px;
    }
}