.mt100{margin-top: 100px;}
.mb50{margin-bottom: 50px;}
.pl40{padding-left: 40px;}
.mt15{margin-top: 15px;}
.mb5{margin-bottom: 5px;}
.mb8{margin-bottom: 8px;}
.mb22{
	margin-bottom: 22px;
}
.line-14{line-height: 16px;}
.content{
    padding-left: 160px;
    padding-right: 153px;
    padding-top:100px;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.content>p{
    font-size:30px;
    font-family:STHeitiSC-Light;
    font-weight:300;
    color:rgba(51,51,51,1);
    line-height:31px;
    margin-bottom: 50px;
}

.content>ul{
    border-bottom: 2px solid #DDDDDD;
}

.content>ul li{
    cursor: pointer;
    padding: 12px 18px;
    font-size:16px;
    font-family:STHeitiSC-Light;
    font-weight:300;
    color:rgba(51,51,51,1);
    line-height:16px;
    position: relative;
    bottom: -2px;
}

.content>ul .active{
    color:rgba(247,174,1,1);
    border-bottom: 2px solid #F7AE01;
}
.data{
	width: 75px;
	height: 75px;
	background: #F0F0F0;
	padding-left: 10px;
}
.color-c30{
	color: #F7AE01;
}
.font30{
	font-size: 30px;
	font-family: STHeitiSC-Light;
}
.mt05{
	margin-top: -5px;
}

.width-680{
			width: 560px;
        }
.mobile-img {
    display:none;
}
.pc-style {
    padding-right: 29px;
    border-right: 1px solid #DDDDDD;
    min-height: 414px;
}
.pc-padding {
    padding-bottom: 100px;
}