* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #2e87c5;
}

a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

input, select {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  color: #333;
}

.container {
  width: 1400px;
  padding: 0;
}

.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav {
  background: #2e87c5;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav ul {
  width: 1000px;
  display: flex;
  height: 100%;
  align-items: center;
}
.header .nav ul li {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.header .nav ul li:hover {
  background: #0063a7;
}
.header .nav ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60%;
  border-right: 1px solid #006baa;
}
.header .nav ul li:last-child a {
  border-right: none;
}

.bz-nav {
  margin: 20px auto;
  display: flex;
}
.bz-nav .box {
  margin: 0 5px;
  border: 1px solid #006baa;
  flex: 1;
}
.bz-nav .box h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 16px;
  background: #006baa;
  color: #fff;
  font-weight: bold;
}
.bz-nav .box .con {
  display: flex;
  align-items: center;
  height: 80px;
}
.bz-nav .box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.bz-nav .box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bz-nav .box ul li a {
  font-size: 13px;
  color: #333;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.bz-nav .box ul li a:hover {
  background: #006baa;
  color: #fff;
}
.bz-nav .box .ul-25 li {
  height: 40px;
  width: 25%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.bz-nav .box .ul-25 li:nth-child(4) {
  border-right: none;
}
.bz-nav .box .ul-25 li:nth-child(8) {
  border-right: none;
}
.bz-nav .box .ul-50 li {
  width: 50%;
  height: 40px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.bz-nav .box .ul-50 li:nth-child(2) {
  border-right: none;
}
.bz-nav .box .ul-50 li:nth-child(4) {
  border-right: none;
}
.bz-nav .box .ul-50 .w-100 {
  border-right: none;
}
.bz-nav .box .ul-33 li {
  width: 33.3%;
  height: 40px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.bz-nav .box .ul-33 li:nth-child(3) {
  border-right: none;
}
.bz-nav .box .ul-33 li:nth-child(6) {
  border-right: none;
}

.footer {
  background: linear-gradient(#2e87c5 20%, #1e508b, #1e508b);
}
.footer .nav {
  background: #2e87c5;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .nav ul {
  width: 1000px;
  display: flex;
  height: 100%;
  align-items: center;
}
.footer .nav ul li {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.footer .nav ul li:hover {
  background: #0063a7;
}
.footer .nav ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60%;
  border-right: 1px solid #006baa;
}
.footer .nav ul li:last-child a {
  border-right: none;
}
.footer .container {
  width: 1000px;
}
.footer .left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 500px;
  position: relative;
}
.footer .left:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}
.footer .left img {
  width: 70px;
}
.footer .left h2 {
  font-size: 40px;
  color: #fff;
  margin-left: 20px;
}
.footer .right {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .right p {
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
}

.home-title {
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
}
.home-title h3 {
  flex: 1;
  font-size: 18px;
  margin-left: 5px;
  color: #2e87c5;
  font-weight: bold;
}
.home-title .more {
  border: 1px solid #2e87c5;
  color: #2e87c5;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 24px;
  margin-right: 5px;
  border-radius: 6px;
}

.a1-box {
  display: flex;
}
.a1-box .yy {
  width: 300px;
}
.a1-box .yy .con {
  padding: 15px;
}
.a1-box .yy .con img {
  display: block;
  width: 100%;
}
.a1-box .yy .con p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 21px;
  text-indent: 2em;
  text-align: justify-all;
}
.a1-box .yy .con p a {
  color: red;
}
.a1-box .new {
  flex: 1;
  margin: 0 20px;
}
.a1-box .new .tab .tab-ul {
  display: flex;
}
.a1-box .new .tab .tab-ul li {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0efef;
  font-size: 14px;
  cursor: pointer;
}
.a1-box .new .tab .tab-ul .on {
  background: #006baa;
  color: #fff;
}
.a1-box .new .tab .con {
  padding: 10px;
}
.a1-box .new .tab .con .box {
  display: none;
}
.a1-box .new .tab .con .box .hot {
  padding-top: 5px;
}
.a1-box .new .tab .con .box .hot dt {
  font-size: 20px;
}
.a1-box .new .tab .con .box .hot dd {
  margin-top: 8px;
  margin-bottom: 5px;
}
.a1-box .new .tab .con .box .hot dd p {
  font-size: 13px;
  line-height: 24px;
}
.a1-box .new .tab .con .box .hot dd p a {
  color: red;
}
.a1-box .new .tab .con .box .list li {
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
}
.a1-box .new .tab .con .box .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #3b3b3b;
  margin-right: 8px;
  border-radius: 50%;
}
.a1-box .new .tab .con .box .list li a {
  flex: 1;
}
.a1-box .new .tab .con .box .list li time {
  color: #666;
  font-size: 13px;
}
.a1-box .new .tab .con .box .list li:last-child {
  border-bottom: none;
}
.a1-box .new .tab .con .box:nth-child(1) {
  display: block;
}
.a1-box .wt {
  width: 300px;
}
.a1-box .wt .con {
  padding: 10px;
}
.a1-box .wt .con .ul {
  display: flex;
  flex-wrap: wrap;
}
.a1-box .wt .con .ul li {
  padding: 3px 8px;
  background: #f0efef;
  font-size: 13px;
  margin: 5px;
}
.a1-box .wt .con .img {
  margin-top: 5px;
  display: flex;
  border: 1px solid #ccc;
}
.a1-box .wt .con .img li {
  flex: 1;
  padding: 5px;
}
.a1-box .wt .con .img li img {
  display: block;
  width: 100%;
}

.ystd .con {
  padding: 15px 0;
}
.ystd .con .zj-box {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 10px;
  height: 240px;
}
.ystd .con .zj-box img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.ystd .con .zj-box h3 {
  margin: 10px auto;
  font-size: 16px;
  color: #006baa;
  text-align: center;
  font-weight: bold;
}
.ystd .con .zj-box h4 {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.ystd .con .zj-box P {
  font-size: 12px;
  color: #333;
  line-height: 21px;
  text-align: justify-all;
  text-indent: 2em;
}
.ystd .con .zj-box P a {
  color: red;
}

.new-box {
  display: flex;
  flex-wrap: wrap;
}
.new-box .box {
  width: 33.3%;
  padding: 10px;
}
.new-box .box .con {
  padding: 0 8px;
}
.new-box .box .con .list {
  margin-top: 10px;
}
.new-box .box .con .list li {
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
}
.new-box .box .con .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #3b3b3b;
  margin-right: 8px;
  border-radius: 50%;
}
.new-box .box .con .list li a {
  flex: 1;
}
.new-box .box .con .list li time {
  color: #666;
  font-size: 13px;
}
.new-box .box .con .list li:last-child {
  border-bottom: none;
}

.yyhj .con {
  padding: 15px;
}

.main {
  display: flex;
  margin-bottom: 20px;
  padding: 0 5px;
}
.main .border {
  border: 1px solid #2e87c5 !important;
  padding: 0 10px;
}
.main .left {
  width: 300px;
  margin-right: 20px;
}
.main .left .con {
  margin-top: 10px;
  padding: 5px;
}
.main .left .yy img {
  display: block;
  width: 100%;
}
.main .left .yy p {
  font-size: 12px;
  line-height: 21px;
  text-indent: 2em;
  margin-top: 10px;
}
.main .left .yy p a {
  color: red;
}
.main .left .ys img {
  display: block;
  width: 100%;
}
.main .left .ys p {
  background: #006baa;
  color: #fff;
  font-size: 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .left .ys a {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background: #fe3c04;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.main .left .list {
  margin-top: -5px;
}
.main .left .list ul li {
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px dashed #b6b6b6;
}
.main .left .list ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #878787;
  color: #fff;
  font-size: 13px;
  margin-right: 5px;
}
.main .left .list ul li a {
  flex: 1;
}
.main .left .list ul li:nth-child(1) span {
  background: #fe3c04;
}
.main .left .list ul li:nth-child(2) span {
  background: #fe3c04;
}
.main .left .list ul li:nth-child(3) span {
  background: #fe3c04;
}
.main .right {
  flex: 1;
}
.main .right .nav-path {
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
  color: #006baa;
  background: #eee;
  height: 40px;
  font-weight: bold;
}
.main .right .nav-path a {
  color: #006baa;
}
.main .right .list {
  padding: 0 10px;
}
.main .right .list dl {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}
.main .right .list dl dt {
  font-size: 16px;
}
.main .right .list dl dt a {
  color: #007B71;
}
.main .right .list dl dd {
  margin-top: 10px;
}
.main .right .list dl dd p {
  color: #666;
  font-size: 13px;
  line-height: 21px;
  text-indent: 2em;
}
.main .right .list dl dd p a {
  color: red;
}
.main .right .page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
}
.main .right .a-ul {
  display: flex;
}
.main .right .a-ul li {
  flex: 1;
  height: 45px;
  background: #fe3c04;
  color: #fff;
  margin: 0 10px;
}
.main .right .a-ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
}
.main .right .a-ul li:nth-child(1) {
  background: #0a6ba0;
}
.main .right .tj {
  margin-top: 10px;
  display: flex;
}
.main .right .tj .box {
  flex: 1;
  margin: 0 10px;
}
.main .right .tj .box .con {
  padding: 10px;
}
.main .right .tj .box .con ul li {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px dashed #b6b6b6;
  padding: 0 5px;
}
.main .right .tj .box .con ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #3b3b3b;
  margin-right: 8px;
}
.main .right .tj .box .con ul li a {
  flex: 1;
}
.main .right .article {
  padding: 20px;
}
.main .right .article h1 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.main .right .article .info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 12px;
}
.main .right .article article {
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.main .right .article article img {
  max-width: 100%;
  height: auto;
}
.main .right .article article p {
  margin-bottom: 10px;
}
.main .right .article .a-action {
  margin-top: 5px;
}
.main .right .article .a-action li {
  display: flex;
  align-items: center;
  height: 36px;
  font-size: 13px;
}
