@CHARSET "UTF-8";
.about{
	margin: 80px 4% 20px 4%;
	
}
.about #title-zh{
	color: #333;
	font-size: 18px;
}
.about #title-en{
	font-size: 14px;
    color: rgba(153,153,153,1);
    text-align: left;
}
.about #company{
	margin-top:20px;
	font-size: 16px;
	color: #333;
}
.about #line{
	width:20px;
	border-bottom: 1px solid #444;
}
.about #img img{
	width:100%;
	margin: 15px 0px;
}
.about #description{
	line-height: 35px;
    font-size: 14px;
    color: rgba(153,153,153,1);
    text-align: left;
    margin-top: 10px;
}
.about #more{
	width: 100%;
}
.about #more a{
	display: inline-block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    border: 1px solid #ddd;
    text-align: center;
    margin-top: 10px;
    color: #666;
}

.periodical_ul{
	
}
.periodical_ul:after{
	content: '';display: block;clear: both;
}
.periodical_ul li:nth-child(2n){
	margin-right: 0px;
}
.periodical_ul li{
	width: 47%; 
	height: 200px;
	overflow: hidden;
	float: left;
	background: #ccc;
	margin-right: 6%;
	border:1px solid #ccc;
	margin-bottom: 10px;
}
















