﻿/* 首页布局 */
/*********** 公用类 *************/

/*
.left h1, .right h1
{
	background-color: #f6f6f6;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding-left: 25px;
}
.left h1 .tl, .right h1 .tl
{
	position: absolute;
	background: #2B90F5;
	width: 5px;
	height: 30px;
	left: 0;
	top: 0;
}.end
{
	margin-top: 5px;
}
.more
{
	float: right;
}*/



/********* 公用类 ************/
h1 a
{
	display: block;
}
h1 a:hover
{
	display: block;
}
#homeleft, #subleft
{
	width: 200px;
	float: left;
	margin-left: 1px;
	background: #eadcc4;
	border: dashed 1px #BD8C68;
	padding-top: 10px;
}

#homeleft h1, #subleft h1
{
	background: url(images/left_title2.gif) no-repeat 5px;
	height: 27px;
	position: relative;
	margin-bottom: 5px;
	line-height: 27px;
	color: #B40000;
	padding-left: 35px;
}

#homeleft .tl, #subleft .tl
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/ltl.gif) no-repeat;
	height: 27px;
	width: 30px;
}
#homeleft .tr, #subleft .tr
{
	position: absolute;
	top: 0px;
	right: -1px;
	background: url(images/ltr.gif) no-repeat;
	width: 5px;
	height: 27px;
}

#homeleft .box, #subleft .box
{
	padding: 10px;
	margin-bottom: 5px;
}
#homeleft ul, #subleft ul
{
	margin: 0px 5px;
}
#homeleft li, #subleft li
{
	border-bottom: dashed 1px #ddd;
	line-height: 20px;
}

#homeleft .affiche li
{
	list-style-type: circle;
	list-style-position: inside;
}
.more
{
	float: right;
	margin-right: 5px;
}
.more a
{
	color: #fff;
	font-weight: normal;
}

.bs
{
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
}
.bs a
{
}
.bs a:hover
{
	text-decoration: none;
}
.ss
{
	padding: 0 2px;
	margin-bottom: 5px;
	height: 100%;
}

.childsort
{
	float: left;
	width: 60px;
	margin-left: 10px;
	line-height: 25px;
}




#homeright, #subright
{
	float: right;
	width: 640px;
	margin-right: 1px;
	overflow:hidden;
}

#homeright h1, #subright h1
{
	clear: both;
	background: url(images/right_title.gif) repeat-x;
	height: 30px;
	position: relative;
	color: #fff;
	padding-left: 45px;
	line-height: 30px;
	margin-bottom: 3px;
}
#homeright h1 .more
{
	float: right;
	margin-right: 45px;
	line-height: 20px;
}
#homeright h1 .more a
{
	color: #686868;
	font-size: 14px;
}

#homeright h1 .sl
{
	position: absolute;
	top: 0px;
	height: 25px;
	padding-top: 3px;
	background: url(images/rtlr.gif) no-repeat;
	background-position: right 0;
	padding-right: 15px;
}


#homeright .tl
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/rtl.gif) no-repeat;
	height: 25px;
	width: 39px;
}
#homeright .tr
{
	position: absolute;
	top: 0;
	right: -1px;
	background: url(images/rtr.gif) no-repeat;
	width: 40px;
	height: 25px;
}


#homeright .box, #subright .box
{
	padding: 5px;
	margin-bottom: 5px;
	height: 100%;
	padding-left: 22px;
}


.pics
{
	text-align: center;

}
.imgs
{
	border: solid 1px #ccc;
	float: left;
	padding: 3px;
	margin: 5px 0;
	text-align: center;
}
.bc
{
	width: 410px;
	float: left;
}
.boxcontent
{
	padding-left: 5px;
	padding-right: 10px;
	width: 375px;
}
.boxcontent li
{
	border-bottom: dashed 1px #ddd;
	padding:2px 0px 2px 20px;
	background: url(images/new.gif) no-repeat 5px;
}
.boxcontent li a
{
	margin:0 2px;
}
.boxcontent li a img
{
	margin-left:2px;
}

.fileDate
{
	float: right;
}

.picname
{
	text-align: center;
}








#homeleft, #homeright, #subleft, #subright
{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}
@media all and (min-width: 0px)
{
	#homeleft, #homeright, #subleft, #subright
	{
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	#homeleft:before, #homeright:before, #subleft:before, #subright:before
	{
		content: '[DO NOT LEAVE IT IS NOT REAL]';
		display: block;
		background: inherit;
		padding-top: 32767px !important;
		margin-bottom: -32767px !important;
		height: 0;
	}
}
/**/
/**/


/* easy clearing */
#content
{
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
}
#content:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content
{
	display: inline-block;
}
/*\*/
#content
{
	display: block;
}
/* end easy clearing */