﻿@charset "utf-8";
/**************************************
* 文件类型：css
* 编 写 者：王安峰
* 制造日期：2009年4月
* 内容概要：建工社客户服务平台前台页面样式
**************************************/

/* 公共样式部分 */
body{
	width:890px;
	margin:0 auto;
	background-color:#d3d3d3;
}
div,form,img,ul,ol,li,dl,dt,dd,p {
	margin:0; 
	padding:0; 
	border:0;
}
a img{border:none;}
a:link{
	color:#2a7ad1;
}
a:visited{
	color:#2a7ad1;
}
a:hover{
	text-decoration:underline;
	color:#e84f0c;
}
a:active{
	color:#323841;
}
/*对齐样式*/
.aLeft{
	text-align:left;
	padding-left:2px;
}
.aRight{
	text-align:right;
	padding-right:1px;
}
.aCenter{
	text-align:center;
}
/*浮动样式*/
.fLeft{float:left;}
.fRight{float:right;}
.clear{
	clear:both;
	font-size:1px;
	height:1px;
	overflow:hidden;
}
.space{
	clear:both;
	height:6px;
	font-size:1px;
	overflow:hidden;
}
/*网站顶部部分样式*/
.topCont{
	margin:0;
	padding:0;
	height:135px;
	background-color:#fff;
	border-bottom:2px solid #268ae0;
	margin-bottom:8px;
}
.topCont ul{
	margin:0;
	padding:0;	
	list-style:none;
}
.logo{
	width:395px;
	height:134px;
	float:left;
	background:url(../images/img_top_logo.jpg) no-repeat;
}
.topbg{
	width:210px;
	height:134px;
	float:left;
	background:url(../images/img_top_center.jpg) no-repeat;
}
.topnav{
	font-size:12px;
	width:285px;
	height:134px;
	padding-left:22px;
	float:left;
	background:url(../images/img_top_right.jpg) no-repeat;
}
.topnav li{
	padding-top:106px;
	padding-left:15px;
	float:left;
	padding-left:30px;
}
.topnav a{
	color:#002b94;
	font-weight:bold;
	text-decoration:none;
}
.topnav a:link{color:#002b94;}
.topnav a:visited{color:#002b94;}
.topnav a:hover{color:#002b94;}
.topnav a:active{color:#002b94;}

.topnavother{
	font-size:12px;
	width:285px;
	height:134px;
	padding-left:22px;
	float:left;
	background:url(../images/img_top_right.jpg) no-repeat;
}
.topnavother li{
	padding-top:72px;
	padding-left:15px;
	float:left;
	padding-left:30px;
}
.topnavother a{
	color:#002b94;
	font-weight:bold;
	text-decoration:none;
}
.topnavother a:link{color:#002b94;}
.topnavother a:visited{color:#002b94;}
.topnavother a:hover{color:#002b94;}
.topnavother a:active{color:#002b94;}
/*网站左侧导航部分样式*/
.contLeft{
	margin:0;
	padding:0;
	float:left;
	margin-left:5px;
	width:248px;
}
.leftbg{
	margin:0;
	padding:0;
	background:url(../images/bg_cont_left.gif) repeat-y;
}
.titleLeft{
	margin:0;
	padding:0;
	margin-bottom:9px;
	font-size:14px;
	color:#FFF;
	width:238px;
	height:20px;
	background:url(../images/bg_title_left.gif) no-repeat;
	padding-left:10px;
	padding-top:7px;
}
.titleLeft span{
	padding-left:15px;
	background:url(../images/icon_dot_01.gif) no-repeat;
}
.login{
	clear:both;
	font-size:12px;
	margin:0;
	padding:0;
	list-style:none;
	padding-left:15px;
}
.login li{
	clear:both;
	height:32px;
}
.login span.left{
	display:block;
	width:50px;
	height:27px;
	padding-top:5px;
	float:left;
}
.login span.right{
	display:block;
	height:32px;
	line-height:32px;
	float:left;
}
.login span.right img.code{
	vertical-align:middle;
	padding-top:3px;
}
.login li a{
	padding-left:5px;
	color:#0679e0;
	font-weight:bold;
	text-decoration:none;
}
.loginBtn{
	padding-left:45px;
	height:32px;
	line-height:32px;
}
.usertype{
	padding:3px 0px 8px;
}
.inputL{
	height:20px;
	border:1px solid #b4d7e9;
}
.inputC{
	width:80px;
	height:20px;
	border:1px solid #b4d7e9;
}
/*图书查询*/
.search{
	clear:both;
	font-size:12px;
	margin:0;
	list-style:none;
	padding-left:15px;
}
.search dl{
	margin:0;
	padding:0;
}
.search dl dt{
	padding:6px 0px;
}
.search dl dd{
	padding:7px 0px;
}
.search dl dd img{
	vertical-align:middle;
}
.search dl.btnlayout{
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
.search dl.btnlayout dd{
	text-align:left;
}
.search input.keyword{
	height:16px;
	border:1px solid #b4d7e9;
}
.search input.time{
	width:70px;
	height:16px;
	border:1px solid #b4d7e9;
}
.select{
	width:150px;
	height:21px;
	line-height:21px;
}
.button{
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	width:112px;
	height:29px;
	border:none;
	background:url(../images/bg_btn_login.gif) no-repeat;
}
.under{
	clear:both;
	margin:0;
	padding:0;
	font-size:1px;
	width:248px;
	height:10px;
	background:url(../images/bg_left_under.gif) no-repeat;
}
.mainCont{
	background-color:#fff;
}
.help{
	margin:0;
	padding:0;
	text-align:right;
	margin-right:5px;
}
.other{
	margin:0;
	padding:0;
	text-align:center;
}
.other li{
	list-style:none;
	padding:3px 0px;
}
/*右侧圆角公共样式*/
.contRight{
	width:622px;
	float:right;
	_float:left;
	margin-right:5px;
	_margin-left:5px;
}
.titleRight{
	clear:both;
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-size:14px;
	color:#FFF;
	width:612px;
	height:26px;
	background:url(../images/bg_title_right.gif) no-repeat 0px 0px;
	padding-left:10px;
	padding-top:6px;
}
.titleRight span.name{
	float:left;
	padding-left:20px;
	padding-top:2px;
	background:url(../images/icon_dot_02.gif) no-repeat 0px 0px;
}
.titleRight span.tab{
	float:left;
	padding-left:0px;
	margin-top:-2px;
}
.titleRight span.more{
	float:right;
	padding-right:12px;
	padding-top:2px;
}
.rightBg{
	margin:0;
	padding:0;
	background:url(../images/bg_cont_right.gif) repeat-y;
}
.tab a{
	display:block;
	float:left;
	width:92px;
	text-align:center;
	height:21px;
	padding-top:7px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
.tab a:link{color:#fff;}
.tab a:visited{color:#fff;}
.tab a:hover{color:#fff;}
.tab a:active{color:#fff;}
.tab a.hover{
	color:#e84f0c;
	display:block;
	float:left;
	background:url(../images/bg_tab.gif) no-repeat;
	width:92px;
	text-align:center;
	height:21px;
	padding-top:7px;
	color:#e84f0c;
	text-decoration:none;	
}
.tab a.hover:link{color:#e84f0c;}
.tab a.hover:visited{color:#e84f0c;}
.tab a.hover:hover{color:#e84f0c;}
.tab a.hover:active{color:#e84f0c;}
.contRight .bottom{
	clear:both;
	margin:0;
	padding:0;
	font-size:1px;
	width:622px;
	height:10px;
	background:url(../images/bg_right_under.gif) no-repeat;
}
.news{
	clear:both;
	width:592px;
	height:150px;
	padding:6px 8px 10px;
	margin-bottom:0;/*ff,ie8*/
	*margin-bottom:18px;/*ie7*/
	_margin-bottom:10px;/*ie6*/
}
.newspic{
	border:0;
	display:block;
	float:left;
}
.news ul{
	font-size:12px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	margin-left:10px;
}
.news ul li{
	width:230px;
	clear:both;
	height:24px;
	line-height:24px;
	background:url(../images/icon_dot_03.gif) no-repeat 0px 7px;
	padding-left:15px;
	border-bottom:1px dashed #999;
	word-break:keep-all;
	text-overflow:ellipsis;
	overflow:hidden;
}
.news ul li a{
	text-decoration:none;
	color:#333;
}
.news ul li a:link{
	color:#333;
}
.news ul li a:visited{
	color:#333;
}
.news ul li a:hover{
	text-decoration:underline;
	color:#e84f0c;
}
.news ul li a:active{
	color:#333;
}
/*信息动态列表*/
.newslist{
	clear:both;
	width:592px;
	padding:6px 8px 10px;
}
.newslist ul{
	font-size:12px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	margin-left:10px;
}
.newslist ul li{
	margin-left:5px;
	float:left;
	width:270px;
	height:24px;
	line-height:24px;
	background:url(../images/icon_dot_03.gif) no-repeat 0px 7px;
	padding-left:15px;
	border-bottom:0px dashed #999;
	word-break:keep-all;
	text-overflow:ellipsis;
	overflow:hidden;
}
.newslist ul li a{
	text-decoration:none;
	color:#333;
}
.newslist ul li a:link{
	color:#333;
}
.newslist ul li a:visited{
	color:#333;
}
.newslist ul li a:hover{
	text-decoration:underline;
	color:#e84f0c;
}
.newslist ul li a:active{
	color:#333;
}
.newsInfo{
	padding:8px;
}
.newsInfo h5.headline{
	margin:0;
	padding:0;
	font-size:14px;
	color:#E74F0D;
	text-align:center;
	margin-top:5px;
	padding-bottom:5px;
}
.newsInfo h6.subhead{
	margin:0;
	padding:0;
	font-size:12px;
	color:#444;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
	font-weight:normal;
}
.newsInfo .newsCont{
	margin:0;
	padding:0;
	font-size:12px;
	color:#444;
	/*text-indent:2em;*/
	line-height:1.5em;
}
.newsInfo .newsCont p{
	margin:0;
	padding:0;
	margin-top:0.5em;
}
/*图书展示*/
.bookView{
	padding:3px 8px;
	height:220px;
}
.book{
	float:left;
	width:202px;
	height:90px;
	margin:5px 0px;
}
.book .bookpic{
	display:block;
	float:left;
	width:70px;
	height:97px;
}
.book dl{
	float:left;
	font-size:12px;
	margin:0;
	padding:0;
	padding-left:8px;
}
.book dl dt{
	width:120px;
	clear:both;
	font-weight:bold;
	line-height:20px;
}
.book dl dd{
	color:#333;
	line-height:1.6em;
}
.book dl dt a{
	text-decoration:none;
	color:#2f78dc;
}
.book dl dt a:link{
	color:#2f78dc;
}
.book dl dt a:visited{
	color:#2f78dc;
}
.book dl dt a:hover{
	text-decoration:underline;
	color:#e84f0c;
}
.book dl dt a:active{
	color:#323841;
}
.download
{
   

	margin-top:-10px;
	padding:0px 1px 8px;
	margin-bottom:8px;/*ff*/
    margin-bottom:/*\**/-6px\9; /*IE8*/
	*margin-bottom:0px;/*ie7*/
	_margin-bottom:-5px;/*ie6*/
}
/*下载列表*/
.dataTab
{
    background-color:#40ade4;
	clear:both;
	font-size:12px;
	width:99.5%;
	margin:0;
	padding:0px;
	border:0;
	margin-left:2px;
	margin-bottom:6px;
}
.dataTab td{
	background-color:#ffffff;
	padding:5px 3px;
	padding:/*\**/4px\9; /*IE8*/
	*padding:5px 3px;
	_padding:6px 3px;
	text-align:center;
}
tr.alt td {
        background:#ecf5fa;  /*这行将给所有的tr加上背景色*/
}

tr.over td {
        background:#dceefd;  /*这个将是鼠标高亮行的背景色*/
}
tr.thstyle td{
	text-align:center;
	background-color:#dff4ff;
	font-weight:bold;
	color:#1267c2;
	padding:4px 3px;
	_padding:6px 3px;
}
.dataTab a:link{
	color:#05377c;
	text-decoration:none;
}
.dataTab a:visited{
	color:#05377c;
	text-decoration:none;
}
.dataTab a:hover{
	text-decoration:underline;
	color:#e84f0c;
}
.dataTab a:active{
	color:#05377c;
	text-decoration:none;
}
/*页签切换*/
.tabSwitch{
	clear:both;
	background-color:#bbe3f9;
	margin:0;
	padding:0;
	height:38px;
}
.tabSwitch li{
	font-size:12px;
	float:left;
	list-style:none;
	padding-top:15px;
	padding-left:3px;
}
.tabSwitch li a{
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	background:url(../images/bg_tab_normal.gif) no-repeat;
	width:73px;
	text-align:center;
	height:18px;
	padding-top:5px;
	color:#fff;
	text-decoration:none;
}
.tabSwitch li a:link{color:#fff;}
.tabSwitch li a:visited{color:#fff;}
.tabSwitch li a:hover{color:#fff;}
.tabSwitch li a:active{color:#fff;}
.tabSwitch li a.hover{
	float:left;
	display:block;
	float:left;
	background:url(../images/bg_tab_current.gif) no-repeat;
	width:73px;
	text-align:center;
	height:18px;
	padding-top:5px;
	color:#e84f0c;
	text-decoration:none;
}
.tabSwitch li a.hover:link{color:#e84f0c;}
.tabSwitch li a.hover:visited{color:#e84f0c;}
.tabSwitch li a.hover:hover{color:#e84f0c;}
.tabSwitch li a.hover:active{color:#e84f0c;}
/*友情链接样式*/
.friendlink{
	width:100%;
	margin:8px 0px;
	padding:0;
}
.friendlink h5{
	clear:both;
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-size:14px;
	color:#333;
	height:22px;
	background:url(../images/icon_dot_04.gif) no-repeat 0px 5px;
	padding-left:20px;
	padding-top:6px;
	margin-left:10px;
	margin-top:4px;
	margin-bottom:5px;
}
.friendlink ul{
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
}
.friendlink ul li{
	padding:0;
	margin:0;
	display:inline;
}
.friendlink ul li img{
	width:138px;
	height:50px;
	border:1px solid #ccc;
}
/*版权信息样式*/
.copyright{
	border-top:2px solid #129ace;
	clear:both;
	margin:0;
	padding:0;
}
.copyright ul{
	text-align:center;
	list-style:none;
	padding-top:10px;
}
.copyright ul li{
	font-size:12px;
	color:#858585;
	line-height:2em;
}
/*详细页样式*/
.bookInfo{
	padding:8px;
}
.bookPic{
	font-size:12px;
	float:left;
	width:200px;
	text-align:center;
	list-style:none;
}
.bookPic li{
	padding:5px 0px;
}
.bookSmall{
	border:0;
	width:140px;
	height:194px;
}
.bookPic a:link{color:#777;text-decoration:none;}
.bookPic a:visited{color:#777;text-decoration:none;}
.bookPic a:hover{color:#777;}
.bookPic a:active{color:#777;}
.bookAttr{
	float:left;
	width:400px;
}
.bookAttr h5{
	font-size:14px;
	margin:0 0 8px;
	padding:0;
	color:#F60;
}
.bookAttr ul{
	font-size:12px;
	margin:0;
	padding:0;
	list-style:none;
}
.bookAttr ul li{
	line-height:1.8em;
}
.bookDetailed{
	font-size:12px;
	clear:both;
	width:610px;
	border-top:1px solid #ccc;
	padding-top:8px;
}
.bookDetailed dt{
	color:#C60;
	font-weight:bold;
	line-height:2em;
}
.bookDetailed dd{
	color:#444;
	line-height:2em;
}
/*当前位置*/
.explain{
	font-family:"宋体";
	text-align:left;
	font-size:12px;
	padding-left:6px;
	margin-bottom:10px;
}
.explain a{text-decoration:none;}
.explain em{
	font-style:normal;
	color:#F60;
}
/*表格布局样式方法*/
.searchList{
	width:240px;
	margin-left:8px;
	font-size:12px;
}
.searchList tr{
	height:25px;
	padding:2px 0px 1px;
	_padding:2px 0px 3px;
}
.searchList td.left{
	vertical-align:middle;
	font-size:12px;
	width:65px;
	font-weight:normal;
	text-align:right;
}
.searchList td.right{
	text-align:left;
	padding-left:2px;
	vertical-align:middle;
	font-size:12px;
	font-weight:normal;
}
.searchList td.timer{
	padding-left:82px;
}
.searchList input.time{
	width:90px;
	height:16px;
	border:1px solid #b4d7e9;
}
.searchList select,.searchList input,.searchList img{
	vertical-align:middle;
}
td.btnlayout{
	padding-top:5px;
	height:30px;
}
.layout620{
	width:620px;
}
/*图书列表*/
.booklist{
	margin-top:-10px;
	padding:0px 0px 8px;
}
/*翻页样式*/
.page{
	clear:both;
	width:95%;
	margin:8px auto;
	font-size:12px;
	color:#444;
}
.page em{
	font-style:normal;
	font-weight:bold;
	color:#BF2222;
}
.pageNumber{
	width:20px;
	border:1px solid #ccc;
}
.buttonGo{
	color:#444;
	background:#fff url(../images/bg_go.gif) repeat-x;
	width:49px;
	height:21px;
	line-height:19px;
	border:1px solid #ccc;
}
/*菜单class*/ 
.menubox { 
	background-color:#BBE3F9;
	height:23px; 
	margin:0px; 
	padding:0px;
	padding-top:12px;
	padding-top:/*\**/14px\9; /*IE8*/
	*padding-top:16px;
	_padding-top:14px;
	list-style:none;
} 
.menubox li{ 
	font-size:12px;
	float:left; 
	display:block; 
	cursor:pointer; 
	width:73px;
	height:23px;
	line-height:23px;
	margin-left:3px;
	text-align:center; 
	color:#fff; 
	font-weight:bold; 
	background: url(../images/bg_tab_normal.gif) no-repeat 0px 0px;
} 
.menubox li.hover{
	padding:0px;
	width:73px;
	height:23px;
	line-height:23px;
	color:#F60;
	font-weight:bold;
	background: url(../images/bg_tab_current.gif) no-repeat 0px 0px;
} 