﻿@import url(Comm.css);
@import url(MasterPage.css);
/*栏目的头部样式*/
td.fklabelSelect{
    background-image:url(/images/bg_panel_select1.gif);
    height:22px;
    width:80px;
    text-align:center;
}
td.fklabelNormal{
    background-image:url(/images/bg_panel_normal1.gif);
    height:22px;
    width:80px;
    text-align:center;
}
td.zxlabelSelect{
    background-image:url(/images/bg_panel_select2.gif);
    height:22px;
    width:80px;
    text-align:center;
}
td.zxlabelNormal{
    background-image:url(/images/bg_panel_normal2.gif);
    height:22px;
    width:80px;
    text-align:center;
}
td.bylabelSelect{
    background-image:url(/images/bg_panel_select3.gif);
    height:22px;
    width:90px;
    text-align:center;
}
td.bylabelNormal{
    background-image:url(/images/bg_panel_normal3.gif);
    height:22px;
    width:90px;
    text-align:center;
}
img.panelImg{
    margin:0px 10px 10px 0px;
    width:140px;
    height:120px;
    border:solid 1px #000;
}
a.panelRecommendTitle:link,a.panelRecommendTitle:visited,a.panelRecommendTitle:active{
    text-decoration:none;
    color:#000000;
    font-size:16px;
    font-family:黑体;
}
a.panelRecommendTitle:hover { 
    text-decoration:underline;
    color:#FF0000;
    font-size:16px;
    font-family:黑体;
}
a.panelImgText:link,a.panelImgText:visited,a.panelImgText:active{
    text-decoration:none;
    color:#000000;
}
a.panelImgText:hover { 
    text-decoration:underline;
    color:#FF0000;
}
.panelRecommendDescn{
    color:#006d53;
    line-height:20px;
}
/*整形频道*/
#mainZxpd{
    width:780px;
}
#mainZxpd td.title{
    background-image:url(/images/zx_title.gif);
    height:33px;
}
#mainZxpd td.body{
    background-image:url(/images/zx_body.gif);
    height:290px;
}
#mainZxpd td.foot{
    background-image:url(/images/zx_foot.gif);
    height:19px;
}

/*栏目框架热点文章样式*/
.panelHotArticle{
    background-color:#fbe1f9; 
    border:solid 1px #ef73b6;
    width:142px;
    padding:5px 5px 5px 3px;
    text-align:left;
    line-height:20px;
    float:left;
}

.fod {background:#FFCCFF;border-top:1px solid #FF4374;border-left:1px solid #FF4374;height:22px;}
.fod td{border-right:1px solid #FF4374;border-bottom:1px solid #FF4374;cursor:pointer;}
.fod td.s{border-bottom:1px solid #FFFFFF;background:#FFFFFF;}
.fodinfo {border:1px solid #FF4374;border-top;}
.dis{display:block;}
.undis{display:none;}