@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,
th,
var {
    font-style: normal;
    font-weight: normal;
}

.ewb-article-info.con ol{
	padding-left: 40px;
	padding-top: 20px;
	list-style:decimal!important;
}
.ewb-article-info.con ul {
	padding-top: 20px;
	padding-left: 25px;
    list-style:inside!important;
}

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";
}

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;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal{
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 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-tianqi{
    margin: 0 auto;
    background: #d7dee4;
    /*padding-left: 200px;*/
    padding-top: 5px;
    margin-bottom: 15px;
}
.ewb-container{
    width: 1200px;
    margin: 0 auto;
}

/* header */

.ewb-header{
    height: 60px;
    background: #0c86d3;
}

.ewb-nav{
    float: left;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    margin-top: 8px;
    padding-left: 16px;
}

.ewb-nav-item{
    float: left;
    margin-left: 42px;
}

.ewb-nav-item a{
    color: #fff;
}

.ewb-top-r{
    float: right;
}

.ewb-search{
    width: 224px;
    height: 32px;
    background: #10537e;
    float: left;
    margin-top: 14px;
}

.ewb-search input{
    float: left;
    border: 0;
    padding: 0;
    outline: 0;
    background: none;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    width: 188px;
    text-indent: 10px;
}

.ewb-search button{
    float: left;
    width: 36px;
    height: 32px;
    background: url('../images/search_icon.png') center center no-repeat;
    border: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
}

.ewb-top-link{
    float: left;
    margin-left: 50px;
    height: 32px;
    line-height: 32px;
    margin-top: 14px;
    font-size: 16px;
    color: #fff;
}

.ewb-top-link a{
    color: #fff;
}

.ewb-top-link span{
    padding: 0 10px;
}

.ewb-banner{
    display: none;
    height: 280px;
    background: url('../images/banner1.jpg') center top no-repeat;
}

.ewb-bnaner2{
    height: 280px;
    background: url('../images/banner1.jpg') center top no-repeat;
}

.ewb-title{
    vertical-align: top;
    margin-top: 78px;
}

/* footer */

.ewb-footer{
    height: 180px;
    background: #0c86d3;
}

.ewb-link-hd{
    height: 46px;
    padding-top: 10px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background: url('../images/link_bg.jpg') center bottom no-repeat;
}

.ewb-link-bd{
    padding: 10px 58px 0 58px;
}

.ewb-link-item{
    float: left;
    /*width: 33.333%;*/
    line-height: 34px;
    font-size: 16px;
    margin-left: 80px;
}

.ewb-link-item a{
    color: #fff;
}

.ewb-mid{
    text-align: center;
}

.ewb-right{
    text-align: right;
}

.ewb-bfxx{
	text-align: center;
	color: #fff;
	margin-top:20px ;
	height: 55px;
	background-color: #4d4d4d;
	padding-top: 25px;
}
