/*布局*/

#home{
	width:90%;
}
#mainContent{
    width: calc(100% - 280px);
}

/*布局*/
/*显示*/

body{
    background: #b3ddf5;
    font-size: 14px;
}

#Header1_HeaderTitle{
	font-size: 41px !important;
    text-shadow: 3px 3px 20px #b4bd2e !important;
    color: #486f5f !important;
}

#main,
#mainContent{
	background: rgba(0,0,0,0);
}

#navigator{
    background-color: #265441;
    box-shadow: 0 0 20px 5px #cad073;
}


.postTitle{
    border-left: 5px solid #4aa57f;
}

.postTitle a:hover{
    color: #265441;
}
input.btn_my_zzk{
	background: #265441;
	color: #fff;
	border: 0;
	border-radius: 5px;
	line-height: 22px;
	width: 6em;
}

.input_my_zzk{
	border: none;
	background: transparent;
	border-bottom: 1px solid #265441;
}
/*显示*/