@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,300,100,500,500italic);

body{
	max-width:800px;
    font-family: 'Roboto', "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
	color:#666;
	font-size: 16px;
	line-height: 25px;
	margin: auto;
	padding: 40px;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	color: #c6c6c6;
	font-weight: normal;
	margin-top: 0px;	
	text-transform: uppercase;
	background-image:url(../css/line.jpg);
	background-repeat:no-repeat;
	padding-bottom:40px;
	background-position:left bottom;
	line-height:50px;
}

h2{
	color:#333;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight:bold;
	margin-top:0px;
}

a{
	color:#007531;
	text-decoration: none;
	}	
	
 a:hover{	
	color:#000;
	}
	
.row{
	width:auto;
	margin:auto;
	overflow:auto;
	display:table;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	}	
	
	

.column{
	text-align:left;
	display:table-cell;
	vertical-align:top;
	}	
/******************************************/	
.smallbiji{
	width:20%;
	padding-right:10px;
	}	
	
.biji_50{
	width:45%;
	padding-right:10px;
	}	
	
.pic img{
	width:100%;
	max-width:200px;
	border:none;}
	
.pic_b img{
	width:100%;	
	border:none;}
	
ul{
	margin-top:-10px;}				

@media only screen and (max-width: 720px) {
body{
	padding: 20px;
}

.column, .smallbiji, .biji_50{
	display:block;
	width:100%;
	}

	
	
}