* {
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: 45px;
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: #1862a1;
}
.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 {
display: flex;
}
.bz-nav .box {
flex: 1;
border: 1px solid #ccc;
margin: 0 6px;
}
.bz-nav .box a {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
}
.bz-nav .box a .top {
width: 100%;
border-bottom: 1px dashed #ccc;
}
.bz-nav .box a .top h3 {
font-size: 16px;
color: #333;
text-align: center;
margin-top: 15px;
font-weight: bold;
}
.bz-nav .box a .top img {
width: 83px;
display: block;
margin: 15px auto 10px auto;
border-radius: 50%;
}
.bz-nav .box a .top span {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
color: #3e98a1;
font-size: 14px;
}
.bz-nav .box a .top ul {
margin: 10px auto 15px auto;
width: 70%;
display: flex;
}
.bz-nav .box a .top ul li {
flex: 1;
height: 16px;
display: flex;
align-items: center;
justify-content: center;
color: #696969;
border-right: 1px solid #696969;
font-size: 13px;
}
.bz-nav .box a .top ul li:last-child {
border-right: none;
}
.bz-nav .box a .bom {
display: flex;
align-items: center;
justify-content: center;
height: 36px;
}
.bz-nav .box:nth-child(1) {
margin-left: 0;
}
.bz-nav .box:nth-child(2) a span {
color: #e4688a;
}
.bz-nav .box:nth-child(3) a span {
color: #87aee7;
}
.bz-nav .box:nth-child(4) a span {
color: #a89550;
}
.bz-nav .box:nth-child(5) a span {
color: #b57e3e;
}
.bz-nav .box:last-child {
margin-right: 0;
}
.bz-nav .box:last-child a span {
color: #709b65;
}

.max-title {
display: flex;
align-items: center;
height: 45px;
border-bottom: 1px solid #ccc;
padding: 0 5px;
}
.max-title h3 {
flex: 1;
display: flex;
align-items: center;
color: #2e87c5;
font-size: 18px;
font-weight: bold;
}
.max-title a {
color: #fff;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 60%;
background: #1862a1;
}

.a1box {
display: flex;
}
.a1box .yy {
width: 300px;
border: 1px solid #ccc;
padding: 10px;
}
.a1box .yy img {
display: block;
width: 100%;
}
.a1box .yy p {
font-size: 13px;
line-height: 24px;
text-indent: 2em;
margin-top: 10px;
}
.a1box .yy p a {
color: #DD691D;
}
.a1box .news {
flex: 1;
margin: 0 10px;
border: 1px solid #ccc;
padding: 10px;
}
.a1box .news .tab .tab-ul {
display: flex;
}
.a1box .news .tab .tab-ul li {
flex: 1;
height: 36px;
background: #eeeeee;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
cursor: pointer;
}
.a1box .news .tab .tab-ul .on {
background: #2e87c5;
color: #fff;
}
.a1box .news .tab .con {
padding: 0 5px;
}
.a1box .news .tab .con .box {
display: none;
}
.a1box .news .tab .con .box .hot-a {
margin: 15px auto 8px auto;
}
.a1box .news .tab .con .box .hot-a h3 {
font-size: 16px;
color: #0C0C0C;
margin-bottom: 10px;
text-align: center;
}
.a1box .news .tab .con .box .hot-a p {
font-size: 13px;
line-height: 24px;
text-indent: 2em;
color: #666;
}
.a1box .news .tab .con .box .hot-a p b {
color: #DD691D;
}
.a1box .news .tab .con .box ul li {
padding: 0 5px;
display: flex;
align-items: center;
font-size: 13px;
height: 34px;
border-bottom: 1px dashed #ccc;
}
.a1box .news .tab .con .box ul li:before {
content: '';
width: 5px;
height: 5px;
background: #1862a1;
margin-right: 6px;
}
.a1box .news .tab .con .box ul li a {
flex: 1;
}
.a1box .news .tab .con .box ul li time {
font-size: 12px;
color: #666;
}
.a1box .news .tab .con .box ul li:last-child {
border-bottom: none;
}
.a1box .news .tab .con .box:nth-child(1) {
display: block;
}
.a1box .hot {
width: 300px;
border: 1px solid #ccc;
padding: 0 10px;
}
.a1box .hot .con {
padding: 5px;
}
.a1box .hot .con ul {
display: flex;
flex-wrap: wrap;
}
.a1box .hot .con ul li {
padding: 5px;
}
.a1box .hot .con ul li a {
display: flex;
align-items: center;
justify-content: center;
background: #f0efef;
font-size: 13px;
padding: 5px 8px;
}

.zjtd {
border: 1px solid #ccc;
padding: 0 10px;
}
.zjtd .con {
margin: 15px auto;
}
.zjtd .con .zj-box {
width: 95%;
margin: 0 auto;
padding: 20px;
}
.zjtd .con .zj-box img {
margin: 0 auto;
width: 50%;
display: block;
}
.zjtd .con .zj-box h3 {
margin: 10px auto;
font-size: 16px;
color: #1862a1;
text-align: center;
font-weight: bold;
}
.zjtd .con .zj-box h4 {
font-size: 14px;
text-align: center;
padding-bottom: 5px;
margin-bottom: 5px;
}
.zjtd .con .zj-box p {
font-size: 12px;
color: #333;
line-height: 21px;
text-align: justify-all;
text-indent: 2em;
}
.zjtd .con .zj-box p a {
color: #DD691D;
}

.footer {
margin-top: 20px;
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-list {
display: flex;
flex-wrap: wrap;
border: 1px solid #ccc;
}
.home-list .box {
width: 25%;
padding: 0 10px;
}
.home-list .box .con ul li {
padding: 0 5px;
display: flex;
align-items: center;
font-size: 13px;
height: 39px;
border-bottom: 1px dashed #ccc;
}
.home-list .box .con ul li:before {
content: '';
width: 5px;
height: 5px;
background: #1862a1;
margin-right: 6px;
}
.home-list .box .con ul li a {
flex: 1;
}
.home-list .box .con ul li time {
font-size: 12px;
color: #666;
}
.home-list .box .con ul li:last-child {
border-bottom: none;
}

.yypp {
border: 1px solid #ccc;
padding: 0 10px;
}
.yypp .con {
padding: 10px;
}

.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: #DD691D;
}

.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: #DD691D;
}

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