@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
body {
  font-family: 'Microsoft yahei','微软雅黑',Tahoma,Verdana,Arial,sans-serif;
}
		
.section {
  width: 960px;
} 
		
.section-20 {
  margin-top: 0;
  margin-bottom: 30px;
}
.section-20 .unit {
  background-color: #254c50;
}
.section-20 .mod-list {
  padding: 30px 40px;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}
.section-20 .mod-list li a {
  color: #fff;
}
.section-20 .mod-list li a:hover {
  color: #bc0000;
}
		
		
.section-21 .mod-tile {
  width: 126px;
  margin: 0 5px 30px;
}
.section-21 .mod-tile .media {
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #dedede;
  overflow: hidden;
}
.section-21 .mod-tile .media img {
  width: 116px;
  height: 116px;		  
}
.section-21 .mod-tile .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.section-21 .vote {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 10px auto 0;
  text-align: center;
  font-size: 14px;
  background-color: #254c50;
  color: #fff;
  width: 75%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.section-21 .vote > label { 
  padding-left: 10px;
}
.section-21 .sub { 
  width:500px;
  margin:0px auto;
  overflow:hidden;
}
.section-21 .sub p {
  width:250px;
  padding:20px 0px;
  text-align:center;
}
 .section-21 .sub .btn {
  width: 145px;
  height: 35px;
  font-size: 16px;
  background-color: #f60;
  border: 0;
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding-bottom: 4px;
  padding-left: 10px;
  letter-spacing: 10px;
}