﻿/**!
 * 中国许昌-互动交流
 * 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 #006cc3;
}

.ewb-status-query button:hover {
    background-color: #015293;
}

@media (max-width: 1140px) {
    .ewb-status-query label,
    .ewb-status-query input,
    .ewb-status-query button {
        font-size: 12px;
		
    }
	.ewb-status-query label{
		width:17%;
	}
}

@media (min-width: 768px) and (max-width: 1140px) {
    .ewb-status-query input.short {
        margin-left: 8px;
    }
    .ewb-status-query label {
        width:17%;
    }
}

@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: 1140px) {
    .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;
}

.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: 1140px) {
    .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: 1140px) {
    .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: 1140px) {
    .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%; */
      float: right;
      margin-top: -10px;
      width: 63%;
    }
    .ewb-jj{
       float:left;
    }
    
    .tab-view .ewb-list {
      position: relative;
      top: -11px;
      left: 0;
      right: 0;
    }
    .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: 33.33333333%;
}

.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: 1140px) {
    .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: 168px;
}

.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: #015293;
    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: 1140px) {
    .ewb-state-box {
        margin-right: -12px;
    }
    .ewb-state-tt {
        font-size: 14px;
    }
    .ewb-nodate .ewb-list-name {
        width: 65% !important;
    }
}

@media (max-width: 767px) {
    .ewb-mailbox {
        height: auto;
    }
    .ewb-state-tt {
        font-size: 12px;
    }
}

/* 1128新增 */
.ewb-oi-tab a{
	cursor: pointer;
}

.ewb-is-btns a{
	cursor: pointer;
}
