.container {
  width: 1200px;
}

.lc-top-class-box {
  width: 1167px;
  height: 70px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 4px 0px rgba(18, 214, 189, 0.2);
  border-radius: 8px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 70px;
  margin-bottom: 15px;
  position: relative;
}

.lc-top-class {
  float: left;
  cursor: pointer;
  line-height: 70px;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  /*background: white;*/
}

.lc-top-class .select, .lc-top-class strong {
  line-height: 70px;
  float: right;
  color: #00B48B;
  cursor: pointer;
  margin-left: 6px;
}

.lc-top-class .select {
  font-size: 14px;
}

.lc-top-class strong {
  font-size: 12px;
  margin-left: 2px;
  line-height: 68px;
}

.lc-top-class-box .rc-top-class {
  float: right;
  line-height: 70px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 180, 139, 1);
  line-height: 70px;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

.synchronism-course {
  width: 1200px;
  height: 608px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 4px 0px rgba(18, 214, 189, 0.2);
  border-radius: 8px;
  /*padding: 10px;*/
  margin: 0 auto;
  position: relative;
}

.course-list-wrap {
  width: 264px;
  height: 540px;
  /*background: rgba(249, 249, 249, 1);*/
  /*padding: 0 10px;*/

  /*overflow: auto;*/
  float: left;
}

.course-list-wrap h4 {
  height: 54px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  line-height: 54px;
  border-bottom: 1px #E5E5E5 solid;
  margin: 0 10px;
}

.course-list-wrap h4>span {
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 19px;
  background: url(../images/wenhao-3.png) no-repeat;
  cursor: pointer;
}

.course-list-wrap .course-list {
  padding-top: 10px;
  width: 232px!important;
  margin: 0 auto;
}

.course-list-wrap .course-list li {
  font-size: 14px;
  font-family: Microsoft YaHei;
  /*font-weight: bold;*/
  /*color: rgba(102, 102, 102, 1);*/
  line-height: 50px;
  cursor: pointer;
  /*padding: 0 10px;*/
  width: 232px!important;
  clear: both;
  /*width: 100%;*/
}
.course-list-wrap .course-list li span{
  padding-left: 16px;
}
.course-list-wrap .course-list li strong{
  padding-right: 8px;

}
.course-list-wrap .course-list .course-list-active {
  height: 50px;
  /*background: rgba(210, 239, 233, 1);*/
  border-radius: 5px;
  /*color: #008C72!important;*/
}
.course-list-wrap .course-list .course-list-active span{
  font-weight: 700;
  font-size: 16px;
  color: #008C72;
}
.course-list-wrap .course-list li strong {
  float: right;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(170, 170, 170, 1);
  line-height: 50px;
}

.course-list-wrap .course-list .course-list-fine strong {
  color: rgba(0, 180, 139, 1)
}

.course-list-wrap .course-list .course-list-pass strong {
  color: rgba(255, 164, 66, 1);
}

.course-list-wrap .course-list .course-list-fail strong {
  color: rgba(214, 82, 60, 1);
}

.course-test-paper {
  width: 936px;
  height: 540px;
  /*background: rgba(249, 249, 249, 1);*/
  float: right;

}

.course-test-paper h4 {
  /*height: 54px;*/
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  /*color: rgba(51, 51, 51, 1);*/
  /*line-height: 54px;*/
  /*border-bottom: 1px #E5E5E5 solid;*/
  text-align: center;
  width: 730px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 19px;
}

.system-paper, .school-paper {
  padding-left: 24px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(102, 102, 102, 1);
  line-height: 38px;
}

.system-paper {
  background: url(../images/xitong.png) no-repeat left center;
}

.school-paper {
  background: url(../images/benxiaotuijian.png) no-repeat left center;
}

.course-test-paper-list {
  display: block;
  width: 720px;
  height: 90px;
  /* background-image: linear-gradient(-1deg, #CAF1F1 0%, #EDFEFD 100%); */
  border-radius: 8px;
  /* background: url(../images/default/lc-item-bg.png) no-repeat; */
  /* margin-bottom: 45px; */
  /*padding-top: 17px;*/
  box-sizing: border-box;
  position: relative;
  /*background: rgba(63, 71, 102, 0.4);*/
  /*border: 1px solid rgba(186, 171, 125, 0.4);*/
  margin-right: 22px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 16px;
  cursor: pointer;
  /*padding-left: 20px;*/
  margin-left: 90px!important;
}

/*.course-test-paper-list:hover {*/
/*  background: rgba(231, 252, 248, 1);*/
/*  border: 2px solid rgba(0, 180, 139, 1);*/
/*}*/

.course-test-paper-list-active {
  /* width:686px; */
  /* height:56px; */
  background: rgba(231, 252, 248, 1);
  border: 2px solid rgba(0, 180, 139, 1);
  /* box-shadow:0px 0px 6px 0px rgba(116,190,173,0.3); */
  /* border-radius:10px; */
  /* line-height: 56px; */
}
.course-test-paper-list .lcum-title{
  float: left;
}
.course-test-paper-list .grade {
  /*font-size: 12px;*/
  /*font-family: Microsoft YaHei;*/
  /*font-weight: 400;*/
  /*color: #666666;*/
  /*!*line-height: 56px;*!*/
  /*width: 92px;*/
  /*width: 26px;*/
  height: 16px;
  padding: 0px 7px;
  background: #C3EFEF;
  line-height: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #4A9D9D;
  display: inline-block;
  border-radius: 10px;
  margin-right: 4px;
  float: left;
  margin-top: 4px;
}

.course-test-paper-list-active .grade {
  line-height: 56px;
}

.course-test-paper-list .start-test {
  width: 88px;
  height: 32px;
  border-radius: 16px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 29px;
  right: 32px;
  /*float: right;*/
}

.course-test-paper-list .course-list-fine {
  color: rgba(0, 180, 139, 1)
}

.course-test-paper-list .course-list-pass {
  color: rgba(255, 164, 66, 1);
}

.course-test-paper-list .course-list-fail {
  color: rgba(214, 82, 60, 1);
}

.course-test-paper-show {
  display: block;
  /*width: 730px;*/
  margin: 0 0 0 20px;
}

.course-test-paper-hide {
  display: none;
  width: 730px;
  margin: 0 0 0 20px;
}

.course-test-paper-hide img {
  display: block;
  margin: 78px auto 0;
}

.tip {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(187, 187, 187, 1);
  line-height: 58px;
}

.version-box {
  z-index: 999;
}

.course-test-paper-wrap {
  width: 100%;
  height: 470px;
  overflow: auto;
  margin: 8px 0;
}

/* 新增加的内容区域 */
.level-score {
  margin-left: 30px;
  line-height: 70px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

.level-score span {
  margin-left: 20px;
  color: #00b48b;
  cursor: pointer;
}

.scroll—box {
  height: 600px;
}

/*滚动条美化*/
.mCS-mybar.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {background-color: #bbb}

.mCS-mybar.mCSB_scrollTools {opacity: 1}

.mCS-mybar.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background-color: #bbb;-moz-background-color: #bbb;-webkit-background-color: #bbb;-ms-background-color: #bbb;border: none}

.mCS-mybar.mCSB_scrollTools .mCSB_draggerRail {width: 8px;background-color: rgba(0, 0, 0, 0.1);-moz-background-color: rgba(0, 0, 0, 0.1);-webkit-background-color: rgba(0, 0, 0, 0.1);-ms-background-color: rgba(0, 0, 0, 0.1)}

.mCS-mybar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {background-color: #bbb;-moz-background-color: #bbb;-webkit-background-color: #bbb;-ms-background-color: #bbb}

.mCS-mybar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

#school {
  padding-left: 4px !important;
}

.school-test-paper,
.system-test-paper
{
  margin-left: -4px;
}

.school-test-paper .mCSB_inside > .mCSB_container,
.system-test-paper .mCSB_inside > .mCSB_container{
  margin-right: 15px;
}

.tradition-tab > div {
  height: 608px;
  /* background-color: #f4f4f4; */
}
.systemDom,.schoolDom{
  position: relative;
  overflow: hidden;
}
.systemDom:after{
  position: absolute;
  content: '';
  background: url(../images/xitong.png) no-repeat;
  width: 16px;
  height: 16px;
  top: 25px;
  left: 32px;
}
.schoolDom:after{
  position: absolute;
  content: '';
  background: url(../images/benxiaotuijian.png) no-repeat;
  width: 16px;
  height: 16px;
  top: 22px;
  left: 32px;
}

.lcumTitle{
  margin-top: 20px;
  margin-left: 56px;
  overflow: hidden;
}
.zhzql,.pjzql {
  font-size: 12px;
  color: #78B0B0;
  letter-spacing: 0;
  line-height: 14px;
  float: left;
  margin-left: 56px;
  margin-top: 11px;
}
.zhzql{
  margin-left: 24px;
}

::-webkit-scrollbar{
  /*display: none;*/
  position: absolute;
  height: 418px;
  width: 30px;
  right: -30px;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  /*box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
  background   : #CBEAE2;
}
::-webkit-scrollbar-thumb:hover {

  background   : rgba(103, 212, 187, 1);
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /*box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
  border-radius: 10px;
  background   : #ECF9F9;
}















