html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0 auto;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
}
body {line-height: 1;}
ol, ul ,li{list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del { text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
* html .clearfix{zoom:1;} /* IE6 */
*+html .clearfix{zoom:1;} /* IE7 */

/****************公共样式*********************/
/*******母版页二维码********/
.qr-block .qr-scan .qr > img {
    height: 115px;
    width: 115px;
    position: relative;
    margin-left: -3px;
    margin-top: -3px;
}
/*******消息详情**********/
#marquee-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none
}

    #marquee-wrapper.show {
        display: block;
        z-index: 1000;
        background-image: url('../images/transparent-black.webp')
    }

#marquee {
    width: 600px;
    max-height: 500px;
    margin: 30px auto 0 auto;
    background-color: #fff;
    background-image: url('../images/table_background.webp');
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
    -moz-transition: margin-top ease-in 300ms;
    -o-transition: margin-top ease-in 300ms;
    -webkit-transition: margin-top ease-in 300ms;
    transition: margin-top ease-in 300ms
}

    #marquee > header {
        text-align: center;
        background-color: #e9e9e9;
        border-bottom: 1px solid #ccc;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0
    }

        #marquee > header > h2 {
            margin: 0;
            color: #0080e3;
            font-size: 21px;
            line-height: 60px
        }

ul#newsBags {
    margin: 0;
    padding: 10px 50px;
    max-height: 380px;
    overflow: auto
}

    ul#newsBags > li {
        color: #454545;
        font-size: 13px;
        line-height: 27px;
        list-style: disc;
        white-space: pre-line;
        border-bottom: 1px dashed #999
    }

#marquee > footer {
    text-align: center;
    height: 80px;
    background-color: #e9e9e9;
    background-image: -webkit-radial-gradient(center top,ellipse farthest-side,rgba(0,0,0,.3),transparent);
    background-size: 100% 8px;
    background-repeat: no-repeat;
    border-top: 1px solid #ccc;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    position:relative;
}

    #marquee > footer > span {
        display: inline-block;
        width: 119px;
        font-size: 15px;
        font-weight: bolder;
        line-height: 45.5px;
        background-image: url('../images/sent_bn.webp');
        cursor: pointer;
        margin-top:20px;
    }

        #marquee > footer > span:hover {
            background-position: 0 -45.5px
        }
ul#newsBags {
    margin: 0;
    padding: 10px 50px;
    max-height: 380px;
    overflow: auto;
}
    ul#newsBags > li {
        white-space: pre-line;
        word-break: break-all;
        word-wrap: break-word;
        color: #454545;
        font-size: 13px;
        line-height: 27px;
        list-style: disc;
        white-space: pre-line;
        border-bottom: 1px dashed #999;
    }

/****************代理申请*******************/
#articles ul.mtab-menual li.mtab {
    display: inline-block;
    width: 100px;
    margin: 0 5px;
    color: red;
    font-size: 14px;
    text-align: center;
     background-color: #e3c95b; 
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
}
#articles ul.mtab-menual li {
    display: inline-block;
    width: 100px;
    margin: 0 5px;
    color: #fbf8f8;
    font-size: 14px;
    text-align: center;
    background-color: #adadad;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
}
#articles h4 {
    color: #fff;
    font-size: 14px;
    text-align: left;
}
#articles p {
    margin: 1em 0;
    font-size: 12px;
    text-align: justify;
    line-height: 2em;
}

/****************老带新,消息中心******************/
#articles ul.oldwithnew-list {
    border-bottom: 1px solid #464646;
    width: 100%;
    padding-left: 0px;
    height:50px;
}

    #articles ul.oldwithnew-list li {
        float: left;
        width: 160px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        /*background: #9e9e9e;*/
        margin-top: 10px;
        margin-right: 20px;
        cursor: pointer;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        #articles ul.oldwithnew-list li:hover, #articles ul.oldwithnew-list li.active {
            background: #f8f8f7;
            color: #0d0d0d;
        }

.oldwithnewcontent {
    display: none
}

.oldwithnew-p {
    width: 100%;
    border: 1px solid #4c4949;
    margin: 28px auto;
    border-radius: 4px;
    height:63px;
}

#articles .oldwithnew-p p {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 16px;
    border-left: 1px solid #4c4949;
    padding: 0px;
    margin: 0px;
}

    #articles .oldwithnew-p p:first-child {
        border: none
    }

    #articles .oldwithnew-p p b {
        display: block;
        font-size: 22px
    }

    #articles .oldwithnew-p p:first-child b {
        color: #fff;
    }

    #articles .oldwithnew-p p:last-child b {
        color: red
    }

.oldwithnew-url {
    margin-left: 100px
}

    .oldwithnew-url label {
        display: inline-block;
        width: 80px;
        text-align: right;
        margin-right: 10px
    }

    .oldwithnew-url img {
        width: 200px;
        height: 200px;
        vertical-align: top
    }

    .oldwithnew-url .downImg {
        border: none;
        background: none;
        color: #fff;
        background: linear-gradient(135deg, #EB5D4D, #FB2464);
        padding: 10px 18px;
        border-radius: 4px;
    }

#articles table th {
    background: #506416;
}

#articles table th, #articles table td {
    padding: 6px 10px;
    color: #fff
}

.messageli {
    width: 100%;
    border-bottom: 1px solid #ddd;
    height:38px;
}

    .messageli li {
        float: left;
        margin-bottom: -1px;
        min-width: 80px;
        height: 38px;
        padding: 0 5px;
        color: #23527c;
        font-size: 14px;
        text-align: center;
        line-height: 38px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        cursor: pointer;
    }

        .messageli li.active {
            border-left: 1px solid #ddd;
            border-top: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid transparent;
            color: #555;
            background: #fff;
        }

.message-yuedu {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    .message-yuedu button {
        border: 1px solid #ddd;
        background-color: #e0df7a38;
        padding: 8px 12px;
        border-radius: 4px;
    }

        .message-yuedu button:hover {
            color: #333;
            background-color: #ebebeb;
            border-color: #adadad
        }

        .message-yuedu button.btn-primary {
            margin-left: 10px;
            color: #fff;
            background-color: #428bca;
            border-color: #357ebd;
        }

            .message-yuedu button.btn-primary:hover {
                color: #fff;
                background-color: #3276b1;
                border-color: #285e8e
            }

#siteMail img {
    width: 30px;
    vertical-align: middle;
    margin-left: 20px
}

#siteMail input, #siteMail td, #notice td {
    cursor: pointer
}

#notice td {
    text-align: left;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 10px
}
/*******上一页，下一页*******/
.page-cont {
    height: 45px;
    line-height: 45px;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    margin: 10px 0;
    border-radius: 4px;
}
    .page-cont .first {
        float: left;
        font-size: 14px;
        margin: 12px;
    }

        .page-cont .first span {
            color: red;
        }

    .page-cont .second {
        float: right;
        margin: 7px;
    }

        .page-cont .second input {
            width: 65px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            position: relative;
            top: -1px;
            color: #000
        }

        .page-cont .second button {
            width: 70px;
            font-size: 14px;
            height: 30px;
            text-align: center;
            /*background: #506416;*/
            background-image: linear-gradient(135deg, #EB5D4D, #FB2464);
            border: none;
            color: #fff;
            border-radius: 5px;
            line-height: 30px;
        }

table.pagetab tr td.red, .red {
    color: red;
}

table.pagetab tr td.green, .green {
    color: #09e909;
    font-weight: 700;
}
/*******表格********/
#mesageContent {
    background-color: #f5f5f5;
}
table.pagetab {
    width: 100%;
    display: none;
    margin-top: 10px;
    table-layout: fixed;
}

    table.pagetab tr td, table.pagetab tr th {
        padding: 10px 0px;
        text-align: center;
        border: 0px solid #ccc;
        word-break: break-all;
        word-wrap: break-word;
        color: #adadad;
    }

        table.pagetab tr th:last-child, table.pagetab tr td:last-child {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 30%;
        }
#articles table {
    width: 100%
}

    #articles table tr, #articles table th, #articles table td {
        line-height: 2em;
        text-align: center;
        border: 1px solid #9a989b
    }

    #articles table th {
        background: #404040;
        color: #fff;
    }




