﻿    .section1 {
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    
    .sect1-l {
        float: left;
        width: 710px;
    }
    
    .sect1-r {
        float: right;
        width: 560px;
    }
    
    .title {
        overflow: hidden;
        line-height: 30px;
    }
    
    .title h2 {
        float: left;
    }
    
    .title span {
        font-size: 28px;
        color: #333;
        vertical-align: middle;
    }
    
    .title img {
        vertical-align: middle;
        padding-right: 18px;
    }
    
    .title a {
        float: right;
        font-size: 16px;
        color: #333;
    }
    
    .sect1-top {
        margin-top: 20px;
        overflow: hidden;
        padding-bottom: 20px;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .sect1-top>ul>li {
        float: left;
        width: 340px;
        margin-left: 30px;
    }
    
    .sect1-top>ul>li:first-child {
        margin-left: 0;
    }
    
    .sect1-top>ul>li>a {
        display: block;
    }
    
    .pic1 {
        position: relative;
        overflow: hidden;
    }
    
    .pic1 img {
        display: block;
        width: 100%;
        transition: all .3s;
    }
    
    .pic1:hover img {
        transform: scale(1.2);
    }
    
    .pic1 p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 110px;
        height: 32px;
        line-height: 32px;
        background-color: #098d5a;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }
    
    .sect1-top>ul>li>a h2 {
        font-size: 16px;
        color: #333;
        line-height: 29px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 15px;
        margin-bottom: 8px;
    }
    
    .sect1-top>ul>li>a:hover h2 {
        color: #098d5a;
    }
    
    .sect1-top>ul>li>a>p {
        font-size: 14px;
        color: #999;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .sect1-down {
        padding: 26px 20px 26px 0;
    }
    
    .sect1-down>ul>li {
        position: relative;
        padding-left: 15px;
        padding-right: 80px;
        background: url(/dkxy/images/list.png) no-repeat left center;
        line-height: 16px;
        margin-top: 30px;
    }
    
    .sect1-down>ul>li:first-child {
        margin-top: 0;
    }
    
    .sect1-down>ul>li>a {
        display: block;
        font-size: 16px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .sect1-down>ul>li>span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 16px;
        color: #333;
    }
    
    .sect1-down>ul>li:hover>a {
        color: #098d5a;
    }
    
    .sect1-r .title {
        position: relative;
        background: url(/dkxy/images/sect1-r-top.jpg) no-repeat center center;
        background-size: cover;
        padding: 33px 45px 33px 55px;
        box-sizing: border-box;
    }
    
    .sect1-r .title span {
        color: #fff;
    }
    
    .sect1-r .title p {
        margin-top: 10px;
        font-size: 28px;
        font-weight: normal;
        color: rgba(255, 255, 255, .2);
    }
    
    .sect1-r .title a {
        position: absolute;
        right: 55px;
        bottom: 30px;
        color: #fff;
    }
    
    .sect1-r>ul>li {
        margin-top: 32px;
        padding-left: 40px;
        transition: all .3s;
    }
    
    .sect1-r>ul>li>a {
        display: block;
        overflow: hidden;
    }
    
    .date1 {
        float: left;
        width: 70px;
        height: 70px;
        border: 1px solid #cfcfcf;
        border-radius: 5px;
        text-align: center;
    }
    
    .date1 p {
        font-size: 30px;
        color: #333;
    }
    
    .date1 span {
        font-size: 14px;
        color: #999;
    }
    
    .sect1-r>ul>li>a:hover .date1 {
        background-color: #098d5a;
    }
    
    .sect1-r>ul>li>a:hover .date1 p {
        color: #fff;
    }
    
    .sect1-r>ul>li>a:hover .date1 span {
        color: #fff;
    }
    
    .text1 {
        overflow: hidden;
        padding-left: 20px;
        height: 70px;
        line-height: 70px;
    }
    
    .text1 h2 {
        display: inline-block;
        font-size: 18px;
        color: #333;
        font-weight: normal;
        line-height: 32px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .sect1-r>ul>li>a:hover h2 {
        color: #098d5a;
    }
    
    .section2 {
        padding-top: 50px;
        background: url(/dkxy/images/section2.jpg) no-repeat center top;
        background-size: cover;
    }
    
    .sect2-top>ul>li {
        float: left;
        width: 410px;
        margin-left: 35px;
    }
    
    .sect2-top>ul>li:first-child {
        margin-left: 0;
    }
    
    .sect2-top>ul>li>ul {
        padding-top: 35px;
    }
    
    .sect2-top>ul>li>ul>li {
        padding-left: 10px;
        background: url(/dkxy/images/list.png) no-repeat left center;
        line-height: 40px;
    }
    
    .sect2-top>ul>li>ul>li>a {
        display: block;
        font-size: 16px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .sect2-top>ul>li>ul>li:hover a {
        color: #098d5a;
    }
    
    .pic3 {
        position: relative;
        padding: 10px 0;
        box-sizing: border-box;
    }
    
    .pic3>img {
        display: block;
        width: 100%;
        height: 150px;
    }
    
    .bg {
        position: absolute;
        left: 0;
        right: 265px;
        top: 0;
        bottom: 0;
        background: #098d5a;
        padding-left: 40px;
        padding-right: 40px;
        overflow: hidden;
        transition: all .3s;
    }
    
    .bg h2 {
        position: relative;
        float: left;
        width: 60px;
        line-height: 40px;
        font-size: 28px;
        color: #fff;
        margin-top: 40px;
    }
    
    .bg a {
        display: none;
        position: absolute;
        right: 45px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .pic3:hover .bg {
        background: rgba(9, 141, 90, 0.95);
        right: 45px;
    }
    
    .pic3:hover .bg a {
        display: block;
    }
    
    .sect2-down {
        padding-top: 40px;
    }
    
    .sect2-down>ul {
        padding-top: 40px;
        padding-bottom: 37px;
    }
    
    .sect2-down>ul>li {
        position: relative;
        float: left;
        width: 235px;
        height: 186px;
        background: url(/dkxy/images/bj.png) no-repeat center top;
        margin-left: 30px;
        padding: 65px 30px 0 20px;
        box-sizing: border-box;
        bottom: 0;
    }
    
    .sect2-down>ul>li:first-child {
        margin-left: 0;
    }
    
    .sect2-down>ul>li>a {
        display: block;
    }
    
    .sect2-down>ul>li>a:after {
        content: '';
        position: absolute;
        right: 20px;
        bottom: 25px;
        width: 27px;
        height: 20px;
        background: url(/dkxy/images/xz.png) no-repeat center center;
        display: none;
    }
    
    .sect2-down>ul>li>a h2 {
        font-size: 16px;
        color: #333;
        line-height: 29px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .sect2-down>ul>li>a span {
        display: block;
        font-size: 14px;
        color: #999;
        margin-top: 15px;
    }
    
    .sect2-down>ul>li:hover {
        background: url(/dkxy/images/qh-bg.png) no-repeat center top;
        bottom: 6px;
    }
    
    .sect2-down>ul>li:hover:after {
        display: block;
    }
    
    .sect2-down>ul>li:hover h2 {
        color: #fff;
    }
    
    .sect2-down>ul>li:hover span {
        color: #fff;
    }