@CHARSET "UTF-8";

.about{
    background :url("/img/contest/popsami/about.png") no-repeat;
    margin:auto;
    width:876px;
    font-size:15px;
    line-height: 1.6;
    min-height: 360px;
    padding: 70px 0 0 15px;
    box-sizing: border-box;
}
.about .left{
     width:550px;
}
.about .round{
    background :#f9f6eb
}
    
.little .round{
    background :#f9f6eb;
	margin: 1em auto 2em;
    padding:1px 20px 1px;
    width:600px;
    text-align:center;
}
    
.little .round img{
    border: 4px #fff solid;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
