/* 搜索 search.html*/

.div_form_search {}

.div_search {}

.div_search .s_keyword {
    border: 1px solid #ccc;
    height: 18px;
    line-height: 18px;
    width: 150px;
}

.div_search .btn_search {
    background: url(/jwc/static/images/btn_search.gif);
    width: 67px;
    height: 21px;
    border: 0px;
    cursor: pointer;
}


/* 当前位置 columnPath.html*/

.possplit {
    background-image: url(/jwc/static/images/possplit.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 22px;
    background-position: center;
    width: 24px;
    display: inline-block;
}


/*栏目列表 columnList.html*/

.tbl_columnlist {}

.tbl_columnlist .tbl_columnlist_name {
    color: #5D5F5E;
    font-size: 12px;
    height: 25px;
    background: url(/jwc/static/images/columnlist-1.gif) 0 center;
    background-repeat: no-repeat;
}

.tbl_subcolumnlist {
    text-align: left;
    margin-left: 15px;
}

.tbl_subcolumnlist .tbl_subcolumnlist_name {
    color: #5D5F5E;
    font-size: 12px;
    height: 25px;
    background: url(/jwc/static/images/columnlist-1-1.gif) 0 0;
    background-repeat: no-repeat;
    padding-left: 18px
}


/*热门栏目 hotColumnPortlet*/

.tbl_hotColumn {}

.tbl_hotColumn .tbl_tr_hotColumn {
    height: 25px;
    line-height: 25px;
    background: url(/jwc/static/images/line.gif);
    background-position: 0px 22px;
    background-repeat: repeat-x;
}

.tbl_hotColumn .tbl_td_hotColumn_title {
    background: url(/jwc/static/images/list-1.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 14px;
}


/*热门文章 hotArticlePortlet*/

.tbl_hotArticle {}

.tbl_hotArticle .tbl_tr_hotArticle {
    height: 25px;
    line-height: 25px;
    background: url(/jwc/static/images/line.gif);
    background-position: 0px 22px;
    background-repeat: repeat-x;
}

.tbl_hotArticle .tbl_td_hotArticle_title {
    background: url(/jwc/static/images/list-1.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 14px;
}


/*相关文章 relatedArticlePortlet*/

.tbl_relatedArticle {}

.tbl_relatedArticle .tbl_tr_relatedArticle {
    height: 25px;
    line-height: 25px;
    background: url(/jwc/static/images/line.gif);
    background-position: 0px 22px;
    background-repeat: repeat-x;
}

.tbl_relatedArticle .tbl_td_relatedArticle_title {
    background: url(/jwc/static/images/list-1.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 14px;
}


/*留言板 messagePortlet*/

.tbl_messageBoard {}

.tbl_messageBoard .tbl_tr_messageBoard {
    height: 25px;
    line-height: 25px;
    background: url(/jwc/static/images/line.gif);
    background-position: 0px 22px;
    background-repeat: repeat-x;
}

.tbl_messageBoard .tbl_td_messageBoard_title {
    background: url(/jwc/static/images/list-1.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 14px;
}


/*在线咨询onlineConsultPortlet*/

.tbl_onlineConsult {}

.tbl_onlineConsult .tbl_tr_onlineConsult {
    height: 25px;
    line-height: 25px;
    background: url(/jwc/static/images/line.gif);
    background-position: 0px 22px;
    background-repeat: repeat-x;
}

.tbl_onlineConsult .tbl_td_onlineConsult_title {
    background: url(/jwc/static/images/list-1.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 14px;
}