@charset "UTF-8";
.page {
  /* 宽度可以不给 */
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 80px;
  font-size: 0.83vw;
  /* 选中样式 */
  /* 鼠标划入样式 */
}

.page .page_on {
  background: #006498;
  border: 1px solid #006498;
  color: #fff;
}

.page a,
.page p {
  display: inline-block !important;
  height: 2.08vw;
  padding: 0 0.81vw;
  line-height: 2.08vw;
  margin: 0 3px;
  border: 1px solid #ccc;
}

.page a {
  color: #000;
  border-radius: 6px;
}

.page a:hover {
  background: #006498;
  border: 1px solid #006498;
  color: #fff;
  font-weight: normal;
}

.page p {
  border: none;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

#header .logoBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 36.46vw;
  padding-left: 13.02vw;
  box-sizing: border-box;
}

#header .logoBox::before {
  z-index: 0;
  content: "";
  position: absolute;
  right: 1.56vw;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: skewX(-30deg);
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
}

#header .logoBox img {
  position: relative;
  height: 4.17vw;
  margin: 0.52vw 0;
  z-index: 1;
}

#header ul {
  padding-left: 36.46vw;
  display: flex;
  align-items: center;
  height: 3.33vw;
  background: rgba(20, 67, 135, 0.9);
  color: #fff;
  box-sizing: border-box;
}

#header ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5.21vw;
  cursor: pointer;
  font-size: 0.73vw;
  position: relative;
  height: 100%;
}

#header ul li::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 1.56vw;
  background: #fff;
}

#header ul li dd {
  width: 100%;
  position: absolute;
  left: 0;
  top: 3.33vw;
  background: rgba(20, 67, 135, 0.5);
  line-height: 2.71vw;
  text-align: center;
}

#header ul li:hover p {
  color: #66cc00;
}

#header ul li:hover dd {
  display: block;
}

#header ul dd {
  display: none;
}

#header ul dd dl:hover {
  color: #66cc00;
}

.title {
  margin-top: 2.6vw;
  margin-bottom: 1.04vw;
  height: 5.21vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.title::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #006498;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}

.title div {
  text-align: center;
  background: #fff;
  padding: 0 2.6vw;
  font-size: 1.56vw;
  position: relative;
  z-index: 1;
}

.title div::before {
  content: '';
  display: block;
  width: 0.26vw;
  max-width: 5px;
  height: 1.88vw;
  background: #006498;
  position: absolute;
  left: 0;
  top: 0.52vw;
}

.title div::after {
  content: '';
  display: block;
  width: 0.26vw;
  max-width: 5px;
  height: 1.88vw;
  background: #006498;
  position: absolute;
  right: 0;
  top: 0.52vw;
}

.title div i {
  color: #144387;
}

.title div p {
  font-size: 0.63vw;
  color: #989898;
}

.itemBox .BgBox {
  width: 62.5vw;
  margin: 0 auto;
}

.topImg img {
  width: 100%;
  height: 7.81vw;
  object-fit: cover;
}

.erTitle {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 7.29vw;
}

.erTitle::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #006498;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}

.erTitle div {
  background: #fff;
  padding-left: 2.08vw;
  position: relative;
  z-index: 1;
}

.erTitle div::before {
  content: '';
  display: block;
  width: 0.26vw;
  max-width: 5px;
  height: 1.88vw;
  background: #006498;
  position: absolute;
  left: 0;
  top: 0.26vw;
}

.erTitle div span {
  font-size: 1.25vw;
}

.erTitle div p {
  font-size: 0.63vw;
  color: #989898;
}

.erTitle i {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 1.04vw;
  padding-left: 2.6vw;
  font-size: 0.73vw;
}

.erTitle i::after {
  content: '';
  display: block;
  width: 0.26vw;
  height: 100%;
  background: #006498;
  position: absolute;
  right: 0;
  top: 0;
}

.contBox {
  width: 62.5vw;
  min-height: 600px;
  margin: 0 auto;
}

.txtUl {
  width: 62.5vw;
}

.txtUl li a {
  display: flex;
  margin-bottom: 1.56vw;
  padding-bottom: 1.56vw;
  border-bottom: 1px dashed #ccc;
}

.txtUl li a:hover div {
  color: #006498;
}

.txtUl li a:hover strong {
  color: #006498;
}

.txtUl li a:hover p {
  color: #333;
}

.txtUl li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #808080;
  width: 4.48vw;
  height: 4.69vw;
  background: #f0f0f0;
  text-align: center;
  border-radius: 0.31vw;
  margin-right: 1.04vw;
}

.txtUl li div i {
  font-size: 1.67vw;
}

.txtUl li div em {
  font-size: 0.63vw;
}

.txtUl li span {
  width: 57.29vw;
}

.txtUl li span strong {
  display: block;
  font-size: 1.04vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

.txtUl li span p {
  margin-top: 0.31vw;
  font-size: 0.73vw;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.04vw;
}

.imgUl {
  width: 62.5vw;
}

.imgUl li a {
  display: flex;
  margin-bottom: 1.56vw;
  padding-bottom: 1.56vw;
  border-bottom: 1px dashed #ccc;
}

.imgUl li a img {
  display: block;
  width: 13.02vw;
  height: 7.81vw;
  object-fit: cover;
  margin-right: 1.04vw;
}

.imgUl li a div {
  flex: 1;
}

.imgUl li a div strong {
  display: block;
  font-size: 1.04vw;
  color: #333;
  height: 3.13vw;
}

.imgUl li a div p {
  font-size: 0.73vw;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tupianUl {
  width: 62.5vw;
  display: flex;
  flex-wrap: wrap;
}

.tupianUl li {
  width: 14.58vw;
  margin-right: 1.35vw;
}

.tupianUl li:nth-child(4n) {
  margin-right: 0;
}

.tupianUl li a {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.56vw;
}

.tupianUl li a:hover {
  color: #144387;
}

.tupianUl li a img {
  display: block;
  width: 14.58vw;
  height: 9.38vw;
  object-fit: cover;
  margin-right: 1.04vw;
}

.tupianUl li a p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.83vw;
  line-height: 3.13vw;
  padding: 0 1.04vw;
  box-sizing: border-box;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
}

.details img {
  max-width: 62.5vw;
}

.details .biaoti {
  text-align: center;
  font-size: 1.56vw;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.56vw;
}

.details .time {
  text-align: center;
  font-size: 0.94vw;
  line-height: 4.17vw;
  color: #999;
}

.details .erjibiaoti {
  font-size: 1.25vw;
  text-align: center;
}

.details .txt {
  font-size: 0.94vw;
  line-height: 1.88vw;
  margin-top: 2.6vw;
}

.xuanze {
  margin-bottom: 2.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 2.6vw 0;
  border-radius: 0.52vw;
}

.xuanze p {
  font-size: 1.25vw;
  color: #006498;
  font-weight: bold;
  text-align: center;
  margin-right: 1.04vw;
}

.xuanze select {
  width: 26.04vw;
  height: 3.13vw;
  border-radius: 0.52vw;
  font-size: 1.04vw;
  padding-left: 1.04vw;
  border: 1px solid #ccc;
}

#footer {
  padding-top: 4.17vw;
  box-sizing: border-box;
}

#footer .linkBox {
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.52vw;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
}

#footer .linkBox span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.17vw;
  width: 7.29vw;
  background: #006498;
  color: #fff;
  font-size: 0.83vw;
}

#footer .linkBox strong {
  flex: 1;
  font-size: 0.73vw;
  padding: 1.67vw;
  box-sizing: border-box;
  line-height: 1.46vw;
}

#footer .linkBox strong a {
  margin-right: 1.04vw;
  color: #333;
}

#footer .linkBox strong a:hover {
  color: #006498;
}

#footer .copyTxt {
  background: #383838;
  padding: 1.04vw 0;
  margin-top: 1.04vw;
}

#footer .copyTxt .txt {
  width: 62.5vw;
  margin: 0 auto;
  font-size: 0.73vw;
  line-height: 1.25vw;
  color: #999;
}

#footer .copyTxt .txt img {
  width: 5.73vw;
  height: 5.73vw;
  float: left;
  margin-right: 0.52vw;
  margin-top: 0.31vw;
}

#footer .copyLink {
  background: #2a2a2a;
  padding: 1.56vw 0;
}

#footer .copyLink .txt {
  width: 62.5vw;
  margin: 0 auto;
  font-size: 0.73vw;
  text-align: center;
  line-height: 1.25vw;
}

#footer .copyLink .txt p {
  color: #999;
}

#footer .copyLink .txt a {
  color: orange;
}
