﻿/*BaseCss*/
body {font-family:"微软雅黑";  margin:0 auto; padding:0px; font-size:13px; height:100%; line-height:22px; width:100%; color:#333333; }
ul,ul li,ol li{ list-style-type:none; margin:0; padding:0; }
p{ margin:0; padding:0}
.clear{ clear:both; height:0px; line-height:0px; font-size:0px;}
a{ text-decoration:none;color:#333333;}
a:hover{ text-decoration:underline;}
img{ vertical-align:middle;}
.imgs{ vertical-align:top;}
.lf{ float:left;}
.rg{ float:right;}  
img{border:none;}
tr td{ padding:5px 5px;}
html{ overflow-x:hidden;}
.btn{width:72px;height:28px;border:none;background-color:#315dae;color:#FFFFFF;font-size:14px;background-color:#315dae;}
.btn:hover{text-decoration:underline;}
.clearfix {clear:both;}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}
/*BaseCss*/

/* 顶部－中间LOGO  Begin*/
#divTop {
    min-width:1600px;
    width: 100%;
}

#divTop_Middle {
    width: 100%;
    background: linear-gradient(to right, #dcf4ee, #e3f4ec);
}

    #divTop_Middle .Middle {
        display: flex;
        align-items: center;
        height: inherit;
        width: 1200px;
        margin: auto;
    }

    #divTop_Middle img {
        width: 1200px;
        height: 80px;
    }
/* 顶部－中间LOGO 　End*/


/* 顶部－菜单 　Begin*/
#divTop_Menu {
    height: 73px;
    width: 100%;
    background: #00B077;
    position: relative;
}

#Top_Menu {
    width: 1200px;
    position: relative;
    top: 16px;
    margin: 0 auto;
    font-size: 16px;
}

.nav li {
    float: left;
}

    .nav li a {
        display: block;
        float: none;
        text-align: left;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-decoration: none;
        color: #FFFFFF;
        list-style-type: none;
    }

        .nav li a:hover {
            font-weight: 600;
        }

    .nav li ul {
        position: relative;
        z-index: 999;
        top: 20px;
        left: -25px;
        width: 121px;
        border-radius: 5px;
        box-shadow: 10px 10px 10px #c5c5c5;
        border: 1px solid #dedede;
        background-color: #FFF;
        padding: 1px 0 10px 0;
        display: none;
    }

        .nav li ul li {
            width: 78px;
            float: none;
            text-align: center;
        }

.MenuMain {
    height: 80px;
    width: 100px;
}

.MenuSel {
    height: 80px;
    width: 110px;
}

    .MenuSel ul li a {
        color: #2b2b2b;
        font-weight: 600;
    }

.nav li ul li a {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .nav li ul li a:hover {
        color: #00B077
    }

.nav li .UnderLine {
    height: 4px;
    line-height: 4px;
    width: 24px;
    background-color: #fff;
    margin-left: 20px;
    display: none;
}

.nav li .UnderLineMain {
    height: 4px;
    line-height: 4px;
    width: 24px;
    background-color: #fff;
    margin-left: 5px;
    display: none;
}

.nav li .ShowUnderLine {
    display: block;
}

#Search {
    right: 0;
    position: absolute;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 150px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
}

.search-input {
    flex-grow: 1;
    width: 80px;
    padding: 10px;
    border: none; /* 移除边框，由容器负责绘制圆角边框 */
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 20px;
    color: #232323;
    font-weight: 600;
}

.search-button {
    border: none;
    background: transparent; /* 使按钮透明 */
    cursor: pointer;
}

    .search-button img {
        height: 20px; /* 根据实际图片尺寸调整 */
        width: 20px; /* 根据实际图片尺寸调整 */
        vertical-align: middle; /* 图片垂直居中 */
        padding-right: 10px;
    }
/* 顶部－菜单  border:solid 1px #FF8A00;　END*/


/* 主体－第一部分　BEGIN*/

#divMainOne {
    width: 1200px;
    height: 368px;
    margin: auto;
    vertical-align: middle;
    margin-top: 25px;
}


#divNewsImage, #divNews, #divTopic, #divSkillMatch {
    width: 600px;
    height: 330px;
    float: left;
}

#divNewsImage {
    width: 600px;
    padding-right: 20px;
}

#myFocus {
    width: 600px;
    height: 330px;
}

    #myFocus li {
        list-style-type: none;
    }

.mF_tbhuabao .txt li {
    height: 60px;
    line-height: 60px;
}


#divMainOneR {
    width: 580px;
    float: right;
}



/* 主体－Box框 　BEGIN*/

.newsBoxTitle {
    width: 580px;
    height: 30px;
    line-height: 30px;
}

.newsTitleSel, .newsTitleNoSel {
    width: 135px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    float: left;
    text-align: center;
    border-radius: 20px;
    margin: 0 11px 0 0;
    color: #272727;
    cursor: pointer;
}

.newsTitleSel {
    color: #FFF;
    border: 1px solid #fff;
    background-color: #00B077;
}

.newsTitleNoSel {
    border: 1px solid #E9E9E9;
    color: #272727;
}

    .newsTitleNoSel:hover {
        color: #FFF;
        background-color: #00B077;
    }

.newsMore {
    width: 80px;
    height: 45px;
    line-height: 45px;
    float: right;
    font-size: 16px;
    color: #6c4920;
    text-align: right;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .newsMore a {
        margin-right: 12px;
    }

    .newsMore img {
    }

    .newsMore a:hover {
        text-decoration: none;
        font-size: 16px;
    }

/* 主体－Box框 　END*/
/* 326 X 252    294 X 230*/
.newsBoxContent {
    width: 566px;
    background-color: #FFFFFF;
    overflow: hidden;
    font-size: 16px;
}

    .newsBoxContent li {
        line-height: 32px;
        vertical-align: middle;
    }

        .newsBoxContent li a {
        }
/* 主体－Box框 　END*/


#divMainOneR .newsBoxContent li {
    border-bottom: 1px solid #dedede;
    list-style-type: none;
    list-style-position: outside;
}

#divMainOneR .newsBoxContent .newsBoxContentT {
    height: 30px;
    margin-top: 31px;
    overflow: hidden
}

#divMainOneR .newsBoxContent .newsBoxContentD {
    height: 32px;
    color: #5d5d5d;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#divMainOneR .newsBoxContent li .L {
    height: 24px;
    float: left;
    font-size: 18px;
    font-weight: 600;
    width: 80%;
    min-width: 480px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    #divMainOneR .newsBoxContent li .L a {
        line-height: 24px;
        color: #232323;
    }

#divMainOneR .newsBoxContent li .R {
    height: 20px;
    float: right;
    font-size: 14px;
    margin-top: -5px;
}

/* 主体－第一部分　END*/


/* 主体－第二部分　BEGIN*/

#divMainTwo {
    width: 1200px;
    height: 520px;
    margin: 0 auto;
    margin-top: 25px;
}

#divMainTwoL {
    width: 600px;
    float: left;
}

    #divMainTwoL .SecBoxTitle {
        width: 600px;
        border-bottom: 2px solid #00B077;
    }

.SecTitleSel, .SecTitleNoSel {
    width: 116px;
    height: 53px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: #232323;
    cursor: pointer;
}

.SecTitleSel {
    font-weight: 600;
    background-color: #EEF2F1
}

.SecTitleNoSel:hover {
    color: #272727;
}

.SecTitleNoSel:hover {
    font-weight: 600;
    background-color: #EEF2F1;
}

.NewsBox {
    width: 600px;
    height: 240px;
}

    .NewsBox .MainSecContent {
        width: 600px;
    }

    .NewsBox .MainSecL {
        height: 23px;
        float: left;
        font-size: 14px;
        line-height: 23px;
        padding-top: 14px;
        width: 80%;
        min-width: 480px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .NewsBox .MainSecR {
        height: 20px;
        float: right;
        font-size: 14px;
        padding-top: 14px;
    }

.PicBox {
    width: 600px;
}

    .PicBox div img {
        width: 600px;
        height: 190px;
    }

    .PicBox span {
        display: block;
        overflow: hidden;
        width: 600px;
        height: 44px;
        margin-top: 16px;
        font-size: 14px;
        line-height: 22px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        clear: both;
    }


#divMainTwoR {
    width: 580px;
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    #divMainTwoR .Redirect:nth-child(4), #divMainTwoR .Redirect:nth-child(5) {
        width: 280px;
    }

.Redirect {
    display: flex;
    width: 185px;
    height: 163px;
    border-radius: 10px;
    border: 1px solid #DEDEDE;
    margin: 9px 0;
    background: linear-gradient(to bottom, #E1F2EC, #FFFFFF);
    font-size: 16px;
    color: #232323;
    justify-content: center;
    cursor: pointer;
}

    .Redirect:hover {
        border: 1px solid #00B077;
        background: none;
        background-color: #F9FFFD;
        color: #14B388;
        font-weight: 600;
    }

    .Redirect a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

        .Redirect a span {
            display: inline-block;
        }

            .Redirect a span:first-child img {
                width: 60px;
                height: 60px;
            }

            .Redirect a span:last-child {
                margin-top: 5px;
            }

/* 主体－第二部分　END*/


/* 主体－友情链接 　BEGIN　*/
#divMainFour {
    width:100%;
    min-width:1600px;
    height: 225px;
    margin: auto;
    margin-top: 49px;
    background-color: #E5E5E5;
}

#TopLink {
    border-top: 44px solid #00B077; /* 梯形的高度 */
    border-left: 44px solid transparent; /* 左边斜面的宽度 */
    border-right: 44px solid transparent; /* 右边斜面的宽度 */
    height: 0;
    width: 162px; /* 梯形的宽度 */
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}

    #TopLink span {
        display: inline-block;
        margin-top: -35px;
        color: #FFF;
    }

#TopLinkList {
    width: 1200px;
    height: 225px;
    margin: auto;
    margin-top: -20px;
    display: flex;
    align-items: center;
}

#LinkS {
    width: 88%;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

#LinkPre, #LinkNext {
    cursor: pointer;
}

#LinkS #LinkContent {
    height: 85px;
    width: 1000000%;
    white-space: nowrap;
    transition: transform 0.5s;
}

    #LinkS #LinkContent div {
        float: left;
        display: flex;
        width: 242px;
        height: 85px;
        margin: 0 10px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 4px 4px 4px #A87B7B;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        #LinkS #LinkContent div img {
            width: 165px;
            height: 55px;
        }

/* 主体－友情链接　END　*/


/* 新闻 第一横幅 Begin */
#divNewsBannber {
    height: 132px;
    margin: 0 auto;
    margin-top: -17px;
    background-color: #fff;
}

#divNewsBannberContent {
    width: 1600px;
    height: 132px;
    margin: 0 auto;
    background: url("/Img/NewsBG.png") no-repeat;
}

#divNewsSearchContent {
    width: 1600px;
    height: 132px;
    margin: 0 auto;
    background: url("/Img/SearchBG.png") no-repeat;
}

    #divNewsSearchContent #divNewsSearch {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #divNewsSearchContent Div .NewsSearch {
        display: inline-block;
        width: 420px;
        height: 62px;
        line-height: 62px;
        border: 1px solid #00B077;
        border-radius: 6px 0 0 6px;
    }

        #divNewsSearchContent Div .NewsSearch input {
            flex-grow: 1;
            padding: 10px;
            border: none; /* 移除边框，由容器负责绘制圆角边框 */
            outline: none;
            box-sizing: border-box;
            font-size: 18px;
            border-radius: 6px;
            color: #232323;
            font-weight: 600;
            height: 62px;
            width: 420px;
            line-height: 62px;
        }

    #divNewsSearchContent Div .NewsButton {
        display: inline-block;
        width: 110px;
        height: 64px;
        line-height: 60px;
        background-color: #00B077;
        border-radius: 0 7px 7px 0;
        margin-left: -1px;
        border: none;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }

/* 新闻 第一横幅 End */


/* 新闻 新闻内容 Begin */
#divNewsList {
    width: 1200px;
    margin: 0 auto;
}

#divNewsListL {
    float: left;
    width: 204px;
    text-align: center;
    background-color: #fff;
    position: relative;
    height: 932px;
}

    #divNewsListL div:first-child {
        height: 63px;
        background-color: #00B077;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #divNewsListL div:nth-child(2) {
        padding-top: 10px;
        background: linear-gradient(to bottom, #FFF3F3, #FFFFFF);
    }

    #divNewsListL div span.spanNewsMenu {
        display: block;
        height: 62px;
        line-height: 62px;
        font-size: 16px;
        color: #5d5d5d;
    }

    #divNewsListL div span.spanNewsMenuLine {
        display: block;
        width: 150px;
        margin: 0 auto;
        border-top: 1px dashed #979797;
    }

    #divNewsListL div:last-child {
        height: 122px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        background-color: #fff;
        position: absolute;
        bottom: 29px;
    }


#divNewsListR {
    float: right;
    width: 975px;
}


.arrow-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 9px solid #00B077; /* 右边边框为箭头颜色 */
    border-top: 7px solid transparent; /* 上边边框透明 */
    border-bottom: 7px solid transparent; /* 下边边框透明 */
    margin-right: 10px;
}

.divNewsListRTips {
    height: 63px;
    line-height: 63px;
    color: #232323;
}

    .divNewsListRTips div:first-child {
        float: left;
        font-size: 20px;
        font-weight: 600;
    }

    .divNewsListRTips div:last-child {
        float: right;
        font-size: 16px;
    }

        .divNewsListRTips div:last-child img {
            margin-right: 7px;
        }

/** 新闻列表页 Begin **/
.divNewsListRContent {
    width: 975px;
    min-height: 870px;
    background-color: #fff;
    height: auto;
}

    .divNewsListRContent ul {
        margin: 0 23px 0 30px;
    }

        .divNewsListRContent ul:first-child li {
            height: 72px;
            border-bottom: 1px dashed #979797;
        }

            .divNewsListRContent ul:first-child li span {
                height: 72px;
                line-height: 72px;
            }

                .divNewsListRContent ul:first-child li span:first-child {
                    float: left;
                    width: 830px;
                    font-size: 16px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                .divNewsListRContent ul:first-child li span a:hover {
                    color: #00B077;
                    font-weight: 600;
                }

                .divNewsListRContent ul:first-child li span a:visited {
                    font-weight: 600;
                }

                .divNewsListRContent ul:first-child li span:last-child {
                    float: right;
                    width: 80px;
                    font-size: 14px;
                }

                .divNewsListRContent ul:first-child li span:first-child:before {
                    content: "";
                    display: inline-block;
                    width: 10px; /* 或者你需要的尺寸 */
                    height: 10px; /* 或者你需要的尺寸 */
                    background: #00B077;
                    border-radius: 50%;
                    margin-right: 5px; /* 与文本的距离 */
                }

    .divNewsListRContent div.RedirectLink {
        text-align: center;
        height: 50px;
        margin-top: 40px;
    }

        .divNewsListRContent div.RedirectLink a, .divNewsListRContent div.RedirectLink span.Sel {
            width: 65px;
            height: 42px;
            line-height: 42px;
            border: 1px solid #ddd;
            font-size: 16px;
            color: #232323;
            display: inline-block;
            cursor: pointer;
            margin: 0 5px;
        }

        .divNewsListRContent div.RedirectLink span.Sel {
            background-color: #00b077;
            color: #fff;
        }

        .divNewsListRContent div.RedirectLink a:hover {
            background-color: #00B077;
            border: 1px solid #00B077;
            color: #fff;
            text-decoration: none;
        }

        .divNewsListRContent div.RedirectLink a:first-child, .divNewsListRContent div.RedirectLink a:last-child {
            width: 85px;
        }


/** 新闻列表页 End **/

/** 新闻详情页 Begin **/
#divNewsListR .divNewsRContent, #divNewsListR .divDownList {
    background-color: #fff;
}

    #divNewsListR .divNewsRContent h1.NewsTitle {
        width: 800px;
        display: block;
        margin: 0 auto;
        text-align: center;
        line-height: 33px;
        margin-top: 37px;
        margin-bottom: 18px;
        font-size: 24px;
        padding-top: 37px;
    }

    #divNewsListR .divNewsRContent div.NewsInfo {
        display: block;
        margin: 0 auto;
        width: 800px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 18px;
        font-size: 14px;
        color: #5d5d5d;
        text-align: center;
    }

    #divNewsListR .divNewsRContent section * {
        max-width: 800px;
    }

    #divNewsListR .divNewsRContent div.NewsInfo span {
        display: inline-block;
        margin: 0 50px;
    }

    #divNewsListR .divNewsRContent section {
        display: block;
        margin: 0 auto;
        width: 800px;
        font-size: 16px;
        color: #232323;
        line-height: 30px;
        padding-bottom: 50px;
    }

    #divNewsListR .divDownList section {
        display: block;
        margin: 0 auto;
        width: 800px;
        font-size: 16px;
        color: #232323;
        line-height: 30px;
        padding-bottom: 50px;
        font-size:14px;
    }
        #divNewsListR .divDownList section div {
            text-indent: 2em;
        }

/** 新闻详情页 End **/

/* 新闻 新闻内容 End */

/*  搜索页面 Begin */
#divSearchList {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    background-color: #fff;
}

#divSearchContentList {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0 50px 0;
}

    #divSearchContentList li {
        height: 112px;
        display: inline-block;
        margin-bottom: 50px;
    }

        #divSearchContentList li div:first-child {
            float: left;
            margin-right: 29px;
            width: 112px;
            height: 112px;
            border: 1px solid #d8d8d8;
            border-top: 5px solid #00B077;
            background: linear-gradient(to bottom, #E1F7F0, #FFFFFF);
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }

            #divSearchContentList li div:first-child span {
                width: 48px;
                height: 26px;
                font-size: 22px;
                line-height: 26px;
            }

                #divSearchContentList li div:first-child span:last-child {
                    color: #00B077;
                }

        #divSearchContentList li div:last-child {
            float: left;
            width: 750px;
        }

            #divSearchContentList li div:last-child a {
                display: inline-block;
                width: 750px;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                font-size: 22px;
                font-weight: 600;
            }

            #divSearchContentList li div:last-child span {
                display: inline-block;
                width: 750px;
                height: 50px;
                line-height: 25px;
                margin-top: 15px;
                font-size: 14px;
                color: #d5d5d5;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                clear: both;
            }

    #divSearchContentList ul:last-child {
        text-align: center;
        height: 50px;
    }

        #divSearchContentList ul:last-child li {
            width: 42px;
            height: 42px;
            line-height: 42px;
            border: 1px solid #ddd;
            font-size: 16px;
            color: #232323;
            display: inline-block;
            cursor: pointer;
            margin: 0 5px;
        }

            #divSearchContentList ul:last-child li:hover {
                background-color: #00B077;
                border: 1px solid #00B077;
                color: #fff;
            }

            #divSearchContentList ul:last-child li:first-child, #divSearchContentList ul:last-child li:last-child {
                width: 92px;
            }

    #divSearchContentList div.RedirectLink {
        text-align: center;
        height: 50px;
        margin-top: 40px;
    }

        #divSearchContentList div.RedirectLink a, #divSearchContentList div.RedirectLink span.Sel {
            width: 65px;
            height: 42px;
            line-height: 42px;
            border: 1px solid #ddd;
            font-size: 16px;
            color: #232323;
            display: inline-block;
            cursor: pointer;
            margin: 0 5px;
        }

        #divSearchContentList div.RedirectLink span.Sel {
            background-color: #00b077;
            color: #fff;
        }

        #divSearchContentList div.RedirectLink a:hover {
            background-color: #00B077;
            border: 1px solid #00B077;
            color: #fff;
            text-decoration: none;
        }

        #divSearchContentList div.RedirectLink a:first-child, #divSearchContentList div.RedirectLink a:last-child {
            width: 85px;
        }

/*  搜索页面 End */

/**会员搜索 Begin**/
.divMemberListRContent {
    width: 975px;
    min-height: 837px;
    background-color: #fff;
    height: auto;
    padding-top: 33px;
}

    .divMemberListRContent .divMemberListRContentM {
        width: 914px;
        margin: 0 auto;
    }

        .divMemberListRContent .divMemberListRContentM div.divMemberListRContentS {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap;
        }

div.MemberSearch {
    display: inline-block;
    width: 695px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fefefe;
}

    div.MemberSearch input {
        width: 366px;
        height: 46px;
        line-height: 46px;
        border: none;
        border-radius: 4px;
        text-indent: 19px;
    }

        div.MemberSearch input:focus {
            border: 1px solid #00B077;
        }

div.MemberSelect {
    display: inline-block;
    width: 147px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fefefe;
    margin: 0 9px;
}

    div.MemberSelect select {
        width: 147px;
        height: 48px;
        line-height: 48px;
        border: none;
        border-radius: 4px;
        text-indent: 21px;
    }

        div.MemberSelect select:focus {
            border: 1px solid #00B077;
        }

div.MemberButton, div.MemberButton input {
    display: inline-block;
    width: 210px;
    height: 50px;
    line-height: 50px;
    background-color: #00B077;
    border-radius: 4px;
    margin-left: -1px;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.divMemberListRContentTitle {
    margin-top: 20px;
}

    .divMemberListRContentTitle ul:first-child {
        background-color: #DEF1EB;
    }

    .divMemberListRContentTitle ul.grey {
        background-color: #F2F2F2;
    }


    .divMemberListRContentTitle ul li {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #232323;
        overflow: hidden;
    }

        .divMemberListRContentTitle ul li:first-child {
            margin-left: 28px;
        }

        .divMemberListRContentTitle ul li.L1 {
            width: 40px;
        }

        .divMemberListRContentTitle ul li.L2 {
            width: 350px;
        }

        .divMemberListRContentTitle ul li.L3 {
            width: 150px;
        }

        .divMemberListRContentTitle ul li.L4 {
            width: 150px;
        }

        .divMemberListRContentTitle ul li.L5 {
            width: 90px;
        }
        .divMemberListRContentTitle ul li.L6 {
            width: 105px;
        }

.divMemberListRContentM div.RedirectLink {
    text-align: center;
    height: 50px;
    margin-top: 40px;
}

    .divMemberListRContentM div.RedirectLink a, .divMemberListRContentM div.RedirectLink span.Sel {
        width: 65px;
        height: 42px;
        line-height: 42px;
        border: 1px solid #ddd;
        font-size: 16px;
        color: #232323;
        display: inline-block;
        cursor: pointer;
        margin: 0 5px;
    }

    .divMemberListRContentM div.RedirectLink span.Sel {
        background-color: #00b077;
        color: #fff;
    }

    .divMemberListRContentM div.RedirectLink a:hover {
        background-color: #00B077;
        border: 1px solid #00B077;
        color: #fff;
        text-decoration: none;
    }

    .divMemberListRContentM div.RedirectLink a:first-child, .divMemberListRContentM div.RedirectLink a:last-child {
        width: 85px;
    }



/**会员搜索 End**/


/*底部Begin　*/
#divBottom {
    width: 100%;
    min-width:1600px;
    height: 250px;
    margin: 0 0 10px 0;
    background-color: #00a570;
}

#BottomInfo {
    width: 1200px;
    height: 250px;
    margin: 0 auto;
    background: url("/Img/BottomBG.png") no-repeat;
}

#divBottomInfo {
    width: 700px;
    height: 173px;
    margin-top: 60px;
    float: left;
}

    #divBottomInfo div {
        float: left;
        width: 350px;
        height: 60px;
        line-height: 24px;
        font-size: 16px;
        color: #fff;
    }

        #divBottomInfo div:last-child {
            width: 100%;
        }

    #divBottomInfo img {
        margin-right: 0.8em;
    }

    #divBottomInfo div:last-child img {
        float: left;
    }

    #divBottomInfo div:last-child span {
        float: left;
    }

#BottomQRCode {
    float: right;
    width: 500px;
    margin-top: 55px;
    text-align: right;
}

    #BottomQRCode img {
        width: 130px;
        margin-left: 40px;
    }
/*底部END　*/
#CertificateFloat {
    width: 1200px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    color: #000;
    display: flex;
    vertical-align: middle;
}

    #CertificateFloat div:first-child {
        width: 70%;
    }

    #CertificateFloat div:last-child {
        width: 50%;
        text-align: right;
    }



.MessageBox {
    border: 1px solid #999;
    background-color: #f8f8f8;
    z-index: 9999;
}

    .MessageBox .title {
        border-bottom: 1px solid #c0c0c0;
        background-position: center -302px;
        background-color: #00b077;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        font-size: 14px;
        padding-left: 5px;
        font-weight: bolder;
        color:#fff;
    }

.MessageBox .BtnBox {
    height: 30px;
    padding: 5px;
    border-top: 1px dotted #999;
    text-align: right;
    margin: 0 10px;
}

    .MessageBox .BtnBox .button {
        padding: 2px 4px;
        font-size: 13px;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #ccc;
        text-decoration: none;
        line-height: 30px;
        width: 60px;
        white-space: nowrap;
        height: 30px;
        background-color: #00b066;
        color: #fff;
    }
