.app_dwMaincon{
    padding-left: 0;
    border-left: none;
    margin-bottom: 50px;
}


.apply_side3{
    text-align: center;
	border-radius: 5px;
    width: 240px;
}
.apply_side3>div{
    width: 100%;
    height: 30px;
	background-color: #fd933c;
    line-height: 30px;
    color:white;
}
.apply_side3 ul{
    background-color: #fff9f4;
}
.apply_side3 ul li{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ffdec2;
    cursor:pointer;
}
.apply_side3 ul li.apply_on,.apply_side3 ul li:hover{
    background-color:#fd933c;
}

.apply_sear >p:first-child{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}
.apply_sear .apply_on{
    color: #fd933c;
}

.apply_sear >div>p:first-child{
    float: left;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;

}
.apply_sear >div>p:last-child{
    float: right;
}
.apply_sear >div>p:first-child>a{
    margin-right: 15px;
}
.apply_sear >div>p>input{
    width: 260px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 3px;
	border: solid 1px #d2d2d2;
}
.apply_sear .apply_sear_btn{
    margin-left: 10px;
    display: inline-block;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #009966;
    border-radius: 5px;
    color: white;
}

.pxdw_Div{
    background:#ebfffc;
    position: relative;
    margin-bottom: 15px;
    
}
.pxdw_Div >div:first-child{
    float: left;
    height: 200px;
    width: 350px;
    position: relative;
}

.pxdw_Div >div:first-child img{

    width: 100%;
    height: 100%;
}

.pxdw_Div >div:first-child >div{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -152px;
    margin-top: -72px;
    width: 305px;
	height: 147px;
	background:rgba(245, 245, 245, 0.25);
  
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-top: 32px;
    line-height: 40px;
    text-align: center;
}


.pxdw_info{
    float: left;
    padding: 25px;

}
.pxdw_Div a{
    position: absolute;
    bottom: 15px;
    right: 60px;
    display: block;
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    background-color: #ffc13b;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;

}
.pxdw_Div .pxdw_info h2{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 25px;
}

.pxdw_Div .pxdw_info p{
    margin-bottom: 5px;
    font-size: 16px;
}
.pxdw_Div .pxdw_info p span{
    margin-right: 35px;
}

.table-box .pxdw_Div:nth-child(2n){
    background: #f9ffdb

}


.apply_sear input{
    width: 400px;
}

.apply_sear .search_icon{
    margin-left: 30px;
}