.three-phone-model {
  margin: 18px 12px 0 12px;
  width: calc(100% - 24px);
}

.three-phone-model-bg {
  padding: 15px;
  height: 103px;
  background: url('../img/bg-three.png') no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #C13432;
  margin-bottom: 10px;
}

.ba-phone-list-main {
  margin: 0 12px;
  width: calc(100% - 24px);
}

.ba-phone-item {
  width: 100%;
  height: 70px;
  background: #F2F4F6;
  box-shadow: 0px 1px 8px 0px #C4CEDC;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ba-phone-item-left {
  width: 62px;
  height: 43px;
  background: #B01A1A;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: Arial;
  font-size: 14px;
  color: #FFFFFF;
}

.ba-phone-item-right {
  width: calc(100% - 80px);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.bg-phone-red-div {
  background: #A32A2C;
  padding: 20px 12px 10px 12px;
}

.cy-phone-item {
  display: flex;
  margin-bottom: 10px;

}

.cy-phone-item-left {
  background: #FFFFFF;
  width: 77px;
  height: 94px;
}

.cy-phone-item-left>img {
  width: 100%;
  height: 100%;
}

.cy-phone-item-right {
  width: calc(100% - 77px);
  height: 94px;
  background: #FFFFFF;
  text-align: left;
  padding: 12px 20px;
}

/*这块是研究人员和毕业学员模块的pc phone共同css   ↓↓↓↓↓*/
/* 大于等于769px */
@media screen and (min-width: 769px) {
  .change-btn {
    padding: 27px 0 35px 0;
  }

  .change-btn>div {
    width: 246px;
    height: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .change-btn .active {
    border-radius: 24px;
    border: 1px solid #AF2C2D;
    font-weight: bold;
    font-size: 20px;
    color: #C13432;
    background: #fff;
  }

  .bg-map-div {
    max-width: 1400px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: auto;
  }

  .mp-left-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mp-left-title .left {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #C13432;
  }

  .mp-left {
    width: 502px
  }

  .mp-left-title .right {
    text-align: right;
    width: 321px;
    border-bottom: 1px solid #D4D7DC;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #67696E;
  }

  .click-name {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin-top: 26px;
  }

  .user-main-item {
    border-bottom: 1px solid #DDE1E8;
    padding: 20px 0;
  }

  .user-name-style {
    font-size: 17px;
  }

  .user-class-style {
    font-size: 14px;
  }

  .mp-right {
    width: 800px;
  }

  #pc-main {
    width: 100%;
    height: 486px;
  }

  .yanjiu-user-main-div {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
  }

  .yanjiu-user-item {
    display: flex;
    margin-right: 30px;
  }

  .yanjiu-user-item-left {
    width: 154px;
    height: 200px;
  }

  .yanjiu-user-item-right {
    background: #e4eaf2;
    width: 154px;
    height: 200px;
    text-align: left;
    padding: 18px 22px;
  }

  .yanjiu-user-item-left>img {
    width: 100%;
    height: 100%;
  }

  .yanjiu-user-name-main>div:nth-child(1) {
    font-weight: bold;
    color: #333333;
    font-size: 20px;
  }

  .yanjiu-user-name-main>div:nth-child(2) {
    font-size: 16px;
    color: #C13432;
    margin-top: 10px;
  }

  .yanjiu-fangxiang {
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    margin-top: 20px;
  }

  .yanjiu-tips {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
  }



  .huoban-main {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    width: 100%;
  }

  .huoban-item {
    margin-bottom: 20px;
    width: calc(100% / 3);
    position: relative;
    padding-left: 15px;
    color: #333;
    font-size: 14px;
  }

  .huoban-item::after {
    content: '';
    width: 7px;
    height: 7px;
    background: #C13432;
    position: absolute;
    left: 0;
    top: 7px;
  }

}

/* 小于等于768px */
@media screen and (max-width: 768px) {
  .change-btn {
    padding: 20px 0 20px 0;
  }

  .change-btn>div {
    width: 123px;
    height: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .change-btn .active {
    border-radius: 16px;
    border: 1px solid #AF2C2D;
    font-weight: bold;
    font-size: 14px;
    color: #C13432;
    background: #fff;
  }

  .bg-map-div {
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mp-left {
    padding: 0 12px;
    width: 100%;
  }

  .mp-left-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mp-left-title .left {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #C13432;
    width: 111px;
  }

  .mp-left-title .right {
    text-align: right;
    width: calc(100% - 111px);
    border-bottom: 1px solid #D4D7DC;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #67696E;
  }


  .click-name {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    margin-top: 15px;
  }

  .user-main-item {
    border-bottom: 1px solid #DDE1E8;
    padding: 20px 0;
  }

  .user-name-style {
    font-size: 14px;
  }

  .user-class-style {
    font-size: 12px;
  }

  .mp-right {
    width: 100%;
  }

  #phone-main {
    width: 100%;
    height: 286px;
  }

  .yanjiu-user-main-div {
    max-width: 100%;
    overflow-y: auto;
    padding: 12px;
  }

  .yanjiu-user-item {
    margin-bottom: 10px;
    display: flex;
  }

  .yanjiu-user-item-left {
    background: #FFFFFF;
    width: 77px;
    height: 94px;
  }

  .yanjiu-user-item-right {
    width: calc(100% - 77px);
    height: 94px;
    background: #FFFFFF;
    text-align: left;
    padding: 12px 20px;
  }

  .yanjiu-user-item-left>img {
    width: 100%;
    height: 100%;
  }

  .yanjiu-user-name-main {
    display: flex;
  }

  .yanjiu-user-name-main>div:nth-child(1) {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
  }

  .yanjiu-user-name-main>div:nth-child(2) {
    font-size: 14px;
    color: #C13432;
    margin-left: 10px;
  }

  .yanjiu-fangxiang {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
  }

  .yanjiu-tips {
    font-size: 14px;
    color: #333333;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1; /* 限制为1行 */
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .huoban-main {
    padding: 12px;
    width: 100%;
  }

  .huoban-item {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    padding-left: 15px;
    color: #333;
    font-size: 14px;
  }

  .huoban-item::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #C13432;
    position: absolute;
    left: 0;
    top: 7px;
  }
}

/*这块是研究人员和毕业学员模块的pc phone共同css   ↑↑↑↑↑↑*/


.time-phone-item>div:not(:first-child) {
  margin-top: 30px;
}