@charset "utf-8";

body {
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
    color: #555;
}

p,
ul,
ol,
li,
form,
img,
dl,
dt,
dd,
em,
i {
    margin: 0;
    margin: 0;
    border: 0;
    list-style: none;
}

input,
select,
textarea {
    outline: none;
    border: none;
    font-family: "微软雅黑";
}

img {
    border: none;
    max-width: 100%;
    display: block;
    width: 100%;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
}

a {
    color: #7b7b7b;
    text-decoration: none;
    font-family: "微软雅黑";
}

a {
    color: #3e0078;
    text-decoration: none;
    outline: none;
}

em {
    font-style: normal;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.banner {
    width: 100%;
    height: 164px;
    background-image: url("../images/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 4.27%;
}

.bannerText {
    width: 60%;
    display: flex;
    flex-flow: column nowrap;
}


.manImgSet {
    width: 100%;
    height: auto;
}

.bannerImg {
    width: 40%;
    height: 110%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    /*border-radius: 50%;*/
    overflow: hidden;
}

.bannerName {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.name {
    height: 18px;
    font-family: "PingFangSC-Medium", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    margin-right: 16px;
}

.status1 {
    display: flex;
    flex-flow: row nowrap;
    padding:5px;
    border-radius: 2px;
    border: 0.5px solid #d1d6db;
    font-family: "PingFangSC-Regular", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #8d98a3;
    line-height: 11px;
    justify-content: center;
    align-items: center;
}

.indText2 {
    width: 100%;
    height: 12px;
    font-size: 12px;
    font-family: "PingFangSC-Regular", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #8d98a3;
    line-height: 12px;
   margin-top:10px;
}

.chenghao {
	font-size: 12px;
  	line-height: 20px;
  	margin: 5px 0;
  	color: #666666;
    margin-top:10px;
}

.btnFlex {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 12%;
}

.btnY {
  	display: flex;
  	justify-content:center;
  	align-items: center;
    width: 59px;
    border-radius: 4px;
    border: 0.5px solid #fd942b;
  padding:5px;
    background-color: #ffffff;
    margin-right: 16px;
}

.btnY span {
    width: 26px;
    height: 13px;
    font-size: 13px;
    font-family: "PingFangSC-Regular", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #fd942b;
  
    line-height: 13px;
}

.btnB {
    display: flex;
  	justify-content:center;
  	align-items: center;
    width: 59px;
    border-radius: 4px;
    border: 0.5px solid #008fd7;
    background-color: #ffffff;
    padding:5px;
}

.btnB span {
    width: 26px;
    height: 13px;
    font-size: 13px;
    font-family: "PingFangSC-Regular", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #008fd7;
    line-height: 13px;
}

.work {
    padding: 8px 4.27% 0 4.27%;
}

.title {
    position: relative;
}

.titleText {
    width: 67px;
    height: 16px;
    font-size: 16px;
    font-family: "PingFangSC-Regular", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.titleText::after {
    content: "";
    width: 38px;
    height: 10px;
    background-color: #c4ebff;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: -1;
    border-radius: 6.25px;
}

.workPset {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    margin-top: 13px;
    background-color: #fbfbfb;
}

.borderBottom {
    padding-bottom: 15px;
    border-bottom:  0.5px solid #ececec;
}

.workPset p {
    font-size: 14px;
    font-family: "PingFangSC-Regular", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

.goodJob {
    display: flex;
    flex-flow: column nowrap;
    padding: 15px 4.27% 0 4.27%;
}

.goodJobText {
    margin-top: 10px;
}
.goodJobUnderLine {
    padding-bottom: 15px;
    border-bottom: 0.5px solid #ececec;
}

.open {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.open span {
    width: 24px;
    height: 12px;
    font-size: 12px;
    font-family: "PingFangSC-Regular", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #008fd7;
    line-height: 12px;
}

.swichSet {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 4.5px;
}


.hideText {
    height: 40px;
    transition: all 0.2s ease-in;
    font-size: 14px;
    font-family: "PingFangSC-Regular", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    background-color: #fbfbfb;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.goodJobText .showText {
    height: 100px;
    transition: height 0.2s ease-in;
    font-size: 14px;
    font-family: "PingFangSC-Regular", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    display: block;
    overflow: hidden;
    background-color: #fbfbfb;
}

.itaText .showText {
    height: 250px;
    transition: height 0.2s ease-in;
    font-size: 14px;
    font-family: "PingFangSC-Regular", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    display: block;
    overflow: hidden;
    background-color: #fbfbfb;
}

.arrRotate {
    height: 12px;
    width: 12px;
    transform: rotate(180deg);
    transition: all 0.2s linear;
}

.arrRotateR {
    height: 12px;
    width: 12px;
    transform: rotate(360deg);
    transition: all 0.2s linear;
}

.arrDown {
    height: 14px;
    width: 14px;
}

.ita {
    display: flex;
    flex-flow: column nowrap;
    padding: 15px 4.27% 0 4.27%;
}

.itaText {
    margin-top: 4.5px;
    overflow: hidden;
}

.showText3{
   font-size: 14px;
    font-family: "PingFangSC-Regular", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    background-color: #fbfbfb;
}

.showText5,.showText8{
    font-size: 14px;
    font-family: "PingFangSC-Regular", "PingFang SC", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    background-color: #fbfbfb;
}

