:root {
  --opa: 0;
  --show: none;
}

body {
  background-color: #e1e2e3;
}
li {
  list-style: none;
}
.head {
  padding: 0;
  min-height: 140px;
  background-color: #006cbe;
  border-bottom: 1px solid #000;
}
.head img {
  width: 100%;
}
.logo {
  height: 103px;
  padding-right: 30px;
  object-fit: contain;
}
.collegeName {
  width: 100%;
  height: 100px;
  background-color: #eee;
}
.logo,
.collegeName {
  margin: 25px 0 5px 0;
}
.nav-title {
  font-weight: bold;
  font-size: 20px;
  
}
.nav-second-title {
  font-weight: bold;
  font-size: 18px;
}
.card-font {
  font-size: 19px;
  font-weight: bold;
}
.navigation {
  height: 50px;
}
.navigation ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  justify-content: space-around;
}
.nav-primary {
  display: flex;
  justify-content: centers;
  align-items: center;
  text-align: center;
  width: 120px;
  height: 100%;
  position: relative;
}
.nav-primary:hover {
  --opa: 1;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
}
.nav-primary a {
  color: #333333;
  text-decoration: none;
}
.nav-second {
  padding: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column !important;
  align-items: center;
  background-color: white;
  opacity: var(--opa);
  z-index: 30;
}
.nav-second li {
  width: 100%;
  height: 50px;
}

.list {
  list-style: none;
  padding-left: 0;
}
.list a,
.card-header a {
  color: #333333;
  text-decoration: none;
  letter-spacing: 0px;
}
.list a:hover,
.card-header a:hover {
  color: #337ab7;
}
.list li {
  position: relative;
}
.list li img {
  padding-right: 10px;
  padding-bottom: 5px;
}
.list-time {
  position: absolute;
  right: 0;
}

.link a {
  text-decoration: none;
}
.link button {
  width: 80%;
  margin-top: 2px;
  margin-bottom: 2px;
}
.notice {
  line-height: 20px;
}
.notice li {
  margin: 5px 0;
}
.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #006cbe;
  color: #fff;
  height: 10vh;
}

.pr-0 {
  padding-right: 0;
}

.mt-20 {
  margin-top: 20px;
}

.target-one img {
  width: 100% !important;
  object-fit: contain !important;
}
.target-second img {
  width: 100% !important;
  height: 378px !important;
  object-fit: fill !important;
}

.list-bor {
  border: 1px solid black;
  padding-top: 20px;
  /* margin-left: 5px; */
  /* height: 800px; */
}
.tittle {
  background: url(/_upload/tpl/02/ff/767/template767/images/图片1.png) no-repeat;
  background-position: 0 -8px;
}
.list {
  margin-top: 20px;
  letter-spacing: 2px;
  /* border-bottom: 1px solid black; */
  color: black;
  background: url(/_upload/tpl/02/ff/767/template767/images/queryli.gif)
    no-repeat;
  background-position: 15px;
}
.left-list {
  font-size: 20px;
  text-align: center;
  background-color: #006cbe;
  font-weight: bold;
  height: 45px;
  padding: 10px;
  margin-top: 10px;
  color: white;
}
.list:hover {
  color: blue;
}
a:hover {
  text-decoration: none;
}
.left-list:hover {
  color: black;
  background-color: #33aed4;
}
.date {
  color: gray;
}
.nav-item:hover {
  background-color: white;
  --show: block;
}
.nav-item-son {
  width: 120px;
  display: var(--show);
  background-color: white;
  padding-left: 0;
  position: absolute;
  top: 50px;
  width:120px;
  left: 0px;
}
.nav-item-son li {
  width: 120px;
  height: 50px;
  padding: 1rem;
  border-top: 1px solid gray;
}
.nav-item {
  min-width: 120px;
  min-height: 40px;
  text-align: center;
  z-index: 2;
  font-size: 0;
}
@media (0px <= width <= 800px) { 
  .phone{
    display:block;
  }
  .pc{
    display:none;
  }
  .phone-fit{
    margin: 0;
  }
  .phone-bnav{
    flex-direction: column!important;
    align-items: center!important;
  }
}
@media (801px <= width) { 
  .phone{
    display: none;
  }
  .pc{
    display:block;
  }
  .pc-fit{
    margin: 0 10vw;
  }
}

.phone-nav {
  padding-bottom: 30px;
}

.phone-nav ul {
  color: #fff;
  position: relative;
}
.phone-nav ul li {
  position: absolute;
  text-align: center;
}
.phone-nav ul li:not(.firstItem){
  display: none;
}
.activeNav li{
  position: relative!important;
  display: block!important;
}
.firstItem{
  background-color: #427ab8;
}