html body {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.center{
    width: 1000px;
    margin: 0 auto;
    margin-top: 18px;
    border-bottom: 4px #2068b0 solid;
}
.leftmenu {
    width: 250px;
    background-color: #fff;
    padding-bottom: 26px;
}
.leftmenu .ul {
        margin: 0;
        padding: 0;
        padding: 4px 4px 0 4px;
    }

.leftmenu .li {
        width: 100%;
        height: 38px;
        border-bottom: solid 1px #084f63;
        line-height: 38px
    }
.leftmenu .a{
        color: #084f63;
        font-size: 14px;
        font-weight: bold;
        padding-left: 22px;
        height: 100%;
        background: url(../img/lm_left_008.jpg) no-repeat scroll 0 center;
        text-decoration: none;
        letter-spacing: -1px;
    }

.rightcontent {
    width: 750px;
    margin-left: 10px;
}
.rightcontent .title{
        background-position: center top;
        background: url(../img/title_bg.jpg);
        height: 47px;
        line-height: 150%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
.rightcontent .Breadcrumb-fl{
        background-position: center top;
        max-width: 38%;
        background: url(../img/title_bg02.jpg) no-repeat ;
        height: 47px;
        line-height: 45px;
        font-size: 18px;
        color: #084f63;
        font-weight: bold;
        padding-left: 40px;
    }
.rightcontent .Breadcrumb{
        color: #666666;
        font-size: 12px;
        font-family: "宋体";
    }
.rightcontent .Breadcrumb a{
    color: #666666;
    text-decoration: none;
    font-family: "微软雅黑";
}
.rightcontent .content{
        padding: 10px;
    }


.rightcontent .content ul li {
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
}
.rightcontent .content ul li div{
    margin-left: 8px;
    font-size: 14px;
    color: #333333;
}


.fl {
    float: left;
}

.fr {
    float: right;
}
.rightcontent .Breadcrumb-Gjhzj{
    background-position: center top;
    width: 38%;
    background: url(../img/title_bg03.jpg) no-repeat ;
    height: 47px;
    line-height: 45px;
    font-size: 18px;
    color: #084f63;
    font-weight: bold;
    padding-left: 40px;
}