﻿/*
岭南伙伴主要配色方案：
整体上使用的是白色#fff 字体使用的#63666B
辅助色为#4f585f
主菜单栏背景色为#00516F
下端功能菜单栏背景色为#304040

*/

html, body
{
    margin: 0;
    padding: 0;
    border: 0;
}

/* 主要框架*/
body
{
    font-size: 14px;
    font-family: Arial, sans-serif, "宋体";
    color: #aab;/*辅助色*/
    background: #4f585f; /*辅助色*/
}
a{ text-decoration:none;}
p { line-height: 140%; margin:8px 0 8px 0;}
img { border: none; }

/* 导航区菜单*/
#menu{ background-color:#9ccfe4;height:23px; padding-left:128px;font-size:14px; }/* 菜单主背景 */
#menu .d{display:block; float:left; width:1px; background-color: #9ccfe4;}
#menu .item a,#menu .sel  a{border-bottom-style: solid; border-bottom-width: 3px; width:128px;padding:2px 0px 2px 4px;display:block; float:left;background-color: #00516F;}
#menu .item a{ border-bottom-color: #9ccfe4; color: #9ccfe4;}
#menu .sel  a{ border-bottom-color: #00516F; color:#fff;}
#menu .item a:hover{ background-color:#111;}
#menu .item a:visited{}
#menu .item a:active{background-color:#fff;color:#000;}

/* 主要内容区 */
#header{height:72px;}
#main{ clear:both;color:#63666b;background: #fff; line-height:150%;}/*主色*/
#main .nocontent{height:300px; text-align:center; padding-top:120px;}
#main .contentdeco{margin-left:8px; width:122px; float:left; margin-right:0px; padding-top:20px; padding-bottom:40px; text-align:center;}
#main .content{margin-left:156px; margin-right:20px; padding-top:20px; padding-bottom:40px;}
#main .info{font-size:12px;line-height:120%;}
#main .art{margin-right:30px; float:left; }
#main .arttext{padding-left:40px; margin-right:48px; padding-top:20px;}
#main .col30,#main .col30last{width: 30%; float:left;}
#main .col30 { padding-right:8px; margin-right:12px;  border-right-style: dotted; border-right-width: 1px; border-right-color: #9ccfe4; }
#main .colhor{ margin:12px 0 32px 0; padding-top:12px; display:block;clear:both;border-top-style:dotted; border-top-width: 1px; border-top-color: #9ccfe4;}
.left{float:left;}

#main a{color:#000;}
#main a:hover{color:#000; text-decoration:underline;}
#main a:active{color:#f00; }
#main .faq{}
.faq li{margin-bottom:60px;}
.faq .title{font-weight:bold;margin-bottom:8px; display:block;}

/* 事件列表区 */
/* item6 支持5－6行文字 item3支持3行文字 */
.eventDiv {width:199px;float:right; overflow:hidden; line-height:129%;}
.eventDiv .item6, .eventDiv .item3 { margin-bottom:6px;padding:22px 0 0 8px;background-position: left top; width: 199px; float: none; clear: both; overflow: hidden;  background-repeat: no-repeat; }
.eventDiv .item6{height: 134px;background-image: url(img/evtdiv-6.gif);}
.eventDiv .item3{height:78px;background-image: url(img/evtdiv-3.gif);}
.eventDiv .title{font-weight:bold;}
.eventDiv ul{margin:0 0 0 16px; padding:0;}
.eventDiv li{ font-size:12px;}

/* 页脚区 */
#footer{height:72px; font-size:12px; text-align:center;}
#footer a{color:#aab}
#footer a:hover{color:#fff}
#footer ul { list-style-type: none; margin-top:15px; margin-left:150px;  }
#footer li{display: block; float: left; margin-right:20px;}

@import url(auxilary.css);
