.g-tab-con{
    width: 10rem;
}
/* 人才招聘 */
.g-1st .m-tnm{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.g-1st .m-tnm span:first-child{
    line-height: .8rem;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    padding: 0;
    margin: 0;
    border: none;
}
.g-1st .m-tnm span:nth-child(2){
    border: none;
    position: relative;
}
.g-1st .m-tnm span:nth-child(2)::after{
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    background: #e54100;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.g-1st .m-tnm p{
    color: #555;
    border: none;
    text-align: center;
    line-height: 1rem;
    font-weight: normal;
    font-size: 24px;
    padding: 0;
}
.g-1st img{
    width: 100%;
    margin: .4rem 0;
}
.g-1st>p{
    line-height: 0.6667rem;
    font-size: 24px;
    color: #555;
    text-indent: 2em;
    text-align: justify;
}
/* 员工风采 */
.m-focus{
    display: flex;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ececec;
}
.m-focus:last-child{
    border: none;
}
.m-focus>img{
    width: 3.6267rem;
    height: 2.7334rem;
    margin-right: .2rem;
}
.m-focus>div{
    width: 5.2rem;
    flex:1;
}
.m-focus>div>p:first-child{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 0.5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m-focus>div>p:nth-child(2){
    font-size: 20px;
    color: #959595;
    line-height: .5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m-focus>div div{
    display: flex;
    height: .7rem;
    align-items: center;
}
.m-focus>div div img{
    margin-right: .15rem;
}
/* 信访交流 */
.g-3th .m-nm{
    height: 1rem;
}
.g-3th .m-input,
.g-3th .m-textarea{
    padding: 0.3334rem 0;
    display: flex;
}
.g-3th .m-input input,
.g-3th .m-textarea textarea{
    flex: 1;
    background: #f5f5f5;
    outline: none;
    border-radius: 4px;
    font-size: 24px;
    padding-left: 1em;
    border: none;
    line-height: 0.8667rem;
}
.g-3th .m-input textarea,
.g-3th .m-textarea textarea{
    flex: 1;
    background: #f5f5f5;
    outline: none;
    border-radius: 4px;
    font-size: 24px;
    padding-left: 1em;
    border: none;
    line-height: 0.8667rem;
}
.g-3th .m-input input{
    height: 0.8667rem;
}
.g-3th span{
    font-size: 26px;
    color: #656565;
    line-height: 0.8667rem;
}
.g-3th .m-nm span{
    font-size: 38px;
    font-weight: bold;
    color: #000;
}
.g-3th .m-nm a{
    color: #e75a21;
    font-size: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.g-3th .m-nm a::before{
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/icon/chaxun-icon.png) top center no-repeat;
    margin-right: .1rem;
}
.g-3th .m-code-input{
    display: flex;
}
.g-3th .m-code-input>div{
    flex: 1;
}
.g-3th .m-code-input div input{
    width: 2.7rem;
    height: 0.5rem;
    font-size: 24px;
    line-height: .5rem;
    border: 1px dashed #d8d8d8;
    padding-left: 1em;
}
.g-3th .m-btn{
    width: 100%;
    height: 2.5334rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.g-3th .m-btn input{
    display: block;
    width: 2.6667rem;
    height: 0.8667rem;
    line-height: 0.8667rem;
    text-align: center;
    border: none;
    border-radius: 0.4334rem;
    background: #ececec;
    color: #878787;
    font-size: 26px;
}
.g-3th .m-btn input:first-child{
    color: #fff;
    background: #e75a21;
}
/* 信件查询 */
.inquir-icon::before{
    background: url(../images/icon/liuyan-icon.png) top center no-repeat !important;
}
.inquir-btn input{
    width: 5.2rem !important;
}

 
