/*.searchItem {
    border: 1px solid #d6d6d6;
    width: 295px;
    height: 370px;
    margin-right: 6px;
    margin-top: 15px;
    display: inline-grid;
    text-align: center;
}

    .searchItem img {
        padding: 6px;
        width: 290px;
        height: 290px;
    }

    .searchItem p {
        color: black;
        font-size: 14px;
        font-weight: bolder;
        word-wrap: break-word;
    }*/

#div_letter {
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bolder;
}

    #div_letter .letter_disable {
        margin-right: 10px;
        color: lightgray;
        cursor: text;
    }

    #div_letter .letter_enabled {
        margin-right: 10px;
        color: black;
        cursor: pointer;
    }

    #div_letter .letter_active {
        margin-right: 10px;
        color: red;
        text-decoration: underline;
        cursor: pointer;
    }

#nav {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: 10px;
}

#title {
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 20px;
}

#nav .navbar {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 17px;
    float: right;
}

.navbar_a {
    color: #333;
    margin-right: 15px;
    margin-left: 10px;
}

.navbar .login {
    color: darkblue;
}

.index_list_item {
    margin-top: 20px;
}

.media {
    margin-left: 10px;
}

    .media img {
        height: 200px;
        width: 200px;
    }

.media-heading {
    font-size: 14px;
    font-weight: bolder;
}

.media-content {
    text-indent: 2em;
    font-size: 13px;
    line-height: 1.8em;
}





* {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
}



body, input, button, select, textarea {
    color: #333333;
    font: 12px/1.5 "微软雅黑",Helvetica,SimSun,sans-serif;
}

body {
    width: 1200px;
    margin: 0 auto;
}

footer, header, Menu, section {
    display: block;
}

ul {
    list-style: none;
}

a {
    color: #2795db;
    text-decoration: none;
    cursor: pointer;
}

.media-body a {
    color: black;
}

a:hover {
    color: #06b;
    text-decoration: none;
}

#Top {
    margin-bottom:1px;
    width: 100%;
    height: 245px;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #3399FF;
    background-image: url(/Images/Banner/banner.jpg);
    background-repeat: no-repeat;
}




table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*菜单*/
#Menu {
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
}

    #Menu li {
        height: 35px;
        float: left;
        padding: 0 10px;
        background: url(/picture/nav.png) top right no-repeat;
    }

        #Menu li a {
            font-size: 14px;
            line-height: 35px;
            color: #FFF;
            cursor: pointer;
            font-weight: bold;
        }
/*底部*/
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

#footer {
    margin-top: 10px;
    width: 1200px;
    background: #e9f4fa;
    color: #007bc1;
    line-height: 23px;
    text-align: center;
    padding: 15px 0 10px;
    border-top: 2px solid #006fc8;
}
/*首页左侧列表*/
#left {
    width: 250px;
    float: left;
}

#gatherHead {
    width: 250px;
    padding-left: 10px;
    font-size: 13px;
    height: 35px;
    background: url(../picture/dataGather.png) no-repeat;
    color: #FFF;
    line-height: 35px;
    font-weight: bold;
    overflow: hidden;
}

    #gatherHead h2 {
        display: inline-block;
        float: right;
        font-size: 12px;
        line-height: 37px;
    }

        #gatherHead h2 span {
            display: inline-block;
            font-size: 12px;
            margin: 0 5px;
            line-height: 37px;
            font-weight: normal;
            cursor: pointer;
        }

            #gatherHead h2 span.activeSort {
                font-weight: bold;
                color: #fab603;
                cursor: auto;
            }

.gatherBody {
    border: 1px solid #d1d1d1;
    border-top: none;
    overflow: hidden;
    display: none;
}

.gatherSort {
}

    .gatherSort .gatherSortHead {
        height: 30px;
        border: 1px solid #bfd6e3;
        background: url(../picture/sortHead.png) repeat-x;
        cursor: pointer;
    }

        .gatherSort .gatherSortHead span {
            color: #007bc1;
            font-weight: bold;
            line-height: 30px;
            float: left;
            margin-left: 12px;
        }

        .gatherSort .gatherSortHead .aa {
            color: #007bc1;
            font-weight: bold;
            line-height: 30px;
            float: left;
            margin-left: 12px;
        }

        .gatherSort .gatherSortHead a {
            line-height: 26px;
            float: right;
            margin-right: 1px;
        }

    .gatherSort .gatherSortBody {
        display: none;
    }

        .gatherSort .gatherSortBody ul {
            padding: 5px 10px;
        }

            .gatherSort .gatherSortBody ul li {
                height: 23px;
            }

                .gatherSort .gatherSortBody ul li a {
                    line-height: 23px;
                    color: #555;
                }

                    .gatherSort .gatherSortBody ul li a:hover {
                        color: #0066BB;
                    }

                    .gatherSort .gatherSortBody ul li a.active {
                        color: red;
                    }


/*首页登陆入口*/
.memberLogin {
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    letter-spacing: 1px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 10px;
}

    .memberLogin a {
        color: #FFF;
        line-height: 15px;
        margin-right: 10px;
        font-size: 13px;
        margin-left: 10px;
    }
/*首页*/

.sortHead {
    border-left: 1px solid #c8d9e3;
    border-right: 1px solid #c8d9e3;
    background: url(../picture/head.png) repeat-x;
    height: 26px;
    position: relative;
    margin-top: 3px;
    top: 0px;
    left: 0px;
}

    .sortHead b {
        width: 137px;
        height: 28px;
        line-height: 28px;
        color: #FFF;
        text-align: center;
        position: absolute;
        top: -2px;
        left: 13px;
        background-color: #3399FF;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .sortHead a {
        line-height: 26px;
        float: right;
        margin-right: 10px;
    }

.sortBody {
    border: 1px solid #c8d9e3;
    background: #FFF url(../picture/body.png) top repeat-x;
    padding: 10px 15px;
}

.dataInfo h2 {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

/*首页中部*/
#center {
    width: 685px;
    float: left;
    margin-left: 10px;
}

/*首页新闻列表*/
#firstnews .sortBody ul {
    height: 88px;
}

    #firstnews .sortBody ul li {
        height: 16px;
        padding: 3px 10px 3px 20px;
        background: url(../picture/news.png) no-repeat 0 4px;
    }

        #firstnews .sortBody ul li a {
            float: left;
            line-height: 16px;
            color: #555;
        }

            #firstnews .sortBody ul li a:hover {
                color: #0066BB;
            }

        #firstnews .sortBody ul li span {
            float: right;
            line-height: 16px;
        }
/*首页右侧*/
#right_index {
    width: 250px;
    float: right;
}




/*首页热点数据库*/
#firsthotData {
    margin-top: 0px;
}

    #firsthotData .sortBody {
        border: 1px solid #c8d9e3;
        background:none;
        padding: 10px 15px;
    }
    #firsthotData .gatherSortHead{
        border-left:none;
        border-right:none;
    }

        #firsthotData .sortBody ul {
            margin-top:8px;
            margin-bottom:0px;
        }

            #firsthotData .sortBody ul li {
                height:28px;
                margin-left:30px;
                font-size:14px;
            }

                #firsthotData .sortBody ul li .pic {
                    float: left;
                    padding: 3px;
                    border: 1px solid #d6d6d6;
                    background: #eee;
                }

                    #firsthotData .sortBody ul li .pic img {
                        width: 200px;
                        height: 150px;
                        border: 1px solid #d6d6d6;
                        background: #FFF;
                    }

                #firsthotData .sortBody ul li table {
                    position: relative;
                    left: 15px;
                }

                    #firsthotData .sortBody ul li table td {
                        min-height: 10px;
                        height: 25px;
                        line-height: 1.8em;
                    }

                        #firsthotData .sortBody ul li table td.sortTd {
                            width: 65px;
                            text-align: right;
                        }


#ranking {
    margin-top: 0px;
}
#ranking .sortBody ul {
            margin-top:8px;
            margin-bottom:0px;
        }
            #ranking .sortBody ul li {
                height:220px;
                margin-left:0px;
                font-size:14px;
            }

                #ranking .sortBody ul li .pic {
                    float: left;
                    padding: 3px;
                    border: 1px solid #d6d6d6;
                    background: #eee;
                }

                    #ranking .sortBody ul li .pic img {
                        width: 200px;
                        height: 200px;
                        border: 1px solid #d6d6d6;
                        background: #FFF;
                    }
                #ranking .sortBody ul li table {
                    position: relative;
                    left: 5px;
                }

                    #ranking .sortBody ul li table td {
                        min-height: 10px;
                        height: 25px;
                        line-height: 1.8em;
                        padding-right:15px;
                    }

                        #ranking .sortBody ul li table td.sortTd {
                            width: 65px;
                            text-align: right;
                        }



.SearchContent {
    text-indent: 2em;
    font-size: 14px;
}

.title {
    color: black;
    font-size: 15px;
    font-weight: bold;
}
.title_ranking {
    color: red;
    font-size: 15px;
    font-weight: bold;
    margin-left:35px;
}


/*右侧标题及内容*/
#right {
    width: 944px;
    float: right;
}

.DataProductCount {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ViewCount {
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
}

#flashDOI { /*border:1px solid #94bad0;*/
    background: #ebf6fb;
    /*width: 435px;
    height: 338px;*/
    /*width: 685px;
    height: 500px;*/
    overflow: hidden;
    /*float: right;
    margin-left: 10px;*/
    margin-left: auto;
    margin-right: auto;
}

    #flashDOI ul {
    }

        #flashDOI ul li {
        }

            #flashDOI ul li img {
                width: 685px;
                height: 500px;
            }

.dataInfo h4.InfoTitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
    letter-spacing: 2px;
    padding: 15px 50px 0;
}

.Div_Content {
    line-height: 2em;
    padding-left: 15px;
}


#dataListTable {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #006fc8;
}

    #dataListTable th.sort2 {
        height: 24px;
        /*width: 396px;*/
        line-height: 24px;
        border: 1px solid #006fc8;
        background: #006fc8;
        color: #FFF;
        border-right-color: #FFF;
    }

    #dataListTable th.sort3 {
        height: 24px;
        width: 120px;
        line-height: 24px;
        border: 0px solid #006fc8;
        background: #006fc8;
        color: #FFF;
        border-right-color: #FFF;
    }

    #dataListTable td {
        border: 1px solid #006fc8;
        height: 24px;
        line-height: 50px;
        vertical-align: middle;
    }



/*.moduleTitle{ border-right:1px solid #aeccf0; background:url(../picture/module.png) repeat-x; height:27px;width: 100%;}*/
.moduleTitle {
    border-right: 1px solid #aeccf0;
    /*background: url(../picture/module.png) repeat-x;*/
    background: url(../picture/head.png) repeat-x;
    height: 27px;
    width: 100%;
}

    .moduleTitle span {
        height: 27px;
        width: 190px;
        line-height: 27px;
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
    }

        .moduleTitle span b {
            height: 27px;
            line-height: 27px;
            width: auto;
            display: inline-block;
            padding-left: 15px;
            letter-spacing: 2px;
            padding-right: 15px;
            font-size: 13px;
            font-weight: bold;
            color: #FFF;
            background-color: #3399FF;
        }

    .moduleTitle a {
        line-height: 27px;
        font-weight: bold;
    }

.moduleTitle1 {
    border-right: 1px solid #aeccf0;
    background: url(../picture/module.png) repeat-x;
    height: 27px;
    width: 100%;
}

    .moduleTitle1 span {
        height: 27px;
        line-height: 27px;
        width: 244px;
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
    }

        .moduleTitle1 span b {
            height: 27px;
            line-height: 27px;
            width: auto;
            display: inline-block;
            padding-left: 15px;
            letter-spacing: 2px;
            padding-right: 15px;
            font-size: 13px;
            font-weight: bold;
            color: #FFF;
            background-color: #3399FF;
        }

    .moduleTitle1 a {
        line-height: 27px;
        font-weight: bold;
    }

.moduleBody {
    border-left: 1px solid #aeccf0;
    border-right: 1px solid #aeccf0;
    border-bottom: 1px solid #aeccf0;
    padding: 5px;
    background: #d9ebf5;
}

    .moduleBody ul {
        width: 227px;
        margin: 0 auto;
    }

        .moduleBody ul li {
            background: url(../picture/moduleList.png) no-repeat;
            height: 24px;
            margin: 5px 0 0;
            padding-left: 22px;
        }

            .moduleBody ul li a {
                line-height: 22px;
                color: #333;
            }

                .moduleBody ul li a.active {
                    line-height: 22px;
                    color: red;
                }

            .moduleBody ul li b {
                line-height: 22px;
                color: #333;
                font-weight: normal;
            }

.moduleBody_offer{
    border-left: 1px solid #aeccf0;
    border-right: 1px solid #aeccf0;
    border-bottom: 1px solid #aeccf0;
    padding: 5px;
}
    .moduleBody_offer li {
        list-style-type:disc;
        height:28px;
        margin-left:30px;
        font-size:14px;
    }
    .moduleBody_offer li a{
        line-height: 23px;
        color: #555;
    }

.addNew {
    line-height: 16px;
    padding-left: 24px;
    margin-top: -100px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1.5px;
    margin: 10px;
    color: #fe9f07;
}

.DropDownList {
    border: 1px solid #d6d6d6;
}
/*中心简介*/
.Introduction {
    width: 760px;
    float: right;
}
/*分页*/
.page {
    padding: 20px 0;
    border-top: 1px solid #006fc8;
    margin-top: 15px;
    text-align: center;
}

    .page .page {
        border: none;
        padding: 0;
        margin: 0;
        letter-spacing: 1px;
    }
/*出版社*/
#publish {
    width: 771px;
    margin-top: 3px;
    float: right;
}

/*关于我们*/
.aboutUs {
    width: 839px;
    margin: 0 auto;
    padding: 20px 0;
}

    .aboutUs .sortBody p {
        text-indent: 2em;
        line-height: 29px;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .aboutUs .sortBody #map {
        width: 550px;
        height: 250px;
        margin: 25px auto 0;
        border: #ccc solid 1px;
    }

.Aboutuser {
    width: 760px;
    margin-top: 3px;
    float: right;
}

.Aboutusedit {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    background: #FFF;
}

    .Aboutusedit td.sort {
        background: #006fc8;
        color: #FFF;
        border-bottom: 1px solid #FFF;
        line-height: 20px;
        width: 70px;
        text-align: right;
        padding-right: 5px;
        font-weight: bold;
    }

    .Aboutusedit td {
        padding: 7px 0;
        border: 1px solid #006fc8;
    }

    .Aboutusedit input {
        float: left;
        margin-left: 15px;
        line-height: 21px;
        letter-spacing: 1px;
        padding: 0 5px;
        border: 1px solid #006fc8;
        outline: none;
        background: #FFF;
    }
/*内容详情*/
#Info {
    width: 944px;
    margin-top: 3px;
    float: right;
}

#body #Info .sortBody {
    padding: 15px 80px 30px;
    min-height: 640px;
}

#Info h3 {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

#Info h4 {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

#Info h6 {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    letter-spacing: 2px;
}

#Info h5 {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}

#Info #newsStatistics h4 {
    font-size: 13px;
    line-height: 24px;
    color: #777;
}

    #Info #newsStatistics h4 span {
        color: #555;
    }

#Info1 {
    width: 760px;
    margin-top: 3px;
    float: right;
}

#body #Info1 .sortBody {
    padding: 15px 80px 30px;
}

#Info1 h3 {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

#Info1 h4 {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

#Info1 h6 {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    letter-spacing: 2px;
}

#Info1 h5 {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}

#Info1 #newsStatistics h4 {
    font-size: 13px;
    line-height: 24px;
    color: #777;
}

    #Info1 #newsStatistics h4 span {
        color: #555;
    }

#Info2 {
    width: 760px;
    margin-top: 3px;
    float: right;
}

#body #Info2 .sortBody {
}
/*padding:15px 80px 30px; */
#Info2 h3 {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

#Info2 h4 {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

#Info2 h6 {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    letter-spacing: 2px;
    width: 730px;
}

#Info2 h5 {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}

#Info2 #newsStatistics h4 {
    font-size: 13px;
    line-height: 24px;
    color: #777;
}

    #Info2 #newsStatistics h4 span {
        color: #555;
    }

#Info2 #down {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 110px;
}
/**/
.list {
    width: 760px;
    margin-top: 3px;
    float: right;
}

    .list .sortBody {
    }

        .list .sortBody ul {
            overflow: hidden;
            padding: 10px 20px 0;
        }

            .list .sortBody ul li {
                height: 18px;
                padding: 10px 20px 9px 40px;
                background: url(../picture/li.png) 10px 11px no-repeat;
                border-bottom: 1px dashed #d6d6d6;
            }

                .list .sortBody ul li a {
                    float: left;
                    line-height: 18px;
                }

                .list .sortBody ul li span {
                    float: right;
                    line-height: 18px;
                }
/*添加新闻*/
.Add {
    width: 95%;
    margin-top: 0px;
    margin: 0 auto;
    background: #FFF;
}

    .Add td.sort1 {
        background: #006fc8;
        color: #FFF;
        border-bottom: 1px solid #FFF;
        line-height: 20px;
        text-align: right;
        padding-right: 5px;
        font-weight: bold;
    }

    .Add td input {
        line-height: 21px;
        letter-spacing: 1px;
        padding: 0 5px;
        border: 1px solid #006fc8;
        outline: none;
        background: #FFF;
    }

    .Add td {
        padding: 7px 0;
        border: 1px solid #006fc8;
    }

    .Add input {
        border: 1px solid #006fc8;
        margin-left: 15px;
        height: 20px;
    }



    .Add td.btnField {
        text-align: center;
        border: none;
        padding: 25px 0 0;
    }

        .Add td.btnField .inputBtn {
            display: inline-block;
            margin-left: 300px;
            padding: 0 15px;
            line-height: 23px;
            font-weight: bold;
            border: 1px solid #FFF;
            background: url('../picture/btnBg.png') repeat-x 50% top;
            color: #FFF;
            cursor: pointer;
        }

            .Add td.btnField .inputBtn:hover {
                border-color: #fe9f07;
            }

.registerBtn {
    margin-left: 300px;
}

.headinfo {
    line-height: 2em;
    font-size: 16px;
}

.highlight {
    color: red;
    font-weight: bold;
}

.remind {
    border-color: darkorange;
    background-color: lightcyan;
}

.btn-group {
    /*margin-left: 0.5%;*/
    font-size: 17px;
}

    .btn-group img {
        height: 15px;
        margin-right: 10px;
        margin-bottom: 2px;
    }

    .btn-group .dropdown-menu {
        position: absolute;
        left: -1px;
        top: 20px;
        padding: 10px 0px;
    }

        .btn-group .dropdown-menu li {
            position: relative;
            width: 120px;
            left: 20px;
            right: 20px;
            padding: 4px 0px;
            text-align: center;
            border-bottom: 1px solid #eee;
        }

        .btn-group .dropdown-menu .last {
            border-bottom: 1px solid transparent;
        }

        .btn-group .dropdown-menu li > a:hover {
            color: #01ac41;
            background: #fff;
        }
