@charset "utf-8";
/* CSS Document */
#header .hotline{
	position: absolute;
	top: 53%;
	right: 1%;
	background: url(../image/hotline.png) no-repeat left top;
	width: 200px;
	font-size: 18px;
	padding-left: 10%;
	font-weight: bold;
	color:#f00;
	line-height: 39px;
	}
#center-container{ position:relative; z-index:10;}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: 0;
	position: absolute;
	content: "";
	bottom: 25px;
	left: 12px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 12px;
  left: auto;
}
.effect6
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
	content:"";
    position:absolute; 
    z-index:0;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.box_slider{ padding:10px;}
.list_static {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list_static li {
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 0px 5px;
	padding-left: 40px;
	font-size: 16px;
	text-align: left;
}
.post{ position:relative; z-index:10; border:solid 1px #ccc; padding:5px; background:#fff;}
.icon-title{ color:#ff0; font-weight:bold; font-size:14px; text-transform:uppercase;}