/* 区县 - 二级页面 */

.wrapper-secondary .container-1200 {
    background-color: #fff;
    padding: 21px 10px;
}

.secondary-content {
    overflow: hidden;
}

.secondary-left {
    width: 280px;
    float: left;
}

.secondary-right {
    margin-left: 320px;
    min-height: 350px;
}

.nav-left-title {
    width: 100%;
    height: 72px;
    line-height: 72px;
    background: #2d5599;
    background-size: contain;
    text-align: center;
    position: relative;
}

.nav-left-title:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-left-title span {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.nav-left-subs {}

.nav-left-subs li {
    text-align: center;
    margin-top: 10px;
    position: relative;
    background-color: #efefef;
}

.nav-left-subs li a {
    display: inline-block;
    width: 100%;
    padding: 14px 0;
    font-size: 18px;
}

.nav-left-subs li.on,
.nav-left-subs li:hover {
    background-color: #fff;
}

.nav-left-subs li.on a,
.nav-left-subs li:hover a {
    background-color: #1764ce;
    color: #fff;
    font-weight: bold;
}

.nav-left-subs li.on:after,
.nav-left-subs li:hover:after {
    content: '';
    display: inline-block;
    border-right: 7px solid transparent;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* 通用列表 */

.secondary-list {
    margin-top: 10px;
}

.secondary-list ul li {
    padding: 13px 0;
}

.secondary-list ul li:nth-child(5n) {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.secondary-list ul li a:hover .secondary-list-title,
.secondary-list ul li a:hover .secondary-list-date {
    color: #1764ce;
}

.secondary-list .secondary-list-title {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.secondary-list .secondary-list-date {
    float: right;
    color: #999999;
}


/* 征集列表 */

.opinion-list ul li {
    padding: 32px 0;
    border-bottom: 1px dashed #b3b3b3;
}

.opinion-list ul li:hover {
    background-color: #fafafa;
    border-bottom-style: solid;
}

.opinion-list ul li:hover .opinion-list-num span {
    background-color: #1764ce;
    color: #fff;
}

.opinion-list-num {
    float: left;
    margin-left: 10px;
}

.opinion-list-num span {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #efefef;
    color: #1764ce;
    font-size: 20px;
}

.opinion-list-right {
    margin-left: 69px;
}

.opinion-list .opinion-list-title {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    margin-bottom: 12px;
}

.opinion-list .opinion-list-status {
    float: right;
    color: #fff;
    background-color: #de0000;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 50px;
}

.opinion-list .opinion-list-status__online {
    background-color: #fd9e28;
}

.opinion-list .opinion-list-date {
    color: #b1b0b0;
    font-size: 16px;
}


/* 征集详情 */

.opinion-detail {
    padding-top: 25px;
}

.opinion-detail-header {
    margin: 20px auto 0;
    padding-bottom: 31px;
}

.opinion-detail-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.4;
    color: #1764ce;
    font-weight: bold;
    padding: 0 15px;
}

.opinion-detail-infos {
    text-align: center;
    color: #808080;
    line-height: 1.4;
    background-color: #bad7ff;
    padding: 8px 0;
}

.opinion-detail-infos span {
    margin: 0 20px;
    color: #5b5b5b;
    font-size: 14px;
}

.opinion-detail-status {
    display: inline-block;
    color: #fff;
    background-color: #de0000;
    padding: 1px 6px;
    border-radius: 5px;
    font-size: 12px;
}

.opinion-detail-status__online {
    background-color: #fd9e28;
}

.option-detial-content>p {
    padding: 0 20px;
    line-height: 30px;
    text-indent: 32px;
}


/* 信件查询 */

.cxjg_box {
    margin: 20px 0
}

.cxjg_box dt {
    font-size: 18px;
    background-color: #2d5599;
    color: #fff;
    padding: 13px 20px;
    font-weight: bold;
}

.cxjg_box dd {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.cxjg_box dd strong {
    font-size: 18px;
    width: 15%;
    display: inline-block;
    text-align: center;
}

.cxjg_box dd span {
    width: 80%;
    display: inline-block;
    font-size: 16px;
    padding: 18px;
    border-left: 1px solid #ddd;
}

.cxjg_box .lyxx2 span {
    width: 30%;
}

.bor_r {
    border-right: 1px solid #ddd;
}


/*信箱自定义弹框*/

.widget {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.widget .body {
    width: 300px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
    text-align: center;
    position: absolute;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.widget .body .btns {
    margin-top: 20px;
}

.widget .body .btns a.btn-cancel {
    color: #fff;
    background: #ccc;
}

.widget .body .btns a {
    background: inherit;
    background-color: #AF241D;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 8px 25px;
    cursor: pointer;
    margin-left: 10px;
}


/* 意见 */

.common-h2 {
    margin: 20px 0;
}

.opinion-box-title {
    padding: 10px 0;
    margin-bottom: 25px;
    background-color: #fafafa;
}

table.GeneratedTable {
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
    border-width: 0px;
    border-color: #ffcc00;
    border-style: solid;
    color: #000000;
    margin-bottom: 40px;
}

table.GeneratedTable td,
table.GeneratedTable th {
    border-width: 0px;
    border-color: #ffcc00;
    border-style: solid;
    padding: 3px;
    text-align: center;
}

table.GeneratedTable thead {
    background-color: #2d5599;
}

table.GeneratedTable thead th {
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    vertical-align: middle;
}

table.GeneratedTable tbody tr {
    border: 1px solid #eeeeee;
}

table.GeneratedTable tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

table.GeneratedTable tbody td {
    padding: 15px 5px;
    vertical-align: middle;
}

td.GeneratedTableLink {
    text-align: left !important;
}


/* 意见详情页 */


/* .wrapper-opinion {
    background-color: #fff;
} */


/* .opinion-top {
    padding: 12px 0;
    border-bottom: 1px solid #d3000f;
}

.opinion-top span {
    font-size: 22px;
    color: #aa1010;
} */

.opinion-header {
    margin: 40px auto 0;
}

.opinion-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.4;
    color: #b51a28;
    font-weight: bold;
}

.opinion-infos {
    text-align: center;
    color: #fff;
    line-height: 1.4;
    background-color: #1764ce;
    padding: 8px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.opinion-infos span {
    margin: 0 20px;
}

.opinion-infos .opinion-infos-online {
    display: inline-block;
    padding: 1px 4px;
    background-color: #fd9e26;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 12px;
}

.opinion-infos .opinion-infos-offline {
    display: inline-block;
    padding: 1px 4px;
    background-color: #919191;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
}

.opinion-content {
    line-height: 32px;
    padding: 3%;
}

.opinion-form .form-inner {
    padding: 48px 70px;
    background-color: #fff;
}

.zqyj_box .common-title {
    color: #1764ce;
    border-left: 0;
    text-align: left;
    padding-left: 30px;
    background: url(../images/red_s2.png) no-repeat left center;
}

.opinion-infos img {
    margin-right: 5px;
    vertical-align: -2px;
}


/* form-box */

.form-box {
    background-color: #ecf4ff;
    padding: 15px;
    margin-bottom: 40px;
    margin-top: 22px;
}

.form-inner {
    margin-top: 22px;
    padding: 20px 28px;
}

.form-inner-line {
    margin-bottom: 28px;
    font-size: 0;
}

.form-inner-label {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-size: 16px;
    color: #1764ce;
}

.form-inner-input {
    width: calc(100% - 100px - 200px);
    height: 35px;
    border: 1px solid #1764ce;
    border-radius: 5px;
    background-color: #fff;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
}

.form-inner-input__fill {
    width: calc(100% - 200px);
}

.form-inner-input_70 {
    width: calc(70% - 200px);
}

.form-inner-textarea {
    width: calc(100% - 200px);
    border: 1px solid #1764ce;
    border-radius: 5px;
    background-color: #fff;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
}

.form-inner-label__top {
    vertical-align: top;
}

.form-inner-notice {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    color: #b2b2b2;
    padding-left: 10px;
}

.form-inner-button {
    width: 150px;
    height: 36px;
    margin-left: 18px;
    border-radius: 5px;
    background-color: #bf1918;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.form-inner-button2 {
    height: 36px;
    margin-left: 18px;
    background-color: initial;
    border: 0;
    color: #969696;
    font-size: 16px;
    cursor: pointer;
}

.form-inner-change {
    font-size: 14px;
    color: #b2b2b2;
    margin-left: 10px;
}

.form-confirm {
    text-align: center;
    margin-top: 78px;
}

.form-confirm button {
    width: 214px;
    height: 40px;
    margin: 0 30px;
    border: none;
    font-size: 24px;
    border-radius: 5px;
    cursor: pointer;
}

.form-confirm__submit {
    background-color: #bf0000;
    color: #fff;
}

.form-confirm__reset {
    background-color: #d2d2d2;
}

.common-title {
    display: block;
    font-size: 18px;
    color: #1f1f1f;
    text-align: center;
    width: 22%;
    font-weight: bold;
    border-left: 4px solid #1764ce;
    padding: 2px 0;
}

.common-title_wrap {
    border-bottom: 1px solid #1764ce;
}

.common-title_wrap .common-title {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    padding: 0;
    background-color: #1764ce;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.links-container {
    margin: 25px 0 0;
}

.query-box {
    margin-bottom: 60px;
}

.query-box-title {
    /* padding: 10px 0; */
    margin-bottom: 40px;
    /* background-color: #fafafa; */
    border-bottom: 1px solid #be1f29;
}

.query-box-input {
    display: inline-block;
    width: 40%;
    float: left;
    padding-right: 10px;
    margin: 3% 0;
}

.query-box-input input {
    width: 100%;
    height: 44px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background-color: #fafafa;
    outline: none;
    padding-left: 50px;
    font-size: 16px;
}

.query-box-button {
    display: inline-block;
    width: 20%;
    float: left;
    padding-left: 12px;
    margin: 3% 0;
}

.query-box-button button {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    background-color: #bf1918;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.query-box-input__name input {
    background: #fafafa url(../images/red_query_name.png) no-repeat 17px center;
}

.query-box-input__code input {
    background: #fafafa url(../images/red_query_code.png) no-repeat 17px center;
}


/* 领导页面 */

.wrapper-leader .container-1200 {
    padding: 20px;
    background-color: #fff;
}

.leader-content {
    position: relative;
    margin-top: 27px;
}

.leader-content .secondary-list ul li:nth-child(5n) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.leader-content .secondary-list ul li a {
    display: block;
    position: relative;
}

.leader-content .secondary-list ul li a {
    padding-left: 15px;
}

.leader-content .secondary-list ul li a:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #1764ce;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.leader-main {
    margin-right: 220px;
}

.leader-main .common-h2 span {
    padding-left: 0;
    padding-right: 0;
}

.leader-intro {
    display: table;
    background-color: #efefef;
    padding: 21px;
    margin-bottom: 25px;
}

.leader-intro-left,
.leader-intro-right {
    display: table-cell;
    vertical-align: middle;
}

.leader-intro-left img {
    width: 140px;
    height: 180px;
}

.leader-intro-right {
    padding-left: 22px;
}

.leader-intro-right .leader-intro-right-top {
    border-bottom: 1px solid #999999;
    padding-bottom: 15px;
    margin-bottom: 22px;
}

.leader-intro-right .leader-intro-name {
    display: inline-block;
    font-size: 28px;
    margin-right: 20px;
}

.leader-intro-right .leader-intro-right-bottom {
    line-height: 2;
}

.leader-channel {
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #e1e1e1;
}

.leader-channel-title {
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    background-color: #2d5599;
    color: #fff;
    text-align: center;
}

.leader-channel-lines {
    padding: 21px 16px;
}

.leader-channel-line h3 {
    padding: 12px 20px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    color: #1764ce;
}

.leader-channel-line h3:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: transparent transparent transparent #1764ce;
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.leader-channel-sub a {
    display: block;
    padding: 12px 0 12px 20px;
}

.leader-channel-line.hide-sub h3 {
    color: #333;
}

.leader-channel-line.hide-sub h3:before {
    border-color: transparent transparent transparent #333;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.leader-channel-line.hide-sub .leader-channel-sub {
    height: 0;
    overflow: hidden;
}


/* 响应式 */

@media screen and (max-width: 1000px) {
    .secondary-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .secondary-right {
        margin-left: 0;
        ;
    }
    .form-inner {
        padding: 20px;
    }
    .form-inner-label {
        width: 80px;
        font-size: 16px;
    }
    .form-inner-input {
        width: calc(100% - 80px);
    }
    .form-inner-textarea {
        width: calc(100% - 80px);
    }
    .form-inner-button {
        margin-left: 80px;
        margin-top: 10px;
    }
    .form-inner-button2 {
        margin-left: 80px;
        margin-top: 10px;
    }
    .form-confirm button {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .nav-left-title {
        height: 50px;
        line-height: 50px;
    }
    .nav-left-title span {
        font-size: 20px;
    }
    .nav-left-subs li a {
        font-size: 16px;
    }
    .form-inner-notice {
        display: block;
        width: initial;
        margin-left: 80px;
        margin-top: 10px;
        padding-left: 0;
        line-height: 1.3;
    }
    .leader-channel {
        width: 100%;
        position: initial;
        margin-bottom: 15px;
    }
    .leader-main {
        margin-right: 0;
    }
}

@media screen and (max-width: 475px) {
    .form-inner-input {
        height: 32px;
    }
    .leader-intro-left,
    .leader-intro-right {
        display: block;
    }
    .leader-intro-left {
        text-align: center;
    }
    .leader-intro-right {
        padding-left: 0;
    }
    .leader-intro-name {
        margin-bottom: 10px;
    }
    .leader-intro-position {
        display: block;
    }
    .leader-intro-right-bottom {
        line-height: 1.5;
    }
}