    .home-page{
         font-family: Microsoft Yahei;     
         color:#333;  
         text-align: center;
     }
     .page-banner{
          margin: 0 auto;
          width: 1280px;
		  min-height: 100px;
     }
     .navigation-bar{
         height:72px;
         margin: 0 auto;
         width: 1100px;
     }
     .navigation-bar .logo{
         width:300px;
         height: 60px;
         border: 0px solid #257aae;
         float:left;        
     }
     .menu-bar{
        float:right;
     }
     .menu-tab{
         float: left;
         margin-left: 40px;
         font-size: 14px;
         line-height: 72px;
         cursor: pointer;
     }
     .menu-tab:hover{
         color: #257aae;
     }
     .section-list{
         width:1180px;        
         overflow: hidden;
         margin: 20px auto;
     }
     .section{
        float:left;    
        width:30%;    
        text-align: left;
     }

		.section h2 {
			font-size: 120%;
		}

	 .section.success{
        margin-left:24px;
     }
     .section.right{
        margin-left:24px;
        width: 60%;
        text-align: left;
        min-height: 45em;
     }
     .section.news{
        margin-left:24px;
     }
     .section-title{
        font-size:16px;
        width:100%;
        height:22px;
     }
     .title-icon{
        width: 3px;
        height: 20px;
        background-color: #0068b7;
        float: left;
        margin-right: 8px;
     }
     .section-body{
        border: 1px solid #e5e5e5;
        width:370px;
        height: 132px;
        margin-top: 10px;
     }
     .section-more{
        color: #fff;
        font-size: 12px;
        width: 44px;
        height: 20px;
        background-color: #fc8a25;
        float: right;
        text-align: center;
        cursor: pointer;
     }
     .section-text{
        font-size: 14px;
        cursor: pointer;
        float:left;
        width:200px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
     }
     .section-text:hover{
        color: #0068b7;
     }
     .section-date{
        font-size: 12px;
        color: #999;
        float:right;
        line-height: 21px;
     }
     .section-body-line{
        padding: 5px  15px;  
        width: 340px;     
        height:22px;
     }
     .img-dot{
        margin-top: 8px;
        float:left;
        margin-right: 10px;
     }
     .introduction{
        width:100%;
        height:220px;
        background: url(../image/bg-gray.png) repeat-x;
        text-align: center;

     }
     .introduction-title{
        font-size: 16px;
        text-align: center;
        padding-top: 20px;
     }
     .introduction-content{
        font-size: 14px;
        width: 800px;
        margin: 10px  auto;
        line-height: 28px;
        color: #333;
     }
     .below-line{
        width: 290px;
        margin: 0 auto;
        height: 10px;
        margin-top: 10px;
     }
     .dashed-line{
        width: 120px;
        height:0px;
        border-top: 1px dashed #999;
        float:left;
     }
     .img-below{
        float:left;
        margin: 0 16px;
     }

     .link-section{
        width:1280px;
        margin: 0 auto;
        text-align: center;
     }
     .link-channel{
        margin-top:20px;
        height: 45px;
     }
     .channel{
/*        border: 1px solid #e5e5e5; */
       width:165px;
       height: 40px;
       float:left;
       margin-right:10px;
       cursor: pointer;
     }
     .channel.one{
        margin-left:30px;
     }
     .bottom-section{
        width:100%;
        height: 72px;
        background: url(../image/bottom-bg.png) repeat-x;
        margin-top:20px;
     }
     .bottom-section-text{
        text-align: center;
        font-size:12px;
        color:#acadaf;      
        padding-top: 12px;
     }
     ul.link-list li {
		border-top: solid 1px #ced0b7;
		padding: 0.75em 0 0 0;
		margin: 0.75em 0 0 0;
}

ul.link-list li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
ul.link-list li a {
		color: #5d93a2;
		text-decoration: none;
}
	h2 {
		text-transform: lowercase;
		font-size: 1.6em;
		letter-spacing: -1px;
		margin-bottom: 1em;
		color: #5d93a2;
	}
		p {
		line-height: 2em;
	}		a {
		text-decoration: none;
}