@charset "utf-8";
.g-list-nav{
    background: url("../../images/gxjk.files/team-banner.png") top center no-repeat;
}
/* 人才招聘 */
.g-3th{
    padding: 47px 170px 18px 95px;
    align-items: flex-start;
}
.g-3th .g-lt{
    width: 200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 135px;
}
.g-3th .g-lt p:first-child{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 42px;
}
.g-3th .g-lt p:nth-child(2){
    line-height: 36px;
    font-size: 18px;
    color: #c9c9c9;
}
.g-3th .g-lt p:nth-child(3){
    line-height: 80px;
    font-size: 14px;
    color: #033333;
    position: relative;
}
.g-3th .g-lt p:nth-child(3)::before{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #e54100;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-30px);
}
.g-3th .g-rt{
    width: 750px;
    height: auto;
}
.g-3th .g-rt img{
    width: 100%;
    height: auto;
}
.g-3th .g-rt .g-rt-sb{
    padding: 30px 10px;
    color: #555;
    line-height: 30px;
    text-indent: 2em;
    border-bottom: 1px solid #eee;
}
.g-3th .g-rt>p{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    line-height: 70px;
    text-align: right;
}
/* 学习培训 */
/* 员工风采 */
.g-6th{
    padding: 0 42px;
    position: relative;
}
.g-6th .m-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.g-6th .m-list li{
    width: 580px;
    height: auto;
    padding: 35px 0;
}
.g-6th .m-list li a>img{
    width: 220px;
    height: 166px;
    margin-left: 21px;
}
.g-6th .m-list li a .g-info{
    width: 952px;
    font-size: 18px;
    color: #333;
    line-height: 56px;
}
.g-6th .m-list li a .g-info p:nth-of-type(2){
    font-size: 14px;
    line-height: 26px;
    color: #979797;
}
.g-6th .m-list li a .g-info .info-date{
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #6e6e6e;
    display: flex;
    align-items: center;
}
.g-6th .m-list li a .g-info .info-date img{
    margin-right: 8px;
}
/* 信访交流 */
.g-7th{
    display: flex;
}
.g-7th .g-lt{
    width: 475px;
    height: 855px;
    border-right: 1px solid #eee;
    background: url(../../images/gxjk.files/team2.png) bottom center no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.g-7th .g-lt form{
    width: 360px;
    height: auto;
}
.g-7th .m-tnm{
    line-height: 116px;
    color: #333;
    font-size: 24px;
}
.g-7th .m-label{
    font-size: 18px;
    color: #555;
}
.g-7th .g-lt .m-input{
    display: flex;
    height: 36px;
    align-items: center;
    margin-bottom: 20px;
}
.g-7th .g-lt .m-input input{
    width: 270px;
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
    font-size: 14px;
    border: none;
    outline: none;
    padding-left: 25px;
    margin-left: 15px;
}
.g-7th .g-lt button{
    display: block;
    width: 108px;
    height: 38px;
    margin: 45px auto;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 19px;
    background: #4770c1;
    color: #fff;
    font-size: 18px;
}
.g-7th .g-rt{
    flex: 1;
    display: flex;
    justify-content: center;
}
.g-7th .g-rt form{
    width: 705px;
}
.g-7th .g-rt .m-input{
    display: flex;
    height: 36px;
    align-items: center;
    margin-bottom: 20px;
}
.g-7th .g-rt .m-input input{
    width: 270px;
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
    font-size: 14px;
    border: none;
    outline: none;
    padding-left: 25px;
    margin-left: 15px;
}
.g-7th .g-rt .m-input textarea{
    width: 615px;
    height: 260px;
    padding: 10px 25px;
    line-height: 32px;
    background: #f5f5f5;
    font-size: 14px;
    border: none;
    outline: none;
    padding-left: 25px;
    margin-left: 15px;
}
.g-7th .g-rt .m-input input::-webkit-input-placeholder,
.g-7th .g-rt .m-input textarea::-webkit-input-placeholder{
    color: #999;
}
.g-7th .g-rt .m-input:nth-of-type(1) input{
    width: 615px;
}
.g-7th .g-rt .m-input:nth-of-type(5){
    height: auto;
    align-items: flex-start;
}
.g-7th .g-rt .m-input:nth-of-type(6) input{
    background: #fff;
    border: 1px dashed #ccc;
    height: 28px;
    width: 182px;
    line-height: 28px;
    padding-left: 10px;
}
.g-7th .g-rt .m-input:nth-of-type(6) span:last-child{
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
.g-7th .g-rt .g-rt-btn{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.g-7th .g-rt .g-rt-btn input{
    margin: 0 13px;
    width: 125px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 19px;
    color: #555;
    cursor: pointer;
}
.g-7th .g-rt .g-rt-btn #btnOK{
    background: #4770c1;
    color: #fff;
}