* {
    margin: 0;
    padding: 0;
    border: 0px;
    box-sizing: border-box;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #ef3838;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}

em, i {
    font-style: normal;
}

html {
    line-height: 1;
}

body {
    font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    color: #333;
    background-color: #fff;
}

td {
    font-size: 12px;
}

/* top */
.top {
    margin: 0 auto;
    width: 1100px;
    height: 185px;
    background: url(../images/banner2.jpg) no-repeat 50% 0;
    overflow: hidden;
}

/* nav */
.nav {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/nav_bg.gif) repeat-x;
    border-bottom: 5px solid #e8c16a;
}

.nav ul {
    overflow: hidden;
    margin-left: 80px;
}

.nav ul li {
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    padding-left: 25px;
    padding-right: 25px;
    background: url(../images/nav_dot.gif) no-repeat 100% -1px;
}

.nav ul li a {
    color: #fff;
}

/* serbar */
.row {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

.serbar {
    background: url(../images/sear_bg.gif) repeat-x;
    height: 29px;
}

.serbar .date {
    float: left;
    overflow: hidden;
}

.serbar .date div {
    float: left;
    line-height: 29px;
    padding-left: 10px;
    padding-right: 20px;
    color: #666;
}

.serbar .search {
    float: right;
    overflow: hidden;
}

.serbar .search div {
    float: left;
    line-height: 28px;
    padding-right: 15px;
}

.searchCon {
    border: 1px solid #DADADA;
    background: url(../images/sear_inpubg.gif) #ffffff no-repeat left 50%;
    height: 22px;
    padding-left: 30px;
    color: #666;
    box-sizing: border-box;
    outline: none;
}

.searchbtn {
    background: #fff repeat-x 0 100%;
    width: 50px;
    line-height: 22px;
    height: 22px;
    text-align: center;
    border: 1px solid #DADADA;
    cursor: pointer;
    font-size: 12px;
}
.erleft ul li {
    background: url(../images/er_leftico.gif) no-repeat 20px 12px;
    color: #8B2000;
    padding: 8px 10px 8px 40px;
    font-weight: 600;
    line-height: 150%;
    border-bottom: 1px solid #F1E5E0;
    position: relative;
}

.erleft ul li.active i {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 33px;
    width: 5px;
    background-color: #a02805;
}

.erleft ul li a, .erleft ul li a:hover {
    color: #8B2000;
}