
.content{
    width: 1100px;
    height: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
}
.left{
	width: 125px;
	height: 100%;
}
.left li a{
    display: block;
    line-height: 35px;
    margin-top: 30px;
    text-align: center;
    background: #dedede;
    color: #000;
    font-size: 18px;
    letter-spacing: 5px;
    cursor: pointer;
    border-radius: 5px;
}
.content .active{
    width: 100%;
    height: 100%;
    display: block;
	background: #D91F29!important;
	color: #fff!important;
}
.content .right{
	width: 940px;
    margin-top: 20px;
    padding-left: 35px;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
}
.content .right .info{
	width: 80%;
	height: 100%;
	display: none;
}
.f20{
	font-size: 20px;
	font-weight: bold;
}
.f16{
	font-size: 16px;
	font-weight: bold;
}
.pic{
    width: 100%;
    margin: 20px 0;
    background: #e0e0e0;
}
.oneP{
	text-indent: 25px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    padding-top: 10px;
}
.twoP{
	font-size: 14px;
    color: #333;
    line-height: 25px;
    margin-bottom: 20px;
}
.adress{
	clear: both;
	width: 100%;
}
.pl20{
	padding-left: 20px;
}
.borderB{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
    box-sizing: border-box;
}
.ysTitle{
    padding: 20px 0 0;
    color: #333;
    font-weight: bold;
}
.paragraph{
    margin-top: 10px;
	line-height: 25px;
	color: #333;
	font-size:14px;
	text-indent: 30px;
}
.info ul{
	list-style: disc;
	padding-left: 35px;
	box-sizing: border-box;
}
.info ul li{
    padding-top: 20px;
	color: #333;
}
.show{
    display: block;
}