h1,
h2,
h3,
h4,
h5,
div,
p,
body,
a,
ol,
ul,
li,
span,
table,
tr,
td {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}

ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

h1,
h2,
h3,
h4,
h5,
div,
p,
body,
a,
ol,
ul,
li,
span,
table,
tr,
td {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}

ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

.header {
    height: 175px;
    width: 100%;
    background-color: #cccccc;
}

.footer {
    height: 350px;
    width: 100%;
    background-color: #ccc;
}

.conten {
    width: 100%;
    height: 740px;
    /* display: flex; */
    background-color: #eee;
}

.conten——bbfg {
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
}

.conten-left {
    width: 20%;
    text-align: center;
}

.conten-lefth3 {
    height: 50px;
    border-bottom: 4px solid #334366;
    font-size: 20px;
    margin-bottom: 3px;
}

.liulef {
    height: 50px;
    margin-bottom: 2px;
    background-color: #cda053;
}

.ulleft li a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    padding-top: 12px;
}

.one {
    color: #333333;
    font-size: 18px;
}

.conten-right {
    width: 75%;
    margin-left: 20px;
    background-color: #fff;
    min-height: 650px;
    padding: 15px 20px;
}

.nav_go {
    padding: 10px 0;
    border-bottom: 2px solid #334366;
}

.actives {
    height: 50px;
    margin-bottom: 2px;
    background-color: #334366;
}

.conten_title {
    width: 100%;
    height: 38px;
    color: #334366;
    line-height: 36px;
    font-size: 20px;
    margin-top: 19px;
    border-top: 1px solid #334366;
    border-bottom: 1px solid #334366;
    padding-left: 5px;
}

.contentlist {
    width: 100%;
    height: 574px;
    /* background-color: beige; */
    margin-top: 20px;
}

.list_ol {
    display: flex;
    flex-direction: column;
}

.list_li {
    width: 100%;
    height: 50px;
    border-bottom: 1px dashed #8D8D8D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
}

.list_li:hover {
    width: 100%;
    height: 50px;
    /* border-bottom: 1px dashed #8D8D8D; */
    display: flex;
    color: #ffffff;
    background: #8D8D8D;
    justify-content: space-between;
    align-items: center;
}

.list_lileft {
    width: 70%;
	color: #333333 !important;
    /*font-size: 18px;*/
    font-weight: 400;
    padding-left: 16px;
}

.list_liright {
    width: 17%;
    /* color: #333333; */
    font-size: 14px;
    font-weight: 400;
}

.fy {
    text-align: center;
}