/* 用于后台管理界面的多项下拉框宽度调整 */
#courceConfig .layui-form-label {
  width: 90px;
}
#courceConfig .layui-input-inline {
  width: 150px;
}
/* 作业提示 */
.tag {
  width: 300px;
  border-radius: 8px;
  border: 1px solid #999;
  position: absolute;
  bottom: 50px;
  right: 8px;
  background-color: #FFF;
  overflow: hidden;
}
.arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -40px;
  left: 100px;
}
.arrow * {
  display: block;
  border-width: 20px;
  position: absolute;
  border-style: solid dashed dashed dashed;
  font-size: 0;
  line-height: 0;
}
.arrow em {
  border-color: #999 transparent transparent;
}
.arrow span {
  border-color: #FFF transparent transparent;
  top: -7px;
}
.alert_header {
  position: relative;
  border-bottom: 1px dashed #999;
  height: 30px;
  margin: 0 10px 0 5px;
}
.header_icon {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 70px;
  font-size: 15px;
  color: white;
  background-color: #3A97A7;
  text-align: center;
  letter-spacing: 5px;
  border-radius: 0 0 5px 5px;
}
.alert_content {
  border-bottom: 1px dashed #999;
  height: 60px;
  list-style: none;
}
.alert_body {
  overflow: auto;
  height: 120px;
}
.alert_body ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}
.alert_body ul li {
  position: relative;
  padding: 10px 20px 10px 5px;
}
.alert_close {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -1px;
  top: 5px;
  border: 1px solid #90CED8;
  border-radius: 10%;
}
.content_close {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 1px solid #99CC00;
  border-radius: 50%;
}
/*首页选择*/
.alert_chose h3,
.layer_notice h3 {
  height: 30px;
  padding: 20px 0 30px 15px;
  color: #999999;
  border-bottom: 1px solid #999;
}
.alert_role ul {
  list-style: none;
  padding-left: 0px;
}
.alert_role ul li {
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid #999;
}
.alert_role ul li .alert_li_header {
  padding: 10px 0 20px 10px;
  width: 90%;
  height: 32px;
  overflow: hidden;
}
.alert_role ul li .alert_li_header .notice_delete {
  position: absolute;
  right: 5px;
  color: red;
  top: 17px;
}
.alert_li {
  position: relative;
}
.alert_li .alert_li_time{
	float: right;
}
.alert_header .alert_close {
  cursor: pointer;
}
.alert_role ul li .alert_li_body {
  text-indent: 20px;
  padding: 0px 0 10px 5px;
}
.alert_role ul li .alert_li_footer {
  text-align: center;
}
.alert_role p {
  padding: 20px;
  text-align: center;
}
select {
  height: 38px;
  line-height: 38px;
  width: 120px;
  font-size: 15px;
  border: 1px solid #C9C9C9;
  background-color: #fff;
  color: #555;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  opacity: .9;
}
/*文件上传*/
.addFiles {
  margin-top: 10px;
}
.load_text {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  float: right;
  font-size: 8px;
  border: 1px solid;
  border-radius: 50%;
}
