* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #28a788;
}

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;
}

.swiper-pagination-bullet-active {
    background: #089a45;
}

.header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.header .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    background: #089a45;
}

.header .nav ul {
    display: flex;
    width: 1100px;
    height: 100%;
}

.header .nav ul li {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
}

.header .nav ul li a {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60%;
    border-right: 1px solid #fff;
}

.header .nav ul li:hover {
    background: #99CC99;
}

.header .nav ul li:last-child a {
    border-right: none;
}

.max_title {
    display: flex;
    align-items: center;
    height: 45px;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
}

.max_title h3 {
    font-size: 18px;
    color: #089a45;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}

.max_title h3:after {
    position: absolute;
    content: '';
    height: 4px;
    background: #089a45;
    left: 0;
    bottom: -2px;
    width: 100%;
}

.max_title a {
    color: #888;
    font-size: 13px;
    margin-right: 10px;
}

.a1-box {
    display: flex;
}

.a1-box .left {
    width: 260px;
}

.a1-box .left .con {
    padding: 10px;
}

.a1-box .left .con img {
    display: block;
    margin: 10px auto;
    width: 100%;
}

.a1-box .left .con p {
    margin-top: 5px;
    text-indent: 2em;
    line-height: 24px;
    font-size: 13px;
}

.a1-box .left .con p a {
    color: red;
}

.a1-box .main {
    flex: 1;
    margin: 0 20px;
}

.a1-box .main .con {
    padding: 10px;
}

.a1-box .main .con .box {
    display: none;
}

.a1-box .main .con .box:nth-child(1) {
    display: block;
}

.a1-box .main .con dl {
    margin-top: 5px;
}

.a1-box .main .con dl dt {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f9a201;
}

.a1-box .main .con dl dt a {
    color: #f9a201;
}

.a1-box .main .con dl dd {
    line-height: 24px;
    font-size: 14px;
}

.a1-box .main .con dl dd a {
    color: red;
}

.a1-box .main .con ul li {
    display: flex;
    align-items: center;
    height: 36px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}

.a1-box .main .con ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #f9a201;
    margin-right: 8px;
}

.a1-box .main .con ul li a {
    flex: 1;
    display: flex;
    align-items: center;
}

.a1-box .main .con ul li time {
    color: #888;
}

.a1-box .main .con ul li:last-child {
    border-bottom: none;
}

.a1-box .right {
    width: 400px;
}

.a1-box .right .con {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.a1-box .right .con img {
    width: 100%;
    display: block;
}

.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: #04b37a;
    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: #f9a201;
}

.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: 110px;
    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 {
    display: flex;
    flex-wrap: wrap;
}

.home-list .box {
    width: 50%;
    padding: 10px;
}

.home-list .box .con {
    padding: 10px;
}

.home-list .box ul li {
    display: flex;
    align-items: center;
    height: 36px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}

.home-list .box ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #f9a201;
    margin-right: 8px;
}

.home-list .box ul li a {
    flex: 1;
    display: flex;
    align-items: center;
}

.home-list .box ul li time {
    color: #888;
}

.yyhj .con {
    padding: 20px 10px;
}

.footer {
    border-top: 5px solid #009966;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.footer .logo {
    margin-bottom: 10px;
}

.footer p {
    font-size: 13px;
    margin: 2px auto;
}

.footer p a {
    color: #333;
}

.page-info {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 45px;
    font-size: 14px;
    border: 1px solid #dee2e6;
    color: #666;
    font-weight: bold;
}

.page-info a {
    color: #666;
}

.page-main {
    display: flex;
    margin-bottom: 20px;
}

.page-main .left {
    flex: 1;
    margin-right: 20px;
}

.page-main .left .list {
    padding: 5px;
}

.page-main .left .list li {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}

.page-main .left .list li a {
    display: flex;
}

.page-main .left .list li a .img {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-main .left .list li a .img img {
    display: block;
    width: 100%;
}

.page-main .left .list li a .info {
    flex: 1;
    margin-left: 10px;
}

.page-main .left .list li a .info h4 {
    font-size: 16px;
    color: #089a45;
    margin-bottom: 6px;
    font-weight: bold;
}

.page-main .left .list li a .info p {
    font-size: 13px;
    line-height: 21px;
    color: #666;
}

.page-main .left .list li a .info p b {
    color: red;
}

.page-main .left .list li:last-child {
    border-bottom: none;
}

.page-main .left .page {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
}

.page-main .left .article-title {
    font-size: 16px;
    line-height: 28px;
    padding: 20px;
    text-align: center;
}

.page-main .left .article-info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
}

.page-main .left .article {
    padding: 20px;
}

.page-main .left .article p {
    font-size: 14px;
    margin-bottom: 10px;
}

.page-main .left .article img {
    max-width: 100%;
    height: auto;
}

.page-main .left .a-btn {
    padding: 0 20px;
}

.page-main .left .a-btn li {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
}

.page-main .right {
    width: 300px;
}

.page-main .right .box {
    padding: 0 10px;
}

.page-main .right .box .con {
    padding: 10px;
}

.page-main .right .box .yy {
    margin-top: 10px;
}

.page-main .right .box .yy img {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.page-main .right .box .yy p {
    font-size: 13px;
    text-indent: 2em;
    line-height: 21px;
}

.page-main .right .box .yy p a {
    color: red;
}

.page-main .right .box .lx {
    margin-top: 10px;
}

.page-main .right .box .lx img {
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.page-main .right .box .lx p {
    font-size: 14px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-main .right .box .lx p b {
    color: red;
}

.page-main .right .box .list li {
    display: flex;
    align-items: center;
    height: 36px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}

.page-main .right .box .list li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #f9a201;
    margin-right: 8px;
}

.page-main .right .box .list li a {
    flex: 1;
    display: flex;
    align-items: center;
}

/*# sourceMappingURL=css.css.map */
