.three-label ul {
    width: 863px;
    margin: 0 auto;
}
.clearfix::before, .clearfix::after, .clearfix:before, .clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.three-label ul li {
    width: 287px;
    height: 450px;
    background-color: #f5f5f5;
    float: left;
    border: 1px solid #fff;
    text-align: center;
    transition: all ease-in-out .1s;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}
.three-label ul li .b-pb30 {
    padding-bottom: 20px;
}
.three-label ul li img {
    width: 190px;
    margin-top: 10px;
}
.three-label ul li .dd_niy {
    border-bottom: 2px solid #ED1C24;
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
}
.three-label ul li .pdf-info {
    width: 250px;
    margin: 5px auto;
    text-align: center;
    word-break: break-all;
    line-height: 22px;
    transition: all ease-in-out .3s;
    text-align: center;
}
.three-label ul li:hover {
    transform: scale(1.05);
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(23, 93, 161, 0.2);
    z-index: 10;
    transition: all ease-in-out .3s;
    border: 0;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.mthree-label{
	width: 100%;

}
.mthree-label div {
    width: 94%;
    background-color: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    transition: all ease-in-out .1s;
    position: relative;
    z-index: 0;
	box-sizing: border-box;
	margin: 0 3%;
}
.mthree-label .b-pb30 {
    padding-bottom: 20px;
}
.mthree-label img {
    width: 140px;
    margin-top: 10px;
}
.mthree-label .dd_niy {
    border-bottom: 2px solid #ED1C24;
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
}
.mthree-label .pdf-info {
    width: 250px;
    margin: 5px auto;
    text-align: center;
    word-break: break-all;
    line-height: 30px;
    transition: all ease-in-out .3s;
    text-align: center;
}
@media(min-width:761px){
	.mt20auto{
		margin: 20px 0px 0 15px;
    }
   
}
@media(max-width:760px){
	.mt20auto{
		margin: 5px 0px 0 15px !important;
    }
    .pa10{
        padding: 0 15px;
    }
    .pa10 h4{
        line-height: 25px;
    }
    .btn-join{
        width: 120px !important;
        font-size: 16px !important;
        line-height: 50px !important;
        height: 50px !important;
        margin-top: 20px !important;
        
    }
    .guest-info h4{
        margin-top: 0;
    }
    .guest img{
        width: 200px !important;
        margin: 10px auto 0;
        display: block;
    }
}