﻿body {
    background: #fff;
}

* {
    margin: 0;
    padding: 0;
}

ul li, ol li {
    list-style: none;
}

.lift {
    display: none;
    position: fixed;
    z-index: 100;
    border: 1px solid #ddd;
    border-top: 0;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    background-color: #606661;
}

.lift_item {
    height: 40px;
    border-top: 1px solid #ddd;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    transition: background-color .1s;
}

.lift_item_first {
    border-top: 0;
}

.lift_btn {
    *cursor: pointer;
    overflow: hidden;
    display: block;
    width: 100px;
    padding: 15px 5px;
    line-height: 14px;
    text-align: center;
    color: #fefefe;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    transition: color .1s;
}

.lift_item:hover, .lift_item_on {
    border-bottom: 1px solid #fd8a23;
    margin-bottom: -1px;
    border-color: #fd8a23;
    background-color: #fd8a23;
}

    .lift_item:hover .lift_btn, .lift_item_on .lift_btn {
        color: #fff;
    }

.lift_item_top, .lift_item_top:hover {
    border-top: 1px solid #f6f6f6;
    background-color: #5e4a4a;
    border-bottom: 0;
    margin-bottom: 0;
}

    .lift_item_top .lift_btn {
        color: #fff;
    }

.search_logo {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 125px;
    height: 40px;
}

#search .inner {
    background: #fff;
    height: 138px;
    width: 24px;
}

#headgs {
    padding: 30px 0 0 40px;
}

.search_logo_gssong {
    color: #666;
    text-decoration: none;
    outline: 0;
}

    .search_logo_gssong img {
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }

.search_self {
    height: 99px;
    margin: 0 auto;
    text-align: center;
}

.container {
    position: relative;
    text-align: left;
    margin: 0 auto;
}

.app_normal {
    text-align: center;
}

@media (max-width: 1591px) and (min-width: 1330px) {
}

.container {
    max-width: 1230px;
}


.con_inner {
    text-align: left;
}

@media screen and (max-width: 1591px) and (min-width: 1330px) {
}

.con_inner {
    width: 1242px;
}



.g-col, .g-col-2, .g-col-s {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}


@media (max-width: 1591px) and (min-width: 1330px) {
}

.g-col {
    width: 207px;
    padding: 0 12px 0 0;
}


:root {
    --searchInputBgColor: hsla(0,0%,100%,0.1);
    --inputBgColor: rgba(255,25,255,0);
    --search-list: #2a2a32;
    --one-color: hsla(0,0%,100%,0.38);
    --two-color: hsla(0,0%,100%,0.6);
    --three-color: hsla(0,0%,100%,0.87);
}

:root {
    --BG_COLOR: #fff;
    --FONT_COLOR: #333;
    --TAB_TITLES_COLOR: #666666;
    --SUB_TITLE_COLOR: #999999;
    --TAB_TITLES_HOVER_COLOR: #fff;
    --TITLE_HOVER_COLOR: #0D9BFF;
    --RIGHT_CONTENT_TEXT_COLOR: #666666;
    --FOCUS_BG_COLOR: #f8f8f8;
    --TAB_SUBTITLES_BG_COLOR: #f8f8f8;
    --IMG_DEFAULT_COLOR: #E4E4E4;
}

.g-box {
    margin-bottom: 16px;
}

.categorypack_pack .pack_cover a {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-decoration: none;
    background-color: #333;
    z-index: 2;
    overflow: hidden;
    border-radius: 4px;
}

.categorypack_pack {
    position: relative;
    text-align: left;
}

    .categorypack_pack .pack_cover {
        padding-top: 150%;
    }

    .categorypack_pack .pack_cover {
        position: relative;
        padding-top: 5.74%;
    }



a {
    text-decoration: none;
    cursor: pointer;
}

.categorypack_pack .pack_cover a img {
    display: block;
    width: 192px;
    height: 290px;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

fieldset, img {
    border: 0;
}

img {
    display: block;
    border: 0;
}

.categorypack_pack .pack_cover .categorypack_bg {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAYAAADp73NqAAAAAXNSR0IArs4c6QAAAC1JREFUCB1jYCAEWJiAKtAIZpAYKxYJsDqwBFgJmjacXDTz0Likm4ewCKyXCQBc7QDuqt9S0QAAAABJRU5ErkJggg==) repeat-x;
    border-radius: 0 0 4px 4px;
    z-index: 10;
}

.categorypack_pack .categorypack_p_rt {
    right: 8px;
    top: 0;
    line-height: 18px;
}

/*.categorypack_pack .categorypack_p_rb, .categorypack_pack .categorypack_p_rt {
    position: absolute;
    color: #fff;
    font-size: 12px;
    z-index: 15;
    line-height: 28px;
}*/

.categorypack_pack .info_list {
    position: relative;
    margin-top: 2px;
    padding: 7px 0 0;
    color: #999;
    z-index: 10;
}

    .categorypack_pack .info_list .short_title {
        height: 22px;
        overflow: hidden;
    }

    .categorypack_pack .info_list .cate_title a {
        color: #666;
    }

    .categorypack_pack .info_list .cate_subtitle {
        color: #666;
        height: 20px;
        font-size: 14px;
        color: hsl(0deg 1% 7% / 38%);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 5px;
    }
      /*related article*/
        .zcommond {
            width: 1230px;
            height: auto;
            margin-bottom: 0px;
            overflow: hidden;
            margin: 0 auto;
        }

        .f_left {
            float: left;
            _display: inline;
        }

        .f_right {
            float: right;
            _display: inline;
        }

        .str_border {
            height: 28px;
            overflow: hidden;
            border-bottom: solid 1px #ccc;
            margin-top: 14px;
            text-indent: 6px;
            text-align: left;
        }

            .str_border strong {
                font-size: 16px;
                color: #000;
                float: left;
            }

        .zcommond a, .zcommond a:hover {
            text-decoration: none;
            outline: 0;
        }


        .bottom_article {
            height: auto;
            overflow: hidden;
        }

        .barticle_list {
            height: auto;
            overflow: hidden;
            margin-top: 10px;
        }

            .barticle_list li {
                text-align: left;
                width: 100%;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                word-break: keep-all;
                text-overflow: ellipsis;
                white-space: nowrap;
                background: url(../images/bg_bd_i_time.png) no-repeat 7px center;
                text-indent: 24px;
            }

                .barticle_list li a {
                    color: #6c6c6c;
                    font-size: 14px;
                }

                    .barticle_list li a:hover {
                        color: #00bd5f;
                    }