/* 未能缩小。正在返回未缩小的内容。
(364,9): run-time error CSS1035: Expected colon, found '}'
 */
a, a:hover {
    text-decoration: none; /* 链接无下划线,有为underline */
}

    a:link { /* 未访问的链接 */
        color: #337ab7;
    }

    a:visited { /* 已访问的链接 */
        color: #337ab7;
    }

    a:hover { /* 鼠标在链接上 */
        color: #337ab7;
    }

    a:active { /* 点击激活链接 */
        color: #337ab7;
    }
body {
    background-color: #F6F6F6;
    /*background: url(images/bg-body.jpg) repeat;*/
    color: #44505a;
    font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
    font-size: 14px;
    margin: 0;
    min-width: 940px;
    padding: 0;
}

@font-face {
    font-family: 'Conv_BreeSerif-Regular';
    src: url('/Content/Css/font/Regular.eot');
    src: url('/Content/Css/font/Regular.eot?#iefix') format('embedded-opentype'), url('/Content/Css/font/Regular.woff') format('woff'), url('/Content/Css/font/Regular.ttf') format('truetype'), url('/Content/Css/font/Regular.svg#Conv_BreeSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    outline: none;
}

img {
    border: 0;
}

p {
    line-height: 24px;
    margin: 0;
}

.clear {
    clear: both;
}

p a,
#body div#campaigns div.body div ul li a,
#body div#about h1 a {
    color: #7e868c;
}

    p a:hover,
    #body div#about div.aside div p span a:hover,
    #body div.header div div.section h2 a:hover,
    #body div#campaigns div.header div h2 a:hover,
    #body div#campaigns div.body div ul li a:hover,
    #body div#getinvolved div h1 a:hover,
    #body div#about h1 a:hover {
        color: #44505a;
    }

#header {
    background: url(/Content/Css/images/bg-header.png) repeat-x;
    height: 100px;
    position: relative;
}

    #header div {
        margin: 0 auto;
        overflow: hidden;
        width: 940px;
    }

        #header div a#logo {
            display: block;
            float: left;
            width: 140px;
        }

            #header div a#logo img {
                display: block;
                margin: 30px 0 0 50px;
                width: 100%;
                height: auto;
            }

        #header div ul {
            background: url(/Content/Css/images/bg-navigation.png) no-repeat;
            float: right;
            height: 53px;
            list-style: none;
            margin: 18px 0 0 99px;
            overflow: hidden;
            padding: 0;
            position: relative;
            width: 700px;
        }

            #header div ul li {
                float: left;
                height: 53px;
            }

                #header div ul li a {
                    color: #dc7b14;
                    display: inline-block;
                    font-size: 20px;
                    line-height: 53px;
                    text-align: center;
                    text-decoration: none;
                    text-transform: uppercase;
                    width: 140px;
                }

                #header div ul li.current a {
                    background: url(/Content/Css/images/bg-menuselected.png) repeat-x;
                    color: #085180;
                    text-shadow: 1px 1px 1px #ffffff;
                }

    #header .header-reg-login {
        position: absolute;
        right: 10px;
        top: 0px;
        width: auto;
        font-size: 13px;
    }

div.body-main {
}

div.body-content {
    margin: 0 auto;
    position: relative;
    width: 940px;
}

    div.body-content .page-content {
    }

        div.body-content .page-content p {
            text-indent: 2em;
        }

.Home_Page_main {
}

    .Home_Page_main .l {
        width: 40%;
        float: left;
    }

    .Home_Page_main .r {
        width: 60%;
        float: left;
    }

    .Home_Page_main dl {
        padding-left: 10px;
        padding-right: 10px;
    }

        .Home_Page_main dl dt {
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            font-weight: 600;
            border-bottom: 1px solid #CCC;
            padding-left: 10px;
            padding-right: 10px;
        }

        .Home_Page_main dl dd {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            overflow:hidden;
        }

        .Home_Page_main dl dd a {
        }

ul.ArticleList {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul.ArticleList li {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        height: 81px;
        border-top: 1px solid #CCC;
    }

        ul.ArticleList li:last-child {
            border-bottom: 1px solid #CCC;
        }

        ul.ArticleList li .Article_Photo {
            width: 100px;
            height: 60px;
            padding-top: 10px;
        }

            ul.ArticleList li .Article_Photo img {
                width: 90px;
                height: 60px;
            }

        ul.ArticleList li .Article_Title {
            position: absolute;
            left: 150px;
            top: 10px;
            font-size: 18px;
            height: 20px;
            line-height: 20px;
            font-weight: 500;
            overflow-y: hidden;
        }

        ul.ArticleList li .Article_Intro {
            position: absolute;
            left: 150px;
            top: 38px;
            height: 35px;
            overflow-y: hidden;
            font-size: 13px;
        }
div#pager {
    margin-top: 1em;
}

.pager-pageCount {
    text-align: right;
    font-size: 12px;
}

    .pager-pageCount span {
        display: inline-block;
        margin-left: 10px;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination li {
        cursor: pointer;
    }

    .pagination > li {
        display: inline;
    }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

ul .pagination {
    margin-top: 10px;
    margin-bottom: 0px;
}

    ul.pagination li#listjump_page {
        position: relative;
    }

        ul.pagination li#listjump_page p#listjump_Popover {
            border: 1px solid #AAA;
            padding: 5px;
            position: absolute;
            width: 200px;
            left: -145px;
            top: -50px;
            background-color: #DEF;
            color: #707070;
            font-size: 12px;
        }

        ul.pagination li#listjump_page input[type='text'] {
            display: inline;
            width: 60px;
            padding: 4px;
            margin: auto 4px;
            height: 24px;
        }

        ul.pagination li#listjump_page input[type='button'] {
            margin: auto 4px;
        }

.ArticleDetails_Page {
}

    .ArticleDetails_Page h2 {
        font-size: 24px;
        text-align: center;
        font-weight: normal;
    }

    .ArticleDetails_Page .ArticleDetails {
        float: left;
        width: 730px;
        padding: 15px;
        background-color: #FFFFFF;
    }

        .ArticleDetails_Page .ArticleDetails .Article_AddTime {
            font-size: 14px;
            text-align: right;
        }

        .ArticleDetails_Page .ArticleDetails .Article_Intro {
            background-color: #F9F9F9;
            padding: 15px;
            text-indent: 2em;
            margin-top: 15px;
            font-size: 12px;
            font-
        }

        .ArticleDetails_Page .ArticleDetails .Article_Content {
            margin-top: 15px;
        }

            .ArticleDetails_Page .ArticleDetails .Article_Content > p {
                text-indent: 2em;
                word-break: break-all;
            }

            .ArticleDetails_Page .ArticleDetails .Article_Content pre {
                word-break: break-all;
                background-color: #f5f5f5;
                color: #000;
                border: 1px solid #CCC;
                white-space: pre-wrap; /* css3.0 */
                white-space: -moz-pre-wrap; /* Firefox */
                white-space: -pre-wrap; /* Opera 4-6 */
                white-space: -o-pre-wrap; /* Opera 7 */
                word-wrap: break-word; /* Internet Explorer 5.5+ */
                padding: 10px;
            }

        .ArticleDetails_Page .ArticleDetails .pay_tips {
            margin-top: 30px;
            font-size: 20px;
            font-weight: bold;
            color: red;
        }

        .ArticleDetails_Page .ArticleDetails .pay_ico {
            margin-top: 30px;
        }

        .ArticleDetails_Page .ArticleDetails .pay_ico img {
            height: 100px;
            width: auto;
        }
        .ArticleDetails_Page .ArticleDetails .pay_btn {
            margin-top: 30px;
            text-align:right;
            margin-right:20px;
        }
            .ArticleDetails_Page .ArticleDetails .pay_btn button {
                background-color: #337ab7;
                color: #fff;
                width: 100px;
                height: 40px;
                line-height: 40px;
                border: none;
                cursor: pointer;
                box-sizing:content-box;
            }

                .ArticleDetails_Page .ArticleDetails .pay_btn button:hover {
                    background-color: #3A83BD;
                }
            .ArticleDetails_Page .ArticleList {
            float: left;
            width: 135px;
            padding: 15px;
            margin-left: 15px;
            background-color: #FFFFFF;
        }

        .ArticleDetails_Page .ArticleList dl {
            margin: 0px;
            padding: 0px;
        }

        .ArticleDetails_Page .ArticleList dt {
            margin-left: 0px;
            margin-bottom: 10px;
            padding-left: 0px;
            font-size: 16px;
            height: 35px;
            line-height: 35px;
            border-bottom: 1px solid #CCC;
        }

        .ArticleDetails_Page .ArticleList dd {
            margin-left: 0px;
            padding: 3px 0px;
            font-size: 12px;
        }
    .ArticleDetails_Page .modal dl {
        float:left;
        clear:both;
    }
        .ArticleDetails_Page .modal dl dt {
            float: left;
            width: 100px;
            height: 30px;
            line-height: 30px;
            font-size: 15px;
            font-weight: 700;
        }
        .ArticleDetails_Page .modal dl dd {
            float: left;
            font-size: 20px;
            height: 30px;
            line-height: 30px;
            font-weight: bold;
        }
        .ArticleDetails_Page .modal dl.buy_Article_ReadPrice dd {
            font-size: 30px;
            color:red;
        }
    .ArticleDetails_Page .modal div.pay_PayType {
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        font-weight:700;
    }
    .ArticleDetails_Page .modal ul.pay_PayType {
        list-style-type: none;
        float: left;
    }
    .ArticleDetails_Page .modal ul.pay_PayType li {
        float:left;
    }
        .ArticleDetails_Page .modal ul.pay_PayType li img {
            height:38px;
           width:auto;
        }
        .ArticleDetails_Page .modal ul.pay_PayType li.checkd {
            border: 1px solid #337ab7;
        }
.Reg_Page,
.Login_Page {
    padding: 15px;
}

    .Reg_Page ul,
    .Login_Page ul {
        list-style-type: none;
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .Reg_Page ul li,
        .Login_Page ul li {
            width: 100px;
            height: 40px;
            line-height: 40px;
            float: left;
            text-align: center;
            font-size: 16px;
        }

            .Reg_Page ul li.thistle,
            .Login_Page ul li.thistle {
                border-bottom: 3px solid #337ab7;
                color: #337ab7;
            }

    .Reg_Page dl,
    .Login_Page dl,
    .User_Page .EditPWD dl {
        clear: both;
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .Reg_Page dl dt,
        .Login_Page dl dt,
        .User_Page .EditPWD dl dt {
            width: 100px;
            float: left;
            margin: 10px 0px;
            padding: 0px 10px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #CCC;
            text-align: right;
            border-right: 0px;
            box-sizing: content-box;
        }

        .Reg_Page dl dd,
        .Login_Page dl dd,
        .User_Page .EditPWD dl dd {
            width: 500px;
            float: left;
            margin: 10px 0px;
            padding: 0px;
            height: 38px;
            line-height: 38px;
            border: 0px;
        }

            .Reg_Page dl dd input[type='text'],
            .Reg_Page dl dd input[type='password'],
            .Login_Page dl dd input[type='text'],
            .Login_Page dl dd input[type='password'],
            .EditPWD dl dd input[type='text'],
            .User_Page .EditPWD dl dd input[type='password'] {
                border: 1px solid #CCC;
                width: 250px;
                height: 38px;
                line-height: 38px;
                padding-left: 10px;
                padding-right: 10px;
                background-color: transparent;
                box-sizing: content-box;
                outline: 0;
                float: left;
            }

                .Reg_Page dl dd input[type='text']#u_checkCode,
                .Login_Page dl dd input[type='text']#u_checkCode {
                    width: 145px;
                    float: left;
                }

            .Reg_Page dl dd #CheckCode_Image,
            .Login_Page dl dd #CheckCode_Image {
                width: 100px;
                height: 40px;
                margin-left: 5px;
                float: left;
            }

            .Reg_Page dl dd .valmsg-for,
            .Login_Page dl dd .valmsg-for,
            .User_Page .EditPWD dl dd .valmsg-for {
                float: left;
                width: 200px;
                margin-left: 10px;
            }

                .Reg_Page dl dd .valmsg-for .alert,
                .Login_Page dl dd .valmsg-for .alert,
                .User_Page .EditPWD dl dd .valmsg-for .alert {
                    padding-top: 8px;
                    padding-bottom: 8px;
                    height: 40px;
                }

            .Reg_Page div.RegAgreement {
                height: 40px;
                line-height: 40px;
            }

    .Reg_Page .reg-button,
    .Login_Page .login-button,
    .User_Page .EditPWD .EditPWD-button {
        background-color: #337ab7;
        color: #fff;
        width: 100px;
        height: 40px;
        line-height: 40px;
        border: none;
        cursor: pointer;
        margin-left: 120px;
        box-sizing: content-box;
    }

        .Reg_Page .reg-button:hover,
        .Login_Page .login-button:hover,
        .User_Page .EditPWD .EditPWD-button:hover {
            background-color: #3A83BD;
        }


.order-pay {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .order-pay .o-left {
    }

        .order-pay .o-left h3.o-title {
            margin: 0px;
            padding: 0px;
            font-size: 14px;
            font-weight: bold;
        }

            .order-pay .o-left h3.o-title strong {
                color: #e31613;
                font-size: 19px;
                font-weight: 900;
            }

        .order-pay .o-left .o-tips {
            font-size: 13px;
        }

    .order-pay .o-right {
        text-align: right;
    }

        .order-pay .o-right em {
            font-style: normal;
        }

        .order-pay .o-right strong {
            color: #e31613;
            font-size: 19px;
            margin: 0px 5px;
        }


.order-pay .o-right .o-detail,
.order-pay .o-right .o-detail a {
    color: #67a4ff;
    cursor: pointer;
}

    .order-pay .o-right .o-detail:hover,
    .order-pay .o-right .o-detail a:hover,
    .order-pay .o-right .o-detail:hover a {
        color: #e31613;
    }

.order-pay .o-right .o-detail,
.order-pay .o-right .o-detail a {
    color: #67a4ff;
    cursor: pointer;
}

    .order-pay .o-right .o-detail:hover,
    .order-pay .o-right .o-detail a:hover,
    .order-pay .o-right .o-detail:hover a {
        color: #e31613;
    }

#listPayOrderInfo div.o-list-info {
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    font-weight:bold;
}

#listPayOrderInfo table.o-list-info {
    margin-bottom: 0px;
}

    #listPayOrderInfo table.o-list-info tbody tr:last-child td {
        border-bottom: 1px solid #dddddd;
    }

.payment {
    padding: 30px 15px;
    box-shadow: 0 6px 32px rgba(0,0,0,.13);
    -webkit-box-shadow: 0 6px 32px rgba(0,0,0,.13);
    margin: auto;
}

    .payment .nav li {
        font-size: 14px;
        font-weight: 700;
    }

        .payment .nav li.active a {
            background-color: #337ab7;
            color: #ffffff;
        }

.pay-wx {
    width: 680px;
    margin: auto;
}

    .pay-wx .pay-wx-l {
        width: 300px;
        float: left;
    }

        .pay-wx .pay-wx-l .wx-pay-pic {
            border: 1px solid #DDDDDD;
            margin-top: 20px;
            width: 300px;
            height: 300px;
            padding: 10px;
        }

            .pay-wx .pay-wx-l .wx-pay-pic img {
                width: 278px;
                height: 278px;
                background-image: url('/Content/css/Images/ui-modal-loading.gif');
                background-position: center center;
                background-repeat: no-repeat;
            }

        .pay-wx .pay-wx-l .wx-pay-pic-tips {
            margin-top: 20px;
            padding: 8px 0 8px 125px;
            background-color: #ff7674;
            background-image: url('/Content/css/Images/icon-red.png');
            background-repeat: no-repeat;
            background-position: 50px 8px;
        }

            .pay-wx .pay-wx-l .wx-pay-pic-tips p {
                height: 22px;
                line-height: 22px;
                color: #FFFFFF;
                font-weight: 700;
                margin: 0px;
            }

    .pay-wx .pay-wx-r {
        width: 329px;
        height: 421px;
        float: left;
        margin-left: 50px;
        background-image: url('/Content/css/Images/phone-bg-wx.png');
        background-repeat: no-repeat;
    }

.User_Page .User_Menu {
    width:200px;
    background-color:#fff;
    float:left;
    padding:10px;
}

.User_Menu dl {
    margin:0px;
    padding:0px;
    list-style-type:none;
}

    .User_Menu dl dt {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-weight:600;
        text-align:left;
        border-bottom:1px solid #CCC;
    }

    .User_Menu dl dd {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

.User_Page .UserInfo,
.User_Page .EditPWD,
.User_Page .UserRead,
.User_Page .UserBuy {
    width: 700px;
    background-color: #fff;
    float: left;
    margin-left: 10px;
    padding: 10px;
}

    .User_Page .UserInfo h2,
    .User_Page .EditPWD h2 {
        font-size: 18px;
        border-bottom: 1px solid #CCC;
        box-sizing: content-box;
        margin: 0px 0px 10px 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .User_Page .UserInfo dl {
        clear: both;
        float: left;
    }

.User_Page .UserInfo dl dt {
    float:left;
    padding-left:10px;
    width:100px;
}

        .User_Page .UserInfo dl dd {
            float: left;
            padding-left: 20px;
        }
    .User_Page .UserRead dl,
    .User_Page .UserBuy dl {
    }

        .User_Page .UserRead dl dt,
        .User_Page .UserBuy dl dt {
            font-size: 18px;
            border-bottom: 1px solid #CCC;
            box-sizing: content-box;
            margin: 0px 0px 10px 0px;
            padding-top: 10px;
            padding-bottom: 10px;
            font-weight: 500;
            line-height: 1.1;
            color: inherit;
        }

        .User_Page .UserRead dl dd,
        .User_Page .UserBuy dl dd {
            height: 40px;
            line-height: 40px;
        }
    .User_Page .EditPWD dl {
        clear: both;
        float: left;
        margin: 0px;
        padding: 0px;
    }
    .User_Page .EditPWD dt {
        width: 100px;
        float: left;
        margin: 10px 0px;
        padding: 0px 10px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #CCC;
        text-align: right;
        border-right: 0px;
        box-sizing: content-box;
    }
    #footer {
        margin: 0 auto;
        padding: 20px 0 0;
        width: 940px;
    }

    #footer p {
        color: #333;
        font-size: 12px;
        padding: 0px;
        text-align: center;
    }

        #footer p .icp {
            margin-left: 15px;
        }

        #footer p:last-child {
            padding: 0 0 25px;
        }

