.center-examination {
  width: 1240px;
  min-height: 100%;
  margin: 240px auto 10px auto;
  background: #ffffff;
  padding-bottom: 12px;
}

.banner {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  height: 200px;
  background: linear-gradient(
    127deg,
    #ffffff 0%,
    #f8f9fa 0%,
    #f5f6f9 24%,
    #dae5f7 54%
  );
}

.banner-txt {
  width: 1240px;
  margin: 50px auto;
  font-family: PingFangSC-Medium;
  font-size: 36px;
  color: #2a2c2b;
}
.banner-down{
  width: 1240px;
  margin: 50px auto;
  font-family: PingFangSC-Medium;
  font-size: 36px;
  color: #2a2c2b;
}
.textleft{
  text-align: left!important;
}
.big{
  width: 13%!important;
}
.small{
  width: 4%!important;
}
.tab-nav {
  width: 1240px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 620px);
  margin: 0px auto;
  list-style: none;
  background: transparent;
  height: 48px;
  display: flex;
  justify-content: space-between;
}

.tab-nav li {
  cursor: pointer;
}

.tab-nav li a {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  text-decoration: none;
  width: 290px;
  height: 48px;
  border-radius: 8px 8px 0px 0px;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #545a57;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-nav li.active a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #3a9b83;
  box-sizing: border-box;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #000000;
}
.imgdata{
  width: 100%;
  margin-bottom: 20px;
}
.tab-content .tab-pane {
  margin-top: 10px;
  display: none;
}

.tab-content .active {
  display: block;
}
.databox {
  width: 1240px;
}
.dataitem {
  cursor: pointer;
  height: 96px;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #b0b5b2;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.dataitem .left {
}
.dataitem .left .up {
  margin-bottom: 16px;
  display: flex;
}
.dataitem .left .up .name {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #121413;
}
.dataitem .left .up .code {
  margin: 0 16px;
  padding: 4px 6px;
  background: #edf4f2;
  color: #3a9b83;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.dataitem .left .up .name2 {
  border-radius: 4px;
  font-size: 12px;
  color: #121413;
  padding: 4px 6px;
  background: #ededed;
}
.dataitem .left .down {
  display: flex;
}
.dataitem .left .down .label {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #545a57;
  display: flex;
  align-items: center;
  margin-right: 48px;
}
.dataitem .left .down .val {
  color: #121413;
}
.dataitem .right {
    margin-right: 24px;
}
.dataitem .right .chartbox {
  width: 320px;
  height: 64px;
}
.exam-top {
  /* font-size: 20px; */
  font-weight: bold;
  margin-top: 30px;
}

.exam-select {
  width: 80px;
  height: 30px;
}

.exam-title {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: space-around;
  font-weight: bold;
  flex-direction: row;
  background: #f6f6f8;
  color: #666672;
}

.exam-name {
  word-break: break-all;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  align-items: center;
  /* text-align: center; */
  display: flex;
  width: 7.2%;
}

.exam-begin-time,
.exam-end-time {
  /* width: 22%; */
}

.exam-status {
  /* width: 12%; */
}

.exam-subject {
  /* width: 12%; */
}
.exam{
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
  /* text-align: center; */
  width: 7.2%;
}
.textcenter{
  text-align: center!important;
}
.exam-type {
  /* width: 17%; */
  text-align: center;
}

.exam-do {
  text-align: center;
  /* width: 14%; */
}

.exam-box1 tr{
  margin: 12px 0;
  font-weight: normal;
}
.a-exam-box {
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgb(206, 206, 206);
}

.a-exam-box:hover {
  background: rgb(243, 243, 243);
}

.right8px {
  margin-right: 8px;
}

/* 考试状态 */
.status-green {
  color: green;
  font-weight: bold;
}

.status-red {
  color: red;
  font-weight: bold;
}

.status-blue {
  color: rgb(0, 195, 255);
  font-weight: bold;
}

.bg-green {
  background: rgb(243, 255, 249);
}

.bg-red {
  background: rgb(255, 240, 240);
}

.bg-blue {
  background: rgb(231, 249, 255);
}

/* 分页 */
#page {
  margin-top: 34px;
}

.lookExam {
  display: none;
}

#con-exam {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
}

.exam-block {
  width: 760px;
  height: auto;
  background: #ffffff;
  margin: auto auto;
  position: fixed;
  overflow-y: scroll;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-height: 400px;
  padding: 40px 30px;
  overflow: hidden;
}

.exam-close {
  float: right;
  margin: -25px -25px 0 0;
}
