/* your styles go here */

body{
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
p.social a img{
	height: 1.2rem;
    position: relative;
    top: -1px;	
}

p.social a:hover {
  border: solid 1px #999;
}

@media screen and (max-width: 480px){
	.content-column-content h1 {
	    font-size: 2rem;
	}
}

.content-column-content p{
	color:black;
}
.content-column-content .info img{
	max-width: 100%;
}