.content {
  background-color: #f5f5f5;
}
.content-class {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem;
  margin: 1.5rem auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.content-class .breadcrumb-position {
  padding: 15px 20px;
  background: url(http://www.hbea.edu.cn/Templets/202209/images/position.png) 0
    center no-repeat;
  word-break: break-all; /*允许在单词内换行*/
  text-overflow: ellipsis; /*显示省略符号来代表被修剪的文本*/
  overflow: hidden;
  white-space: nowrap; /*不换行 控制单行文本*/
  font-size: 1.8rem;
}
.content-class .content-list {
  margin: 1.5rem 0;
}
.content-class .list-group li{
list-style:none;
}
.content-class .list-group-item {
  border: 0;
  font-size: 1.8rem;
}
.content-class .list-group-item:hover {
  border-left: 3px solid #0a5bab;
}
.content-class .active {
  background-color: #005397;
}
.content-class .list-news li a {
  font-size: 1.8rem;
}
.content-class .page {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.content-class .page span,
.content-class .page a{
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1d74bc;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}


.content-class .page span:hover {
  background-color: #eee;
}
.content-class .page a:hover {
  color: #fff;
  background-color: #337ab7;
}
.content-class  div{
  text-align: center;
}
.content-class ul li{
  text-align: left;
}
.content-class .pageactive{
  font-weight: 700;
}

@media (max-width: 1000px) { 
  .content-class .page{
    display: flex;
    flex-wrap: wrap;
}

  
}


/* 分页 */
#pages { margin:auto; padding-top:50px; text-align:center; clear:both; font-size:16px}
#pages a {  font-size:16px; display:inline-block; height:35px; line-height:35px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 15px; margin:5px;}
#pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat 0 5px; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border: 1px solid #005397;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	background-color: #005397;
}
.page .noPage { display:inline-block; width:56px; height:35px; line-height:35px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }




.loginBox{width: 700px;margin:40px auto 100px;color:#fff;border:1px solid #599ed4;border-radius:20px;font-size:18px; background-color:#1d74bc; padding-top:60px; padding-bottom:40px;}
.loginBox .txt{width: 400px;margin:20px auto 30px;}
.loginBox span{float: left;}
.loginBox span i{padding:30px;}
.loginBox p{overflow: hidden;line-height: 30px;margin-bottom: 30px;}
.loginBox p input, .loginBox .sent input{float: right;width: 300px;height:30px;background: #fff;border:1px solid #646464;padding:0 10px;font-size:16px;border-radius:5px;}
.loginBox .yzm{overflow: hidden;margin-bottom: 30px;}
.loginBox .sent{float: right;width: 80px;}
.loginBox .sent input{float: left;width: 80px;}
.loginBox .sent img{float: right;width: 30px;height: 30px;}
.loginBox .btn input,.goBack{color:#fff;width:120px;height:40px;line-height:40px;border-radius:5px;margin:0 30px;font-size:18px; border-width:0px;}
.loginBox .btn input.xc{background:linear-gradient(to right,#78cb16,#44ab04);background:-webkit-linear-gradient(to right,#78cb16,#44ab04);background:-moz-linear-gradient(to right,#78cb16,#44ab04);background:-o-linear-gradient(to right,#78cb16,#44ab04);}
.loginBox .btn input.fh,.goBack{background:linear-gradient(to right,#e4be27,#e39e08);background:-webkit-linear-gradient(to right,#e4be27,#e39e08);background:-moz-linear-gradient(to right,#e4be27,#e39e08);background:-o-linear-gradient(to right,#e4be27,#e39e08); text-align:center}



