.main {
    width: 1200px;
    margin: 0 auto;
    background: white;
}

.main .crumbs {
    font-size: 14px;
    line-height: 52px;
    border-bottom: 1px solid #C4C4C4;
    padding: 4px 20px 0 20px;

}

.main .crumbs p a{
    font-family: 'SourceHanSansCN-Normal';
}

.main .crumbs img {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 6px;
}

.main .content {
    margin:20px;
}

.main .content .aside {
    width: 286px;
    float: left;
}

.main .content .aside h4 {
    background: url("../images/aside.png") no-repeat center center;
    line-height: 48px;
    height: 48px;
    padding: 10px 12px;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 2px;

}

.main .content .aside h4 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.main .content .aside ul {
    margin-top: 10px;
}

.main .content .aside ul li {
    line-height: 48px;
    height: 48px;
    padding: 10px 21px;
    font-size: 18px;
    color: #111111;
    cursor: pointer;
    font-family: 'SourceHanSansCN-Regular';
}

.main .content .aside ul li img.statute {
    vertical-align: middle;
    margin-right: 14px;
    margin-top: -3px;
}

.main .content .aside ul li img.next {
    vertical-align: middle;
    float: right;
    margin-right: 4px;
    margin-top: 16px;
}

.main .content .aside ul li.active {
    background: url("../images/active.png") no-repeat center center;
    color: #005bac;
}

.main .content .section {
    float: right;
    width: 845px;
}

.main .content .section .box {
    display: none;
}

.main .content .section .show {
    display: block;
}

.main .content .section .title {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 12px;
}

.main .content .section .title h3 {
    display: inline-block;
    line-height: 48px;
    font-family: 'chuangcuhei';
}

.main .content .section .title .lookup {
    float: right;
    border: 1px solid #C4C4C4;
    position: relative;
    border-radius: 4px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.main .content .section .title .lookup select::-ms-expand {
    display: none;
    background: #0054a7;
}

.main .content .section .title .lookup select {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 10px;
    padding-bottom: 12px \0;
    /*ie8*/
    color: #005bac;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/arrow.png") no-repeat scroll 82px center #f5f5f5;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    font-size: 17px;
    border: none;
    border-right: 1px solid #C4C4C4;
    border-radius: 4px 0 0 4px;
}

:root .main .content .section .title .lookup select {
    padding-bottom: 2px \9;
}

/*ie9*/
.main .content .section .title .lookup select option {
    height: 48px;
    line-height: 48px;
}

.main .content .section .title .lookup input {
    display: inline-block;
    background: #f5f5f5;
    height: 48px;
    line-height: 48px;
    border: none;
    padding: 0 50px 0 8px;
    margin-left: -4px;
    box-shadow: none;
    color: #999999;
    outline: none;
    font-size: 14px;
    width: 246px;
    border-radius: 0 4px 4px 0;
}

.main .content .section .title .lookup a {
    height: 48px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/lookup.png") no-repeat center center;

}

.main .content .section ul.article li {
    font-size: 18px;
    color: #555555;
    line-height: 60px;
    border-bottom: 1px solid #C4C4C4;
    font-family: 'SourceHanSansCN-Regular';
}

.main .content .section ul.article li span {
    float: right;
    color: #777777;
    font-size: 16px;
}

.page {
    margin: 50px 0 80px;
}

.page a {
    padding: 5px 7px 5px 11px;
    text-align: center;
    color: #444444;
    margin-right: 15px;
    border: 1px solid #d2d2d2;
}

.page a.current {
    color: #fff;
    background-color: #337dbe;
}