﻿@charset "utf-8";

body {
    background: #f6fbff !important;
}

#container {
    width: 1200px;
    margin: 0 auto;
}

#container a {
    text-decoration: none !important;
}

/* 写信和查询 */
#container .container-content1 .top {
    height: 140px;
    background: url(xy-hd-xecbg.png) no-repeat left center;
    background-size: 100% 100%;
    justify-content: space-around;
    align-items: center;
}

#container .container-content1 .top .left,
#container .container-content1 .top .center,
#container .container-content1 .top .right {
    flex: 1 1 0;
    justify-content: center;
    padding: 0 70px;
}

#container .container-content1 .top .left,
#container .container-content1 .top .center {
    border-right: 1px dashed #d5dfe7;
}

#container .container-content1 .top h5 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

#container .container-content1 .top p {
    font-size: 14px;
    color: #999;
}

#container .container-content1 .top .lt-img {
    padding: 0 10px;
    text-align: right;
}

/* 信件信息 */
#container .container-content1 .bottom {
    justify-content: space-between;
}

#container .container-content1 .bottom .left {
    width: 755px;
}

#container .container-content1 .bottom .right {
    width: 420px;
}

#container .title {
    display: flex;
}

#container .title {
    position: relative;
    text-indent: 10px;
    font-size: 24px;
    line-height: 31px;
}

#container .title span {
    background: url(icon-line.png) right bottom no-repeat;
    padding-right: 50px;
    margin-right: 10px;
}

#container .title::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 16px;
    top: 8px;
    left: 0;
    background-color: #015293;
}

#container .title::after {
    content: '';
    flex: 1 1 0;
    display: inline-block;
    border-bottom: 1px solid #e0e2e4;
}

#container .container-content1 .bottom .left .title::after {
    width: 600px;
}

#container .container-content1 .bottom .right .title::after {
    width: 265px;
}

/* 信箱公示 */
#container .container-content1 .bottom .left .thead {
    height: 50px;
    line-height: 50px;
    background-color: #d8e3ec;
}

#container .container-content1 .bottom .left .thead li {
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}

#container .container-content1 .bottom .left .thead li:first-of-type {
    width: 40%;
}

#container .container-content1 .bottom .left .thead li:nth-of-type(2) {
    width: 25%;
}

#container .container-content1 .bottom .left .thead li:nth-of-type(3) {
    width: 15%;
}

#container .container-content1 .bottom .left .thead li:last-of-type {
    width: 20%;
}

#container .container-content1 .bottom .left .table-list li {
    height: 54px;
    line-height: 54px;
    background-color: #fff;
}

#container .container-content1 .bottom .left .table-list-item li {
    text-align: center;
    font-size: 16px;
}

#container .container-content1 .bottom .left .table-list-item li:first-of-type {
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#container .container-content1 .bottom .left .table-list-item li:nth-of-type(2) {
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#container .container-content1 .bottom .left .table-list-item li:nth-of-type(3) {
    width: 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#container .container-content1 .bottom .left .table-list-item li:last-of-type {
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#container .container-content1 .bottom .left .no-data {
    font-size: 22px;
    font-weight: 700;
    height: 290px;
    line-height: 290px;
    text-align: center;
    background: #fff;
}

/* 信件统计 */
#container .container-content1 .bottom .right .total ul {
    justify-content: space-between;
}

#container .container-content1 .bottom .right .total li {
    width: 200px;
    height: 80px;
    background: #fff;
    align-items: center;
}

#container .container-content1 .bottom .right .total li .lt {
    padding: 0 20px;
    border-right: 1px dashed #d5dfe7;
}

#container .container-content1 .bottom .right .total li .rt {
    padding: 0 20px;
}

#container .container-content1 .bottom .right .total li .rt h4 {
    font-size: 18px;
    color: #333;
}

#container .container-content1 .bottom .right .total li .rt p {
    font-size: 14px;
    color: #666;
}

#container .container-content1 .bottom .right .echart {
    width: 420px;
    height: 145px;
    background: #fff;
}

/* 调查问卷和意见征集 */
#container .container-content2 {
    justify-content: space-between;
}

#container .container-content2 .questionnaire .title::after,
#container .container-content2 .collect .title::after {
    width: 430px;
}

/* 调查问卷 */
#container .container-content2 .survey-list li {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px dashed #d5dfe7;
    position: relative;
    text-indent: 10px;
}

#container .container-content2 .survey-list li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: #c6c7c8;
    border-radius: 50%;
}

#container .container-content2 .survey-list li a {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

#container .container-content2 .survey-list li span {
    float: right;
    color: #999;
    font-size: 16px;
}

/* 意见征集 */
#container .container-content2 .collect-top {
    border-bottom: 1px dashed #e0e9ef;
    justify-content: space-between;
}

#container .container-content2 .collect-top .headline a {
    width: 320px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

#container .container-content2 .collect-top .time {
    font-size: 14px;
    color: #999;
}

#container .container-content2 .collect-top img {
    height: 125px;
}

#container .container-content2 .collect-bottom li {
    height: 57px;
    line-height: 57px;
}

/* 盒子宽度占比 */
.w50 {
    width: 565px;
}

.w100 {
    width: 100%;
}

/* 联系我们 */
#container .container-content2 .survey-info img {
    width: 100%;
}