@charset "UTF-8";
/**
 * 		国际招标-网站地区 样式文件
 * @authors xiaorongmiao@ebnew.com
 * @date    2017-09-15 10:32:03
 * @version $Id$
 */

/* 导航样式 */
#navigator.span-all{
	background: #a5182c;
}

/* 网站地区内容部分样式 start */
.container-section{
	font-family: Arial,"微软雅黑";
}

.content-title{
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	border-bottom:2px solid #307fca;
}
.content-title span{
	font-size: 30px;
	font-weight: bold;
	font: bold 20px/47.12px "微软雅黑";
	color: #444;
	padding-left: 30px;
}
.content-detail dl dt{
	height: 44px;
	line-height: 44px;
	background: #f2f2f2;
}
.content-detail dl dt span{
	padding-left: 30px;
	font-size:16px;
	font-weight: bold;
	font-family: "宋体";
}
.content-detail dl dd a{
	display: inline-block;
	height: 56px;
	line-height: 56px;
	color:#444;
	padding-left:40px;
}
.content-detail dl dd a:hover{
	color: #467df5;
}
/* 网站地区内容部分样式 end */