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

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

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;
}

.alw img {
  display: block;
  width: 100%;
}

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

.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #0b6ca1;
}
.header .nav ul {
  display: flex;
  width: 1000px;
  height: 100%;
}
.header .nav ul li {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}
.header .nav ul li a:hover {
  color: #00F7DE;
}

.bz-nav {
  margin-top: 20px;
  display: flex;
}
.bz-nav .box {
  flex: 1;
  margin: 0 5px;
}
.bz-nav .box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background: #0b6ca1;
  height: 36px;
  font-weight: bold;
}
.bz-nav .box ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #0b6ca1;
}
.bz-nav .box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  height: 36px;
}
.bz-nav .box .w25 li {
  width: 25%;
}
.bz-nav .box .w33 li {
  width: 33.3%;
}
.bz-nav .box .w50 li {
  width: 50%;
}

.home-title {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
}
.home-title .title {
  flex: 1;
  display: flex;
  align-items: center;
}
.home-title .title h3 {
  font-size: 18px;
  font-weight: bold;
}
.home-title .more {
  width: 50px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #ff7700;
  color: #ff7700;
  border-radius: 5px;
}

.a1-box {
  margin: 20px auto;
  display: flex;
}
.a1-box .box {
  width: 300px;
}
.a1-box .box .yy {
  margin-top: 10px;
  padding: 10px;
}
.a1-box .box .yy img {
  display: block;
  width: 100%;
}
.a1-box .box .yy p {
  font-size: 13px;
  line-height: 24px;
  text-indent: 2em;
  margin-top: 8px;
}
.a1-box .box .yy p a {
  color: red;
}
.a1-box .box .con {
  margin-top: 10px;
  padding: 10px;
}
.a1-box .box .con .list li {
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 13px;
  border-bottom: 1px dashed #ddd;
}
.a1-box .box .con .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #DD691D;
  margin-right: 8px;
}
.a1-box .box .con .list li a {
  color: #333;
  flex: 1;
}
.a1-box .box .con .list li a:hover {
  color: #DD691D;
}
.a1-box .box .con .list li time {
  font-size: 12px;
  color: #666;
}
.a1-box .box .con .list li:last-child {
  border-bottom: none;
}
.a1-box .new {
  flex: 1;
  margin: 0 20px;
}
.a1-box .new .con {
  padding: 10px;
}
.a1-box .new .con .hot dt {
  font-size: 16px;
}
.a1-box .new .con .hot dd {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  line-height: 24px;
}
.a1-box .new .con .hot dd a {
  color: red;
}
.a1-box .new .con .list li {
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 13px;
  border-bottom: 1px dashed #ddd;
}
.a1-box .new .con .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #DD691D;
  margin-right: 8px;
}
.a1-box .new .con .list li a {
  color: #333;
  flex: 1;
}
.a1-box .new .con .list li a:hover {
  color: #DD691D;
}
.a1-box .new .con .list li time {
  font-size: 12px;
  color: #666;
}
.a1-box .new .con .list li:last-child {
  border-bottom: none;
}

.swiper-pagination-bullet-active {
  background: #2b7f9e;
}

.zjtd .con {
  display: flex;
  padding: 20px;
}
.zjtd .con .left {
  width: 400px;
}
.zjtd .con .left ul {
  display: flex;
  flex-wrap: wrap;
}
.zjtd .con .left ul li {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.zjtd .con .left ul li img {
  display: block;
}
.zjtd .con .left ul li h4 {
  font-size: 20px;
  color: #0b6ca1;
  margin: 10px auto;
  font-weight: bold;
}
.zjtd .con .left ul li p {
  font-size: 14px;
  color: #888;
  line-height: 21px;
  text-align: justify-all;
  text-indent: 2em;
}
.zjtd .con .left ul li p a {
  color: red;
}
.zjtd .con .left  .zj-swiper{
    padding-bottom: 10px;
}
.zjtd .con .right {
  flex: 1;
  margin-left: 20px;
}
.zjtd .con .right ul {
  display: flex;
  flex-wrap: wrap;
}
.zjtd .con .right ul li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f9f9f9;
  height: 120px;
  border-bottom: 4px solid #fff;
  color: #484848;
}
.zjtd .con .right ul li h4 {
  font-size: 18px;
  font-weight: bold;
}
.zjtd .con .right ul li span {
  font-size: 16px;
  margin-top: 10px;
}
.zjtd .con .right ul li img {
  margin-bottom: 10px;
}
.zjtd .con .right ul li b {
  font-size: 16px;
}
.zjtd .con .right ul li:nth-child(1) {
  background: #e1e7ff;
}
.zjtd .con .right ul li:nth-child(2n) {
  border-left: 4px solid #fff;
}
.zjtd .con .right ul li:nth-child(7) {
  border-bottom: none;
}
.zjtd .con .right ul li:nth-child(8) {
  border-bottom: none;
}

.home-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.home-list .box {
  width: 33.3%;
  padding: 0 10px;
}
.home-list .box .con {
  padding: 10px;
}
.home-list .box .con .list li {
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 13px;
  border-bottom: 1px dashed #ddd;
}
.home-list .box .con .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #DD691D;
  margin-right: 8px;
}
.home-list .box .con .list li a {
  color: #333;
  flex: 1;
}
.home-list .box .con .list li a:hover {
  color: #DD691D;
}
.home-list .box .con .list li time {
  font-size: 12px;
  color: #666;
}
.home-list .box .con .list li:last-child {
  border-bottom: none;
}

.yypp .con {
  padding: 10px;
  margin-top: 10px;
}
.yypp .con img {
  display: block;
  width: 100%;
}

.footer {
  margin-top: 20px;
  background: #336699;
  padding: 20px 0;
  border-top: 4px solid #DD691D;
}
.footer .logo {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .logo img {
  display: block;
  width: 460px;
}
.footer .info {
  margin-left: 30px;
}
.footer .info ul li {
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.footer .info ul li img {
  width: 30px;
  margin-right: 10px;
}
.footer .text-p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

.main {
  margin-top: 20px;
  display: flex;
}
.main .left {
  flex: 1;
  margin-right: 20px;
}
.main .left .path {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
  color: #0b6ca1;
  background: #eee;
  font-weight: bold;
}
.main .left .path a {
  color: #0b6ca1;
}
.main .left .list {
  margin-top: 5px;
}
.main .left .list ul li {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}
.main .left .list ul li a:hover {
  color: #0C0C0C;
}
.main .left .list ul li h3 {
  font-size: 14px;
  color: #0b6ca1;
  margin-bottom: 10px;
  font-weight: bold;
}
.main .left .list ul li p {
  font-size: 12px;
  line-height: 24px;
  text-indent: 2em;
}
.main .left .list ul li p b {
  color: red;
}
.main .left .page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 10px auto;
}
.main .left .a-ul {
  display: flex;
}
.main .left .a-ul li {
  flex: 1;
  height: 45px;
  background: #fe3c04;
  color: #fff;
  margin: 0 10px;
}
.main .left .a-ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
}
.main .left .a-ul li:nth-child(1) {
  background: #0b6ca1;
}
.main .left .rmtj {
  margin-top: 10px;
}
.main .left .rmtj .title {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #0b6ca1;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
}
.main .left .rmtj .con {
  padding: 5px 10px;
}
.main .left .rmtj .con .list li {
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 13px;
  border-bottom: 1px dashed #ddd;
}
.main .left .rmtj .con .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #DD691D;
  margin-right: 8px;
}
.main .left .rmtj .con .list li a {
  color: #333;
  flex: 1;
}
.main .left .rmtj .con .list li a:hover {
  color: #DD691D;
}
.main .left .rmtj .con .list li time {
  font-size: 12px;
  color: #666;
}
.main .left .rmtj .con .list li:last-child {
  border-bottom: none;
}
.main .left .article .title {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  padding: 20px;
}
.main .left .article .info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
}
.main .left .article article {
  padding: 10px;
}
.main .left .article article img {
  max-width: 100%;
  height: auto;
}
.main .left .article article p {
  margin-bottom: 10px;
}
.main .left .article .article-btn li {
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.main .right {
  width: 300px;
}
.main .right .r-box .title {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
}
.main .right .r-box .title h3 {
  font-size: 16px;
  color: #0b6ca1;
  font-weight: bold;
  flex: 1;
}
.main .right .r-box .title .more {
  height: 28px;
  width: 45px;
  background: #0b6ca1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.main .right .r-box .con {
  padding: 10px;
}
.main .right .r-box .yy {
  margin-top: 5px;
}
.main .right .r-box .yy img {
  display: block;
  width: 100%;
}
.main .right .r-box .yy p {
  font-size: 12px;
  text-indent: 2em;
  margin-top: 5px;
  line-height: 21px;
}
.main .right .r-box .yy p a {
  color: red;
}
.main .right .r-box .zjtd {
  margin-top: 5px;
}
.main .right .r-box .zjtd img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}
.main .right .r-box .zjtd p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 36px;
  color: #fff;
  background: #0b6ca1;
}
.main .right .r-box .zjtd .a {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background: #fe3c04;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

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