.wrapper {
    width: 800px;
    margin: 0 auto;
}

.about_left {
    margin: 0 auto;
    text-align: center;
}

.xz_img {
    display: inline-block;
    width: 259px;
    margin-top: 15px;
}

.xz_main {
    display: inline-block;
    width: 390px;
    margin-top: 15px;
    margin-left: 25px;
    background: url(../images/Experience_bg.jpg);
    height: 234px;
    text-align: left;
}

.xz_bg {
    height: 253px;
    background: url(../images/Experience_bg2.jpg) center no-repeat;
    overflow: hidden;
}

.xz_title {
    /* width: 882px; */
    padding-top: 10px;
    border-bottom: 1px dashed #cccccc;
    border-top: 1px dashed #cccccc;
    font-weight: bold;
    font-size: 14px;
    height: 28px;
}

.xz_nr {
    /* width: 882px; */
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto !important;
    height: 50px;
    min-height: 50px;
}

.Experience_main {
    margin: 0 auto;
    /* width: 950px; */
    background-color: #FFFFFF;
    height: auto !important;
    height: 1035px;
    min-height: 1035px;
}

.xz_font:link {
    color: #ff0000;
    text-decoration: none;
}

.xz_font:visited {
    color: #ff0000;
    text-decoration: none;
}

.xz_font:hover {
    color: #fff0000;
    text-decoration: underline;
}

.about_font:link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.about_font:visited {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.about_font:hover {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}