﻿/* copyright conjure.cn */
body
{
    font-size: 12px;
    font-family: Tahoma;
    margin: 0;
    padding: 0;
    background-color: #eaeaea;
    background-image:url('/Style/images/bg.jpg');
}

ul, li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

img
{
    border: 0;
}

p
{
    margin: 0;
    padding: 0;
}

a:link
{
    color: #006699;
    text-decoration: none;
}
a:visited
{
    color: #006699;
    text-decoration: none;
}
a:hover
{
    color: Red;
    text-decoration: underline;
}

/*公用*/
.ad1
{
    width: 300px;
    height: 250px;
}

.redB
{
    color: Red;
    font-weight: bold;
}

.red
{
    color: Red;
}

.Gray
{
    color: Gray;
}

.Black
{
    color: Black;
}

.divR
{
    float: right;
}

.divL
{
    float: left;
}

.textR
{
    text-align: right;
}

.textC
{
    text-align: center;
}


h1, h2
{
    font-family: 微软雅黑, Tahoma, Arial;
}

h2
{
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

/*布局*/
/*全局*/
#body
{
    margin-left: auto;
    margin-right: auto;
    width:940px;
}

#middle
{

}

/*index*/
#top
{
    background-image:url('/Style/images/topBg.jpg');
    background-repeat:repeat-x;
    height:142px;
    text-align:right;
}

#top .topLomanci
{
    background-color:#a40000;
    height:4px;
}

#top .logo
{
    margin-top:34px;
    margin-left: auto;
    margin-right: auto;
    width:940px;
}

/*menu*/
#menu
{
    float:left;
    width:140px;
}

#menu dd
{
    margin:5px 10px 30px 10px;
}

#menu .select
{
    
}

/*content*/
#content
{
    float:left;
    width:800px;
    font-size: 14px;
    color: #333333;
    line-height:30px;
    margin-bottom:20px;
}

#content .title
{
    margin:0 0 10px 0;
}

.lotus
{
    width:322px;
    height:100%;
    
    background-image:url('/Style/images/lotus.png');
    background-position:bottom;
    background-repeat:no-repeat;
    
    position:absolute;
    z-index:-1;
    right:0;
    clear:both;
}

/*items*/
.item
{
    width:800px;
    height:200px;
    margin-bottom:40px;
    clear:both;
}

.item .img
{
    width:280px;
    height:200px;
    border:1px solid #999999;
    float:left;
    margin:8px 10px 0 0;
}

.item img
{
    width:280px;
    height:200px;
}

.item .direction
{
    line-height:30px;
}

/*bottom*/
#bottom
{
    
    clear:both;
    border-top:1px dotted #999999;
}

#bottom .copy
{
    text-align: center;
    line-height: 30px;
    color: #666666;
}

/*pagesize*/
#pagesize
{ 
    height:30px;
}

#pagesize ul
{
    float:right;
}

#pagesize a:herf
{
    text-decoration:underline;
}

#pagesize li
{
    float:left;
    margin:0 10px 0 0;
}

#pagesize .selected
{
    padding: 4px 5px 4px 5px;
    background-color: #CCCCCC;
}