.main .con {
    width: 1200px;
    margin: 16px auto 36px;
}

.main .xwdt {
    position: relative;
    width: 650px;
}

.main .xwdt .swiper-xwdt {
    height: 366px;
}

.main .xwdt .swiper-xwdt .section {
    position: relative;
}

.main .xwdt .swiper-xwdt .section img {
    height: 366px;
    width: 650px;
}

.main .xwdt .swiper-xwdt .section p {
    position: absolute;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-right: 122px;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 14px;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
}

.main .xwdt .pagination {
    position: absolute;
    right: 14px;
    text-align: right;
    bottom: 14px;
    z-index: 10;
    width: 14%;
}

.main .xwdt .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ffffff;
    margin: 0 5px;
    cursor: pointer;
}

.main .xwdt .swiper-active-switch {
    background: #d81f0a;
}


.main .zwdt {
    width: 518px;
}

.main .zwdt .zwdtNav {
    margin-bottom: 20px;
    background: url("../png/7aj5r8.png") right bottom;
    line-height: 46px;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
}

.main .zwdt .zwdtNav li {
    display: inline-block;
    color: #8ca7bd;
    padding: 0 18px;
}

.main .zwdt .zwdtNav li.active {
    color: #307ecd;
    border-top: 2px solid #d81f0a;
}

.main .zhzf {
    width: 580px;
}

.main .zhzf h4 {
    margin-bottom: 20px;
    background: url("../png/7aj5r8.png") right bottom;
    line-height: 46px;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
}

.main .zhzf h4 a {
    display: inline-block;
    color: #307ecd;
    border-top: 2px solid #d81f0a;
    padding: 0 18px;
}

.main .newsList {
    margin: 12px 0;
}

.main .newsList li {
    margin: 8px 0;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .newsList li a {
    line-height: 36px;
}

.main .newsList li a:hover {
    color: #307ecd;
}

.main .newsList li span.point {
    background: #d81f0a;
    width: 6px;
    height: 6px;
    vertical-align: 2px;
    display: inline-block;
    margin-right: 10px;
}