@charset "UTF-8";

.li-story a{
    border-bottom:1px solid #000;
}

/* 中间文字部分 */
.story{
    width: 1203px;
    padding-top: 129px;
    margin: 0 auto;
    min-height: 950px;
    border-bottom: solid #ccc 2px;
    margin-bottom: 58px;
}
.caption{
    font-size: 36px;
    line-height: 39px;
    font-family: SourceHanSansSC-Bold;
    letter-spacing: 3px;
	color: #666666;
    font-weight: bold;
    padding-bottom: 34px;
}
.story-content{
    width: 1200px;
    margin: 0 auto;
    font-family: SourceHanSansSC-ExtraLight;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 2px;
	color: #555555;
    font-weight: 100;
    padding-bottom: 120px;
}
.line{
    background: url(../images/line.png);
    height: 1px;
    margin: 20px 0;
}
