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;
}

.one {
    color: #333333;
    font-size: 18px;
}

.conten {
    width: 100%;
    min-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;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 4px;
    line-height: 50px;
}

.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;
}

.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;
}

.conten——center {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 20px;
}

.content-centerbot {
    width: 100%;
    height: 45px;
    background-color: #334366;
    margin-top: 19px;
    color: #FFFFFF;
    line-height: 46px;
    font-size: 20px;
    padding-left: 5px;
}

.actives {
    height: 50px;
    margin-bottom: 2px;
    background-color: #334366;
}

.conten_iamge {
    width: 146px;
    height: 202px;
    margin-left: 19px;
}

.tealist {
    width: 100%;
    /* height: 510px;
    background-color: #eeeeee; */
    margin-top: 20px;
}

.outer {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 20px; 
    display: inline-block;*/
}

.outerer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.outer-left {
    /* display: flex; */
    display: inline-block;
    height: 150px;
    border: 1px solid #EEEEEE;
    width: 47%;
    /* align-items: center; */
    margin-bottom: 20px;
}

.outer-right {
    /* display: flex; */
    display: inline-block;
    height: 150px;
    border: 1px solid #EEEEEE;
    width: 47%;
    /* align-items: center; */
    margin-left: 38px;
    margin-bottom: 20px;
}

.outer_iamge {
    width: 126px;
    height: 126px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

.outer_left_right {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    float: left;
    ;
}

.name {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    margin-top: 14px;
}

.zhiwei {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.jianjie {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fy {
    text-align: center;
}