/**
 * 功能：网站布局
 * 作者：Gavin
 * 创建时间：2009-07-29
 */

/* banner */
#indexBanner {
overflow:hidden;
margin-bottom:18px;
}
#indexBanner img, #indexBanner object {
float:left;
}
/* 主要内容区:main
---------------------------------*/
#main {
overflow: hidden;
text-align:left;
border:1px solid #fff;
background:url(mainBg.gif) repeat-x 0 0;
padding:14px 10px 14px 11px;
}
/* sideBar */
#sidebar {
float:right;
width:212px;
border:9px solid #EDEDF2;
border-width:0 9px 12px;
background:#EDEDF2;
overflow:hidden;
display:inline;
margin-right:8px;
}
/* content */
#content {
float:left;
width:655px;
display:inline;
margin-left:8px;
}
/* 首页模块
---------------------------------*/
/* 首页搜博士专栏 */
#sidebar h2, .box h2 {
color:#232323;
padding-left:10px;
position:relative;
height:34px;
line-height:34px;
font-size:14px;
border-bottom:1px solid #E6E9EE;
}
#sidebar h2 a, .box h2 a {
font-size:12px;
position:absolute;
right:10px;
top:0;
color:#8A8A8A;
font-weight:normal;
font-family:"宋体", arial;
}
#sidebar h2 a:hover, .box h2 a:hover {
color:#F35613;
}
.sideList {
padding:0 10px 10px;
background:#fff;
margin-top:12px;
}
#drSearchImg {
margin:10px 0;
}
/* sideBanner */
#sideBanner {
margin-top:16px;
}
/* 首页业务列表 */
#bussiness {
background:#fff;
padding:10px;
margin-top:10px;
}
#bussiness li {
float:left;
width:182px;
background-position:right bottom;
background-repeat:no-repeat;
padding:10px 5px 70px;
border-top:1px solid #E6E9EE;
font-size:13px;
}
#bussiness #bussiness1 {
background-image:url(businessBg01.jpg);
}
#bussiness #bussiness2 {
background-image:url(businessBg02.jpg);
}
#bussiness #bussiness3 {
background-image:url(businessBg03.jpg);
}
#bussiness #bussiness4 {
background-image:url(businessBg04.jpg);
}
#bussiness li h3 {
padding:4px 0;
}
#bussiness li p {
margin:0;
line-height:18px;
color:#7B7B7B;
}
#bussiness li a {
color:#97ACC7;
}
#bussiness li a:hover {
color:#F35613;
}
#bussiness li h3 a {
padding:4px 0;
font-weight:normal;
font-size:13px;
padding-right:20px;
background:url(iconArrow.gif) no-repeat right 50%;
height:16px;
line-height:16px;
color:#3598FD;
}
#commend #commendPic {
float:left;
width:281px;
overflow:hidden;
}
#commend #commendPic img {
width:281px;
}
#commend #commendInfo {
float:right;
width:348px;
}
#commend #commendInfo h2 {
border-bottom: 1px solid #ddd;
color:#000;
font-size:14px;
height:30px;
line-height:30px;
}
#commend #commendInfo h3 a {
font-size:13px;
color:#ED5D0E;
line-height:24px;
}
#commend #commendInfo h3 a:hover {
text-decoration:underline;
}
#commend #commendInfo p {
margin:8px 0;
font-size:12px;
color:#6D6D6D;
line-height:18px;
}
#commend #commendInfo p a {
color:#16397D;
}
#commend #commendInfo a:hover {
text-decoration:underline;
}
.box {
background:url(bg.gif) no-repeat right bottom;
padding:0 3px 3px 0;
margin-top:12px;
}
.boxBg {
padding:8px 25px 15px 25px;
border:1px solid #ccc;
border-width:1px 0 0 1px;
}
.box h2 {
height:30px;
line-height:30px;
}
.newsPic {
position:absolute;
width:166px;
overflow:hidden;
right:10px;
top:20px;
}
.box ul {
margin-top:10px;
}
.newsList li .newsPic {
    background:none;}
.newsPic img {
background:#fff;
padding:2px;
border:1px solid #D6D6D6;
width:160px;
height:107px;
}
.ad {
margin-top:12px;
}
/* 内页内容区
---------------------------------*/
#crumbs {
background:#F2F2F2;
padding:5px 10px;
margin-bottom:20px;
font-family:"宋体";
}
#crumbs a {
font-family: Arial, Helvetica, sans-serif;
}
/* cases */
#cases li {
float:left;
width:100%;
border-bottom:1px solid #eee;
padding:20px 0;
}
#cases .casePic {
float:left;
width:150px;
text-align:center;
}
#cases .casePic a img {
background:#fff;
border:2px solid #ddd;
padding:2px;
}
#cases .casePic a:hover img {
border-color:#F45615;
}
#cases .caseInfo {
float:right;
width:480px;
display:inline;
margin-right:20px;
}
#cases .caseInfo h3 {
font-size:14px;
height:30px;
line-height:30px;
}
#cases .caseInfo p {
line-height:18px;
margin:4px 0;
/*color:#16397D;*/}
#cases .caseInfo p span {
color:#999;
}
#cases .caseInfo p span a {
margin-right:8px;
}
#cases .caseInfo a {
color:#16397D;
}
#cases .caseInfo a:hover {
color:#F35613;
}
/* 新闻列表
---------------------------------*/
.newsList {
margin:0 auto;
}
.newsList li {
float:left;
line-height:14px;
position:relative;
text-align:left;
width:100%;
padding:10px 0;
background:url(listDiv01.gif) repeat-x 0 100%;
}
.newsList li a {
background:url(bg.gif) no-repeat -620px -104px;
padding-left:10px;
line-height:18px;
display:block;
}
.newsList li a:hover {
background-position:-640px -84px;
}
.newsList li span {
color:#999;
position:absolute;
right:10px;
top:10px;
}
.newsList02 li {
padding:4px 0;
background:none;
}
.newsList02 li a {
background:none;
}
.newsList03 li {
padding:6px 200px 6px 0;
background:none;
position:relative;
width:401px;
}
.newsList03 li a {
color:#6D6D6D;
font-size:13px;
}
.newsList03 li a:hover {
color:#F35613;
}
.newsList04 li {
padding:4px 0;
width:100%;
}
/* 分页
---------------------------------*/
.pages {
height:22px;
padding:30px 0;
}
.pages span, .pages a {
background:#fff;
border:1px solid #ddd;
display:inline;
float:left;
height:20px;
line-height:20px;
margin-right:4px;
padding:0 8px;
}
.pages a:hover {
border-color:#FF9C19;
background:#FFF8EF;
}
.pages .current {
border:none;
color:#f00;
font-weight:bold;
}
/* 新闻详细页
---------------------------------*/
.article {
margin:0 2em;
}
.article h3 {
font-size:16px;
line-height:40px;
text-align:center;
}
.article .newsInfo {
line-height:22px;
margin-bottom:16px;
text-align:center;
border-bottom:1px solid #CCE70B;
}
.article #post {
font-size:14px;
line-height:25px;
}
#moreAboutTeamtop {
background:url(bg.gif) no-repeat -240px -772px;
padding-top:36px;
}
#moreAboutTeamtop h3 a {
font-size:14px;
font-weight:normal;
color:#0860A7;
text-decoration:underline;
line-height:36px;
}
#moreAboutTeamtop h3 a:hover {
text-decoration:none;
}
#moreAboutTeamtop li {
float:left;
width:280px;
display:inline;
margin-right:10px;
}
#moreAboutTeamtop li a h4 {
font-size:12px;
font-weight:normal;
color:#3199FC;
margin:10px 5px;
}
#moreAboutTeamtop li a p {
margin:5px;
line-height:20px;
}
#moreAboutTeamtop li#honor a {
background:url(honorBg.jpg) no-repeat right top;
padding-right:84px;
}
#moreAboutTeamtop li#ability a {
background:url(abilityBg.jpg) no-repeat right top;
padding-right:115px;
}
#moreAboutTeamtop li a {
height:87px;
overflow:hidden;
display:block;
border:1px solid #fff;
}
#moreAboutTeamtop li a:hover {
border-color:#F35613;
}
/* 详细页导航
---------------------------------*/
.pageNav {
margin:20px 0;
}
/* 相关新闻
---------------------------------*/
.relatedNews {
border:1px solid #ccc;
padding:10px 20px;
margin:40px 2em 0;
}
.relatedNews h3 {
font-size:14px;
margin-bottom:8px;
line-height:30px;
height:30px;
color:000;
border-bottom:1px solid #F3F3F3;
}
.relatedNews a {
font-size:14px;
line-height:30px;
}
.proImg {
padding:10px;
text-align:center;
}
/* 表单：左标签等宽右对齐
---------------------------------*/
fieldset {
border:none;
padding-left:120px;
}
fieldset legend {
font-weight:bold;
height:40px;
line-height:40px;
*margin-left:-7px;
}
fieldset ol {
list-style: none;
margin-top: 1em;
}
fieldset li {
display:inline;
float: left;
padding-bottom: 1em;
width: 100%;
}
fieldset li label {
float: left;
line-height:20px;
margin-right:1em;
text-align: left;
}
fieldset li span {
display:inline;
float:left;
line-height:18px;
margin-left:10px;
width:8em;
}
fieldset input.text, fieldset textarea {
display:inline;
float:left;
font:12px Arial, Helvetica, sans-serif;
outline:none;
padding:2px;
width:200px;
}
fieldset em {
float:left;
text-align:center;
width:7px;
}
fieldset input.text2 {
width:42px;
}
fieldset input.text3 {
width:145px;
}
fieldset textarea {
height:8em;
}
.button, .pageNav a {
background:url(btnBg.gif) no-repeat 0 -48px;
float:left;
height:24px;
line-height:14px;
margin:0 10px 0 0;
overflow:hidden;
padding-left:4px;
}
.button input, .pageNav a span {
background:url(btnBg.gif) no-repeat 100% 0;
float:left;
border:none;
color:#666;
cursor:pointer;
font-size:12px;
display:inline;
height:24px;
line-height:24px;
outline:none;
white-space:nowrap; /* 强制不换行 */
*overflow:visible;  /*IE中input的padding值随长度变长增加bug */
padding:0 15px 0 11px;
}
.button:hover, .pageNav a:hover {
background-position:0 -72px;
}
.button:hover input, .pageNav a:hover span {
background-position:100% -24px;
color:#1D7BC4;
}
.focusField {
border:solid 1px #83C6FA;
background:#F6FCFF;
color:#000;
padding:1px;
}
.idleField {
background:#fff;
color: #6F6F6F;
border: solid 1px #7D9DB9;
padding:1px;
}
#hotline{
BACKGROUND: url(hotline.gif) no-repeat 0px 0px;
text-align:right;
font-size:18px;
color:#669FDE;
font-weight:bold;
height:35px;
line-height:35px;
width:220px;
}
