﻿.qqqccc {
    width: 1270px;
    margin: 0 auto;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        display: block;
        overflow: hidden;
        clear: both;
        height: 0;
        visibility: hidden;
        content: ".";
    }

.clear {
    clear: both;
}

.qkjq * {
    padding: 0;
    margin: 0;
}

.qkjq {
}

    .qkjq .hd {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

        .qkjq .hd .item.cur a {
            background: #1e48a5;
            color: #fff
        }

        .qkjq .hd .item a {
            padding: 10px;
            display: block;
            font-size: 17px;
            color: #1e48a5;
            background: #fff;
            border: 2px solid #1e48a5;
            text-decoration: none;
            line-height: 1;
            transition: all .3s ease;
        }

            .qkjq .hd .item a:hover {
                background: #1e48a5;
                color: #fff
            }

    .qkjq .bd {
        overflow: hidden;
        margin-top: 20px;
        margin-right: -20px;
    }

        .qkjq .bd .item {
            float: left;
            margin-right: 20px;
            margin-top: 30px;
            position: relative;
        }

            .qkjq .bd .item img {
                width: 195px;
                height: 285px;
                font-size: 0;
            }

            .qkjq .bd .item p {
                text-align: center;
                font-size: 16px;
                position: absolute;
                bottom: 0;
                background: rgba(0,0,0,0.5);
                color: #fff;
                width: 100%;
                box-sizing: border-box;
                padding: 5px;
            }

.journalInfo {
    overflow: hidden;
}

    .journalInfo .pic {
        float: left;
        text-align: center;
        line-height: 1;
        width: 277px;
    }

        .journalInfo .pic img {
            width: 277px;
        }

        .journalInfo .pic p {
            line-height: 1.5;
            padding: 10px 0;
        }

    .journalInfo .infobox {
        float: right;
        width: 950px;
        position: relative;
    }

        .journalInfo .infobox .btitle {
            font-size: 24px;
            font-family: 'Microsoft YaHei UI';
            font-weight: 600;
            color: #333;
            float: left;
        }

        .journalInfo .infobox .btitle_en {
            font-size: 16px;
            color: #666
        }

        .journalInfo .infobox .journalType {
            float: left;
            margin-left: 150px;
            font-size: 16px;
        }

            .journalInfo .infobox .journalType span {
                background: url(icon-sprite.png) no-repeat left;
                padding-left: 20px;
                margin-right: 20px;
            }

        .journalInfo .infobox .listbox {
            overflow: hidden;
            font-size: 16px;
        }

            .journalInfo .infobox .listbox .item {
                overflow: hidden;
                margin: 10px 0;
            }

                .journalInfo .infobox .listbox .item label {
                    float: left;
                    width: 70px;
                    text-align-last: justify;
                    display: inline-block;
                }

                .journalInfo .infobox .listbox .item p {
                    float: right;
                    padding: 0;
                    margin: 0;
                    width: 860px;
                    color: #000;
                    white-space: pre-wrap;
                }

.qkjqxq {
    border-top: 5px solid #f9f9f9;
    overflow: hidden;
    padding-top: 40px;
    margin-top: 20px;
}

.page-catalog {
    float: left;
    width: 340px;
}

    .page-catalog .page-title {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .page-catalog .search {
        overflow: hidden;
        display: flex;
        font-size: 16px;
        margin-top: 10px;
    }

        .page-catalog .search .input {
            width: 195px;
            height: 28px;
            border: 1px solid #dedede;
        }

        .page-catalog .search .button {
            background: #0078D7;
            display: inline-block;
            padding: 0 15px;
            height: 30px;
            color: #fff;
            text-decoration: none;
            line-height: 30px;
            text-align: center;
            border: 0;
            width: 75px;
        }

.page-catalog-content {
}

    .page-catalog-content .item {
        font-size: 16px;
        margin-top: 20px;
    }

        .page-catalog-content .item .hd {
            font-weight: bold;
            font-size: 16px;
            background: #f1f1f1;
            text-align: center;
            margin-top: 5px;
            cursor: pointer;
            line-height: 30px;
        }

        .page-catalog-content .item .bd {
            flex-wrap: wrap;
            display: flex;
            flex: 0 0 33.3333%;
            position: relative;
            margin-top: -30px;
            padding-top: 30px;
            height: 0;
            overflow: hidden;
        }

            .page-catalog-content .item .bd.open {
                height: auto;
                overflow: hidden;
            }

            .page-catalog-content .item .bd a {
                color: #999;
                font-size: 14px;
                line-height: 1.9;
                flex: 0 0 33.3333%;
                text-align: center;
            }

                .page-catalog-content .item .bd a.cur {
                    color: #1e48a5;
                    font-weight: bold;
                }


.list-papers {
    float: right;
    width: 845px;
}

    .list-papers .hd {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .list-papers .content {
        font-size: 14px;
    }

    .list-papers .tit {
        color: #000;
        display: block;
        margin-top: 20px;
    }

    .list-papers dd {
        background: url(dot.gif) repeat-x 0 50%;
        text-indent: 0;
        height: 32px;
        line-height: 32px;
        overflow: hidden;
    }

        .list-papers dd .name {
            background: #fff url(arrow.gif) no-repeat 0 50%;
            padding-right: 8px;
            padding-left: 15px;
            float: left;
            color: #000;
        }

        .list-papers dd .author {
            color: #a8a8a8;
            float: right;
            display: inline;
            background: #fff;
            padding-left: 8px;
        }

        .list-papers dd .company {
            display: none;
        }

.jiazai {
    padding: 50px;
    font-size: 20px;
    text-align: center;
}




.pager {
    clear: both;
    text-align: center;
    padding: 50px 0
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .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
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }


.vhide {
    display: none;
}
