@charset "UTF-8";
/**!
* 个人空间新
* date:2021-05-20
* author: tzc;
*/
.personal {
  height: 310px;
  background: none;
}

.info-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 348px;
  height: 310px;
  padding: 30px 20px 0;
  background-color: #eef7ff;
  z-index: 2;
}

.info-wrap .portrait {
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 33px;
  background-color: #fff;
  margin-left: 0;
  margin-top: 0;
  text-align: center;
  overflow: hidden;
}

.info-wrap .portrait img {
  vertical-align: middle;
}

.info-wrap .portrait-info {
  margin-left: 20px;
  width: 200px;
  font-size: 16px;
}

.info-wrap .portrait-info p {
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-wrap .portrait-info .name {
  font-weight: bold;
}

.info-wrap .portrait-info .level span {
  padding-left: 5px;
}

.info-wrap .code {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: -1;
}

.info-wrap .code img {
  vertical-align: middle;
}

.info-wrap .personal-info {
  float: none;
  width: 308px;
  height: 124px;
  padding: 10px 15px 0;
  margin: 0;
  margin-top: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e0ebf6;
}

.info-wrap .personal-btn {
  margin-top: 16px;
}

.info-wrap .btn-primary {
  width: auto;
  padding: 0 20px;
  margin-right: 0;
  margin-left: 10px;
}

.info-wrap .btn-primary:first-child {
  margin-left: 0;
}

.recommended {
  position: relative;
  width: 832px;
  height: 310px;
  margin-left: 20px;
  padding: 0 20px;
  padding-top: 14px;
}

.recommended .category {
  position: absolute;
  top: 29px;
  right: 20px;
  font-size: 0;
  height: 20px;
  line-height: 20px;
}

.recommended .category-list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 0 8px;
  margin-left: 14px;
  color: #666666;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.recommended .category-list:first-child {
  margin-left: 0;
}

.recommended .category-list.active, .recommended .category-list:hover {
  color: #3289f5;
}

.recommended .category-list.active::after, .recommended .category-list.active::before, .recommended .category-list:hover::after, .recommended .category-list:hover::before {
  opacity: 1;
}

.recommended .category-list::after, .recommended .category-list::before {
  opacity: 0;
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -3.5px;
  width: 4px;
  height: 7px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.recommended .category-list::after {
  right: 0;
  background: url("../images/mymatter/right_arrow.png") center no-repeat;
}

.recommended .category-list::before {
  left: 0;
  background: url("../images/mymatter/left_arrow.png") center no-repeat;
}

.recommended-list {
  position: relative;
  float: left;
  height: 63px;
  width: 386px;
  padding-left: 50px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px dashed #e3ebf0;
}

.recommended-list.policy::before {
  content: '专题';
  color: #ff3b48;
  border-color: #d03741;
}

.recommended-list.across::before {
  content: '服务';
  color: #f09400;
  border-color: #fc6f3d;
}

/* 新增事项before标签  2021-10-26 */
.recommended-list.task::before {
  content: '事项';
  color: #f8a687;
  border-color: #fc6f3d;
}

.recommended-list::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 38px;
  height: 18px;
  font-size: 14px;
}

.recommended-list:nth-child(even) {
  float: right;
}

.recommended-list:hover a {
  color: #1492ff;
}

.recommended-list a {
  display: block;
  height: 100%;
  line-height: 58px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.recommended-list span {
  display: inline-block;
  max-height: 50px;
  line-height: 25px;
  font-size: 16px;
  vertical-align: middle;
}

.across-wrap {
  margin-top: 40px;
  height: 260px;
  padding: 20px 20px 0;
}

.across-wrap .left-link {
  width: 284px;
  height: 220px;
  background: url("../images/mymatter/pic.png") center no-repeat;
}

.across-wrap .left-link a {
  display: block;
  height: 100%;
  text-align: center;
  padding-top: 50px;
}

.across-wrap .left-link .name {
  background-color: #0e7ede;
  margin: 0 auto;
  width: 230px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  font-size: 16px;
  color: #fff;
}

.across-wrap .left-link .msg {
  margin-top: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #0e7ede;
}

.across-wrap .across-info {
  width: 856px;
}

.across-wrap .across-info .mod-title {
  height: 31px;
  line-height: 20px;
}

.across-wrap .across-info .mod-title::after {
  top: 0;
  margin-top: 0;
}

.across-wrap .across-info .mod-title .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #3289f5;
}

.across-wrap .across-info .mod-title .more:hover {
  color: rgba(50, 137, 245, 0.8);
}

.across-wrap .info-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  height: 60px;
  line-height: 59px;
  width: 418px;
  padding-left: 28px;
  background: url("../images/mymatter/icon_list.png") left center no-repeat;
  border-top: 1px dashed #e3ebf0;
}

.across-wrap .info-list a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.across-wrap .info-list:nth-child(even) {
  float: right;
}

.across-wrap .info-list:nth-child(-n+2) {
  border: none;
}

.across-wrap .info-list:hover a {
  color: #1492ff;
}

.mod-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.mod-box .mod-title {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 43px;
  line-height: 42px;
  padding-left: 15px;
  border-bottom: 1px solid #e3ebf0;
}

.mod-box .mod-title .name {
  font-size: 20px;
  font-weight: bold;
}

.mod-box .mod-title::after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 4px;
  height: 20px;
  background-color: #3289f5;
}

.btn-primary {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-primary:hover {
  background-color: rgba(20, 146, 255, 0.8);
}
