﻿﻿@charset "UTF-8";

/* yui3 fonts */

ul, li, ol {
    list-style: none;
}

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;
}
input,
button {
    font-family: "Microsoft YaHei";
    outline: 0;
}
.ewb-mt20{
    margin-top: 20px;
}
/*.ewb-container {
    width: 920px;
    margin: 0 auto;
}*/
.ewb-bg {
    padding:11px 21px 18px 21px;
    background: #fff;
}

/**!
 * ĳĳҳ��
 * author: gaoli;
 * date:2017-11-26
 */

.ewb-colum-hd {
    height: 37px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}
.ewb-colum-hd>a {
    float: left;
    height: 34px;
    line-height: 31px;
    font-size: 16px;
    font-weight: bold;
    margin: 1px 0 0 13px;
    color: #de0900;
    padding: 0 26px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 3px solid #cc0107;
    background: #fff;
}
.ewb-colum-bd {
    border: 1px solid #e5e5e5;
    border-top: none;
}
.ewb-colum-items {
    padding: 16px 0 20px 28px;
}
.ewb-colum-item {
    float: left;
    font-size: 16px;
    height: 40px;
    margin-right: 50px;
}
.ewb-colum-item a {
    display: block;
    line-height: 40px;
    color: #333;
}
.ewb-colum-item a:hover{
	color:#cc0107;
}