@charset "UTF-8";
span.more > a {
  color: #cb0401;
}

.title-default h2 a {
  color: #237FC5;
}

html {
  color: #000;
  min-width: 1400px;
}

body {
  background: url("../img/main-bg.png") repeat-x;
}

ul, li {
  display: block;
  list-style: none;
  padding: 0;
}

a:hover {
  color: red;
}

.dh {
  display: flex;
  height: auto;
}

.bh1 {
  display: flex;
}

/*头部*/
.header {
  width: 100%;
  height: 460px;
  min-width: 1400px;
  background: url("../img/header.png");
}

.header .logo {
  display: block;
  margin: 0 auto;
  padding: 55px 0 85px 0;
  height: 260px;
}

.header .nav {
  width: 100%;
  height: 60px;
  background-color: #237FC5;
}

.header .nav .ul-list {
  width: 1400px;
  margin: 0 auto;
  height: 60px;
}

.header .nav .ul-list li {
  line-height: 60px;
  width: 16.666666%;
  float: left;
  text-align: center;
  font-size: 20px;
}

.header .nav .ul-list li a {
  color: #fff;
  font-weight: bold;
}

/*主体*/
.main {
  width: 1360px;
  margin: 0 auto;
  clear: both;
  padding: 0 20px;
  min-height: 500px;
}

.title-default {
  border-bottom: #237FC5 solid 2px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
}
.title-default li {
  width: 80%;
  float: left;
}
.title-default h2 a {
  display: block;
  width: 80%;
  font-size: 23px;
  float: left;
}

span.more > a {
  display: block;
  font-size: 16px;
  float: right;
  margin-right: 20px;
}

.list-default {
  min-height: 275px;
}
.list-default li {
  background: url("../img/article.png") no-repeat left center;
  background-size: 18px;
  transition: transform 0.3s ease; /* 设置过渡效果 */
  height: 54px;
  line-height: 54px;
  border-bottom: #E0E0E0 solid 1px;
}
.list-default li:hover {
  font-weight: bold;
  transform: scale(1.03, 1.07); /* 缩放 */
  opacity: 0.8; /* 透明度降低 */
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3); /* 添加阴影 */
  background-position-x: 0.5rem;
}
.list-default li:hover a {
  text-indent: 1.5rem;
}
.list-default li a {
  display: block;
  width: 83%;
  font-size: 17.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  text-indent: 1.5rem;
}
.list-default li span {
  display: block;
  float: right;
  width: 15%;
  text-align: center;
  color: #606266;
  font-size: 16px;
}

/*底部*/
.footer {
  background-color: #237FC5;
  min-width: 1400px;
  margin-top: 60px;
  height: auto;
  padding: 25px 0;
  font-size: 16px;
  color: #fff;
}
.footer .copyright {
  width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.footer .copyright p, .footer .copyright a {
  color: #fff;
}

/*导航*/
/*搜索*/
/*面包屑*/
.row {
  clear: both;
  width: 100%;
  background-color: #f6f8f9;
}
.row .breadcrumb {
  display: block;
  width: 1360px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.row .breadcrumb svg {
  left: 0;
  top: 8px;
}

/*# sourceMappingURL=base.css.map */
