
.mgl2{
    margin-left:215px;
}
.mgl3{
    margin-left:160px;
}
.employ_list_title{
    width:100%;height:68px;
    font-size: 22px;
    color:#fff;
    background-color: #103595;
    display: flex;
    align-items: center;
}
.employ_list{
    width:100%;
    height:102px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.employ_title{
    width:300px;
}
.employ_name{
    width:300px;
    margin-left: 10px;
}
.employ_addr{
    width:220px;
}
.employ_num{
    width:100px;
    margin-left: 30px;
}
.employ_details{
    margin-left: 60px;
    width: 135px;
	height: 40px;
	border-radius: 4px;
    border: solid 1px #d2d2d2;
    cursor: pointer;
    background-color: #fff;
}
.employ_title,.employ_name,
.employ_addr,.employ_num{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_main {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

input {
    width: 580px;
    height: 70px;
    box-sizing: border-box;
    padding: 27px 0 28px 47px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    line-height: 9px;
}

input::placeholder {
    font-size: 16px;
    color: #999;

}

input:focus {
    outline: 1px;
   border: 1px solid #0067b4;
    /*box-shadow: 0px 0px 10px #0067b4 inset;*/
}
input:hover{
    cursor: url("/front/www/img/favicon.ico") 16 16,auto;
}


textarea:hover{
    cursor: url("/front/www/img/favicon.ico") 16 16,auto;
}

.submit {
    width: 220px;
    height: 60px;
    border-radius: 10px;
    background-color:#0068b4;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

textarea {
    width: 580px;
    height: 240px;
    box-sizing: border-box;
    padding: 27px 0 28px 47px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    color: #999999;
}

textarea:focus {
    outline: 1px;
    border: 1px solid #0067b4;
    /*box-shadow: 0px 0px 10px #0067b4 inset;*/
}

textarea::placeholder {
    font-size: 16px;
    color: #999;
}