.main {
    position: relative;
    padding-bottom: 60px;
    padding-top: 40px;
}


/* .main-l {
    float: left;
    width: 63%;
} */

.main-r {
    position: absolute;
    top:36px;
    right: 0;
    width: 402px;
    z-index: 5;
}

.dh {
    position: relative;
    float: left;
    width: 130px;
    z-index: 6;
}

.dh>p {
    font-size: 18px;
    color: #fff;
    height: 95px;
    line-height: 95px;
    text-align: center;
    background: url(../images/dh-topic-bg.png) no-repeat left top;
    background-size: cover;
}

.dh>ul>li {
    position: relative;
    background-color: #04a3ee;
    background-size: cover;
    height: 180px;
    box-shadow: 0 0 10px #1b90c8;
    box-sizing: border-box;
    padding-top: 55px;
    text-align: center;
    transition: all .3s;
}

.dh>ul>li {
    display: block;
}

.dh>ul>li .icon {
    height: 39px;
    line-height: 39px;
}

.dh>ul>li .icon img {
    vertical-align: middle;
}

.dh>ul>li p {
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}

.dh>ul>li>.two {
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translatey(-50%);
    padding-right: 20px;
    width: 130px;
    overflow: hidden;
    display: none;
    z-index: 998;
}

.dh>ul>li>.two:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left: 12px solid #0a5f88;
    display: none;
}

.dh>ul>li>.two>ul {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #0a5f88;
}

.dh>ul>li>.two>ul>li {
    width: 100%;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #02547b;
}

.dh>ul>li>.two>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.dh>ul>li:hover {
    box-shadow: 0 0 15px #11658c;
}

.dh>ul>li:hover>.two {
    display: block;
}

.dh>ul>li:hover>.two:after {
    display: block;
}

.dh>ul>li>.two>ul>li:hover a {
    color: #dbc18e;
}

.xw {
    position: relative;
    margin: 0 442px 0 170px;
    overflow: hidden;
    z-index: 5;
}

.xw .title {
    overflow: hidden;
}

.xw .title h2 {
    float: left;
    font-size: 24px;
    color: #020202;
}

.xw .title a {
    float: right;
    font-size: 14px;
    color: #999999;
}

.xw .title a:hover {
    color: #02547b;
}

.xw>ul>li {
    margin-top: 30px;
    transition: all .3s;
}

.xw>ul>li:first-child {
    margin-top: 25px;
}

.xw>ul>li>a {
    display: block;
    overflow: hidden;
}

.xw>ul>li>a .date {
    float: left;
    width: 50px;
    height: 50px;
    color: #015778;
    font-size: 0;
    text-align: center;
}

.xw>ul>li>a .date p {
    font-size: 30px;
    line-height: 30px;
}

.xw>ul>li>a .date span {
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.xw>ul>li>a .text {
    overflow: hidden;
    padding-left: 20px;
}

.xw>ul>li>a .text h2 {
    font-size: 18px;
    color: #222222;
    line-height: 26px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xw>ul>li>a .text p {
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xw>ul>li:hover {
    transform: translateX(-2px);
}

.xw>ul>li:hover>a .text h2 {
    color: #015778;
}

.mr-top {
    position: relative;
    z-index: 9;
}

.mr-top a {
    display: block;
    padding-bottom: 45px;
    transition: all .3s;
}

.mr-top a .pic {
    position: relative;
    padding-top: 56.2%;
}

.mr-top a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
   
    transition: all .3s;
}

.mr-top a .text {
    position: relative;
    margin-top: -40px;
    margin-right: 50px;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all .3s;
}

.mr-top a:hover .text {
    padding-left: 10px;
    background-color: #015778;
}

.mr-top a .text span {
    display: inline-block;
    width: 83px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #015778;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    transition: all .3s;
}

.mr-top a .text h2 {
    font-size: 14px;
    color: #000;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.mr-top a .text p {
    font-size: 12px;
    color: #888888;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.mr-top a:hover .text h2 {
    color: #fff;
}

.mr-top a:hover .text p {
    color: #fff;
}

.mr-top .slick-dots {
    bottom: 20px;
}

.mr-top a:hover .text span {
    box-shadow: 0 0 5px #eee;
}

.mr-top .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dcdada;
    margin: 0 4px;
}

.mr-top .slick-dots li.slick-active {
    width: 24px;
    border-radius: 5px;
    background-color: #015778;
}

.mr-down {
    background: url(../images/zs-bg.png) no-repeat center bottom;
    background-size: cover;
    text-align: center;
    min-height: 510px;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 70px;
}

.mr-down h2 {
    padding-top: 35px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.mr-down ul li {
    margin-top: 34px;
    line-height: 22px;
    box-sizing: border-box;
    background-color: #04a3ee;
    border-radius: 5px;
}

.mr-down ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
}

.mr-down ul li:hover a {
    color: #095f88;
}

@media screen and (max-width:1500px) {
    .dh>ul>li>.two {
        left: auto;
        right: -150px;
        padding-right: 0;
        padding-left: 20px;
    }
    .dh>ul>li>.two:after {
        right: auto;
        left: 8px;
        border-left: none;
        border-right: 12px solid #0a5f88;
    }
}

@media screen and (max-width:1024px) {
    .dh {
        float: none;
        width: auto;
    }
    .dh>ul {
        font-size: 0;
    }
    .dh>ul>li {
        display: inline-block;
        width: 25%;
    }
    .xw {
        float: left;
        width: 55%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
        padding-left: 0;
    }
    .main-r {
        position: static;
        float: right;
        width: 40%;
        margin-top: 30px;
    }
    .dh>ul>li>.two {
        left: 50%;
        top: 200px;
        transform: translate(-50%, 0);
        width: 200px;
        padding-left: 0;
    }
    .dh>ul>li>.two:after {
        content: '';
        left: 50%;
        top: -20px;
        transform: translate(-50%, 0);
        border-right: none;
        border: 8px solid transparent;
        border-top: 12px solid #0a5f88;
    }
    .main {
        padding-top: 0;
    }
}

@media screen and (max-width:1000px) {
    .mr-down {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:600px) {
    .dh>ul>li {
        padding-top: 25px;
        height: 140px;
    }
    .dh>ul>li>.two {
        top: 160px;
    }
    .xw {
        float: none;
        width: auto;
    }
    .main-r {
        float: none;
        width: auto;
    }
    .dh>p {
        height: 45px;
        line-height: 45px;
    }
}