
/*main_warp*/
.maincon_title {
    background: url(../images/maincon_title_bg2.png) no-repeat left center;
    width: 1160px;
}

    .maincon_title h2 {
        height: 24px;
    }

.wenshimj_title {
    background: url(../images/wenshimj_title_img.png) no-repeat center top;
}

/*cur_positon*/
.cur_positon {
    padding-top: 22px;
    color: #6d6d6d;
    font-size: 12px;
}

    .cur_positon span {
        font-weight: bold;
        display: inline-block;
        width: 60px;
        padding-left: 20px;
        margin-left: 20px;
        background: url(../images/current_position.png) left center no-repeat;
    }

    .cur_positon a {
        color: #6d6d6d;
    }

/*wenshi_expert*/
.wenshi_expert {
    padding-top: 24px;
    margin-left: 20px;
    margin-right: 20px;
}

.wenshi_expert_con {
    padding-top: 20px;
}

.expert_directory {
    width: 222px;
}

.expert_con {
    width: 904px;
}

/*文史名家名录*/
.list_title {
    width: 218px;
    height: 30px;
    color: #333;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    border: 2px solid #1F1F1F;
    border-bottom: none;
}

.expert_directory ul {
    width: 60%;
    display: inline-block;
    padding: 24px 20% 282px 20%;
    background: #f9f8f4;
}

    .expert_directory ul li {
        line-height: 28px;
        background: url(../images/dot2.jpg) no-repeat left center;
        padding-left: 16px;
    }

        .expert_directory ul li a {
            display: inline-block;
            color: #314155;
        }

/*文史名家介绍*/
.expert_img {
    width: 168px;
    height: 220px;
    border: 1px solid #d3c1b3;
    background: #ffffff;
}

    .expert_img a {
        display: inline-block;
    }

    .expert_img img {
        width: 164px;
        height: 216px;
        padding: 2px;
    }

.expert_info {
    width: 698px;
}

    .expert_info h3 {
        padding-top: 10px;
        color: #314155;
        font-size: 16px;
    }

    .expert_info span {
        display: block;
        padding-top: 10px;
        color: #8a8a8a;
        font-weight: bold;
        line-height: 28px;
    }

    .expert_info p {
        line-height: 24px;
        color: #8a8a8a;
        text-indent: 2em;
    }

/*名家名作*/
.expert_works {
    padding-top: 28px;
}

.expert_title {
    width: 904px;
    height: 16px;
    line-height: 16px;
    background: url(../images/title_bg3.png) repeat-x left center;
    position: relative;
}

    .expert_title span {
        display: inline-block;
        padding-left: 26px;
        padding-right: 12px;
        background: url(../images/title_icon.png) no-repeat left center #FFF;
        color: #7c3b1e;
        font-size: 14px;
        font-weight: bold;
    }

.expert_works .result_num {
    text-align: right;
    padding-top: 10px;
    color: #8a8a8a;
}

.expert_works ul {
    display: inline-block;
    width: 100%;
    padding-top: 14px;
}

    .expert_works ul li {
        padding: 12px 30px 20px 14px;
        border-bottom: 1px solid #dfdfdf;
        position: relative;
        width: 854px;
    }

        .expert_works ul li:last-child {
            border-bottom: none;
        }

        .expert_works ul li:hover {
            background: #f9f8f4;
        }

        .expert_works ul li h3 {
            font-size: 16px;
            line-height: 30px;
        }

            .expert_works ul li h3 a {
                color: #314155;
            }

        .expert_works ul li p {
            color: #8a8a8a;
            line-height: 24px;
        }

            .expert_works ul li p span {
                color: #314155;
                margin-right: 5px;
            }

.expert_works .book-introduce {
    color: #c98e5f;
    margin-right: 10px;
}

.book_source a {
    color: #c98e5f;
    border-bottom: 1px solid #c98e5f;
    margin-right: 18px;
}

.book_source .buy_btn {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
    background: #c98e5f;
    color: #FFF;
    border: none;
    margin-left: 30px;
    border-radius: 6px;
}
/*.book_abstract{width:96%;}*/
.reading_btn {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

    .reading_btn a {
        display: inline-block;
        height: 20px;
        border: 1px solid #c9c9c9;
        line-height: 20px;
        border-radius: 6px;
        background: #FFF;
        padding: 0 6px;
        color: #787878;
    }

/*相关文章*/
.relate_article {
    padding-top: 24px;
}

    .relate_article ul {
        width: 100%;
        padding-top: 20px;
        display: inline-block;
    }

        .relate_article ul li {
            padding: 12px 30px 8px 14px;
            border-bottom: 1px solid #dfdfdf;
        }

            .relate_article ul li:last-child {
                border-bottom: none;
            }

.article_title {
    line-height: 24px;
}

    .article_title h3 {
        float: left;
        font-size: 16px;
    }

        .article_title h3 a {
            color: #314155;
        }

    .article_title span {
        margin-left: 30px;
        color: #8a8a8a;
    }

        .article_title span strong {
            font-weight: normal;
            color: #314155;
        }

.article_source a {
    color: #c98e5f;
    border-bottom: 1px solid #c98e5f;
}

.relate_article ul li p {
    line-height: 36px;
    color: #8a8a8a;
    width: 96%;
}

    .relate_article ul li p span {
        color: #314155;
    }

    .relate_article ul li p strong {
        font-weight: normal;
        color: #c98e5f;
    }

.img-container {
    border: 1px solid #d6d6d6;
    float: left;
    height: 162px;
    margin-right: 20px;
    width: 114px;
}

.book_info {
    width: 701px;
}

.main_warp {
    margin: 0 auto;
    width: 1200px;
    background: #fff none repeat scroll 0 0;
}
