<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************** banner条样式 ********************/
/**************作用于banner页面***************/
/* banner：定义占据整行的Table，可能包含“标识”、“广告”、“菜单”、“搜索”、“信息通告”、“欢迎信息”、“附加信息”和“系统按钮” */
.logo
{
width:531px;
height:72px;
background: url(../Images/otmdl_1.jpg) no-repeat left ;
}
.bgrepeat
{
width:100%;
background: url(../Images/otmdl_2.jpg) repeat-x;
}
.textbg
{
width:483px;
height:26px;
background: url(../Images/otmdl_3.jpg) no-repeat left ;
}

.textbottombg
{
width:483px;
height:46px;
background: url(../Images/otmdl_4.jpg) no-repeat left ;
}
.bannerLeft
{
	display: none;
}
/** 标识（logo） **/
.bannerLogo {
	display: none;
}
.bannerLogo img {
	width: 1px;
	height: 1px;
}
.bannerMain {
}
.bannerOther {
	width: 210px;
	text-align: right;
}
.bannerRight {
	width: 10px;
}
.info{ 
	height:100%
}
.topMenu {
	text-align: right;
}
.date{
	text-align: right;
	color:#FFFFFF
}
.banner_margin
{
margin-bottom:3px;
	}</pre></body></html>