@charset "utf-8";
/* CSS Document */

#left_container { float:left; width:400px;}
#left_container p{ font-size:16px; font-weight:bold; font-family: "微软雅黑"; color:#54cbc9;}
#right_container{ float:right; width:350px;}
#left_container img{ width:400px; height:180px;}
#right_container img{ width:150px; height:180px; float:left; margin:0 20px 0 0;}#right_container p{margin-top: 0px; line-height:25px;}
.contentBox b {
  background-color: #54cbc9;
  border-radius: 28px;
  display: block;
  font-family: "微软雅黑";
  font-size: 18px;
  font-weight: bold;
  margin: 40px auto 0 auto;
  padding: 10px;
  text-align: center;
  width: 420px;
}
#right_container a{ #color:#54cbc9;}