/**!
 * 中国许昌-互动交流
 * author: wangkai;
 */


/* main */

.ewb-main-part {
    padding-top: 0;
    padding-bottom: 0;
}

/* 书记市长信箱 */

.ewb-mailbox {
    height: 406px;
    overflow: hidden;
}

.ewb-status-query {
    height: 38px;
    line-height: 38px;
}

.ewb-status-query label {
    float: left;
    margin-right: 6px;
    width: 16%;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
}

.ewb-status-query input {
    float: left;
    margin-top: 4px;
    padding-left: 8px;
    width: 21%;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d9d9d9;
    font-size: 15px;
}

.ewb-status-query input.short {
    width: 16%;
    margin-left: 12px;
}
#YZM{
	    margin-left: 5px;
	    width: 10%;
}

.ewb-status-query button {
    float: right;
    margin-top: 4px;
    width: 12%;
    height: 30px;
    padding-left: 26px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: url(../images/query_ico.png) 17% center no-repeat #378ce9;
}

.ewb-status-query button:hover {
    background-color: #378ce9;
}

@media (max-width: 979px) {
    .ewb-status-query label,
    .ewb-status-query input,
    .ewb-status-query button {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-status-query input.short {
        margin-left: 8px;
    }
}

@media (max-width: 767px) {
    .ewb-status-query {
        height: 106px;
    }
    .ewb-status-query label {
        width: 30%;
        height: 102px;
    }
    .ewb-status-query input,
    .ewb-status-query input.short {
        width: 60%;
    }
    .ewb-status-query input.short {
        margin-left: 0;
    }
    .ewb-status-query button {
        float: left;
        width: 50%;
    }
}

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

.ewb-mailbox-table.mt1 {
    margin-top: 1px;
}

.ewb-mailbox-table th {
    height: 32px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #e3eef8;
}

.ewb-mailbox-table .ewb-type {
    width: 78px;
}

.ewb-mailbox-table .ewb-type-name {
    padding-left: 15px;
    background: url(../images/type_down.png) 62px center no-repeat;
}

.ewb-mailbox-table td {
    height: 30px;
    text-align: center;
    font-size: 15px;
}

.ewb-mailbox-table .ewb-even td {
    background-color: #f6f6f6;
}

.ewb-mailbox-table td span {
    
    display: block;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
}

.ewb-mailbox-table td .ewb-theme {
    padding-left: 3%;
    text-align: left;
    color: #333;
}

@media (max-width: 979px) {
    .ewb-mailbox-table th,
    .ewb-mailbox-table td {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
    }
    .ewb-mailbox-table {
        margin: 0 auto;
        width: 600px;
    }
}


/* 来信统计 */

.ewb-letter-statistics {
    height: 218px;
    overflow: hidden;
}

.ewb-incoming-img {
    float: left;
    width: 54%;
    height: 122px;
}

.ewb-letter-statistics .ewb-incoming,
.ewb-letter-statistics .ewb-incoming img {
    height: 122px;
}

.ewb-letter-statistics .ewb-incoming img {
    float: none;
    width: 100%;
}

.ewb-letter-statistics .ewb-incoming-list {
    padding-top: 10px;
}

.ewb-letter-statistics .ewb-incoming-list li {
    height: 28px;
    line-height: 28px;
}

.ewb-letter-statistics .ewb-incoming-list li .ewb-letter-bd {
    height: 24px;
    line-height: 24px;
    padding-bottom: 4px;
    padding-right: 5px;
}

.ewb-write-btn {
    display: block;
    height: 55px;
    line-height: 55px;
    background: url(../images/write_ico.png) 12% center no-repeat #65ade4;
}

.ewb-write-btn span {
    display: block;
    padding-left: 35%;
    font-size: 20px;
    color: #fff;
    background: url(../images/write_jt.png) 90% center no-repeat;
}

.ewb-write-btn:hover {
    background-color: #57a4df;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-write-btn span {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .ewb-letter-statistics .ewb-incoming img {
        display: block;
        margin: 0 auto;
        width: auto;
        max-height: 122px;
    }
    .ewb-letter-hd,
    .ewb-letter-bd {
        font-size: 12px;
    }
    .ewb-write-btn span {
        font-size: 14px;
    }
}

/* 书记市长信箱办理情况统计 */

.ewb-handle-statistics {
    height: 188px;
    overflow: hidden;
}

.ewb-hs-table {
    padding-top: 1px;
}

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

.ewb-hs-table table th {
    height: 32px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #e3eef8;
}

.ewb-hs-table table td {
    height: 30px;
    text-align: center;
    font-size: 15px;
}

.ewb-hs-table table .ewb-hs-even td {
    background-color: #f6f6f6;
}

.ewb-hs-table table td span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-hs-table table td .ewb-hs-name {
    padding-left: 7%;
    text-align: left;
}

@media (max-width: 979px) {
    .ewb-sub-tt.small {
        font-size: 13px;
    }
    .ewb-hs-table table th,
    .ewb-hs-table table td {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .ewb-sub-tt.small {
        font-size: 12px;
    }
}

/* 在线访谈 */

.ewb-online-interview {
    height: 215px;
    overflow: hidden;
    position: relative;
}

.ewb-oi-tab {
    position: absolute;
    top: 7px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.ewb-oi-tabname {
    font-size: 15px;
    color: #333;
}

.ewb-oi-tabname.current {
    font-weight: bold;
    color: #f00;
}

.ewb-oi-ps1 {
    right: 162px;
}

.ewb-oi-ps2 {
    right: 81px;
}

.ewb-oi-ps3 {
    right: 0;
}

.tab-oi-sx1,
.tab-oi-sx2 {
    position: absolute;
    top: 13px;
    width: 1px;
    height: 13px;
    background-color: #b8b8b8;
}

.tab-oi-sx1 {
    right: 161px
}

.tab-oi-sx2 {
    right: 80px
}

.ewb-oi-bd {
    padding-top: 10px;
    width: 100%;
}

.ewb-oi-img {
    float: left;
    width: 33%;
}

.ewb-oi-info {
    float: left;
    width: 67%;
}

.ewb-oi-imgbox {
    margin-left: 10px;
}

.ewb-oi-imgbox img {
    display: block;
    width: 100%;
    height: 164px;
}

.ewb-oi-info ul {
    margin-left: 20px;
}

.ewb-oi-info ul li {
    line-height: 30px;
    font-size: 15px;
    vertical-align: top;
}

.ewb-oi-info ul li label {
    float: left;
    font-weight: bold;
}

.ewb-oi-info ul li p {
    float: left;
    width: 85%;
    padding: 4px 0;
    line-height: 22px;
}

.ewb-oi-info ul li p a {
    color: #f00;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-oi-tabname {
        font-size: 14px;
    }
    .ewb-oi-info ul li {
        font-size: 12px;
        line-height: 24px;
    }
    .ewb-oi-info ul li p {
        width: 87%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .ewb-online-interview {
        height: auto;
        padding-bottom: 10px;
    }
    .ewb-oi-tab {
        width: 60px;
    }
    .ewb-oi-ps1 {
        right: 122px;
    }

    .ewb-oi-ps2 {
        right: 61px;
    }
    .tab-oi-sx1 {
        right: 121px
    }

    .tab-oi-sx2 {
        right: 60px
    }
    .ewb-oi-imgbox {
        width: 100%;
        margin-left: 5px;
    }
    .ewb-oi-imgbox img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .ewb-oi-info {
        width: 100%;
    }
    .ewb-oi-info ul {
        padding-top: 10px;
        margin-left: 5px;
    }
    .ewb-oi-tabname {
        font-size: 12px;
    }
    .ewb-oi-info ul li {
        font-size: 12px;
        line-height: 22px;
    }
    .ewb-oi-info ul li p {
        width: 85%;
        padding: 0;
        line-height: 22px;
    }
}


/* 右侧部门信箱等5个按钮 */

.ewb-five-btn {
    padding-top: 10px;
    height: 205px;
    overflow: hidden;
}

.ewb-ic-link {
    display: block;
    height: 53px;
}

.ewb-ic-link img {
    display: block;
    width: 100%;
    height: 53px;
}

.ewb-ic-link.mt6 {
    margin-top: 6px;
}

.ewb-is-btns {
    margin: 10px -10px 0 0;
}

.ewb-is-btns li {
    float: left;
    width: 50%;
}

.ewb-is-btns li a {
    display: block;
    margin-right: 10px;
    padding-top: 42px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #65ade4;
}

.ewb-is-ico1 {
    background: url(../images/is_ico1.png) center 11px no-repeat;
}

.ewb-is-ico2 {
    background: url(../images/is_ico2.png) center 11px no-repeat;
}

.ewb-is-ico3 {
    background: url(../images/is_ico3.png) center 11px no-repeat;
}

.ewb-is-btns li a:hover {
    background-color: #57a4df;
}

@media (max-width: 979px) {
    .ewb-is-btns li a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .ewb-ic-link img {
        margin: 0 auto;
        width: 242px;
    }
}

/* 民意征集&在线调查 */

.ewb-h257 {
    height: 257px;
    overflow: hidden;
}

/* 2017-6-15新增 */

.ewb-state-box {
    padding-top: 10px;
    margin-right: -5px;
    *width: 746px;
}

.ewb-h161 {
    height: 161px;
}

.ewb-state-hd {
    padding-left: 14px;
    height: 32px;
    line-height: 32px;
    background-color: #eef5fb;
}

.ewb-state-tt {
    float: left;
    padding-left: 12px;
    font-size: 15px;
    font-weight: bold;
    color: #378ce9;
    background: url(../images/tt_ico_small.jpg) left center no-repeat;
}

.ewb-state-list {
    padding: 4px 3px 0 3px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-state-box {
        margin-right: -12px;
    }
    .ewb-state-tt {
        font-size: 14px;
    }
    .ewb-nodate .ewb-list-name {
        width: 95%;
    }
}

@media (max-width: 767px) {
    .ewb-mailbox {
        height: auto;
    }
    .ewb-state-tt {
        font-size: 12px;
    }
}

/* 1011新增 */
.ewb-cm-hd {
    height: 33px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.ewb-cm-hd.h281 {
    height: 281px;
}

.ewb-cm-tt {
    float: left;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #5d5d5d;
    position: relative;
}

.ewb-cm-tt.notice-ml {
    margin-left: 26px;
}

.ewb-tab-icon {
    display: none;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 5px;
    background: url(../images/tab_icon.png);
}

.ewb-cm-tt.current {
    color: #378ce9;
    border-bottom: 2px solid #378ce9;
}

.ewb-cm-tt.current .ewb-tab-icon {
    display: block;
}

.ewb-drop-hd {
    height: 34px;
    line-height: 34px;
    position: relative;
}

.ewb-drop-hd.has-border {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #e5e5e5;
}

.ewb-drop-tt {
    float: left;
    padding-left: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #5d5d5d;
}

.ewb-drop-tt.current {
    color: #378ce9;
    background: url(../images/tt_icon.jpg) left center no-repeat;
}

.ewb-drop-tt.work-left {
    margin-left: 18px;
}

.ewb-sub-hd {
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid #378ce9;
    position: relative;
}

.ewb-sub-tt {
    float: left;
    padding: 0 14px;
    font-size: 16px;
    font-weight: bold;
    color: #5d5d5d;
}

.ewb-sub-tt.current {
    color: #378ce9;
}

.ewb-list {
    padding-top: 7px;
}

.ewb-list-node {
    padding-left: 11px;
    height: 30px;
    line-height: 30px;
    background: url(../images/dian.png) left center no-repeat;
    vertical-align: top;
    list-style: none;
}

.ewb-list-name {
    float: left;
    width: 75%;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-nodate .ewb-list-name {
    width: 100%;
}

.ewb-list-date {
    float: right;
    color: #aaa;
}

.ewb-list-node:hover .ewb-list-name, .ewb-list-node:hover .ewb-list-date {
    color: #f00;
}

.tab-view .ewb-list {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
}

.ewb-location {
    height: 30px;
    line-height: 30px;
}

.ewb-location p {
    padding-left: 24px;
    font-size: 15px;
    color: #333;
    background: url(../images/location_icon.png) 5px center no-repeat;
}

.ewb-location p a {
    color: #333;
}

.ewb-incoming {
    height: 147px;
}

.ewb-incoming img {
    float: left;
    width: 54%;
    height: 147px;
}

.ewb-incoming-list {
    float: left;
    width: 46%;
    padding-top: 15px;
}

.ewb-incoming-list li {
    height: 32px;
    line-height: 32px;
    vertical-align: top;
}

.ewb-letter-hd {
    display: block;
    padding-left: 39%;
    border-radius: 3px;
    color: #fff;
}

.ewb-letter-icon1 {
    background: url(../images/letter_icon1.png) 12% center no-repeat #6f98ea;
}

.ewb-letter-icon2 {
    background: url(../images/letter_icon2.png) 12% center no-repeat #4ab0df;
}

.ewb-letter-bd {
    text-align: right;
}

.ewb-letter-number {
    margin-right: 5px;
    font-weight: bold;
    color: #006aad;
}

.ewb-write {
    display: block;
    padding: 16px 0;
    height: 58px;
    border: 1px solid #e2eef8;
    background: url(../images/write_icon.png) 90% center no-repeat #f4faff;
}

.ewb-write:hover {
    border: 1px solid #65ade4;
    background: url(../images/write_icon_hover.png) 90% center no-repeat #65ade4;
}

.ewb-write span {
    display: block;
    padding-left: 13%;
    cursor: pointer;
}

.ewb-ch {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #378ce9;
}

.ewb-eg {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #378ce9;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -o-opacity: 0.6;
    -ms-opacity: 0.6;
    -webkit-opacity: 0.6;
}

.ewb-write:hover span {
    color: #fff;
}

/* 1116新增 */
.container.ewb-ie7 {
    /* border-top: 2px solid #ebebeb; */
}

.ewb-oi {
    /* position: absolute; */
    top: 34px;
    right: 0;
    left: 0;
    bottom: 0;
}

.ewb-oi-pic {
    float: left;
    margin-top: 10px;
}

.ewb-oi-pic img {
    display: block;
    /*max-width: 126px;*/
	width:126px;
	height:89px;
}

.ewb-oi-info {
    float: left;
    margin-top: 7px;
    width: 65%;
}

.ewb-oi-info li span {
    float: left;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-oi-info li {
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    font-size: 15px;
}

.ewb-oi-content {
    padding-top: 3px;
    line-height: 24px;
    font-size: 15px;
}

.ewb-bgw {
	background-color: #fff;
}

.ewb-mrf7 {
	margin-top: -7px;
}

/*20220525*/
.ewb-mail-block{
	width:180px;
	margin:0 auto;
}
.ewb-infor-link {
    background: url(../images/mail_icon180.png) no-repeat;
    display: block;
    margin-top: 5px;
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    color: #333;
    letter-spacing: 10px;
	margin-top:17px;
}



/* 适老化 */
.oldModel .container{
    width: 1200px;
}
.oldModel .span18{
    width: 98%;
}
.oldModel .ewb-sub-hd{
    height: 48px;
    line-height: 48px;
}
.oldModel .ewb-status-query label{
    width: 18%;
}
.oldModel .ewb-status-query{
    height: 48px;
    line-height: 48px;
}
.oldModel .ewb-status-query button{
    height: 48px;
    line-height: 48px;
}
.oldModel .span9{
    width: 100%;
}
.oldModel .ewb-list-node{
    height: 48px;
    line-height: 48px;
}
.oldModel .ewb-list-date{
    width: 180px;
}
.oldModel .ewb-h161{
    height: 204px;
}
.oldModel .span6{
    width: 100%;
    /* display: block; */
    height: auto;
    /* float: none; */
}
.oldModel .ewb-letter-statistics{
    height: auto;
}
.oldModel .ewb-state-list{
    display: block;
    width: 100%;
    height: auto;
}
.oldModel #zxlist{
    height: auto;
}
.oldModel .ewb-mailbox{
    height: auto;
}
.oldModel .ewb-is-btns li a{
    height: auto;
}
.oldModel 
.oldModel 
.oldModel 
.oldModel 
.oldModel 