﻿
body {
            background: #fff;
            color: #505050;
            font: 14px 'Segoe UI', tahoma, arial, helvetica, sans-serif;
            margin: 20px;
            padding: 0;
        }

        #header {
            background: #efefef;
            padding: 0;
        }

        h1 {
            font-size: 48px;
            font-weight: normal;
            margin: 0;
            padding: 0 30px;
            line-height: 150px;
        }

        p {
            font-size: 20px;
            color: #fff;
            background: #969696;
            padding: 0 30px;
            line-height: 50px;
        }

        #main {
            padding: 5px 30px;
        }

        .section {
            ！--width: 18%;
            float: left;
            margin: 0 0 0 4%;
        }

            .section h2 {
                font-size: 13px;
                text-transform: uppercase;
                margin: 0;
                border-bottom: 1px solid silver;
                !--padding-bottom: 12px;
                margin-bottom: 8px;
            }

            .section.first {
                margin-left: 0;
            }

                .section.first h2 {
                    font-size: 24px;
                    text-transform: uppercase;
                    margin-bottom: 25px;
                    border: none;
                }

                .section.first li {
                    border-top: 1px solid silver;
                    padding: 8px 0;
                }

            .section.last {
                margin-right: 0;
            }

		.article{
			--width: 70%;
            float: left;
            margin: 0 0 0 4%;
			padding-bottom: 30px;
			padding-left: 50px;
		}
		
		.article h2 {
				font:"alike-angular"
                font-size: 16px;
                !--text-transform: uppercase;
                margin: 0;
                border-bottom: 1px solid silver;
                padding-bottom: 12px;				
                margin-bottom: 8px;
            }
		
		
        ul {
            list-style: none;
            padding: 0;
            margin: 0;
            line-height: 20px;
        }

        li {
            padding: 4px 0;
        }

        a {
            color: #267cb2;
            text-decoration: none;
        }

            a:hover {
                text-decoration: underline;
            }


#footer{
	padding-left: 5px;	
	--border-bottom: 1px solid silver;
   font-size: 16px;
   font-weight: normal;
   margin-bottom: 1px;
   margin-left: 1px;
   line-height: 20px;
	
}
.foot{
			--width: 70%;
            float: left;
            margin: 0 0 0 0;
			padding-bottom: 5px;
			padding-left: 5px;
		}
.line{
	width: 100%;
            float: left;
            margin: 0 0 0 0;
			padding-bottom: 5px;
			padding-left: 5px;
	border-bottom: 1px solid silver;
}


#tab-header {

background-color:#969696;
	
height: 50px;

text-align: center;

position: relative;
	
color: #fff;
	
align:center;

}
		
#tab-header ul {

width: 500px;

position: relative;

left: -1px;

}

#tab-header ul li {

float: left;

width: 110px;

height: 50px;

line-height: 50px;

padding: 0 1px;

--border-bottom: 1px solid #dddddd;

}

#tab-header ul li.selected {

background-color: #000080;

font-weight: bolder;

border-bottom: 0;

border-left: 1px solid #dddddd;

border-right: 1px solid #dddddd;

padding: 0;

color: #FFFFFF;

}

#tab-header a:link{ color:#fff/*颜色自定义*/; font-size:18px;} /* 未访问的链接 */
#tab-header a:visited{color:#fff/*颜色自定义*/} /* 已访问的链接 */
#tab-header a:hover{ color:blue/*颜色自定义*/}/* 鼠标在链接上 */
#tab-header a:active{ color:#fff/*颜色自定义*/}/* 点击激活链接 */ 

