img{
  object-fit: cover;
}
.box{
  width: 100%;
}
.center-1200{
  max-width: 1200px;
  margin: 0 auto;
}
.bg-color-index {
  background: #fafcfd;
}

/************************ 顶部登录注册 
*/
.login{
  height: 26px;
  line-height: 26px;
}
.login a,.login span{
  font-size: 12px;
  font-weight: bold;

}
/************************ 顶部导航栏
*/
.nav{
  height: 46px;
  line-height: 46px;
  background-color: #4370f5;
  margin-top: -4px;
}
.nav .nav-list{
  width: 100%;
  height: 41px;
  border: 2px solid #4370f5;

}
.nav .nav-list a{
  width: 24%;
  height: 42px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  
}
.nav .nav-list a:hover{
  background-color: #fff;
  color: #1e2748;
  font-weight: bold;
}
.nav-list span{
  color: #999999;
}
.nav .nav-list .cur{
  background-color: #fff;
  color: #1e2748;
  font-weight: bold;
}

/************************ 页面底部
*/
.footer {
  width: 1200px;
  margin: 0 auto;
}
.footer-box {
  width: 100%;
  height: 204px;
  background-color: #212121;
}
.footer-l-wz{
  text-align: left;
  line-height: 20px;
}

.footer-list img{
  display: block;
  margin-bottom: 8px;
}

/* 分页 */
.page .page-upper {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
}
.page .ellipsis{
  height: 30px;
  line-height: 30px;
}
.page-upper-span{
  color: #c5c5c6;
  cursor: not-allowed;
}


.page .page-item {
  border: 1px solid #E4E7ED;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background: #fff;
}

.page .active {
  background: #4370f5;
  border-color: #4370f5;
}
.page .active a {
  color: #fff !important;
}
.page-ul-li{
  display: block;
}
.page-upper-a:hover{
  display: block;
  /* width: 100%; */
  /* height: 100%; */
  background: #4370f5;
  border-color: #4370f5;
  color: #fff;
  border-radius: 4px;
}
.page .page-ul-li:hover{
  background: #4370f5;
  border-color: #4370f5;
}
.page .page-ul-li:hover a{
  color: #fff;
}
.page-ite {
  height: 30px;
  line-height: 30px;
}

.page-ul-li a {
  color: #8c8c8f;
  white-space:nowrap; 
}
