/* 志愿排名	CSS */
.main_list {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.pm_title {
    width: 450px;
    background: #FFFFFF;
    height: 50px;
	margin: 0 auto;
}
.pm_act {
	background:#DE3827 ;
	color: #FFFFFF;
}
.pm_title li {
	width: 219px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	float: left;
	/*border: 1px solid #DBDADA;*/
}
.pm_title li:hover {
	cursor:pointer;
}
.order01,.order02{
	width: 1200px;
	height: 50px;
	background: #FFFFFF;
	margin-top: 30px;
}
.order01 li,.order02 li {
	float: left;
	font-size: 16px;
	line-height: 50px;
	color: #666666;
}
.order01 li:hover,.order02 li:hover {
	cursor: pointer;
}
.order01 li.zypm_act,.order02 li.zyxhpm_act {
	color:#DE3827;
}
.order01 li:first-child {
	margin-left: 164px;
	background: url(../images/zypm/icon04_s.png) no-repeat;
	padding-left: 30px;
	background-position: 0 15px;
}
.order01 li:nth-child(2) {
	background: url(../images/zypm/icon01.png) no-repeat;
	padding-left: 30px;
	background-position: 0 15px;
	margin-left: 267px;
}
.order01 li:nth-child(3) {
	background: url(../images/zypm/icon02.png) no-repeat;
	padding-left: 30px;
	background-position: 0 15px;
	margin-left: 263px;
}
.order02 li:first-child {
	margin-left: 164px;
	background: url(../images/zypm/icon04_s.png) no-repeat;
	padding-left: 30px;
	background-position: 0 15px;
}
.order02 li:nth-child(2) {
	background: url(../images/zypm/icon01.png) no-repeat;
	padding-left: 30px;
	background-position: 0 15px;
	margin-left: 267px;
}
.order02 li:nth-child(3) {
	background: url(../images/zypm/icon03.png) no-repeat;
	padding-left: 40px;
	background-position: 0 15px;
	margin-left: 263px;
}
.Volunteer_ranking {
	margin-top: 40px;
	width: 1200px;
	background: url(../images/zypm/bg01.png) no-repeat;
}
.Volunteer_ranking li {
	float: left;
}
.Second {
	width: 370px;
	overflow: hidden;
	padding-top: 119px;
}
.Second_img {
	background: url(../images/zypm/icon06.png) no-repeat center center;
	background-size: cover;
	width: 143px;
	height: 194px;
	position: absolute;
	margin: 0 0 0 116px;
}
.Third_img {
	background: url(../images/zypm/icon7.png) no-repeat center center;
	background-size: cover;
	width: 143px;
	height: 193px;
	position: absolute;
	margin: 0 0 0 116px;
}
.Second_head {
	width: 115px;
    height: 115px;
    border-radius: 50%;
    position: relative;
    margin: 67px 0 0 127px;
}
.name {
	font-size: 34px;
	color: #000000;
	text-align: center;
	margin: 40px 0 45px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.mc {
	font-size: 28px;
	color: #666666;
	text-align: center;
}
.Second  .fwsc,.Second .jf,.Second .cjhd {
	margin-left: 75px;
}
.fwsc,.jf,.cjhd {
	font-size: 24px;
	margin-top: 12px;
	color: #666666;
}
.fwsc span,.jf span,.cjhd span {
	color:#000000;
}
.One {
	width: 460px;
	padding-top: 58px;
	overflow: hidden;
}
.One_img {
	background: url(../images/zypm/icon05.png) no-repeat;
	background-size: cover;
	width: 186px;
	height: 242px;
	position: absolute;
	margin: 0 0 0 138px;
}
.One_head {
	width: 157px;
    height: 155px;
    border-radius: 50%;
    position: relative;
    margin: 72px 0 0 152px;
}
.One .fwsc,.One .jf,.One .cjhd {
	margin-left: 99px;
}
.mt50 {
	margin-top: 50px;
}
.tab  {
	margin: 40px 0 0 0;
	width: 1200px;
	padding: 0 0 50px 0;
	border-radius: 5px;
	background: #FFFFFF;
}
.tab ul li {
	border-bottom: 2px solid #FDFFFF;
}
.pm_box {
	width: 1200px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.pm_box p{
	font-size: 22px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.pm_box p.rownum{
	width: 60px;
}
.pm_box p.username{
	width: 150px;
}
.pm_box p.servetime{
	width: 175px;
}
.pm_box p.score{
	width: 125px;
}
.pm_box p.servenum{
	width: 175px;
}
.pm_box p:nth-child(3),.pm_box p:nth-child(4),.pm_box p:nth-child(5) {
	color: #666666;
	font-size: 20px;
}