.psyTestNav-col{
    padding-right: 2px!important;
}
.psyTestNav{
    width: 100%;
}
.psyTNtitle{
    width: 100%;
    font-size: 15px;
    line-height: 40px;
    padding-left: 10px;
    letter-spacing: 2px;
}
.psyTNtitle span:nth-child(even){
    color: #D4D4D4;
}
.psyTestNav ul li{
    width: 100%;
    overflow: hidden;
    display: inline-block;
    padding: 15px 5px 0px 5px ;
    border: 1px solid #E7E7E7;
    border-radius: 4px 4px ;
    margin-bottom: 5px;
}
.psyTestNav ul li a{
	display:flex;
    justify-content: space-between;
}
.psyTestNav ul li a img{
    width: 50px ;
    height: 30px;
    border-radius: 2px 2px;
}
.psyTestNav ul li a div{
	
     width: 70px;
     flex-grow: 1;
     margin-left: 5px;
}
.psyTestNav ul li a div p:nth-child(1){
	width: 100%;
     font-size: 10px;
     overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
 }
.psyTestNav ul li a div p:nth-child(2){
    font-size: 12px;
    color:#C7C7C7;
    margin-top: 10px;
}
.psyTest_title_p{
    width: 100%;
    font-size: 15px;
    line-height: 40px;
}
.bepsyTesting{
    width: 100%;
    padding: 30px 0 30px 0;
    border: 1px solid #E7E7E7;
    border-radius: 2px 2px;
}
.bepsyTestHead{
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #BEBEBE;
}
.testAspect{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px ;
}
.testRelevant span{
    font-size: 12px;
    color:#C7C7C7;
    line-height: 40px;
    margin-right: 20px;
}
.bepsyTestBody{
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.foreword{
    width: 80%;
    display: inline-block;
    text-align: justify;
    text-indent: 2em;
}
.source{
	font-size: 12px;
    color: #A7A7A7;
	width: 92%;
    display: inline-block;
    text-align: left;
    line-height: 40px;
    padding-left: 10%;
}
.bepsyTestpic{
	width:378px;
	height:302px;
	display: inline-block;
    margin-top: 25px ;
    margin-bottom: 25px;
}
.bepsyTestpic img{
	width:100%;
	height:100%;
}
.bepsyTestBtn{
    color: white;
    padding: 5px 20px 5px 20px ;
    background: #CF004A;
    border-radius: 5px 5px;
    margin-top: 20px;
}
.leavemessage{
    width: 100%;
}
.leavemtitle{
    line-height: 50px;
}
.leavemessage textarea{
    width: 100%;
    border: 1px solid #E7E7E7;
}
.leavebtn{
    color: white;
    padding: 5px 15px 5px 15px ;
    background: #CF004A;
    border-radius: 5px 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.allleavem{
    width: 100%;
    display: inline-block;
}
.allleavem .interestTest{
    line-height: 40px;
    text-indent: 1em;
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
}
.allleavemList{
    width: 100%;
    margin-top: 10px;
    padding: 20px 30px 20px 30px;
    background: #FBFBFB;
}
.allleavemList ul li{
    width: 100%;
    margin-bottom: 20px;
}
.allleavemList ul li img{
    width: 20px ;
    height: 20px ;
    margin-right: 5px;
    border-radius: 50%;
    background: #BDBEC0;
}
.ltime span{
    color:#A7A7A7 ;
    font-size: 12px;
    margin-left: 5px;
}
.hint{
    width: 100%;
    text-align: center!important;
    font-size: 12px;
    color: #A7A7A7;
    line-height: 25px;
    margin-top: 20px;
}
/* //适应手机端760px以下 */
@media screen and (max-width: 760px){
	.row .col-xs-2{
		width:0%;
		display:none;
	}
	.row .col-xs-8{
		width:100%;
	}
	.psyTest_title_p .nav_local{
		width:20px;
		height:25px;
	}
	.allleavem .interestTest{
		line-height:60px;
	}
}