﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 12px;
    background: #efefef;
    min-width: 1000px;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        color: #0a79c7;
    }

.fl_l {
    float: left;
}

.top_nav_wrap {
    height: 50px;
    /*line-height:40px;*/
    background: url(../images/top_bg.png) repeat-x;
}

.top_nav {
    width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
}

    .top_nav ul {
        margin-left: 20px;
    }

.gy_name {
    color: #F00;
}

.top_nav ul li {
    float: left;
}

    .top_nav ul li a {
        color: #000;
    }

        .top_nav ul li a:hover {
            color: #F00;
        }

.login {
    float: right;
    padding-left: 10px;
}

.banner {
    width: 1000px;
    margin: 0 auto;
    /*margin-top: 10px;*/
}

.weizhi {
    margin: 10px auto;
    width: 998px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d9d7d7;
}

    .weizhi p {
        background: url(../images/weizhi_ico.jpg) no-repeat 14px 10px;
        padding-left: 40px;
        height: 40px;
        line-height: 40px;
    }

        .weizhi p a:hover {
            color: #F00;
        }

.main {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.main_left {
    width: 652px;
    background: #FFF;
    border: 1px solid #d9d7d7;
    height:800px;
}


    .main_left dt p {
        font-size: 18px;
        font-family: '微软雅黑';
        padding-left: 35px;
        background: url(../images/come_mail_ico.gif) no-repeat 20px 20px;
        height: 60px;
        line-height: 60px;
    }

.main_right {
    width: 336px;
    margin-left: 10px;
    overflow: hidden;
     height:800px;
}

.new_mail {
    height: 60px;
}

    .new_mail dt p {
        font-size: 18px;
        font-family: '微软雅黑';
        background: url(../images/come_mail_ico.gif) no-repeat 20px 20px;
        height: 60px;
        line-height: 60px;
    }

.new_mail_name {
    font-size: 18px;
    font-family: '微软雅黑';
    /*margin-top: 20px;*/
    padding-left: 35px;
}


/* search */
.search {
    height: 35px;
    margin: 12px 0px 0px 0px;
    float: left;
    width: 525px;
}

    .search select {
        display: none;
    }

    .search .select_box {
        font-size: 12px;
        color: #999999;
        width: 100px;
        line-height: 35px;
        float: left;
        position: relative;
    }

    .search .select_showbox {
        height: 35px;
        background: url(../images/search_ico.png) no-repeat 80px center;
        text-indent: 1.5em;
    }

        .search .select_showbox.active {
            background: url(../images/search_ico_hover.png) no-repeat 80px center;
        }

    .search .select_option {
        border: 1px solid #f3f3f3;
        border-top: none;
        display: none;
        left: -2px;
        top: 35px;
        position: absolute;
        z-index: 99;
        background: #fff;
    }

        .search .select_option li {
            text-indent: 1.5em;
            width: 90px;
            cursor: pointer;
        }

            .search .select_option li.selected {
                background-color: #2fa9ff;
                color: #fff;
            }

            .search .select_option li.hover {
                background: #0a79c7;
                color: #fff;
            }

    .search input.inp_srh, .search input.btn_srh {
        border: none;
        background: none;
        height: 35px;
        line-height: 35px;
        float: right;
    }

    .search input.inp_srh {
        outline: none;
        width: 270px;
        border: 1px solid #f3f3f3;
        padding-left: 5px;
    }

    .search input.btn_srh {
        background: #409bdb;
        color: #FFF;
        font-family: "微软雅黑";
        font-size: 15px;
        width: 60px;
    }

.mail_list {
    background: url(../images/mail_list_bg.jpg) no-repeat center bottom;
    overflow: hidden;
    min-height: 320px;
}

    .mail_list th {
        background: #f8f8f8;
        height: 50px;
        text-align: center;
    }

    .mail_list td {
        height: 50px;
        text-align: center;
        border-bottom: 1px dashed #ececec;
    }


.mail_list_bt {
    background: #f8f8f8;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 640px;
    margin: 0 auto;
}

    .mail_list_bt ul li {
        float: left;
    }

.mail_list_nr {
    width: 640px;
    margin: 0 auto;
}

.mail_list dd {
    height: 50px;
    line-height: 50px;
    /*border-bottom: 1px dashed #ececec;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.mail_list_nr span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
/*.bg_width01 {width:150px;}
.bg_width02 {width:210px;}
.bg_width03 {width:80px;}
.bg_width04 {width:100px;}
.bg_width05 {width:100px;}*/
.mail_list_nr:hover {
    cursor: pointer;
    color: #1985d1;
    background: #fff;
    box-shadow: 1px 1px 12px #d1d0d0;
}


/*分页*/
div.flickr {
    margin: 1px 20px;
    float: right;
    /*text-align: center;*/
}

    div.flickr a {
        border: #dedfde 1px solid;
        padding: 8px 12px;
        background-position: 50% bottom;
        color: #409bdb;
        margin: 0 5px 0 0;
        text-decoration: none;
    }

        div.flickr a:hover {
            border: #409bdb 1px solid;
            background-image: none;
            color: #fff;
            background-color: #409bdb;
        }

div.meneame a:active {
    border: #000 1px solid;
    background-image: none;
    color: #fff;
    background-color: #409bdb;
}

div.flickr span.current {
    padding: 2px 6px;
    font-weight: bold;
    color: #ff0084;
    margin: 0 3px 0 0;
}

div.flickr span.disabled {
    padding: 2px 6px;
    color: #adaaad;
    margin: 0 3px 0 0;
}

.write_mail {
    width: 334px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9d7d7;
}

    .write_mail dl {
        overflow: hidden;
        margin-bottom: 10px;
    }

        .write_mail dl dt {
            margin-bottom: 10px;
            overflow: hidden;
        }

            .write_mail dl dt ul {
                margin-left: 10px;
                margin-top: 10px;
            }

                .write_mail dl dt ul li {
                    float: left;
                }

        .write_mail dl dd ul {
            margin-left: 10px;
        }

            .write_mail dl dd ul li {
                float: left;
            }

.write_mail_sj {
    width: 150px;
    height: 80px;
    background: url(../images/write_mail_sj_icon.png) no-repeat 14px 26px #409bdb;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

    .write_mail_sj span {
        padding-left: 44px;
        display: block;
        height: 24px;
        line-height: 24px;
        padding-top: 28px;
    }

    .write_mail_sj:hover {
        width: 150px;
        height: 80px;
        background: url(../images/write_mail_sj_icon.png) no-repeat 14px 26px #217bba;
        color: #fff;
        font-size: 18px;
        font-family: "微软雅黑";
    }


.write_mail_qz {
    width: 150px;
    height: 80px;
    background: url(../images/write_mail_sj_icon.png) no-repeat 14px 26px #68b84d;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

    .write_mail_qz span {
        padding-left: 44px;
        display: block;
        height: 24px;
        line-height: 24px;
        padding-top: 28px;
    }

    .write_mail_qz:hover {
        width: 150px;
        height: 80px;
        background: url(../images/write_mail_sj_icon.png) no-repeat 14px 26px #3c991b;
        color: #fff;
        font-size: 18px;
        font-family: "微软雅黑";
    }

.quzhang {
    margin-left: 15px;
}

.xuzhi1 {
    margin-left: 8px;
}

.xuzhi2 {
    margin-left: 7px;
}

.come_mail {
    width: 334px;
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #d9d7d7;
}
    /*.come_mail:hover {border:1px solid #65a5ff;}*/

    .come_mail dl {
        margin: 10px;
    }

        .come_mail dl dt {
            height: 40px;
            border-bottom: 1px solid #ececec;
            line-height: 40px;
        }

.come_mail_name {
    font-family: "微软雅黑";
    font-size: 18px;
    background: url(../images/come_mail_ico.gif) no-repeat 0px 2px;
    padding-left: 25px;
}

.come_mail_namea {
    text-decoration: none;
    color: #000;
}

.come_mail_more {
    /*float: right;*/
    margin-left: 100px;
}

.come_mail dl dd ul {
    margin-top: 10px;
}

    .come_mail dl dd ul li {
        line-height: 32px;
        padding-left: 25px;
    }

.tj_mail {
    width: 334px;
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #d9d7d7;
}

    .tj_mail dl {
        margin: 10px;
    }

        .tj_mail dl dt {
            clear: both;
            overflow: hidden;
            height: 40px;
            border-bottom: 1px solid #ececec;
            line-height: 40px;
        }

.tj_mail_name {
    font-family: "微软雅黑";
    font-size: 18px;
    background: url(../images/come_mail_ico.gif) no-repeat 0px 12px;
    /*background: url(../images/tj_mail_ico.jpg) no-repeat 0px 12px;*/
    padding-left: 25px;
}

.tj_mail_tjmail {
    background: url(../images/tj_mail_ico.jpg) no-repeat 0px 5px;
    padding-left: 25px;
}

.tj_mail_other {
    float: right;
}

.tj_mail dl dd ul {
    margin-top: 10px;
}

    .tj_mail dl dd ul li {
        line-height: 32px;
        padding-left: 25px;
    }

.mailbox_tj_list {
    margin-left: 10px;
    margin-top: 14px;
}

    .mailbox_tj_list i {
        font-style: normal;
        width: 252px;
        height: 20px;
        line-height: 20px;
        /*background: #09F;*/
        border: 1px solid #09F;
        display: inline-block;
        position: relative;
        /*top: 5px;*/
        left: 10px;
    }

    .mailbox_tj_list span {
        margin: 3px;
        height: 14px;
        line-height: 14px;
    }

    .mailbox_tj_list .rate {
        background: rgb(102, 194, 255);
        color: white;
    }

.list_tab1 {
    color: green;
    cursor: pointer;
}

.list_tab2 {
    cursor: pointer;
}

.copyright_wrap {
    background: #fff;
    border-top: 3px solid #207aba;
    margin-top: 20px;
}

.copyright {
    width: 1000px;
    margin: 0 auto;
}

    .copyright ul {
        margin-top: 20px;
    }

        .copyright ul li {
            text-align: center;
            line-height: 32px;
        }

/*内页1 css*/
.main2 {
    width: 998px;
    margin: 0 auto;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #d9d7d7;
}

.mail_xq_bt {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}

.xjxq_bt {
    background: url(../images/come_mail_ico.gif) no-repeat 20px 15px;
    font-family: "微软雅黑";
    font-size: 18px;
    padding-left: 36px;
    width: 120px;
}

.btn_wypj {
    float: left;
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #409bdb;
    font-size: 14px;
    text-align: center;
    margin-left: 740px;
    margin-top: 10px;
    cursor: pointer;
}

    .btn_wypj:hover {
        background: #fe6c0a;
    }

.mail_xq_main dt {
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
}

    .mail_xq_main dt i {
        padding: 0 3px;
    }

.mail_xq_main dd {
    margin-top: 20px;
}

.mail_xq_list_bt {
    width: 858px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    background: #efefef;
    border: 1px solid #e0dfdf;
    border-bottom: 0px;
}

    .mail_xq_list_bt span {
        padding-left: 20px;
        font-weight: bold;
    }

.mail_xq_list_main {
    width: 858px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #e0dfdf;
    border-top: 0px;
}

.mail_xq_list_bt span {
    font-size: 14px;
}

.xjbt {
    color: #666;
}

.xjxq_name {
    margin-top: 10px;
    margin-bottom: 20px;
}

/*内页2 css*/
.my_mail_left {
    width: 760px;
    background: #FFF;
    min-height: 526px;
}

.my_mail_right {
    width: 228px;
    margin-left: 10px;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #e0dfdf;
}

/*.my_mail_left dt p {
    font-size: 18px;
    font-family: '微软雅黑';
    padding-left: 35px;
    background: url(../images/come_mail_ico.gif) no-repeat 20px 20px;
    height: 50px;
    line-height: 50px;
}*/

.my_mail_left table {
    margin: 0 auto;
    margin-bottom: 20px;
}

.my_mail_left dd th {
    background: #f8f8f8;
    height: 50px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #252525;
}

.my_mail_left dd td {
    text-align: center;
    vertical-align: middle;
    height: 50px;
    border-bottom: 1px dashed #ececec;
}

.pj_btn {
    width: 56px;
    margin: 0 auto;
    height: 22px;
    line-height: 22px;
    border: 1px solid #68b84d;
    color: #68b84d;
    cursor: pointer;
}

    .pj_btn:hover {
        border: 1px solid #68b84d;
        background: #68b84d;
        color: #fff;
    }

.my_xx {
    width: 210px;
    border: 1px solid #ebeaea;
    margin: 10px;
    overflow: hidden;
}

    .my_xx dt {
        float: left;
    }

        .my_xx dt p {
            margin: 10px;
        }

    .my_xx dd {
        float: left;
        margin-top: 20px;
        margin-left: 0px;
        font-size: 14px;
        font-weight: bold;
    }

        .my_xx dd p {
            margin-top: 10px;
        }

.my_nav_list {
    width: 210px;
    margin: 10px auto;
}

/*.menu_head {width:172px;height:47px;line-height:47px;padding-left:28px;font-size:14px;color:#525252;cursor:pointer;border:1px solid #e1e1e1;position:relative;margin:0px;font-weight:bold;color:#3ba3ff;}
.menu_head:hover { background:#3ba3ff;color:#fff;}
.menu_list .current {color:#fff;background:#3ba3ff;}
.menu_body{width:200px;height:auto;overflow:hidden;line-height:38px;border-left:1px solid #e1e1e1;backguound:#fff;border-right:1px solid #e1e1e1;}
.menu_body a {display:block;width:162px;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px dashed #e1e1e1; background:url(../images/disco_icon.gif) no-repeat 24px 17px;}
.menu_body a:hover {text-decoration:none;}
.nav_list_y_ico01 { display:block;height:49px;line-height:49px;background:url(../images/xiala_list_icon01.png) no-repeat 0px 15px;padding-left:26px;}
.nav_list_y_ico02 {display:block;height:49px;line-height:49px;background:url(../images/xiala_list_icon01-2.png) no-repeat 0px 15px;padding-left:26px;}
nav_list_y_ico02:hover {background:url(../images/xiala_list_icon01.png) no-repeat 0px 15px;}
*/
.menu_head {
    width: 210px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    margin: 0px;
    font-weight: bold;
    color: #3ba3ff;
}

    .menu_head span {
        padding-left: 58px;
        display: block;
        height: 47px;
    }

    .menu_head:hover {
        color: #ff4800;
    }

.menu_list .current {
    color: #fff;
    background: #3ba3ff;
}

    .menu_list .current span.nav_list_y_ico01 {
        color: #fff;
        background: url(../images/xiala_list_icon01.png) no-repeat 30px 14px #3ba3ff;
    }

    .menu_list .current span.nav_list_y_ico02 {
        color: #fff;
        background: url(../images/xiala_list_icon02.png) no-repeat 30px 14px #3ba3ff;
    }

    .menu_list .current span.nav_list_y_ico03 {
        color: #fff;
        background: url(../images/xiala_list_icon03.png) no-repeat 30px 14px #3ba3ff;
    }

    .menu_list .current span.nav_list_y_ico04 {
        color: #fff;
        background: url(../images/xiala_list_icon04.png) no-repeat 30px 14px #3ba3ff;
    }

.menu_body {
    width: 210px;
    height: auto;
    overflow: hidden;
    line-height: 38px;
    border-left: 1px solid #e1e1e1;
    background : #fff;
    border-right: 1px solid #e1e1e1;
}

    .menu_body a {
        display: block;
        width: 162px;
        height: 38px;
        line-height: 38px;
        padding-left: 58px;
        color: #777777;
        background: #fff;
        text-decoration: none;
        border-bottom: 1px dashed #e1e1e1;
        background: url(../images/disco_icon.gif) no-repeat 44px 17px;
    }

        .menu_body a:hover {
            text-decoration: none;
            color: #F00;
        }

.nav_list_y_ico01 {
    background: url(../images/xiala_list_icon01-2.png) no-repeat 30px 14px;
}

.nav_list_y_ico02 {
    background: url(../images/xiala_list_icon02-2.png) no-repeat 30px 14px;
}

.nav_list_y_ico03 {
    background: url(../images/xiala_list_icon03-2.png) no-repeat 30px 14px;
}

.nav_list_y_ico04 {
    background: url(../images/xiala_list_icon04-2.png) no-repeat 30px 14px;
}

/*内页3*/
.login_page {
    width: 860px;
    margin: 20px auto;
    overflow: hidden;
}

.login_page_bt {
    height: 40px;
    line-height: 40px;
    background: #f6f6f6;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
}

.mail_page_img {
    margin-top: 20px;
    width: 369px;
}

.mail_page_list {
    margin-top: 20px;
    margin-left: 140px;
}

    .mail_page_list dt {
        overflow: hidden;
    }

.yhdl {
    width: 108px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dfdddd;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #70635f;
    font-size: 14px;
    font-family: "微软雅黑";
}

.wyzc_btn {
    width: 76px;
    height: 26px;
    line-height: 26px;
    background: #f6f6f6;
    text-align: center;
    margin-top: 6px;
    margin-left: 140px;
}

    .wyzc_btn a {
        color: #216beb;
    }

        .wyzc_btn a:hover {
            color: #F00;
        }

.mail_page_list dd {
    border: 1px solid #dfdddd;
    margin-top: -1px;
}

.login_btntxt {
    border: 1px solid #ececec;
    width: 260px;
    margin-top: 20px;
    margin-left: 30px;
    height: 30px;
    line-height: 30px;
}

.login_page_ico {
    width: 30px;
    float: left;
}

.login_page_btn_txt input {
    border: 0px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    width: 230px;
    float: left;
    text-indent: 5px;
}

.login_btntxt2 {
    border: 1px solid #ececec;
    width: 130px;
    margin-top: 20px;
    margin-left: 30px;
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
}

.login_page_ico2 {
    width: 30px;
    float: left;
}

.login_page_btn_txt2 input {
    border: 0px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    width: 100px;
    float: left;
    text-indent: 5px;
}

.yzm_box {
    overflow: hidden;
}

.yzm_img {
    margin-left: 20px;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}

.login_btn {
    width: 260px;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #fa3f35;
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
    border-radius: 4px;
    cursor: pointer;
}

    .login_btn:hover {
        background: #e7271c;
    }
/*-- 2016-04-19 css --*/
.xjlx_bt { background:#e8e8e8;width:80px;height:40px;line-height:40px; text-align:center;}
.xjlx_ipt input {border:1px solid #e8e8e8;height:38px;line-height:38px; width:238px;}

.xjlx_ipt02 input {border:1px solid #e8e8e8;height:38px;line-height:38px; width:578px;}
.xjlx_textarea textarea { width:578px;border:1px solid #e8e8e8;min-height: 80px;}

.xjlx_bc_btn input {
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0px;
    font-weight: bold;
    background: #0084b4;
    border-radius: 5px;
}

.my_mail_left {
    width: 758px;
    background: #FFF;
    border: 1px solid #d9d7d7;
      height:615px;
}

.my_mail_left02 {
    width: 758px;
    background: #FFF;
    border: 1px solid #d9d7d7;
    height:615px;
}

    .my_mail_left02 dt p {
        font-size: 18px;
        font-family: '微软雅黑';
        padding-left: 35px;
        background: url(../images/come_mail_ico.gif) no-repeat 20px 20px;
        height: 60px;
        line-height: 60px;
    }

    .my_mail_left02 table {
        margin: 0 auto;
    }

.my_mail_left dd td {
    text-align: center;
    vertical-align: middle;
}




.xxxz {
    width: 100px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #c163da;
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

    .xxxz span {
        display: block;
    }

    .xxxz:hover {
        width: 100px;
        height: 46px;
        background: #9f3eba;
        color: #fff;
        font-size: 16px;
        font-family: "微软雅黑";
    }

.xxlc {
    width: 100px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #fbaa26;
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

    .xxlc span {
        display: block;
    }

    .xxlc:hover {
        width: 100px;
        height: 46px;
        background: #e39516;
        color: #fff;
        font-size: 16px;
        font-family: "微软雅黑";
    }

.xjcx {
    width: 100px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #ff5a9f;
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

    .xjcx span {
        display: block;
    }

    .xjcx:hover {
        width: 100px;
        height: 46px;
        background: #d92571;
        color: #fff;
        font-size: 16px;
        font-family: "微软雅黑";
    }



#divselect{width:240px;position:relative; z-index:10000;}
#divselect cite{width:204px; height:38px;line-height:38px; display:block; color:#807a62; cursor:pointer;font-style:normal;
padding-left:4px; padding-right:30px; border:1px solid #e8e8e8; 
background:url(../images/xjt.png) no-repeat right center;}
#divselect ul{width:238px;border:1px solid #e8e8e8; background-color:#ffffff; position:absolute; z-index:20000; margin-top:-1px; display:none;}
#divselect ul li{height:38px; line-height:38px; list-style:none;}
#divselect ul li a{display:block; height:38px; color:#333333; text-decoration:none; padding-left:10px; padding-right:10px;}
#divselect ul li a:hover{background-color:#CCC;}

#divselect2{width:240px;position:relative; z-index:10000;}
#divselect2 cite{width:204px; height:38px;line-height:38px; display:block; color:#807a62; cursor:pointer;font-style:normal;
padding-left:4px; padding-right:30px; border:1px solid #e8e8e8; 
background:url(../images/xjt.png) no-repeat right center;}
#divselect2 ul{width:238px;border:1px solid #e8e8e8; background-color:#ffffff; position:absolute; z-index:20000; margin-top:-1px; display:none;}
#divselect2 ul li{height:38px; line-height:38px; list-style:none;}
#divselect2 ul li a{display:block; height:38px; color:#333333; text-decoration:none; padding-left:10px; padding-right:10px;}
#divselect2 ul li a:hover{background-color:#CCC;}


/*2016-5-13*/
.come_mail_new {margin:11px 10px; overflow:hidden;}
.come_mail_new01,.come_mail_new02,.come_mail_new03,.come_mail_new04 {width:146px;height:80px; text-align:center;}
.come_mail_new01,.come_mail_new02 {border-bottom:1px solid #F7F7F7;}
.come_mail_new01,.come_mail_new03 {border-right:1px solid #F7F7F7;}
.come_mail_new ul {
    /*padding-top:20px;*/

}
.come_mail_new ul li { font-family:'微软雅黑';}
.come_mail_new_bt {font-size:16px; }
.come_mail_new_nr {font-size:18px; font-weight:bold;padding-top:5px;}
.come_mail_new01 ul li {color:#a82d02;}
.come_mail_new02 ul li {color:#03bf07;}
.come_mail_new03 ul li {color:#1593e1;}
.come_mail_new04 ul li {color:#f30011;}
.come_mail_new01:hover { background:#fcfcfc;}
.come_mail_new02:hover { background:#fcfcfc;}
.come_mail_new03:hover { background:#fcfcfc;}
.come_mail_new04:hover { background:#fcfcfc;}