@charset "utf-8";
/* CSS Document */

#container01{ width:1200px; height:auto; overflow:hidden; margin:0 auto;}

#content{ width:100%; height:auto; overflow:hidden; margin-top:5px;}
.season{width:100%; height:auto; overflow:hidden; }
.springbox{ background:url(../image/springtop.jpg) no-repeat left top;}
.spring_con{ width:100%; height:auto; overflow:hidden; background:url(../image/springmid.jpg) repeat-y; margin-top:70px;}
.season  .article{ width:90%; height:auto; overflow:hidden; margin:0 auto;}
.season  .article p{ text-indent:2em; line-height:26px; margin-top:5px;}
.season   p.article_link{ width:90%; border-top:1px dashed #ccc; line-height:35px; margin:10px auto; text-align:center; }
.season   p.article_link a{ margin-right:100px;}
.spring_foot{ width:100%; height:23px; background:url(../image/springfoot.jpg) no-repeat left bottom;}

.summerbox{ background:url(../image/summertop.jpg) no-repeat left top;}
.summer_con{ width:100%; height:auto; overflow:hidden; background:url(../image/summermid.jpg) repeat-y; margin-top:70px;}
.summer_foot{ width:100%; height:23px; background:url(../image/summerfoot.jpg) no-repeat left bottom;}

.autumnbox{ background:url(../image/autumntop.jpg) no-repeat left top;}
.autumn_con{ width:100%; height:auto; overflow:hidden; background:url(../image/autumnmid.jpg) repeat-y; margin-top:70px;}
.autumn_foot{ width:100%; height:23px; background:url(../image/autumnfoot.jpg) no-repeat left bottom;}

.winterbox{ background:url(../image/wintertop.jpg) no-repeat left top;}
.winter_con{ width:100%; height:auto; overflow:hidden; background:url(../image/wintermid.jpg) repeat-y; margin-top:70px;}
.winter_foot{ width:100%; height:23px; background:url(../image/winterfoot.jpg) no-repeat left bottom;}

/*weblink begin-----------------------------------------------------------*/
#weblink01{ width:980px; height:auto; overflow:hidden; margin:10px auto;}
#weblink01 a{ width:300px; height:100px; float:left; display:inline-block;}
#weblink01 a.mid01{ margin:0 40px;}
/*weblink end-----------------------------------------------------------*/

 #xiaoqiu{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}



