﻿@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;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
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 {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #333;
    background:#eaedf5;
}

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

a:focus {
    outline: none;
}

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

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: 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;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.ewb-mt30 {
    margin-top: 30px;
}

.ewb-mt20 {
    margin-top: 20px;
}
.ewb-mt24{
    margin-top: 24px;
}
/* head */
.ewb-header{
    border-bottom: 10px solid #4a6dcb;
}
/* top */
.ewb-top {
    padding: 8px 0;
    line-height: 24px;
    background-color: #f0f0f0;
}

.ewb-top-info {
    float: left;
    padding-left: 11px;

}

.ewb-top-info>span {
    padding-left: 17px;
}

.ewb-top-link {
    float: right;
    padding-right: 17px;
}

.ewb-top-link>span {
    float: left;
    width: 2px;
    height: 15px;
    margin: 5px 9px 0 9px;
    background-color: #777;
}

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

/* phone */
@media (max-width: 480px) {

    /* top */
    .ewb-top {
        padding: 4px 0;
    }

    .ewb-top-link,
    .ewb-top-info {
        float: none;
        padding: 0;
    }
}

/* logo&输入框 */
.ewb-logo {
    padding-bottom: 71px;
    background:url(../images/bg2.jpg) no-repeat center top;
}

.ewb-logo-img {
    margin-left: 13px;
    margin-top: 27px;
}

/* 搜索框 */
.ewb-nav-r {
    position: relative;
    width: 400px;
    border-radius: 28px;
    margin: 32px 0 0 23px;
    border: 5px solid #b4d4e8;
    background-color: #fff;
}

.ewb-nav-input {
    width: 100%;
    height: 44px;
    font-size: 16px;
    padding: 0 125px 0 24px;
    border: none;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 24px;
    height: 44px;
    line-height: 44px;
    color: #666;
    z-index: 0;
    cursor: text;
}

.ewb-nav-txt {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 0;
    background: none;
}

.ewb-color {
    border-color: #a7c4d6;
}

.ewb-nav-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    width: 121px;
    height: 44px;
    line-height: 42px;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    background-color: #f08300;
}


/* 实时空气质量 */
.ewb-nav-area {
    margin-top: 27px;
}

.ewb-nav-air {
    position: relative;
    z-index: 9999;
    float: right;
    width: 125px;
    height: 85px;
    font-size: 16px;
    color: #5e95f6;
    text-align: center;
    border: 5px solid #bedae7;
    background-color: #fff;
}

.ewb-nav-air>img {
    padding: 4px 0 6px 0;

}

.ewb-title>img {
    margin: -90px auto 0 auto;
}

/* phone */
@media (max-width: 767px) {
    .ewb-logo {
        padding-bottom: 20px;
    }

    .ewb-logo-img {
        margin-left: 0;
        margin-top: 14px;
        width: 183px;
    }

    .ewb-nav-r {
        width: 100%;
        margin: 12px 0 0 0;
        border-width: 3px;
    }

    .ewb-nav-input {
        height: 36px;
        font-size: 14px;
    }

    .ewb-nav-btn,
    .input-placeholder,
    .ewb-nav-txt {
        height: 36px;
        line-height: 36px;

    }

    .ewb-nav-area {
        margin-top: -85px;
    }

    .ewb-nav-air {
        font-size: 14px;
        width: auto;
        height: auto;
        border: none;
        background: none;
    }

    .ewb-title>img {
        margin: 79px auto 0 auto;
        width: 400px;
    }
}


/* pad */

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-logo{
        padding-bottom: 40px;
    }
    .ewb-nav-area {
        margin-top: -69px;
    }

    .ewb-title>img {
        margin-top: 0;
    }

    .ewb-logo-img,
    .ewb-nav-r {
        margin-left: 0;
    }
}



/*  footer */
.ewb-footer {
    padding: 7px 0 38px 0;
    border-top: 2px solid #4a6dcb;
    background-color: #f3f3f3;
}

.ewb-foot-block {
    display: inline-block;
    width: 49%;
    padding-left: 20px;
    padding-top: 31px;
}

.ewb-foot-tt {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 9px;
    color: #333;
}

.ewb-foot-tt>a {
    color: #333;
}

.ewb-foot-block>p {
    font-size: 13px;
    line-height: 24px;
}

.ewb-foot-icons>li {
    float: left;
}


.ewb-foot-item2 {
    margin-left: 23px;
    padding-top: 40px;
}

.ewb-foot-item3 {
    margin-left: 45px;
    padding-top: 36px;
}


@media (max-width: 480px) {
    .ewb-foot-block {
        width: 97%;
        padding-top: 14px;
    }

    .ewb-footer {
        padding: 0 0 15px 0;
    }

    .ewb-foot-icons {
        margin-top: -25px;
    }
}


@media (max-width: 767px) {
    .ewb-foot-icons>li {
        margin-left: 50px;
        text-align: center;

    }
    .ewb-foot-icons>li:first-child{
        margin-left: 17px;
    }

    .ewb-foot-item2,
    .ewb-foot-item3 {
        padding-top: 37px;
    }

    .ewb-foot-item2>a>img {
        width: 104px;
        height: 56px;
    }

    .ewb-foot-item3>a>img {
        width: 52px;
        height: 62px;
    }

}




/* 信息列表 */
.wb-data-item {
    padding-left: 20px;
    padding-top: 9px;
}

.wb-data-list {
    line-height: 34px;
    font-size: 15px;
    padding-left: 13px;
    background: url(../images/listimg.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color:#666;
    padding-right: 20px;
    margin-top: -34px;
}

.wb-data-list:hover,
.wb-data-list.accfocus,
.wb-data-list:hover a,
.wb-data-list.accfocus a,
.wb-data-list:hover .wb-data-date,
.wb-data-list.accfocus .wb-data-date
{
    cursor: pointer;
    color: #4a6dcb;
}



/* phone */

@media (max-width: 767px) {

    .ewb-mt30,
    .ewb-mt20,
    .ewb-mt24 {
        margin-top: 15px;
    }

    .wb-data-item {
        padding-top: 7px;
    }

    .wb-data-list {
        font-size: 14px;
        line-height: 30px;
    }

    .wb-data-date {
        margin-top: -30px;
    }

}
/*天气*/
#tianqiUL {
    list-style: none;
    margin: 0px;
    padding: 0px; /*height:30px; line-height:30px;*/
}
#tianqiUL img {
        vertical-align: middle;
}
#tianqiUL li {
        display: inline;
        margin: 0px 1px;
}
#tianqiUL li a {
            color: #333;
}

/* footer */

.ewb-footer {
    padding: 13px 0 22px 0;
    border-top: 2px solid #4a6dcb;
    background-color: #f3f3f3;
}
.ewb-footer p {
    text-align: center;
}

.ewb-footer p a {
    font-size: 13px;
    margin: 0 5px;
    color: #333;
}

.ewb-copy {
    margin-top: 18px;
    line-height: 20px;
}

.ewb-footer-link {
    position: relative;
}

.ewb-footer-img1 {
    position: absolute;
    top: 33px;
    left: 30px;
}

.ewb-footer-img2 {
    position: absolute;
    top: 20px;
    right: 0px;
}

.ewb-footer-12377 {
    position: absolute;
    top: 43px;
    right: 80px;
}

/* 当前位置 */

.ewb-page-main {
    padding-bottom: 18px;
    background-color: #eaedf5;
}

.ewb-route {
    line-height: 52px;
    color: #666;
}

.ewb-route a {
    color: #666;
    font-size: 13px;
    margin: 0 5px;
}

.ewb-route a.current {
    color: #f08300;
}

/*无障碍*/
.accfocus,.accfocus>h1,.accfocus>h2,.accfocus>h3 {
    text-decoration:underline!important;
}
