/* 郴州非遗资源库 - 走进·非遗 */
@charset "UTF-8";
.header{
    position: relative;
    float: left;
    width: 100%;
    min-width: 1300px;
    height: 250px;
    background: url(../images/sbzn/banner.jpg) no-repeat center 0;
    margin-bottom: 40px;
}
ul.sbzn_tablist{
    float: left;
    width: 1300px;
    margin-bottom: 40px;
}
ul.sbzn_tablist li{
    float: left;
    width: 641px;
    height: 66px;
    border: 2px solid #99c5c0;
    border-radius: 3px;
    background: #fff;

    font-family:'AGDKBS';
    font-size: 20px;
    color: #24877c;
    line-height: 66px;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
ul.sbzn_tablist li:last-child{ margin-right: 0;}

ul.sbzn_tablist li.selected{
    border-color: #24877c;
    background: #24877c url(../images/sbzn/icon_01.png) no-repeat center center;

    color: #fff;
}

.sbzn_contentbox{
    float: left;
    width: 1158px;
    min-height: 800px;
    border: 1px solid #afcbd0;
    border-radius: 10px;
    background: #fff;
    padding: 55px 70px;
    margin-bottom: 140px;

    font-size: 16px;
    color: #040000;
    line-height: 28px;
    text-align: justify;
}
.sbzn_contentbox p{ margin-bottom: 15px;}
