.backgroundSurveySty{
  display: flex;
  justify-content: center;
  align-items: center;
}
.backgroundSurveySty img{
  width: 100%;
}
.archives{
    width:100%;
    padding:11px 0px 24px 0px;
}
.search{
  padding:20px;
    width:100%;
    position: relative;
    height: 100%;
    background:#fff;
}
.search-search{
    width:350px;
    height:43px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(247,114,95,1);
    border-radius:6px 6px 6px 6px;
    margin-bottom: 32px;
    font-size:0;
}
.search-search input{
    padding-left:5px;
    width:269px;
    border:none;
    height: 40px;
    float:left;

    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-search span{
    display: inline-block;
    width:78px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 41px;
    float: right;
    background:url("../image/search.png");
}
.search-content{
    width:100%;
    height: 80px;
    overflow-y: hidden;
}
.search-content li{
    display: flex;
    justify-content: flex-start;
}
.select-content{
    display: flex;
    width: 950px;
    flex-wrap:wrap;
}

.search-content li .title-item{
    font-size:14px;
    width:100px;

    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
}
.search-content  .item{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    margin-bottom: 23px;
    color:rgba(51,51,51,1);
    display: inline-block;

    width:135px;
}
#search-content span{
    cursor: pointer;
}
.search-content .selected{
    color:#F7725F;

}
.select-item{
    width:86px;
    height:21px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(247,114,95,1);
    border-radius:4px;

    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(48,48,48,1);
    margin-right:10px;
    text-align: center;
    position: relative;
}
.select-item .select{
    color:#fff;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    background:rgba(247,114,95,1);
    border-radius:4px;
    width:24px;
    float: right;
    text-align: center;
}
.select-item ul{
    display: none;
    width:100%;
    background:#fff;
    position: absolute;top:19px;
}
.select-item ul li{
    padding:5px 0px;
    text-align: center;
}
.select-item ul li:hover{
    color:#F77E5F;
}
.search .sousuo{
    height: 72px;
    background-size:72px 72px;
    bottom:-36px;
    width:1200px;
    text-align: center;
    position: absolute;
}
.search .sousuo img{
    width:72px;
    height: 72px;
}
.archives-banner {
    margin:50px 0px;
}
.archives-banner img{
    width:580px;
    height:240px;
    border-radius:10px;
}
.archives-total{
    height:20px;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:22px;
    margin-bottom: 27px;
}
archives-fl{
    width:900px;
    padding:18px 56px;
    box-sizing: border-box;
}

.archives-fr{
    width:270px;
    height: auto;
}
 .archives-rl{
     width:900px;
 }


/*优秀员工*/
.goods-staff .goods-staff-title{
    height:46px;
    background:rgba(247,114,95,1);
    border-radius:10px 10px 0px 0px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height: 46px;
    text-align: center;
}
.goods-staff-list{
    height: 180px;
    padding:20px 0px;
    border-bottom:1px solid  #F2F2F2;
}
.staff-list{
    padding:0px 8px;

    height: 128px;
    display: flex;
    width:100%;
    box-sizing: border-box;
    justify-content: space-between;
}
/*优秀员工头像*/
.goods-staff{
    background:#fff;
}
.staff-list-img{
    position: relative;
    width:120px;
    height: 120px;
    margin-right: 4px;
}
.user-img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.user-head{
    position: absolute;
    top:0px;
    left:0px;
    width:30px;
    height: 30px;
    padding:5px 5px;
    background:rgba(247,114,95,1);
    border-radius: 5px;
}

.indexRecContent{
    margin-top:60px;
}
.z-s-list{
    width:280px;
    height:388px;
    background:rgba(255,255,255,1);
    border-radius:10px;
    margin-right: 20px;
    padding:32px 13px;
    margin-top:30px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.z-s-list:nth-child(3n+3){
    margin-right: 0px;
}
.z-s-list:hover{
    box-shadow:0px 0px 5px #A6A6A6;
}
.z-s-list-img{
    width:200px;
    height:200px;
    margin:15px auto 34px auto;
    border-radius:50%;


}
.z-s-list-icon{
    position: absolute;

    height:30px;
    background:rgba(247,114,95,1);
    border-radius:10px;
    display: inline-block;
    line-height: 30px;
    font-size:12px;
    padding-right:10px;
    font-family:Microsoft YaHei;
    font-weight:400;
    text-align: left;
    color:rgba(255,255,255,1);
    top:10px;
    left: 10px;
}
.z-s-list-icon img{
    float: left;
    display: inline-block;
    width:14px;
    margin-top:8px;
    margin-left:10px;
    margin-right:3px;
    height: 13px;

}
.z-s-list-content{
    width:135px;
    float: left;
    text-align: left;
}
.staff-info-name{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    margin-bottom: 14px;
    color:rgba(247,114,95,1);
}
.staff-info-name span{

    font-size:14px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.staff-info-jingyan{
    font-size:14px;

    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(247,114,95,1);
    padding-left: 18px;
    background:url("../image/icon/user-icon1.png") no-repeat;
    background-position-y:4px;
}
.staff-info-fuwu{
    font-size:14px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(247,114,95,1);
    padding-left: 18px;
    background:url("../image/icon/user-icon2.png") no-repeat;
    background-position-y:4px;
}
.y-s-list-buy{
    width:100px;
    float: right;

}
.y-s-list-buy p{
    font-size:26px;
    font-family:Microsoft YaHei;
    font-weight:400;
    text-align: right;
    color:rgba(51,51,51,1);
}
.y-s-list-buy p span{
    font-size: 12px;
}
.y-s-list-buy a{
    display: inline-block;
    width:80px;
    height:34px;
    background:rgba(247,114,95,1);
    border-radius:10px;
    line-height: 34px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    float: right;
    color:rgba(255,255,255,1);
}
/*优秀员工内容*/
.staff-list-info{
    display: flex;
    flex-direction: column;
    padding:10px 0px 16px 0px;
}
.staff-list-info .staff-info-name{
    font-size:22px;
    font-weight:bold;
    color:rgba(247,114,95,1);
    margin-bottom: 17px;
}
.staff-info-add{
    font-size:14px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.staff-info-jingyan{
    font-size:14px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(247,114,95,1);
    padding-left: 14px;
    background:url("../image/icon/user-icon1.png") no-repeat;
    background-position-y:4px;
}
.staff-info-fuwu{
    font-size:14px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(247,114,95,1);
    padding-left: 14px;
    background:url("../image/icon/user-icon2.png") no-repeat;
    background-position-y:4px;
}

/*详情*/
.details-content{
    background:#fff;
    padding-top:43px;
}
.user-info{
    height: 300px;
    padding:0px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.user-content{

    width:500px;
}
.user-info-head{
    height: 300px;
    width:300px;

}
.user-info-list{
    height: 220px;
}
.user-info-list .staff-info-name{
    font-size:36px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(247,114,95,1);
}
.user-info-list .staff-info-name span{

    height:30px;
    padding:0 10px;
    background-color:rgba(247,114,95,1);
    border-radius:10px;
    display: inline-block;
    line-height: 30px;

    margin-top:-20px;
    color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.user-info-list .staff-info-name span img{
      margin-right:2px;
    width:15px;
    height: 15px;
}
.user-info-list p{
    margin-top:17px;
}
.staff-info-info{
    display: flex;
    justify-content: flex-start;
}
.user-info-list span{

    display: inline-block;
    padding:0 10px;
}
.staff-info-20{
    font-size:20px;
    color:#333;
    font-weight: 400;
}
.staff-info-16{
    font-size:16px;
    color:#999999;
    font-weight: 400;
}
.user-buy{
    width:200px;
    font-size:40px;
    font-family:SourceHanSansCN;
    font-weight:bold;
    height: 220px;
    line-height: 220px;
    color:rgba(51,51,51,1);
}
.user-buy p span{
    font-size:20px;
}
.user-icon-span{
    width:500px;
}
.user-icon-span span{
    padding:0 10px;
    height:28px;
    background:rgba(237,237,237,1);
    border-radius:4px;
    line-height: 28px;
    text-align: center;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(247,114,95,1);
    display: inline-block;
    margin-top:10px;
    margin-right:8px;
}
.user-icon-span span:nth-child(5n+5){
    margin-right: 0px;
}

/*评分*/
.user-score{

    width:600px;
    display: flex;
    justify-content: space-between;
    margin:58px auto;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.user-score-fl .list-staff-score {
    display: flex;
    align-items: center;
    margin-top:24px;

}
.user-score-fl .list-staff-score span{
    font-size:16px;
    font-family:Microsoft YaHei;
    margin-right: 11px;

    font-weight:400;
    color:rgba(102,102,102,1);
}
.user-score-fl .list-staff-score img{
    width:22px;
    margin-left: 3px;
    height: 22px;
}
.user-score-fr{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.user-score-fr .user-score-fr-img{
    width:75px;
    height: 75px;
    margin-right: 21px;
}
.user-zonghe-score p{
    text-align: center;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.user-zonghe-score p img{
    width:22px;
    height: 22px;
    margin-left:3px;
}
.user-log{
    margin:0 auto;
    width:820px;

    overflow: hidden;
    background:rgba(248,248,248,1);
    border-radius:20px;
}
.user-log-content{

    overflow: hidden;
    padding:0 37px;

    width:820px;
}
.user-log-list{
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    border-bottom:1px solid #E6E6E6;
  
}
.user-log-list-time{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    padding-left: 25px;
    background: url("../image/icon/time.png") no-repeat;
    background-size:16px 17px;
    background-position: 2px 30px;
}
.user-log-list-day{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    margin-left:65px;
    color:rgba(51,51,51,1);
    padding-left:18px;
    background:url("../image/icon/rili.png") no-repeat;
    background-size:17px 15px;
    background-position: 0px 30px;
}
.user-log-yuyue{
    width:100px;
    text-align: center;
    height:38px;
    background:rgba(247,114,95,1);
    border-radius:10px;
    display: inline-block;
    line-height: 38px;
    font-family:Microsoft YaHei;
    margin-top:21px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.user-log-more{
    text-align: right;
    padding:0 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
}

.user-im{
    margin-top:30px;
}
.user-im-tag{
    height: 78px;
    width:100%;
}
.user-im-tag li{
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    width:180px;
    height:78px;
    line-height: 78px;
    float: left;
    background:#EFEFEF;
    position: relative;
    text-align: center;
}
.user-im-tag li a{
    color:rgba(51,51,51,1);
    display: block;
    width:100%;
    height: 100%;

}
.user-im-tag .content-select a{
    background:rgba(247,114,95,1);
    color:#fff;
    border-radius:10px;
}

.user-im-tag .content-select:after{
    width: 0;
    height: 0;
    position: absolute;
    right:85px;
    bottom:0px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 10px solid #fff;
    content:"";
}
.tag-content{
    bckground:#fff;
    width:820px;
    margin:50px auto 0px auto;
}
.tag-item{
    background:#F7F7F7;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    padding:0px 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tag-item p{
    height: 67px;
    line-height: 67px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}
.tag-item-title{
    display: flex;
    align-items: center;
}
.tag-item-title-image{
    display: inline-block;
    width:26px;
    height: 26px;
    background:rgba(247,113,95,1);
    border-radius:50%;
    line-height: 25px;
    text-align: center;
    margin-right: 12px;
}

.tag-item-title-image img{
    width:13px;
    height: 13px;
}
.user-zhengshu{
    width:820px;
    margin:50px auto;
    background:#fff;
}
.content-title{
    display: flex;
    justify-content: space-between;
    height: 20px;
    line-height: 20px;
    margin-bottom:15px;
}
.content-title-title{
    padding-right: 3px;
    font-size:20px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.content-title-title span{
    display: inline-block;
    width:10px;
    height:19px;
    border-radius:5px;
    margin-right: 10px;
    background:#F77E5F;
}

.content-title-more{
    width:18px;
    height:11px;
}
.user-zhengshu{
    width:820px;
    margin:50px auto;
}
.user-zhengshu li{
    float: left;
    width:190px;
    margin-right:20px;
    margin-top:10px;
}
.user-zhengshu li:nth-child(4n+4){
    margin-right: 0px;
}
.user-zhengshu li img{
    width:190px;
    height:142px;
    border-radius:10px;
    margin-bottom: 12px;
}
.user-zhengshu li p{
    width:100%;
    text-align: center;
    font-size:16px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(51,51,51,1);

}
.user-tijian {
    margin:0 auto;
    width:820px;
}

.hege-content .zhengshu{
    width:220px;
    height:312px;
    border-radius:10px;
}


.user-diaocha{
    margin-top:50px;
    width:100%;
    padding:0 40px;
    box-sizing: border-box;
}
.title2{
    width:100%;
    text-align: center;
    font-size:22px;
    height: 30px;
    line-height: 30px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    position: relative;

}
.title-1{
    display: inline-block;
    width:10px;
    height:12px;
    margin-bottom:5px;
    background:rgba(247,114,95,1);
}
.title-2{
    width:17px;
    height:20px;
    background:rgba(247,114,95,1);
    display: inline-block;
    margin-left:12px;
    margin-right: 12px
}
.diaocha-jiben p,.diaocha-xiangmu p{
    height: 44px;
    line-height: 44px;
    border:1px solid rgba(229,229,229,1);
}
.diaocha-jiben-k{
    width:239px;
    height:44px;
    background:rgba(247,114,95,1);
    border:1px solid rgba(229,229,229,1);
    display: inline-block;
    text-align: right;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    padding-right:44px;
}
.diaocha-jiben-v{
    display: inline-block;
    width:540px;
    padding-left:39px;
    text-align: left;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.diaocha-xiangmu-title{
    background:rgba(247,114,95,1);
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.diaocha-xiangmu .diaocha-xiangmu-k{
    width:300px;
    display: inline-block;
    border-right:1px solid rgba(229,229,229,1);
    text-align: center;
    line-height: 44px;
}
.diaocha-xiangmu .diaocha-xiangmu-v{
    width:210px;
    display: inline-block;
    border-right:1px solid rgba(229,229,229,1);
    text-align: center;
    line-height: 44px;
}
.diaocha-xiangmu .diaocha-xiangmu-p{
    width:297px;
    display: inline-block;

    text-align: center;
    line-height: 44px;
}

.diaocha-xiangmu .diaocha-xiangmu-p img{
    width: 22px;
    height: 22px;
    display: inline-block;
}
.diaocha-read p{
    text-align: center;
}
.diaocha-read-list{
    display: flex;
    align-items: center;
}
.diaocha-read-img {
    display: inline-block;
    width:225px;
    text-align: right;
    padding-right: 43px;
}
.diaocha-read p{
    padding:14px 0;
    border-bottom: 1px solid rgba(229,229,229,1);
    border-left:1px solid rgba(229,229,229,1);
    border-right:1px solid rgba(229,229,229,1);
}
.diaocha-read-content {
    width:268px;
    display: inline-block;
    text-align: left;
    height: auto;
}
.tigong{
    text-align: center;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    margin:27px 0  49px 0px;
}

.work-phone-list{

    overflow-x: scroll;
    margin:51px auto 0 auto ;
    width:820px;
    overflow-y: hidden;
    white-space: nowrap;
    height: 178px;


}
.work-phone-more{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    position: absolute;
    right:40px;
}
.work-phone-content{
    width:100%;

}
.work-phone-list img{
    width:178px;
    height: 178px;
    margin-right: 14px;
}
.fuwu-img{
    width:900px;
    height:157px;
    margin-top:50px;
}
.fuwu-img1{
    background:url('../image/fuwu1.jpg') no-repeat;
}
.fuwu-img2{
    background: url('../image/fuwu2.jpg');

}
.fuwu-list{
    margin-top:41px;
    padding:0px 215px;

}
.fuwu-list p{
    display: flex;
    justify-content: space-between;
    height: 20px;
    line-height: 20px;

    font-size:16px;
    margin-top:10px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.fuwu-list p span{
    display: inline-block;
    width:130px;
}
.fuwu-list p img{
    margin-right:11px;
}
.user-common{
    width:100%;
    padding:0 40px;
    margin-top:42px;
    box-sizing: border-box;
}
.common-list{
    padding-bottom:30px;
    display: flex;
    justify-content: space-between;
}
.common-list-head{
    width:58px;
    height: 58px;
    margin-right: 8px;
}
.common-list-head img{
    width:58px;
    height: 58px;
    border-radius: 50%;
}
.commont-list-content{
    width:752px;
    padding-bottom:30px;
    border-bottom: 1px solid #E5E5E5;
}
.commont-list-content .commont-list-content-top{
    height: 58px;
}
.commont-list-content-top .common-list-title{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.commont-list-content-top .common-list-score{
    margin-top:8px;
}
.common-list-score img{
    width:16px;
    height:16px;
    margin-right:3px;
}
.commont-list-info{
    height:auto;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-top:15px;
    margin-bottom:15px;
}
.common-list-phone img{
    width:100px;
    height:133px;
    border-radius:10px;
    margin: 6px 6px 0 6px;
}
.common-list-time{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    margin-top:20px;
}
.common-more{
    margin-top:31px;
    text-align: center;
    font-size:18px;
    height: 30px;
    line-height: 30px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(247,113,95,1);
    cursor: pointer;
}
.common-more img{
    width:18px;
    height:18px;
    margin-left:1px;
}
.archivesPopBox{
    position: relative;
    width: 100%;
    height: 100%;
}
.archives-topBtn-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    padding: 0 146px;
}
.archives-bottomBtn-box{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1200px;
    height: 15%;
    margin-left: -600px;
}
.swiper-container-archives-top{
    width: 1041px;
    height: 85%;
    margin: 0 auto;
    padding: 110px 0 114px;
}
.archivesLine{
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    height: 1px;
}
.swiper-container-archives-bottom{
    height: 15%;
    width: 1094px;
    margin: 0 auto;
    padding-bottom: 70px;
    padding-top: 27px;
}
.swiper-container-archives-top .swiper-slide img,
.swiper-container-archives-bottom .swiper-slide img{
    width: 100%;
    height: 100%;
}
.archivesPopBox .swiper-container-archives-top{
    width:100%;
}
.archivesPopBox .swiper-container-archives-top .swiper-wrapper{
   width:1200px;
}
.archivesPopBox .swiper-container-archives-top .swiper-wrapper  .wiper-slide{
    width:1200px !important;;
}
.swiper-container-archives-top .swiper-pagination{
    bottom: 75px;
}
.markImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .75;
}
.swiper-container-archives-bottom .swiper-slide-thumb-active .markImg{
    opacity: 0;
}
.topPrev{
    position: absolute;
    top: 50%;
    left: 146px;
    display: block;
    width: 62px;
    height: 62px;
    margin-top: -31px;
    background: url("../image/icon/archivesPrev.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.topNext{
    position: absolute;
    top: 50%;
    right: 146px;
    display: block;
    width: 62px;
    height: 62px;
    margin-top: -31px;
    background: url("../image/icon/archivesNext.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.bottomPrev{
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    margin-top: 40px;
    background: url("../image/icon/archivesPrev.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.bottomNext{
    display: block;
    width: 23px;
    height: 23px;
    float: right;
    margin-top: 40px;
    background: url("../image/icon/archivesNext.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.evaluationOfSubsidiary{ margin-top: 25px;}
.evaluationOfSubsidiary > .evaluationOfSubsidiaryTitle{color: white; width: 100%; background-color: #f7725f;}
.evaluationOfSubsidiary > .evaluationOfSubsidiaryTitle > span { display: inline-block; width: calc( 100% / 9.5);text-align: center; height: 50px; line-height: 50px;  }
.evaluationOfSubsidiary > .evaluationOfSubsidiaryContent > .evaluationOfSubsidiaryItem > span { display: inline-block; width: calc( 100% / 9.5);text-align: center; height: 50px; line-height: 50px; }
/* 超出隐藏 */
.text-ellipsis {overflow: hidden;white-space: nowrap;text-overflow: ellipsis; vertical-align: top;}
.evaluationOfSubsidiary > .evaluationOfSubsidiaryContent > .evaluationOfSubsidiaryItem > span img { width: 12px;height: 12px; }
.evaluationOfSubsidiary > .evaluationOfSubsidiaryContent > div:nth-of-type(even){ background-color: #f7f7f7;}
.TemporarilyNoData{ text-align: center; color: gray; }
.evaluationOfSubsidiaryItemMore{ font-size: 14px;color: gray;text-align: end;margin: 5px 5px 5px 0;cursor:pointer;}
