﻿.bottomcontent, .pagecontent, .topbar, .tophead, .topmenu
{
    margin: 0 auto;
    width: 1024px;
}
/*页头顶部背景条*/
.topbarbg
{
    background: #f1f1f1;
    border-bottom: 1px #ddd solid;
    line-height: 25px;
    height: 25px;
}
/*顶部菜单背景条*/
.topmenuBg
{
    background: url("../images/menubg.jpg");
    height: 35px;
    margin-bottom: 10px;
}

/*顶部菜单项目，包括分隔符*/
.topmenu li
{
    float: left;
}
/*顶部菜单项目*/
.topmenu li.menuitem
{
}
/*顶部菜单分隔符*/
.topmenu li.menusep
{
    background: url("../images/menusep.jpg");
    width: 2px;
    height: 35px;
}
/*顶部菜单链接*/
.topmenu li a
{
    display: block;
    width: 94px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: White;
    text-align: center;
    line-height: 35px;
}
/*顶部菜单莲接hover和当前菜单*/
.topmenu li a:hover, .topmenu li a.active
{
    text-decoration: none;
    color: #A6C8FF;
}
/*页尾*/
.pagebottom
{
    background: url("../images/bottombg.jpg") repeat-x;
    height: 100px;
    padding: 10px 0px;
    border-top: 3px #336699 solid;
}
/*页尾内容*/
.bottomcontent
{
    text-align: center;
}
/*内容区*/
.pagecontent
{
    margin-bottom: 10px;
    overflow: hidden;
}
/*左栏*/
.conleft
{
    width: 200px;
    margin-right: 20px;
    float: left;
}
/*右栏*/
.conright
{
    width: 740px;
    float: left;
    overflow: hidden;
}

/*右栏内容*/
.detailBox
{
    margin-top:190px;
}
.detailTitle
{
    font-size:18px;
    text-align:center;
    color:#CFB978;
    font-weight:bold;
    }
    .detailContent
{
    color:White;
    
    padding:20px 100px 20px 100px;
    overflow-y:auto;
    overflow-x:hidden;
    height:550px;
    margin-bottom:20px;
    color:#AC557C;
    }
/*频道名称*/
.channeltitle
{
    background: url("../images/channeltitlebg.jpg");
    height: 40px;
    line-height: 40px;
    color: White;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
/*频道菜单条目*/
.channelmenu li a
{
    background: url("../images/channelmenubg.jpg");
    height: 35px;
    border-bottom: 1px #ddd solid;
    line-height: 35px;
    padding-left: 20px;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    display: block;
    font-weight: bold;
}
/*频道当前菜单和hover*/
.channelmenu li a:hover, .channelmenu li a.active
{
    background: url("../images/channelmenubghover.jpg");
    text-decoration: none;
}

/*当前路径*/
.CurrentPath
{
    background: url("../images/currentpathbg.jpg");
    border: 1px #ddd solid;
    padding: 0 30px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 10px;
}

/*新闻列表样式*/
.articlelist
{
    width:900px;
    margin:0px auto;
    padding:1px;
    }
.articlelist dl
{
border-bottom:1px #6C1738 solid;
    height: 30px;
    line-height:30px;
}
.articlelist dt
{
    float: left;
    display: block;
}
.articlelist dd
{
    width: 120px;
    float: right;
    color: #AC557C;
}

/*登录*/
.loginmain
{
    width: 300px;
    margin: auto;
}
.loginmain li
{
    height: 37px;
}

/*banner图*/
.conBanner
{
    margin-bottom: 10px;
}


/*配图新闻*/
.piclist dl
{
    background: url("../images/common/line.gif") repeat-x 0px 240px;
    height: 300px;
}
.piclist dt img
{
    border: 1px #ddd solid;
    padding: 1px;
}

.piclist dd .pictitle
{
    font-weight: bold;
    font-size: 14px;
}
.piclist dd p
{
    height: 80px;
}
.piclist .picbutton
{
    float: right;
}
.piclist dt
{
    float: left;
    height: 200px;
    margin-right: 10px;
  
    
}



