﻿@charset "UTF-8";

/* yui3 reset.css */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background: url(../images/top_bg.jpg) center top no-repeat #e4f1f9;
}

select, input, button, textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt7 {
    margin-top: 7px;
}

.ewb-bottom-bg {
    background: url(../images/bottom_bg.jpg) center bottom no-repeat;
}

/* 公共样式 */

input, button, select {
    font-family: "Microsoft YaHei";
    outline: 0;
}

.ewb-pr5 {
    padding-right: 5px;
}

.ewb-pl5 {
    padding-left: 5px;
}

/* 主体 */

.container.ewb-ie7 {
    *width: 100%;
}

.ewb-main-part {
    margin: 0 -20px;
    padding: 20px 0;
    *width: 1140px;
    background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1140px) {
    html,body {
        overflow-x: hidden;
    }
    .ewb-main-part {
        padding: 10px 0;
        margin: 0 -10px;
    }
}


@media (max-width: 767px) {
    .ewb-mt20 {
        margin-top: 10px;
    }
    .ewb-main-part {
        margin: 0;
        padding: 10px 5px;
    }
}

/* top */


.ewb-top {
    line-height: 36px;
    padding-bottom: 5px;
    background: url(../images/top_bg.png) repeat-x;
}

.ewb-top i {
    float: left;
    margin: 12px 10px;
    width: 1px;
    height: 12px;
    background-color: #bababa;
}

.ewb-top a {
    float: left;
    color: #333;
}

.ewb-top a:hover {
    color: #f00;
}

.ewb-top-left {
    float: left;
}

.ewb-top-right {
    float: left;
	margin-left:12%;
}

.ewb-top-last{
	float: right;
}

.ewb-top .top-register, .ewb-top .top-login {
    padding-left: 20px;
    font-weight: bold;
    color: #0068bb;
}

.top-register {
    margin-left: 8px;
    background: url(../images/top_register.png) left center no-repeat;
}

.top-register:hover {
    background: url(../images/top_register_hover.png) left center no-repeat;
}

.top-login {
    background: url(../images/top_login.png) left center no-repeat;
}

.top-login:hover {
    background: url(../images/top_login_hover.png) left center no-repeat;
}

@media (min-width: 768px) and (max-width: 1140px) {
    .ewb-top-left, .ewb-top-right {
        font-size: 12px;
		margin-left:0px;
    }
	.ewb-top i {
        margin: 12px 5px;
    }
}

@media (max-width: 767px) {
    .ewb-top {
        line-height: 28px;
        padding-bottom: 0;
        background: none;
        background-color: #f6f6f6;
    }
    .ewb-top-left, .ewb-top-right {
        padding-left: 2%;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
		margin-left:0;
		display:none;
    }
    .ewb-top i {
        margin: 10px 5px;
    }
	.ewb-top-last{
		float: left;
		padding-left:2%;
	}
	.ewb-top-last a:first-child{
		margin-left: 0;
	}
}


/* header*/

.ewb-header {
    min-height: 157px;
    margin-top: -20px;
}


/* logo */

.ewb-logo {
    float: left;
    margin: 34px 0 0 -8px;
    width: 420px;
    height: 95px;
	background-image: url(/images/logo.png);
}


/* 搜索 */

.ewb-search {
    float: right;
    margin-top: 50px;
    width: 348px;
    position: relative;
}

.ewb-search-txt {
    float: left;
    padding-left: 40px;
    width: 238px;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 15px;
    background: url(../images/search_txt.png);
}

.placeholder {
    color: #a8a8a8;
}

.ewb-search-btn {
    float: left;
    width: 70px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: url(../images/search_btn.png);
    border: 0;
    cursor: pointer;
}

.ewb-search-btn:hover {
    background: url(../images/search_btn_hover.png);
}

.ewb-search-shadow {
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    height: 40px;
    background: url(../images/search_shadow.png);
}


/* 热搜 */

.ewb-hot-search {
    padding-top: 7px;
    line-height: 32px;
    position: relative;
    z-index: 999;
}

.ewb-hot-search label {
    float: left;
    color: #4e4e4e;
    height: 32px;
}

.ewb-hot-content {
    float: left;
    width: 268px;
}

.ewb-hot-content a {
    float: left;
    margin: 5px 14px;
    min-width: 36px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: url(../images/hot_bg.png) repeat;
    position: relative;
}

.ewb-hot-content a i {
    position: absolute;
    top: 0;
    height: 22px;
    width: 9px;
}

.l-hotbg {
    left: -9px;
    background: url(../images/hot_left.png);
}

.r-hotbg {
    right: -9px;
    background: url(../images/hot_right.png);
}

.ewb-hot-content a:hover {
    background: url(../images/hot_bg_hover.png) repeat;
}

.ewb-hot-content a:hover .l-hotbg {
    background: url(../images/hot_left_hover.png);
}

.ewb-hot-content a:hover .r-hotbg {
    background: url(../images/hot_right_hover.png);
}

@media (max-width: 1140px) {
    .ewb-search-txt,
    .ewb-search-btn {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .ewb-logo {
        float: none;
        display: block;
        margin: 40px auto 0;
        width: 98%;
        max-width: 325px;
		background-image: url(/images/logo_mini.png);
		background-repeat:no-repeat;
    }
    .ewb-search {
        float: none;
        display: block;
        margin: 0px auto 0;
        width: 300px;
        display:none;
    }
    .ewb-search-txt {
        width: 190px;
    }
    .ewb-hot-search label {
        font-size: 12px;
    }
    .ewb-hot-content {
        width: 76%;
    }
    .ewb-hot-content a {
        margin: 5px 10px;
    }
}


/* nav */

.ewb-nav {
    min-height: 48px;
    background-color: #015293;
}

.ewb-nav-list {
    margin: 0 -20px;
    position: relative;
    z-index: 999;
}

.ewb-nav-node {
    float: left;
    width: 16.6666666%;
    *width: 16.65%;
    vertical-align: top;
}

.ewb-nav-name {
    display: block;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-left: 1px solid #3a80b9;
}

.ewb-nav-node:first-child .ewb-nav-name {
    border-left: 0;
}

.ewb-nav-drop {
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    padding: 0 18px;
    height:350px;
    border: 2px solid #015293;
    border-top: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 999;
}

.ewb-nav-node:hover .ewb-nav-name {
    background-color: #2f8ed9;
}

.ewb-por {
    position: relative;
}

@media (max-width: 1140px) {
    .ewb-nav-drop {
        display: none !important;
    }
}


/* 要闻动态 */


/* 图片新闻 */

.ewb-news-pic {
    padding: 8px 5px 0 5px;
}

.ewb-slider-item {
    position: relative;
    max-width: 100%;
    height: 242px;
    overflow: hidden;
}

.ewb-slider-item .ewb-rslides img {
    height: 142px;
    width: 100%;
}

.ewb-slider-item .ewb-rslides-nav {
    position: absolute;
    top: 45px;
    z-index: 3;
    text-indent: -9999px;
    display: block;
}

.ewb-slider-item .ewb-rslides-nav.prev {
    left: 0px;
    width: 24px;
    height: 52px;
    background: url(../images/prev.png) no-repeat;
}

.ewb-slider-item .ewb-rslides-nav.next {
    right: 0px;
    width: 24px;
    height: 52px;
    background: url(../images/next.png) no-repeat;
}

.ewb-news-info {
    position: absolute;
    top: 142px;
    right: 0;
    left: 0;
}

.ewb-news-tt {
    margin-top: 4px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-news-content {
    line-height: 20px;
    color: #333;
}

.ewb-news-content a {
    color: #f00;
}


/* 政务公开 */

.ewb-pub-btns {
    padding-top: 8px;
}

.ewb-pub-btns li {
    margin-bottom: 8px;
    height: 48px;
    line-height: 48px;
    vertical-align: top;
}

.ewb-pub-btns li a {
    display: block;
    padding-left: 80px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    color: #5a5a5a;
}

.ewb-pub-btns li a:hover {
    color: #fff;
}

.ewb-pub-icon1 {
    background: url(../images/pub_icon1.png) 20px center no-repeat #ddeefb;
}

.ewb-pub-icon2 {
    background: url(../images/pub_icon2.png) 20px center no-repeat #ddeefb;
}

.ewb-pub-icon3 {
    background: url(../images/pub_icon3.png) 20px center no-repeat #ddeefb;
}

.ewb-pub-icon4 {
    background: url(../images/pub_icon4.png) 20px center no-repeat #ddeefb;
}

.ewb-pub-icon1:hover {
    background: url(../images/pub_icon1_hover.png) 20px center no-repeat #81bdea;
}

.ewb-pub-icon2:hover {
    background: url(../images/pub_icon2_hover.png) 20px center no-repeat #81bdea;
}

.ewb-pub-icon3:hover {
    background: url(../images/pub_icon3_hover.png) 20px center no-repeat #81bdea;
}

.ewb-pub-icon4:hover {
    background: url(../images/pub_icon4_hover.png) 20px center no-repeat #81bdea;
}

.ewb-pub-btns li a.btn-left, .ewb-pub-btns li a.btn-right {
    text-align: center;
    padding-left: 0;
    border-radius: 3px;
    background-color: #ddeefb;
}

.ewb-pub-btns li a.btn-left:hover, .ewb-pub-btns li a.btn-right:hover {
    background-color: #81bdea;
}

.ewb-pub-btns li a.btn-left {
    width: 43%;
}

.ewb-pub-btns li a.btn-right {
    width: 52%;
}


/* 重点领域 */

.ewb-field-list {
    overflow: hidden;
    padding-top: 4px;
}

.ewb-field-list ul {
    width: 100%;
    margin-right: -7px;
}

.ewb-field-list ul li {
    float: left;
    margin-bottom: 7px;
    width: 50%;
    *width: 49.5%;
    height: 42px;
    vertical-align: top;
}

.ewb-field-name {
    display: block;
    margin-right: 7px;
    padding-left: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 5px;
    font-size: 15px;
    color: #454545;
}

.ewb-field-name:hover {
    border: 1px solid #93cff5;
    color: #006aad;
    background-color: #f4fbff;
}

.ewb-field-icon1 {
    background: url(../images/field_icon1.png) left center no-repeat #fafafa;
}

.ewb-field-icon2 {
    background: url(../images/field_icon2.png) left center no-repeat #fafafa;
}

.ewb-field-icon3 {
    background: url(../images/field_icon3.png) left center no-repeat #fafafa;
}

.ewb-field-icon4 {
    background: url(../images/field_icon4.png) left center no-repeat #fafafa;
}

.ewb-field-icon5 {
    background: url(../images/field_icon5.png) left center no-repeat #fafafa;
}

.ewb-field-icon6 {
    background: url(../images/field_icon6.png) left center no-repeat #fafafa;
}

.ewb-field-icon7 {
    background: url(../images/field_icon7.png) left center no-repeat #fafafa;
}

.ewb-field-icon8 {
    background: url(../images/field_icon8.png) left center no-repeat #fafafa;
}

.ewb-field-icon9 {
    background: url(../images/field_icon9.png) left center no-repeat #fafafa;
}

.ewb-field-icon10 {
    background: url(../images/field_icon10.png) left center no-repeat #fafafa;
}


/* 公共服务 */


/* 个人办事&&企业办事 */

.ewb-work-list {
    position: absolute;
    top: 36px;
    right: 0;
    left: 0;
    overflow: hidden;
}

.ewb-work-list ul {
    padding-left: 10px;
    margin-right: -10px;
}

.ewb-work-list ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 25%;
    *width: 24.5%;
    vertical-align: top;
}

.ewb-work-list.short ul li {
    /* height: 27px; */
    line-height: 27px;
}

.ewb-work-list.short ul li.long {
    width: 50%;
}

.ewb-work-list ul li a {
    display: block;
    padding-left: 18px;
    font-size: 15px;
    color: #333;
    background: url(../images/work_jt.png) left center no-repeat;
}

.ewb-work-list ul li a:hover {
    color: #f00;
}


/* 场景式服务&事项分类 */

/*.ewb-h127 {
    height: 127px;
    padding-top: 8px;
    position: relative;
}

.ewb-h127.mt4 {
    margin-top: 4px;
}

.ewb-service-hd {
    float: left;
    padding: 0 10px;
    width: 18px;
    height: 127px;
    background-color: #015293;
    position: relative;
}

.ewb-service-hd i {
    display: block;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -5px;
    width: 6px;
    height: 11px;
    background: url(../images/service_jt.png);
}

.ewb-service-hd td {
    height: 127px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ewb-service-bd {
    position: absolute;
    left: 48px;
    right: 0;
    height: 127px;
    overflow: hidden;
}

.ewb-service-bd ul {
    width: 100%;
}

.ewb-service-bd ul li {
    float: left;
    width: 25%;
    vertical-align: top;
}

.ewb-service-name {
    display: block;
    margin: -1px 0 0 -1px;
    padding-left: 23%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 15px;
    color: #515151;
    border: 1px solid #e2eef8;
    background: url(../images/service_icon.png) 12% center no-repeat #f4faff;
}

.ewb-service-name.mt0 {
    margin-top: 0;
}

.ewb-service-name.ml0 {
    margin-left: 0;
}

.ewb-otherbg .ewb-service-name {
    background-color: #f8fcff;
}

.ewb-service-name:hover {
    color: #006aad;
    border: 1px solid #93cff5;
    background-color: #f4fbff;
    position: relative;
    z-index: 999;
}

.ewb-otherbg .ewb-service-name:hover {
    background-color: #eff8fd;
}
*/

/* 书记市长信箱 */

.ewb-mailbox-form {
    height: 185px;
}

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

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

.ewb-mailbox-form th .ewb-zt {
    display: block;
    text-align: left;
    padding-left: 12%;
}

.ewb-type {
    margin: 0 auto;
    width: 68px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #86b3db;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.ewb-type-name {
    display: block;
    padding-left: 13px;
    text-align: left;
    background: url(../images/type_down.png) 52px center no-repeat;
}

.ewb-type-name.current {
    background: url(../images/type_up.png) 52px center no-repeat;
}

.ewb-type-drop {
    display: none;
    position: absolute;
    top: 20px;
    left: -1px;
    right: -1px;
    border: 1px solid #86b3db;
    border-radius: 10px;
    background-color: #fff;
}

.ewb-type-drop span {
    display: block;
    padding-left: 13px;
    text-align: left;
}

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

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

.ewb-mailbox-form td .ewb-theme {
    padding-left: 4%;
    text-align: left;
}

.ewb-state-end {
    color: #009350;
}

.ewb-state-in {
    color: #f00;
}

.ewb-query {
    width: 100%;
    height: 54px;
    line-height: 54px;
    background-color: #f0f0f0;
}

.ewb-query label {
    float: left;
    margin-right: 4px;
    width: 23%;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    color: #015293;
}

.ewb-query input {
    float: left;
    margin: 11px 8px 0 0;
    padding-left: 5px;
    width: 28%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    font-size: 15px;
}

.ewb-query button {
    float: left;
    margin-top: 11px;
    width: 11%;
    height: 32px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #006cc3;
    border: 0;
    cursor: pointer;
}

.ewb-query button:hover {
    background-color: #015293;
}


/* 在线访谈 */

.ewb-interview-pic {
    padding-right: 7px;
    height: 142px;
}

.ewb-interview-pic img {
    width: 100%;
    height: 142px;
}

.ewb-interview-content {
    padding-top: 4px;
}

.ewb-interview-content li {
    height: 24px;
    line-height: 24px;
    vertical-align: top;
}

.ewb-interview-content li label {
    float: left;
    font-weight: bold;
}

.ewb-interview-content li span {
    float: left;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* 来信统计 */

.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: #015293;
}

.ewb-eg {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #015293;
    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;
}


/* 走进&#36259;&#30475;&#51;&#54;&#53;&#97;&#112;&#112;&#19979;&#36733;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#29616;&#22330;&#28378;&#29699;&#95;&#51;&#54;&#53;&#29616;&#22312;&#36824;&#33021;&#23433;&#20840;&#25552;&#27454;&#21527; */

.briefing-ml {
    margin-left: 70px;
	*margin-left:0px;
}

.ewb-tt-box{
	*padding-left:70px;
}


.ewb-synopsis {
    position: absolute;
    top: 41px;
    right: 0;
    left: 0;
}

.ewb-synopsis-content {
    text-indent: 2em;
    line-height: 30px;
    font-size: 15px;
}

.ewb-video-box {
    padding: 16px 10px 0 5px;
    height: 252px;
}

.ewb-video-box img {
    display: block;
    width: 100%;
}

@media (max-width: 979px) {
    /* 导航 */
    .ewb-nav-list {
        margin: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-nav-name {
        font-size: 18px;
    }
    /* 下拉菜单 */
    .ewb-nav-drop {
        padding: 4px 6px 0 6px;
    }
    /* 图片新闻 */
    .ewb-pr15 {
        padding-right: 15px;
    }
    .ewb-news-tt {
        font-size: 13px;
    }
    .ewb-news-content {
        line-height: 16px;
        font-size: 12px;
    }
    /* 政务公开 */
    .ewb-pub-btns li a {
        padding-left: 60px;
        font-size: 12px;
    }
    .ewb-pub-icon1 {
        background: url(../images/pub_icon1.png) 10px center no-repeat #ddeefb;
    }
    .ewb-pub-icon2 {
        background: url(../images/pub_icon2.png) 10px center no-repeat #ddeefb;
    }
    .ewb-pub-icon3 {
        background: url(../images/pub_icon3.png) 10px center no-repeat #ddeefb;
    }
    .ewb-pub-icon4 {
        background: url(../images/pub_icon4.png) 10px center no-repeat #ddeefb;
    }
    .ewb-pub-icon1:hover {
        background: url(../images/pub_icon1_hover.png) 10px center no-repeat #81bdea;
    }
    .ewb-pub-icon2:hover {
        background: url(../images/pub_icon2_hover.png) 10px center no-repeat #81bdea;
    }
    .ewb-pub-icon3:hover {
        background: url(../images/pub_icon3_hover.png) 10px center no-repeat #81bdea;
    }
    .ewb-pub-icon4:hover {
        background: url(../images/pub_icon4_hover.png) 10px center no-repeat #81bdea;
    }
    /* 重点领域 */
    .ewb-field-name {
        padding-left: 30%;
        font-size: 12px;
    }
    .ewb-field-name {
        background-size: 35px 30px;
    }
    .ewb-field-name.two-line {
        padding-top: 5px;
        padding-bottom: 5px;
        height: 30px;
        line-height: 15px;
    }
    /* 个人办事&&企业办事 */
    .ewb-work-name {
        font-size: 12px;
    }
    /* 场景式服务&事项分类 */
    .ewb-service-bd {
        right: 20px;
    }
    .ewb-service-name {
        padding-left: 20%;
        font-size: 12px;
    }
    /* 书记市长信箱 */
    .ewb-mailbox-form th, .ewb-mailbox-form td {
        font-size: 12px;
    }
    .ewb-query label, .ewb-query input, .ewb-query button {
        font-size: 12px;
    }
    .ewb-interview-content li label {
        font-size: 12px;
    }
    .ewb-interview-content li span {
        font-size: 12px;
        width: 75%;
    }
    /* 来信统计 */
    .ewb-letter-hd {
        padding-left: 32%;
        background-size: 14px 10px;
    }
    .ewb-incoming-list {
        font-size: 12px;
    }
    .ewb-write span {
        padding-left: 5%;
    }
    .ewb-write {
        background: url(../images/write_icon.png) 95% center no-repeat #f4faff;
    }
    /* 走进&#36259;&#30475;&#51;&#54;&#53;&#97;&#112;&#112;&#19979;&#36733;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#29616;&#22330;&#28378;&#29699;&#95;&#51;&#54;&#53;&#29616;&#22312;&#36824;&#33021;&#23433;&#20840;&#25552;&#27454;&#21527; */
    .ewb-synopsis-content {
        font-size: 14px;
        line-height: 24px;
    }
    .ewb-pr10 {
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    /* 导航 */
    .ewb-nav {
        margin-top: 10px;
    }
    .ewb-nav-node {
        width: 33.3333333333%;
        line-height: 40px;
    }
    .ewb-nav-name {
        line-height: 40px;
        font-size: 15px;
    }
}


/* 公共标题样式 */

.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: #015293;
    border-bottom: 2px solid #015293;
}

.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: #015293;
    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 #015293;
    position: relative;
}

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

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

/* 公共列表样式 */

.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;
}

.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;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-cm-tt,
    .ewb-drop-tt,
    .ewb-sub-tt {
        font-size: 14px;
    }
    .ewb-list-name,
    .ewb-list-date {
        font-size: 13px;
    }
    .ewb-cm-tt,
    .ewb-sub-tt {
        padding: 0 8px;
    }
}

@media (max-width: 767px) {
    .ewb-cm-tt,
    .ewb-drop-tt,
    .ewb-sub-tt,
    .ewb-list-name {
        font-size: 12px;
    }
    .ewb-cm-tt,
    .ewb-sub-tt {
        padding: 0 6px;
    }
    .ewb-list-date {
        font-size: 12px;
    }
}

/* footer */

.ewb-footer {
    height: 135px;
    *height:auto;
    border-top: 3px solid #015293;
    background-color: #eee;
    position: relative;
}

.ewb-footer-content {
    padding-top: 12px;
    *height:70px;;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
}

.ewb-footer-content img {
    display: inline-block;
    /* margin: 0 6px 0 20px; */
    width: 13px;
    height: 14px;
}

.ewb-footer-icon1 {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -370px;
}

.ewb-footer-icon1 a,
.ewb-footer-icon1 img {
    display: block;
    width: 52px;
    height: 63px;
}

.ewb-footer-icon2 {
    position: absolute;
    top: 13px;
    right: 50%;
    margin-right: -370px;
}

.ewb-footer-icon2 a,
.ewb-footer-icon2 img {
    display: block;
    width: 110px;
    height: 55px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-footer-content {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .ewb-footer {
    	height:auto;
        padding-bottom: 20px;
    }
    .ewb-footer-content {
        padding: 80px 10px 0 10px;
        font-size: 12px;
    }
    .ewb-footer-icon1 {
        margin-left: -86px;
        top:0px;
    }
    .ewb-footer-icon2 {
        margin-right: -115px;
        top:13px;
    }
}


/* 侧边栏 */

.ewb-sidebar {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 591px;
    margin-top: -186px;
    width: 74px;
    z-index: 9999;
}

.ewb-side-node {
    margin-top: -1px;
    padding: 2px 2px;
    height: 65px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    vertical-align: top;
    position: relative;
    z-index: 9999;
}

.ewb-side-name {
    display: block;
    padding-top: 41px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #015293;
}

.ewb-side-node:hover .ewb-side-name {
    background-color: #e1f1f9;
}

.ewb-side-icon1 {
    background: url(../images/side_icon1.png) center 10px no-repeat;
}

.ewb-side-icon2 {
    background: url(../images/side_icon2.png) center 11px no-repeat;
}

.ewb-side-icon3 {
    background: url(../images/side_icon3.png) center 13px no-repeat;
}

.ewb-side-icon4 {
    background: url(../images/side_icon4.png) center 14px no-repeat;
}

.ewb-side-icon5 {
    background: url(../images/side_icon5.png) center 12px no-repeat;
}

.ewb-scroll-top {
    margin-top: 1px;
    height: 22px;
    background: url(../images/scroll_top.png);
    cursor: pointer;
}

.ewb-scroll-top.current {
    background: url(../images/scroll_top_cur.png);
}

.ewb-side-drop {
    display: none;
    position: absolute;
    right: -114px;
    top: 50%;
    margin-top: -111.5px;
    padding-top: 8px;
    width: 98px;
    height: 215px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-color: #fff;
    z-index: 9999;
}

.ewb-side-node:hover .ewb-side-drop {
    display: block;
}

.ewb-side-drop-jt {
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -9.5px;
    width: 10px;
    height: 19px;
    background: url(../images/side_drop_jt.png);
}

.ewb-side-drop-jt.right {
    left: auto;
    right: -10px;
    background: url(../images/side_drop_jtr.png);
}

.ewb-side-drop li {
    padding-top: 7px;
    text-align: center;
    vertical-align: top;
}

.ewb-side-drop li img {
    display: block;
    margin: 0 auto;
    width: 67px;
    height: 67px;
}

.ewb-code-name {
    display: block;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #585858;
}

/* 当前位置 */

.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-location p span {
    color: #ff0000;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-location p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .ewb-location p {
        font-size: 12px;
        width: auto;
	    display: block;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
    }
}

/* 主体部分pad端和手机端缩进5px */
@media (max-width: 979px) {
    .ewb-pp-pd5 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-pad-pr5 {
        padding-right: 5px;
    }
    .ewb-pad-pl5 {
        padding-left: 5px;
    }
}

/* 主体部分手机端缩进5px */
@media (max-width: 767px) {
    .ewb-phone-pd5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .ewb-988{
	  width: auto !important;
   }
    
}

/* container新增 */
.forcontain{
	color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background: url(../images/top_bg.jpg) center top no-repeat #e4f1f9;
}

/* 0727新增 */
.ewb-footer-content a{
	color:#333;
}

/* 1026新增 */
.ewb-list-namenew {
    float: left;
    width: 95%;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 1116新增 */
.gh_ico {
	display: inline-block;
    margin: 0 6px 0 20px !important;
    width: 19px !important;
    height: 19px !important;
}

#siteViewCount img{
	padding-bottom:3px;
}

/*0202*/
.ewb-988{
	width:988px;
}

.ewb-hand{
	cursor: pointer;
}

.ewb-list1{
	position: absolute;
    left: 0;
    right: 0;
}

/*20220207*/
.ewb-footer-icon3 {
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -500px;
}

.ewb-footer-icon3 img {
    display: block;
    width: 110px;
    height: 55px;
}