/*全局*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #000000;
    z-index: 0;}

#top {
    width: 90%;
    height: 300px;
    margin: auto;
    margin-top: 15px;
    
    background-size: cover;}

#nav{
	width: 80%;
	height: 60px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #6495ED;
	border-bottom: 1px solid #6495ED;}

#nav ul{
	width:auto;
	height: auto;
	list-style: none;}

#nav ul li{
	width: auto;
	height: 50px;
	float: left;
	text-align: center;
    padding-top:10px;
    padding-left:35px;}

#nav ul li a {
    width: auto;
    height: 50px;
    color: white;
    background-color: transparent;
    padding: 6px 4px 6px 4px;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s; /* firefox 4 */
    -webkit-transition-duration: 0.3s; /* safari 和 chrome */
    -o-transition-duration: 0.3s;}

#nav ul li a:hover {
    border-bottom: 2px solid #8A8A8A;
    color: white;
    background-color: transparent;
    cursor: pointer;
    padding: 6px 4px 6px 4px;}

.nav_button {
    font-size: medium;
    width: auto;
    height: 35px;
    color: #1874CD;
    background-color: transparent;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s; /* firefox 4 */
    -webkit-transition-duration: 0.5s; /* safari 和 chrome */
    -o-transition-duration: 0.5s;}

.nav_button:hover{
    font-size:medium;
    color:#FF8247;
    background-color:transparent;
    cursor:pointer;}

#container {
    width: 78%;
    min-height: 400px;
    height: auto;
    margin: auto;
    background-color: #F5FFFA;
    border: 2px solid #9FB6CD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom:10px;}

#side_left {
    width: 20%;
    min-height: 400px;
    height: auto;
    float: left;
    /*background-color:#eee685;*/
    padding-top: 4px;
    padding-bottom: 8px;}

.columnTitle {
    width: 70%;
    border-bottom: 1px solid royalblue;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: auto;
    text-align: center;}

.organization_item {
    width: 70%;
    height: 15px;
    border-bottom: 1px solid royalblue;
    padding-top: 8px;
    padding-bottom:8px;
    margin: auto;
    text-align: center;}

.organization_item a{}

.organization_item a:hover{
    color:#EE9572;
    text-decoration:underline;}

.side_left_box {
    width: 94%;
    height: auto;
    border: 2px solid #8DB6CD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 8px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 4px;}

.labelTitle {
    font-size: Medium;
    font-weight: 600;}

.side_left_box_content {
    width: 70%;
    height:auto;
    border-bottom: 1px solid royalblue;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
    text-align: center;}

.pTitle {
    width: 80px;
    height: auto;
    border-bottom: 1px solid #ADD8E6;
    padding-bottom: 10px;
    margin: auto;
    font-size:13px;
    font-weight: 800;
    text-align: center;}

.side_left_box_content p{
    margin-top:8px;
    margin-bottom:8px;}

#main {
    width: 79%;
    min-height: 694px;
    height: auto;
    float: left;
    /*background-color:#eed8ae;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 4px;
    border: 2px solid #8DB6CD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;}

.linkbutton_style {
    color: #104E8B;}

.linkbutton_style:hover{
    cursor:pointer;
    color:#FF4040;}

.clear{
	clear:both;}

#footer {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    background-color: cornflowerblue;}

#footer_content1 {
    width: 230px;
    margin:auto;
    margin-bottom:20px;}

#footer_content1 p{
    color:#E6E6FA;
    font-weight:700;}

#footer_content2 {
    width: 700px;
    margin: auto;}

#footer_content2 p {
    color:#E6E6FA;
    font-weight: 700;}
