.matter-list ul {
  height: auto;
  width: 100%;
  overflow: hidden;
  /* padding-top: 10px; */
  padding-left: 22px;
}

.matter-list ul li {
  width: 100%;
  padding: 3px 0;
  float: left;
}

.matter-list ul li p {
  max-width: 200px;
  height: 28px;
  line-height: 28px;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-family: 'PingFang SC Bold';
  font-weight: bold;
  font-size: 14px;
  color: #06121e;
}
.matter-list ul li > a {
  font-family: 'PingFang SC';
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #06121e;
  display: inline-flex;
  line-height: 25px;
}

.matter-list ul li p a {
  min-width: 100px;
  height: 25px;
  line-height: 25px;
  /* font-size: 12px; */
  color: #333;
  white-space: nowrap;
}

.matter-list ul li em {
  margin-left: -20px;
  height: 25px;
  line-height: 25px;
  min-width: 30px;
  padding-right: 10px;
  float: left;
  white-space: nowrap;
  font-weight: 600;
  /* font-size: 12px; */
  text-align: right;
  font-family: 'PingFang SC Bold';
  font-weight: bold;
  font-size: 16px;
  color: #f7561e;
}

.matter-list ul li span {
  width: auto;
  float: left;
  color: #ec2a1e;
  white-space: nowrap;
}

.matter-list ul li span a {
  padding-left: 2px;
  padding-right: 2px;
  color: #e00018;
  display: block;
}
.collection .bsdtList {
  padding: 10px 5px 0 36px;
  width: 100%;
  height: 222px;
  display: none;
}
.collection p.cir {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}
.collection p.cir span {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  transition: all .3s;
}
.collection p.cir span.active {
  background-color: #0a4c86;
}
.collection .bsdtList li {
  float: left;
  position: relative;
  width: 138px;
  height: 104px;
  text-align: center;
  margin: 0px 9px;
  cursor: pointer;
  transition: all .3s;
}
.collection .bsdtList .infoBox {
  bottom: -160px;
  left: -412px;
}
.collection .internet {
  top: 6px;
  left: 38px;
}
/*****焦点图*********/
.collection:hover .slider-btn {
  color: #fff;
  text-shadow: 0 0 5px #666;
}
.collection .slider-btn {
  position: absolute;
  width: 40px;
  height: 80px;
  top: 50%;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  font-family: '黑体';
  color: rgba(255, 255, 255, 0);
}
.collection .slider-btn:hover {
  background: rgba(125, 125, 125, 0.3);
}
.collection .slider-btn.slider-btn-left {
  left: 0;
  margin-top: -30px;
}
.collection .slider-btn.slider-btn-right {
  right: 0;
  margin-top: -30px;
}
.table>tbody>tr>td {
  vertical-align: middle;
  padding: 7px 5px;
}
.nodata {
  text-align: center;
}
.quickLinkTips {
  position: absolute;
  left: 0px;
  bottom: -148px;
width: 198px;
height: 188px;
border-radius: 8px;
background: #FFFFFF;
box-shadow: 0px 4px 10px 0px #E3E6F0;
text-align: center;
display: none;
}
.bsdtList li .quickLinkTips>img {
  width: 72px;
  height: 72px;
  margin: 15px 0 5px 0;
}
.quickLinkTips > p {
  font-size: 12px;
  color: #767676;
  line-height: 26px;
}
.bsdtList li:hover .quickLinkTips{
  display: block;
}
.studentGrsc .getMore{
display: none !important;
}
#yingxinPop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 19891015;
  display: none;
}
#bindPop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 19891015;
  display: none;
}
.bindPopContent {
  width: 460px;
  max-height: 460px;
  background-color: #fcfdff;
  position: relative;
  left: 50%;
  top: 50%;
  transform:translateX(-50%) translateY(-50%);
  border-radius: 5px;
  padding-bottom:10px;
}
#bindPop .iconfont {
  font-size: 34px;
  color: #afafaf;
  position: absolute;
  right: 4px;
  top: 0;
  cursor: pointer;
}
.bindPopContent .tit {
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
}
.bindPopContent .tit h2{
  font-size: 28px;
  color: #000;
  line-height: 40px;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.bindPopContent .tit h2 {
  font-size: 16px;
  font-weight: 700;
}
.bindPopContent .tit p {
  font-size: 14px;
  color: #696969;
  line-height:26px;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
/* 首页绑定邮箱手机弹窗 */
#bindPop .form-control {
  height: 40px;
  border: 1px solid #ddd
}

#bindPop .input-group-addon {
  color: #214fdb;
  border:1px solid #ddd;
  border-left: none
}

.bindPopContent .input-group {
  width: 80%;
  margin: 20px auto;
}
#getPhoneCode,
#getMailCode {
  background-color: #fff;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
#inputPhoneCode,
#inputMailCode{
 position: relative;
}
#inputPhoneCode img,
#inputMailCode img{
  position: absolute;
  right: 5px;
  z-index: 9;
  top: 8px;
  display: none;
}
#inputPhoneCode input,
#inputMailCode input {
  border-radius: 4px;
}
#closeYingxin {
  display: block;
  width: 80%;
  margin: 30px auto;
  text-align: center;
  background-color: #214fdb;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
#bindSubmit {
  display: block;
  width: 80%;
  margin: 30px auto;
  text-align: center;
  background-color: #214fdb;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.phone-wrap.input-group:first-child{
  position:relative;
}
.phone-need{
  position: absolute;
  top: 8px;
  left: -15px;
  color: red;
  font-size: 22px;
}