#body .sortBody {
    border-radius: 0 0 10px 10px;
}


/*条款*/
#body .agreement {
    width: 950px;
    margin: 0 auto;
    padding: 25px 0 15px;
}

    #body .agreement .sortBody {
        padding: 20px 85px 35px;
        min-height: 400px;
    }

.agreement .sortBody h4 {
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 2px;
}

.agreement .sortBody p {
    line-height: 28px;
    text-indent: 2em;
    letter-spacing: 1px;
}

#body .agreement #waring {
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
    display: none;
}

#body .agreement #agreementField {
    text-align: center;
}

    #body .agreement #agreementField a {
        margin: 20px 35px 5px;
        display: inline-block;
        height: 23px;
        padding: 0 15px;
        line-height: 23px;
        font-weight: bold;
        border-radius: 5px;
        border: 1px solid #adb2b5;
        background: #f4f4f4;
        color: #666;
        cursor: auto;
    }

        #body .agreement #agreementField a.registerBtn {
            background: url(../Images/btnBg.png) top repeat-x;
            color: #FFF;
            border-color: #FFF;
            cursor: pointer;
        }

            #body .agreement #agreementField a.registerBtn:hover {
                border-color: #fe9f07;
            }


/*用户注册*/
#body .register {
    width: 700px;
    margin: 0 auto;
    padding: 25px 0 15px;
}

    #body .register table {
        width: 420px;
        margin: 10px auto 0;
    }

        #body .register table td {
            padding: 6px 0;
            vertical-align: top;
        }

            #body .register table td.tdSort {
                width: 140px;
                text-align: right;
                padding-right: 5px;
                vertical-align: top;
            }

                #body .register table td.tdSort b {
                    display: inline-block;
                    padding-top: 0;
                }

            #body .register table td label {
                line-height: 23px;
                letter-spacing: 3px;
                font-weight: bold;
                font-size: 13px;
                color: #006fc8;
            }

            #body .register table td b {
                line-height: 12px;
                padding-top: 10px;
                color: red;
                display: block;
            }

            #body .register table td input, #body .register table td select {
                height: 21px;
                line-height: 21px;
                letter-spacing: 1px;
                border: 1px solid #006fc8;
                transition: all 0.30s ease-in-out;
                outline: none;
                background: #FFF;
            }

            #body .register table td input {
                width: 200px;
                padding: 0 5px;
                border-radius: 5px;
            }

                #body .register table td input#sendCode {
                    width: 75px;
                    display: inline-block;
                    height: 23px;
                    padding: 0 5px;
                    line-height: 19px;
                    font-weight: bold;
                    border-radius: 5px;
                    border: 1px solid #006fc8;
                    background: url(../Images/btnBg.png) top repeat-x;
                    color: #FFF;
                    cursor: pointer;
                }
                #body .register table td input#sendCode[disabled=disabled] {
                    border: 1px solid #333;
                    background: #CCC;
                    color: #333;
                    cursor: auto;
                }

            #body .register table td select {
                width: 180px;
                padding: 0 0 0 5px;
                border-radius: 5px 0 0 5px;
            }

                #body .register table td input:focus, #body .register table td select:focus {
                    box-shadow: 0 0 5px #36a1f7;
                }

                #body .register table td input.warning, #body .register table td select.warning {
                    box-shadow: 0 0 5px red;
                    border-color: red;
                }

                    #body .register table td input.warning:focus, #body .register table td select.warning:focus {
                        box-shadow: 0 0 5px red;
                    }

            #body .register table td input#code {
                width: 80px;
                text-align: center;
                float: left;
            }

            #body .register table td img#codeImg {
                height: 17px;
                margin-top: 3px;
                float: left;
                margin-left: 15px;
            }

    #body .register #btnField {
        text-align: center;
        border-top: 1px solid #006fc8;
        width: 70%;
        margin: 20px auto;
        padding-top: 20px;
        min-height: 27px;
    }

        #body .register #btnField a {
            display: inline-block;
            height: 23px;
            padding: 0 15px;
            margin: 0 10px;
            line-height: 23px;
            font-weight: bold;
            border-radius: 5px;
            border: 1px solid #FFF;
            background: url(../Images/btnBg.png) top repeat-x;
            color: #FFF;
            cursor: pointer;
        }

            #body .register #btnField a:hover {
                border-color: #fe9f07;
            }

        #body .register #btnField #warningTxt {
            text-align: center;
            color: red;
            font-weight: bold;
            line-height: 12px;
            padding-bottom: 15px;
            display: none;
        }

            #body .register #btnField #warningTxt b {
                color: green;
                font-weight: bold;
                line-height: 12px;
            }


/*DOI 注册*/
#body .registerDOI {
    width: 800px;
    margin: 0 auto;
    padding: 25px 0 15px;
}

    #body .registerDOI .sortBody {
        padding: 15px 50px 20px;
    }

        #body .registerDOI .sortBody h4 {
            padding-left: 10px;
            color: #006fc8;
            font-size: 13px;
            line-height: 27px;
            font-weight: bold;
            border-bottom: 1px solid #006fc8;
        }

    #body .registerDOI table {
        margin: 10px auto 5px;
        width: 680px;
    }

        #body .registerDOI table td {
            vertical-align: top;
            padding: 5px 0;
        }

            #body .registerDOI table td.sort {
                width: 170px;
                padding-right: 5px;
                text-align: right;
                line-height: 23px;
                font-weight: bold;
                letter-spacing: 1px;
            }

                #body .registerDOI table td.sort b {
                    padding-right: 5px;
                    margin: 0;
                    font-size: 14px;
                    line-height: 23px;
                    font-weight: bold;
                    color: red;
                }


            #body .registerDOI table td input {
                width: 201px;
                height: 26px;
                line-height: 21px;
                padding: 0 5px;
                border: 1px solid #006fc8;
                border-radius: 5px;
                transition: all 0.30s ease-in-out;
                outline: none;
                background: #FFF;
            }

                #body .registerDOI table td input:focus {
                    box-shadow: 0 0 5px #36a1f7;
                }

                #body .registerDOI table td input.spaceRange {
                    width: 150px;
                }

                #body .registerDOI table td input.timeRange {
                    width: 70px;
                }

                #body .registerDOI table td input#treatyIntro {
                    width: 330px;
                }


            #body .registerDOI table td label {
                display: inline-block;
                padding: 0 8px;
                line-height: 21px;
                border: 1px solid #006fc8;
                background: #f3aa08;
                float: left;
                position: relative;
                margin-right: 10px;
                margin-bottom: 7px;
                color: #FFF;
                float: left;
                letter-spacing: 1px;
            }

                #body .registerDOI table td label b {
                    width: 11px;
                    height: 11px;
                    background: url(../Images/del.png) no-repeat;
                    position: absolute;
                    top: -5px;
                    right: -5px;
                    cursor: pointer;
                }

            #body .registerDOI table td .add {
                width: 16px;
                height: 16px;
                background: url(../Images/add.png) no-repeat;
                display: inline-block;
                cursor: pointer;
                margin: 4px 0 0 5px;
                float: left;
            }

            #body .registerDOI table td .addField {
                display: none;
                font-weight: bold;
                padding-left: 15px;
                color: #FFF;
                letter-spacing: 1px;
                background: url(../Images/addField.png) no-repeat 0 17px;
            }

                #body .registerDOI table td .addField .clear {
                    height: 15px;
                }

                #body .registerDOI table td .addField b {
                    color: #fe9f07;
                }

                #body .registerDOI table td .addField input {
                    margin-right: 15px;
                }

                #body .registerDOI table td .addField em {
                    color: #333;
                    line-height: 18px;
                }

                #body .registerDOI table td .addField p {
                    color: #333;
                    line-height: 18px;
                    text-indent: 2em;
                }

            #body .registerDOI table td input.keyWord {
                width: 85px;
                margin-left: 15px;
            }

            #body .registerDOI table td input.copyrightE {
                width: 100px;
            }

            #body .registerDOI table td input.copyrightD {
                width: 220px;
            }

            #body .registerDOI table td input.copyrightP {
                width: 150px;
                margin-right: 5px;
            }

            #body .registerDOI table td em.tip {
                color: red;
                font-weight: bold;
                line-height: 28px;
                display: inline-block;
                width: 5px;
                padding-right: 5px;
            }

            #body .registerDOI table td .addBtn, #body .registerDOI table td .addCopyrightBtn {
                line-height: 23px;
                background: url(../Images/yes.png) left no-repeat;
                cursor: pointer;
                padding-left: 20px;
                margin-left: 5px;
                font-weight: bold;
                color: #333;
            }

            #body .registerDOI table td .addBtn, #body .registerDOI table td .addCopyrightBtn_E {
                line-height: 23px;
                background: url(../Images/yes.png) left no-repeat;
                cursor: pointer;
                padding-left: 20px;
                margin-left: 5px;
                font-weight: bold;
                color: #333;
            }

            #body .registerDOI table td .cancelBtn {
                line-height: 23px;
                background: url(../Images/no.png) left no-repeat;
                cursor: pointer;
                padding-left: 20px;
                margin-left: 15px;
                font-weight: bold;
                color: #333;
            }


            #body .registerDOI table td textarea {
                border: 1px solid #006fc8;
                border-radius: 5px;
                resize: none;
                overflow: auto;
                padding: 5px;
                width: 430px;
                height: 76px;
                line-height: 19px;
                transition: all 0.30s ease-in-out;
                outline: none;
                background: #FFF;
            }

                #body .registerDOI table td textarea:focus {
                    box-shadow: 0 0 5px #36a1f7;
                }


            #body .registerDOI table td select {
                height: 21px;
                line-height: 21px;
                padding-left: 2px;
                border: 1px solid #006fc8;
                border-radius: 5px 0 0 5px;
                transition: all 0.30s ease-in-out;
                outline: none;
                background: #FFF;
            }

                #body .registerDOI table td select:focus {
                    box-shadow: 0 0 5px #36a1f7;
                }

                #body .registerDOI table td select option {
                    padding-left: 3px;
                }

            #body .registerDOI table td .registerRadio {
                width: 15px;
                height: 15px;
                margin-top: 4px;
                float: left;
                display: inline-block;
            }

            #body .registerDOI table td .registerLable {
                line-height: 23px;
                display: inline-block;
                float: left;
                margin: 0 30px 0 5px;
                width: 71px;
            }

            #body .registerDOI table td .uploader {
                width: 500px;
                border: 1px solid #006fc8;
            }

                #body .registerDOI table td .uploader .plupload_header {
                    display: none;
                }

                #body .registerDOI table td .uploader .plupload_start {
                    display: none;
                }

            #body .registerDOI table td #wordUploader .plupload_filelist {
                height: 40px;
            }

            #body .registerDOI table td #pdfUploader .plupload_filelist {
                height: 40px;
            }

            #body .registerDOI table td #imgUploader .plupload_filelist {
                height: 200px;
            }

            #body .registerDOI table td #dataUploader .plupload_filelist {
                height: 200px;
            }

            /*错误警告*/
            #body .registerDOI table td .warningDiv {
                border-radius: 5px;
                padding-bottom: 3px;
            }

            #body .registerDOI table td#dataFormat .warningDiv, #body .registerDOI table td#dataRange .warningDiv {
                padding: 3px 10px;
            }

            #body .registerDOI table td .warning {
                box-shadow: 0 0 5px red;
                border: 1px solid;
                border-color: red;
            }

                #body .registerDOI table td .warning:focus {
                    box-shadow: 0 0 5px red;
                }

    #body .registerDOI #registerIntro {
        color: red;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        line-height: 15px;
        padding: 15px 0 15px;
    }

    #body .registerDOI a.registerBtn {
        margin: 5px 0 5px 365px;
        display: inline-block;
        height: 23px;
        padding: 0 15px;
        line-height: 23px;
        font-weight: bold;
        border-radius: 5px;
        border: 1px solid #FFF;
        background: url(../Images/btnBg.png) top repeat-x;
        color: #FFF;
    }

        #body .registerDOI a.registerBtn:hover {
            border-color: #fe9f07;
        }
/*DOI 编辑*/
#DOIImgList {
    width: 480px;
}

    #DOIImgList div {
        width: 140px;
        height: 105px;
        border: 1px solid #006fc8;
        float: left;
        position: relative;
        margin: 0 17px 17px 0;
    }

        #DOIImgList div img {
            width: 140px;
            height: 105px;
            display: inline-block;
            background: #f3aa08;
        }

        #DOIImgList div b {
            width: 11px;
            height: 11px;
            background: url(../Images/del.png) no-repeat;
            position: absolute;
            top: -5px;
            right: -5px;
            cursor: pointer;
        }

#EnDOIImgList {
    width: 480px;
}

    #EnDOIImgList div {
        width: 140px;
        height: 105px;
        border: 1px solid #006fc8;
        float: left;
        position: relative;
        margin: 0 17px 17px 0;
    }

        #EnDOIImgList div img {
            width: 140px;
            height: 105px;
            display: inline-block;
            background: #f3aa08;
        }

        #EnDOIImgList div b {
            width: 11px;
            height: 11px;
            background: url(../Images/del.png) no-repeat;
            position: absolute;
            top: -5px;
            right: -5px;
            cursor: pointer;
        }


/*邮件格式*/
.Email {
    font-size: 13px;
    line-height: 23px;
    width: 700px;
    margin: 20px 0 0 60px;
}

    .Email a {
        text-decoration: underline;
        margin: 0 5px;
    }

    .Email p {
        text-indent: 2em;
    }

    .Email table {
        width: 590px;
        margin: 5px auto 10px;
    }

        .Email table#dataInfo {
            border-top: 1px solid #ccc;
            border-left: 1px solid #ccc;
        }

        .Email table td {
            line-height: 25px;
        }

        .Email table#dataInfo td {
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }

        .Email table td.sort {
            text-align: right;
            padding-right: 5px;
        }

        .Email table#userInfo td.sort {
            width: 80px;
        }

        .Email table#dataInfo td.sort {
            width: 160px;
            background: #eee;
        }


/*关于我们*/
#body .aboutUs {
    width: 920px;
    margin: 0 auto;
    padding: 20px 0;
    float: right;
}

    #body .aboutUs .sortHead b {
        background-image: url(../Images/headTitleLong.png);
        width: 162px;
    }

    #body .aboutUs .sortBody {
        padding: 15px 30px;
    }

        #body .aboutUs .sortBody h2 {
            line-height: 39px;
            font-size: 15px;
            font-weight: bold;
            color: #000;
            letter-spacing: 2px;
            text-align: center;
            padding-top: 10px;
        }

        #body .aboutUs .sortBody p {
            text-indent: 2em;
            line-height: 29px;
            font-size: 13px;
            letter-spacing: 1px;
        }

        #body .aboutUs .sortBody #contactUs {
        }

            #body .aboutUs .sortBody #contactUs h4 {
                font-size: 14px;
                font-weight: bold;
                line-height: 32px;
                letter-spacing: 1px;
                color: #444;
            }

            #body .aboutUs .sortBody #contactUs p {
            }

                #body .aboutUs .sortBody #contactUs p a {
                }

        #body .aboutUs .sortBody #map {
            width: 550px;
            height: 250px;
            margin: 25px auto 0;
            border: #ccc solid 1px;
        }

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial,sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

#aboutUsLeft {
    width: 100px;
    float: left;
    margin-top: 20px;
}

    #aboutUsLeft .gatherBody {
        display: block;
    }

        #aboutUsLeft .gatherBody ul {
            display: block;
            padding: 0 15px;
        }

        #aboutUsLeft .gatherBody li {
            text-align: center;
            padding: 10px 0;
            border-bottom: 1px solid #d6d6d6;
        }

            #aboutUsLeft .gatherBody li:last-child {
                border-bottom: none;
            }

/*数据目录*/
#body .category {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 25px;
    position: relative;
}

    #body .category #categoryType {
        position: absolute;
        height: 35px;
        top: 15px;
        left: 0;
        width: 180px;
        z-index: 10;
    }

        #body .category #categoryType li {
            color: #0079be;
            cursor: pointer;
            width: 80px;
            margin: 0 5px;
            height: 35px;
            float: left;
            text-align: center;
            line-height: 28px;
            font-size: 13px;
            font-weight: bold;
            background: url(../Images/cacategoryType.png) left no-repeat;
        }

            #body .category #categoryType li.categoryActive {
                background-position: right;
            }

    #body .category #categoryList {
        width: 194px;
        height: 460px;
        padding: 10px 0 10px 10px;
        overflow: hidden;
        overflow-y: auto;
        left: -11px;
        top: 49px;
        position: absolute;
        border: 1px solid #cbdde6;
        border-right: none;
        border-radius: 10px 0 0 10px;
    }

        #body .category #categoryList ul.categoryType {
            display: none;
        }

        #body .category #categoryList ul.typeByClass {
        }

            #body .category #categoryList ul.typeByClass li {
                padding-left: 37px;
                height: 50px;
                margin-bottom: 1px;
                background: url(../Images/categoryList.png) left no-repeat;
            }

                #body .category #categoryList ul.typeByClass li a {
                    color: #0079be;
                    letter-spacing: 1px;
                    font-size: 13px;
                    font-weight: bold;
                    line-height: 50px;
                }

                #body .category #categoryList ul.typeByClass li.categoryActive {
                    background: url(../Images/categoryListActive.png) left no-repeat;
                }

        #body .category #categoryList ul.typeByNum {
            width: 150px;
            padding-left: 20px;
        }

            #body .category #categoryList ul.typeByNum li {
                padding-left: 25px;
                height: 18px;
                margin: 5px 0 15px;
                background: url(../Images/categoryList2.png) 0 0 no-repeat;
            }

                #body .category #categoryList ul.typeByNum li a {
                    color: #0079be;
                    line-height: 18px;
                    letter-spacing: 1px;
                    font-size: 13px;
                    font-weight: bold;
                }

                #body .category #categoryList ul.typeByNum li.categoryActive {
                    background: url(../Images/categoryListActive2.png) left no-repeat;
                }

    #body .category #dataList {
        width: 807px;
        float: right;
    }

    #body .category .sortBody {
        padding: 15px 40px;
        background: #FFF;
    }

        #body .category .sortBody ul {
            min-height: 470px;
        }

            #body .category .sortBody ul li {
                padding: 0 20px 15px;
                border-bottom: 1px solid #d6d6d6;
                margin-bottom: 13px;
            }

                #body .category .sortBody ul li .pic {
                    width: 102px;
                    height: 77px;
                    float: left;
                    padding: 8px;
                    border: 1px solid #d6d6d6;
                    background: #eee;
                }

                    #body .category .sortBody ul li .pic img {
                        width: 100px;
                        height: 75px;
                        border: 1px solid #d6d6d6;
                        background: #FFF;
                    }

                #body .category .sortBody ul li table {
                    width: 545px;
                    float: right;
                }

                    #body .category .sortBody ul li table td {
                        height: 19px;
                        line-height: 19px;
                    }

                        #body .category .sortBody ul li table td.sortTd {
                            width: 75px;
                            padding-right: 10px;
                            text-align: right;
                        }


/*数据搜索*/
#body .dataSearch {
    width: 760px;
    float: right;
    padding: 25px 0 20px;
}

    #body .dataSearch #condition {
        border: 1px solid #f3aa08;
        border-radius: 5px;
        padding: 20px;
        position: relative;
    }

        #body .dataSearch #condition label {
            color: #006fc8;
            font-size: 13px;
            line-height: 25px;
            font-weight: bold;
            float: left;
            margin-right: 15px;
        }

        #body .dataSearch #condition .categorySelect {
            float: left;
            width: 150px;
            margin: 2px 30px 0 45px;
            height: 21px;
            line-height: 21px;
            padding-left: 2px;
            border: 1px solid #006fc8;
            border-radius: 5px 0 0 5px;
            transition: all 0.30s ease-in-out;
            outline: none;
            background: #FFF;
        }

            #body .dataSearch #condition .categorySelect:focus {
                box-shadow: 0 0 5px #36a1f7;
            }

        #body .dataSearch #condition .searchKeyword {
            float: left;
            margin-top: 1px;
            width: 280px;
            height: 21px;
            line-height: 21px;
            padding: 0 5px;
            border: 1px solid #006fc8;
            border-radius: 5px;
            transition: all 0.30s ease-in-out;
            outline: none;
            background: #FFF;
        }

            #body .dataSearch #condition .searchKeyword:focus {
                box-shadow: 0 0 5px #36a1f7;
            }

        #body .dataSearch #condition .searchBtn {
            float: left;
            margin-left: 30px;
            display: inline-block;
            height: 23px;
            padding: 0 15px;
            line-height: 23px;
            font-weight: bold;
            border-radius: 5px;
            border: 1px solid #FFF;
            background: url(../Images/btnBg.png) top repeat-x;
            color: #FFF;
        }

            #body .dataSearch #condition .searchBtn:hover {
                border-color: #fe9f07;
            }

        #body .dataSearch #condition span {
            background: url(../Images/addField.png) no-repeat 0 0;
            padding-left: 15px;
            width: 85px;
            height: 23px;
            line-height: 23px;
            color: #FFF;
            letter-spacing: 2px;
            font-size: 13px;
            font-weight: bold;
            display: inline-block;
            position: absolute;
            top: -24px;
            left: 20px;
        }

        #body .dataSearch #condition #moreKeyword {
            margin-top: 13px;
            padding-top: 10px;
            padding-left: 187px;
            border-top: 1px solid #006fc8;
        }

            #body .dataSearch #condition #moreKeyword li {
                height: 23px;
                padding: 4px 0;
            }

                #body .dataSearch #condition #moreKeyword li .keywordActive {
                    float: left;
                    width: 13px;
                    height: 13px;
                    margin-top: 5px;
                    margin-right: 5px;
                }

                #body .dataSearch #condition #moreKeyword li label {
                    display: inline-block;
                    width: 60px;
                    text-align: right;
                }

                #body .dataSearch #condition #moreKeyword li input {
                    width: 150px;
                }

    #body .dataSearch #searchChart {
        text-align: center;
        font-weight: bold;
        letter-spacing: 1px;
        padding-top: 10px;
        color: #006fc8;
    }

        #body .dataSearch #searchChart b {
            padding: 0 2px;
            color: red;
        }

    #body .dataSearch #result {
        margin-top: 20px;
    }

        #body .dataSearch #result .sortBody {
            padding: 15px 35px;
        }

    #body .dataSearch .sortBody ul {
    }

        #body .dataSearch .sortBody ul li {
            padding: 0 20px 15px;
            border-bottom: 1px solid #d6d6d6;
            margin-bottom: 13px;
        }

            #body .dataSearch .sortBody ul li .pic {
                width: 102px;
                height: 77px;
                float: left;
                padding: 8px;
                border: 1px solid #d6d6d6;
                background: #eee;
            }

                #body .dataSearch .sortBody ul li .pic img {
                    width: 100px;
                    height: 75px;
                    border: 1px solid #d6d6d6;
                    background: #FFF;
                }

            #body .dataSearch .sortBody ul li table {
                width: 510px;
                float: right;
            }

                #body .dataSearch .sortBody ul li table td {
                    height: 19px;
                    line-height: 19px;
                }

                    #body .dataSearch .sortBody ul li table td.sortTd {
                        width: 75px;
                        padding-right: 10px;
                        text-align: right;
                    }

                    #body .dataSearch .sortBody ul li table td b {
                        color: red;
                    }


/*新闻列表&文档列表*/
#body .list {
    width: 760px;
    margin-top: 3px;
    float: right;
}

    #body .list .sortBody {
        height: 827px;
    }

        #body .list .sortBody ul {
            height: 759px;
            overflow: hidden;
            padding: 10px 20px 0;
        }

            #body .list .sortBody ul li {
                height: 18px;
                padding: 10px 20px 9px 40px;
                background: url(../Images/li.png) 10px 11px no-repeat;
                border-bottom: 1px dashed #d6d6d6;
            }

                #body .list .sortBody ul li a {
                    float: left;
                    line-height: 18px;
                }

                #body .list .sortBody ul li span {
                    float: right;
                    line-height: 18px;
                }

#body div.docList .sortBody ul li b {
    float: left;
    line-height: 18px;
}

#body div.docList .sortBody ul li a {
    float: right;
    line-height: 18px;
    margin-right: 10px;
}


/*新闻详情*/
#newsInfo {
    width: 760px;
    margin-top: 3px;
    float: right;
}

#body #newsInfo .sortBody {
    padding: 15px 80px 30px;
    min-height: 640px;
}

#newsInfo h3 {
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

#newsInfo #newsStatistics {
    text-align: center;
}

    #newsInfo #newsStatistics h4 {
        font-size: 13px;
        line-height: 24px;
        color: #777;
    }

        #newsInfo #newsStatistics h4 span {
            color: #555;
        }

#newsInfo img {
    width: 360px;
    height: 270px;
    margin: 10px auto 20px;
    display: block;
}

#newsInfo p { /*padding-bottom:5px; text-indent:2em; letter-spacing:2px;*/
    line-height: 22px;
}

#newsInfo .sortBody table {
    word-wrap: break-word;
    word-break: break-all;
}

/*作者园地*/
.authorList {
}

#body .authorList #authorSearch {
    border: 1px solid #f3aa08;
    border-radius: 5px;
    padding: 15px 20px 10px;
    margin: 24px 0 10px;
    position: relative;
}

    #body .authorList #authorSearch .searchKeyword {
        width: 195px;
        height: 21px;
        line-height: 21px;
        padding: 0 5px;
        border: 1px solid #006fc8;
        border-radius: 5px;
        transition: all 0.30s ease-in-out;
        outline: none;
        background: #FFF;
        letter-spacing: 1px;
    }

        #body .authorList #authorSearch .searchKeyword:focus {
            box-shadow: 0 0 5px #36a1f7;
        }

    #body .authorList #authorSearch .searchBtn {
        margin: 10px 0 0 140px;
        display: inline-block;
        height: 23px;
        padding: 0 15px;
        line-height: 23px;
        font-weight: bold;
        border-radius: 5px;
        border: 1px solid #FFF;
        background: url(../Images/btnBg.png) top repeat-x;
        color: #FFF;
    }

        #body .authorList #authorSearch .searchBtn:hover {
            border-color: #fe9f07;
        }

    #body .authorList #authorSearch span {
        background: url(../Images/addField.png) no-repeat 0 0;
        padding-left: 15px;
        width: 85px;
        height: 23px;
        line-height: 23px;
        color: #FFF;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: bold;
        display: inline-block;
        position: absolute;
        top: -24px;
        left: 20px;
    }

#body .authorList .gatherSortHead {
    overflow: hidden;
}

#body .authorList .gatherSortBody {
    height: 358px;
    overflow: auto;
}

    #body .authorList .gatherSortBody ul li {
        line-height: 23px;
        color: #555;
        padding-left: 25px;
        letter-spacing: 2px;
    }

        #body .authorList .gatherSortBody ul li b {
            line-height: 23px;
            font-weight: bold;
            color: red;
            margin: 0 2px;
        }

#body .authorList .authors {
    width: 760px;
    float: right;
    padding-top: 2px;
}

#body .authorList .sortBody {
    min-height: 660px;
}

    #body .authorList .sortBody ul {
    }

        #body .authorList .sortBody ul li {
            padding: 0 20px 15px;
            border-bottom: 1px solid #d6d6d6;
            margin-bottom: 13px;
        }

            #body .authorList .sortBody ul li .pic {
                width: 62px;
                height: 85px;
                float: left;
                padding: 8px;
                border: 1px solid #d6d6d6;
                background: #eee;
            }

                #body .authorList .sortBody ul li .pic img {
                    width: 60px;
                    height: 83px;
                    border: 1px solid #d6d6d6;
                    background: #FFF;
                }

            #body .authorList .sortBody ul li table {
                width: 600px;
                float: right;
                margin-top: 5px;
            }

                #body .authorList .sortBody ul li table td {
                    height: 23px;
                    line-height: 23px;
                    vertical-align: top;
                }

                    #body .authorList .sortBody ul li table td.sortTd {
                        width: 90px;
                        padding-right: 10px;
                        text-align: right;
                        font-weight: bold;
                    }

                    #body .authorList .sortBody ul li table td#count {
                        color: red;
                    }


/*文本编辑器*/
#body .registerDOI table.cke_editor {
    margin: 0;
    width: 100%;
}

#body .registerDOI span.cke_skin_kama {
    border-color: #006fc8;
}

.cke_skin_kama div.cke_resizer {
    display: none;
}


/*找回密码*/
.getBackPassword {
    min-height: 250px;
}

.getBackPasswordSuccess {
    background: url(../Images/OK.png) no-repeat 20px 20px;
}

#getPassword {
    float: right;
    width: 420px;
    height: 245px;
    display: none;
}

    #getPassword div {
        width: 100%;
        height: 217px;
        line-height: 217px;
        color: red;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 2px;
    }

    #getPassword a#back {
        margin: 0 0 0 30px;
        display: inline-block;
        height: 23px;
        padding: 0 15px;
        line-height: 23px;
        font-weight: bold;
        border-radius: 5px;
        border: 1px solid #FFF;
        background: url(../Images/btnBg.png) top repeat-x;
        color: #FFF;
    }

        #getPassword a#back:hover {
            border-color: #fe9f07;
        }


/*搜索按钮*/
#linksField {
    margin-bottom: -20px;
    padding: 5px 10px 0;
    text-align: right;
    position: relative;
    z-index: 100000;
}

#searchLink {
    display: inline-block;
    height: 23px;
    padding: 0 15px;
    line-height: 23px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: url(../Images/btnBg.png) top repeat-x;
    color: #FFF;
    letter-spacing: 1px;
}

    #searchLink:hover {
        border-color: #fe9f07;
    }

/*富文本浏览*/
.HTML_INFO {
}

    .HTML_INFO #left {
        position: fixed;
    }

    .HTML_INFO .menuList {
    }

        .HTML_INFO .menuList ul {
            padding-top: 10px;
        }

        .HTML_INFO .menuList li {
            padding-bottom: 15px;
        }

            .HTML_INFO .menuList li a {
                font-size: 13px;
            }

#main .HTML_Body .sortHead {
    margin-top: 6px;
}

    #main .HTML_Body .sortHead b {
        background: url("../Images/headTitleLong.png") no-repeat 0 0;
        width: 562px;
        text-align: left;
        padding-left: 25px;
    }

        #main .HTML_Body .sortHead b em {
            color: rgb(0, 89, 178);
            position: absolute;
            display: inline-block;
            left: 190px;
            top: 2px;
        }

.HTML_INFO .HTML_Body {
}

    .HTML_INFO .HTML_Body iframe {
        width: 100%;
        margin: 0;
        border-style: none;
        height: 100%;
    }

.HTML_INFO #HTML_Bottom {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 10px;
    color: rgb(0, 89, 178);
    line-height: 18px;
}

    .HTML_INFO #HTML_Bottom .downloadP {
        padding: 10px 20px 0 0;
        text-align: right;
    }


/*浏览历史*/
.historyInfo {
    width: 760px;
    margin-top: 3px;
    float: right;
}

#cover {
    padding: 10px 60px;
    border-bottom: 1px solid #007bc1;
}

    #cover #coverPic {
        float: left;
        width: 150px;
        text-align: center;
    }

        #cover #coverPic img {
            width: 100%;
            margin-bottom: 5px;
        }

    #cover .coverInfo {
        float: left;
        margin-left: 60px;
        width: 390px;
    }

        #cover .coverInfo li {
            padding: 5px 0 3px;
            line-height: 22px;
        }

            #cover .coverInfo li b {
                font-weight: bold;
                display: inline-block;
                float: left;
                width: 72px;
                text-align: right;
            }

            #cover .coverInfo li span {
                display: inline-block;
            }

    #cover #coverInfoLong {
        width: 620px;
        margin: 0;
    }

        #cover #coverInfoLong li span {
            width: 548px;
        }

.historyInfo #historyPage {
    margin-left: 60px;
    padding: 25px 0 10px;
    text-align: center;
    float: left;
    width: 390px;
}

#historyList {
    margin-top: 10px;
}

    #historyList div {
    }

        #historyList div p {
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 1px;
            color: #007bc1;
            line-height: 15px;
            padding-top: 10px;
        }

    #historyList li {
        padding: 10px 0;
        border-bottom: 1px solid #d6d6d6;
    }

        #historyList li p {
            line-height: 20px;
        }

            #historyList li p.pTitle {
                font-weight: bold;
            }

        #historyList li a {
            margin: 0 0 0 8px;
            text-decoration: underline;
        }

            #historyList li a.sA {
                margin: 0 3px;
            }

        #historyList li em {
            margin-right: 15px;
        }

        #historyList li u {
            text-decoration: none;
            margin: 0 3px;
        }

        #historyList li b {
            color: red;
            margin: 0 3px;
        }

            #historyList li b.sB {
                color: #000;
            }

#historylistMain {
    width: 760px;
    margin-top: 3px;
    float: right;
}

    #historylistMain #coverList {
        padding: 10px 0;
        overflow: auto;
        overflow-y: hidden;
        height: 195px;
    }

        #historylistMain #coverList #coverInfo {
            height: 195px;
        }

            #historylistMain #coverList #coverInfo li {
                width: 120px;
                text-align: center;
                float: left;
                margin: 0 5px;
            }

                #historylistMain #coverList #coverInfo li img {
                    width: 104px;
                    height: 150px;
                }

                #historylistMain #coverList #coverInfo li span {
                    line-height: 15px;
                    padding-top: 5px;
                }

    #historylistMain #historylistTalbe {
        margin-top: 20px;
        padding: 20px 10px 10px;
        border-top: 2px solid #007bc1;
    }

        #historylistMain #historylistTalbe table {
            width: 100%;
        }

            #historylistMain #historylistTalbe table td {
                padding: 10px;
                border: 1px solid #eee;
                line-height: 20px;
            }

                #historylistMain #historylistTalbe table td a {
                    font-weight: bold;
                    font-size: 13px;
                }

            #historylistMain #historylistTalbe table img {
                width: 104px;
                height: 150px;
            }

            #historylistMain #historylistTalbe table td p {
            }

                #historylistMain #historylistTalbe table td p b {
                    font-weight: bold;
                }



#historylistMainMetaData {
    width: 1024px;
    margin-top: 3px;
    float: right;
}

    #historylistMainMetaData #coverList {
        padding: 10px 0;
        overflow: auto;
        overflow-y: hidden;
        height: 195px;
    }

        #historylistMainMetaData #coverList #coverInfo {
            height: 195px;
        }

            #historylistMainMetaData #coverList #coverInfo li {
                width: 120px;
                text-align: center;
                float: left;
                margin: 0 5px;
            }

                #historylistMainMetaData #coverList #coverInfo li img {
                    width: 104px;
                    height: 150px;
                }

                #historylistMainMetaData #coverList #coverInfo li span {
                    line-height: 15px;
                    padding-top: 5px;
                }

    #historylistMainMetaData #historylistTalbe {
        margin-top: 20px;
        padding: 20px 10px 10px;
        border-top: 2px solid #007bc1;
    }

        #historylistMainMetaData #historylistTalbe table {
            width: 100%;
        }

            #historylistMainMetaData #historylistTalbe table td {
                padding: 10px;
                border: 1px solid #eee;
                line-height: 20px;
            }

                #historylistMainMetaData #historylistTalbe table td a {
                    font-weight: bold;
                    font-size: 12px;
                }

            #historylistMainMetaData #historylistTalbe table img {
                width: 100px;
                height: 100px;
                border: 1px solid #eee;
            }

            #historylistMainMetaData #historylistTalbe table td p {
            }

                #historylistMainMetaData #historylistTalbe table td p b {
                    font-weight: bold;
                }


#journallistMain {
    width: 1024px;
    margin-top: 3px;
    float: right;
}

    #journallistMain #journallistTalbe {
        margin-top: 20px;
        padding: 10px 10px 10px;
        border-top: 2px solid #007bc1;
    }

        #journallistMain #journallistTalbe ul {
            width: 100%;
        }

            #journallistMain #journallistTalbe ul > li {
            }

                #journallistMain #journallistTalbe ul > li > div {
                    font-weight: bold;
                    font-size: 12px;
                    padding: 15px 20px 5px;
                    border-bottom: 2px solid #eee;
                }

                #journallistMain #journallistTalbe ul > li ul {
                }

                    #journallistMain #journallistTalbe ul > li ul li {
                        padding: 5px 15px 5px 0;
                        font-weight: bold;
                        float: left;
                        line-height: 19px;
                    }

                #journallistMain #journallistTalbe ul > li .clear {
                    border: none;
                    padding: 0;
                    width: 100%;
                }

                #journallistMain #journallistTalbe ul > li ul li a {
                    display: inline-block;
                }



.journalInfo {
    width: 1024px;
    margin-top: 3px;
    float: right;
}



    .journalInfo #historyPage {
        margin-left: 60px;
        padding: 25px 0 10px;
        text-align: center;
        float: left;
        width: 390px;
    }


/*拍拍网风格*/
.paginator {
    font: 11px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .paginator a {
        padding: 1px 6px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        margin-right: 2px;
    }

        .paginator a:visited {
            padding: 1px 6px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

    .paginator .cpb {
        padding: 1px 6px;
        font-weight: bold;
        font-size: 13px;
        border: none;
    }

    .paginator a:hover {
        color: #fff;
        background: #ffa501;
        border-color: #ffa501;
        text-decoration: none;
    }

#aboutUsLeft #rankingType {
}

    #aboutUsLeft #rankingType li {
        padding-left: 37px;
        height: 13px;
        margin-bottom: 1px;
        background: url(../Images/categoryList2.png) 8px 8px no-repeat;
        text-align: left;
    }

        #aboutUsLeft #rankingType li.rankingTypeActive {
            background: url(../Images/categoryListActive2.png) 8px 8px no-repeat;
        }

        #aboutUsLeft #rankingType li a {
            color: #0079be;
            letter-spacing: 1px;
            font-size: 13px;
            font-weight: bold;
            line-height: 13px;
        }



#rankingList {
    width: 735px;
    float: right;
}

#rankingList {
    width: 735px;
    float: right;
}

#body #rankingList .sortBody ul li table {
    width: 475px;
}

#body #rankingList .sortBody ul#paperRankingList li table {
    width: 610px;
    float: left;
}


#body ul#dataSearchPaper li table {
    width: 630px;
}
