/*
  Update:20230928
/* bodyer
------------------------------------------------*/
#bodyer
{
  background: #fafafa;
  padding: 20px 0;
}
#bodyer #ad
{
  text-align: center;
  margin: 10px 0;
}
#bodyer #title
{
  font-size: 24px;
  color: #567890;
  margin: auto;
  width: 1100px; 
}
#box1st
{
  width: 360px;
  height: 370px;
  padding: 0 10px;
  margin: 0 10px;
  float: right;
  font-size: 16px;
  overflow: hidden;
}
#box2st,#box3st
{
  width: 660px;
  height: 180px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  margin: 0 8px;
  overflow: hidden;
}
#box3st
{
  margin-top: 10px;
}
#box1st li,#box4st li,#box5st li,#box6st li{
  padding: 8px 0px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px dashed #cccccc;
}
#box4st,#box5st
{
  height: 300px;
  padding: 0 10px;
  margin: 20px 10px;
  font-size: 16px;
  overflow: hidden;
}
#box4st
{
  width: 600px;
  float: right;
  margin-top: 10px;
}
#box5st
{
  width: 400px;
}
#box6st
{
  height: 300px;
  padding: 0 10px;
  margin: 0 10px;
  font-size: 16px;
  clear: both;
  overflow: hidden;
}
.titile {
	font-size: 18px;
	font-weight: bold;
	min-width: 280px;
	padding-left: 10px;
	border-left: 8px solid #b9450d;
	height: 23px;
	margin-top: -4px;
	margin-bottom: 6px;
}
/* end
------------------------------------------------*/