.personal {
  width: 1200px;
  margin: auto;
  background: #fafcff;
  border-radius: 4px;
  display: flex;
  padding: 20px;
  margin-bottom: 30px;
}
.news_menu .active {
  background-color: #0b5fd5;
  color: #fff;
  position: relative;
}
.news_menu {
  width: 160px;
}
.news_menu > li {
  cursor: pointer;
  padding: 14px 18px;
  background: #f5f9ff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  word-wrap: break-word;
  color: #666666;
  line-height: 25px;
  margin-bottom: 10px;
}
.news_menu .active::before {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
}
.news_menu > li:hover {
  background-color: #0b5fd5;
  color: #fff;
}
.personal .content {
  flex: 1;
  margin-left: 30px;
}
.personal .content_rt > li {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #323232;
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.personal .content_rt > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #323232;
  border-radius: 2px;
  position: absolute;
  left: 12px;
  top: 18px;
}
.personal .content_rt > li > span:first-child {
  display: inline-block;
  width: 89%;
  font-weight: 600;
  cursor: pointer;
}
.personal .content_rt > li > span:first-child > a {
  cursor: pointer;
  color: #323232;
}
.personal .content_rt > li > span:first-child > a:hover {
  text-decoration: none;
  color: #0b5fd5;
}
.personal .content_rt > li > span:last-child {
  display: inline-block;
  width: 10%;
  text-align: right;
  color: #cccccc;
}

.personal .content .headImg {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  padding: 12px;
  margin: 77px 0 30px 0;
  margin-left: 18%;
}
.personal .content .headImg > img {
  height: 100%;
  width: 100%;
}
.personal .content .userName {
    margin-bottom: 20px;
}
.personal .content .userName .rz ,.personal .content .xg{
  display: inline-block;
  padding: 0 25px;
  height: 24px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #0b5fd5;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #0b5fd5;
  margin-left: 10px;
  cursor: pointer;
}
.personal .content .label {
  width: 100px;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  color: #323232;
  display: inline-block;
}
.personal .content .val {
  width: 180px;
  display: inline-block;
}
.btns {
  text-align: center;
  width: 60%;
}
 .btns > span {
  display: inline-block;
  width: 140px;
  height: 36px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(9, 78, 197, 0.3);
  border-radius: 4px;
  border: 1px solid #0b5fd5;
  text-align: center;
  color: #0b5fd5;
  font-size: 14px;
  line-height: 36px;
  margin-top: 30px;
  margin-right: 30px;
}
 .btns > span:hover {
  background: #0b5fd5;
  color: #fff;
}
.userInfo{
    margin-left: 28%;
}
.psModelForm,.emailModelForm{
  display: none;
}
.sfrz_tabs>span{
  display: inline-block;
  width: 210px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #FFFFFF;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #E8E8E8;
  font-size: 14px;
  color: #666666;
}
.sfrz_tabs>span.active{
  background: #0B5FD5;
  font-weight: 600;
  color: #FFFFFF;
}
.sfrz_tabs>span:last-child{
  border-radius: 0px 4px 4px 0px ;
}
.help-block {
  color: red !important;
  margin-left: 14%;
}

.detail{
  background: #fff;
  border-radius: 2px;
  margin: 0 20px;
  padding: 20px 10px;
  display: none;
}
.detail .detail_tit{
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 600;
  color: #323232;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  padding-left: 20px;
}
.detail .detail_tit>img{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 4px;
  background-size: cover;
  background-color: #eee;
  margin-right: 6px;
}
.detail>ul{
  display: flex;
  flex-wrap: wrap;
}
.detail>ul>li.wt{
  width: 50%;
}
.detail>ul>li{
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.detail>ul>li span{
  font-size: 14px;
  color: #666666;
  margin-left: 20px;
}
.detail>ul>li span:first-child{
  display: inline-block;
  width: 126px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #323232;
}
.detail>ul>li span:last-child{
  flex: 1;
}
.detail>ul>li>span .email_span{
  text-align: left;
  color: #0B5FD5;
  cursor: pointer;
  margin-left: 0;
}
.content_rt>table{
  width: 100%;
  font-size: 14px;
  color: #606266;
}
.content_rt thead{
  color: #909399;
  font-weight: 500;
}
.substr{
  cursor: pointer;
}
.content_rt thead>tr>th{
  background: #f5f9ff;
  padding: 0 10px;
  height: 60px;
  border-bottom: 1px solid #ebeef5;
  font-weight: 600;
  color: #666;
  text-align: center;
}
.content_rt tbody>tr{
  background-color: #fff;
  border-bottom: none;
  height: 50px;
  line-height: 50px;
}
.content_rt tbody>tr:nth-child(2n){
  background-color: #f1f5fd;
}
.content_rt tbody>tr:hover{
  background-color: #7297ff;
}
.content_rt tbody>tr:hover>td{
  color: #fff;
}
.content_rt tbody>tr>td{
  color: #666;
  padding: 0 10px;
  text-align: center;
}
.content_rt tbody>tr>td:first-child{
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;  
  overflow: hidden; 
  text-align: left;
}
.content_rt tbody>tr>td .actionBtn{
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #0b5fd5;
  color: #0b5fd5;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgb(9 78 197 / 30%);
  cursor: pointer;
}
.content_rt tbody>tr>td .actionBtn:hover{
  background: #409eff;
  border-color: #409eff;
  color: #fff;
}
.content_rt .empty-block{
  line-height: 60px;
  width: 100%;
  color: #909399;
  height: 60px;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  display: none;
}
#pagination {
  width: 100%;
  height: 84px;
  display: flex;
  justify-content: right;
  align-items: center;
}
#pagination > a,
#pagination > span {
  font-size: 14px;
  padding: 5px 8px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-right: 10px;
  color: #000;
}
#pagination .active {
  background: #0b5fd5;
  border-radius: 4px;
  color: #fff;
}
#pagination .total {
  margin-right: 15px;
  border: none;
}