.banner {
    width: 100%;
    text-align: center;
}

.banner img{
    width: 100%;
}

.main {
    position: relative;
    margin: auto;
    margin-top: -130px;
    width: 1200px;
}

.dtxx {
    padding: 60px 70px 0 70px;
    margin-top: 50px;
    width: 100%;
    height: 579px;
    background-image: url("../images/ztzl/shfgfgg_list_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
}

.dtxx_channal {
    height: 112px;
    text-align: center;
}


#slider {
    overflow: hidden;
    width: 100%;
    height: 300px;
}

#slider_right {
    width: 460px;
    height: 300px;
    float: right;
    position: relative;
}

#slider_info {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 0 10px 0;
    overflow: hidden;
}

#slider_info_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider_info {
    width: 100%;
    height: 100%;
}

.slider_title {
    height: 70px;
    line-height: 35px;
    font-size: 22px;
    font-weight: bolder;
    overflow: hidden;
    color: #302f2f;
}

.slider_title a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider_content {
    height: 150px;
    font-size: 16px;
    line-height: 30px;
    text-indent: 32px;
    margin-top: 10px;
    color: #5c5b5b;
}

.slider_more {
    float: right;
    width: 85px;
    height: 30px;
    color: black;
    font-weight: bold;
    line-height: 30px;
}

.slider_time {
    margin-top: 15px;
    color: #5c5b5b;
}

#slider_page {
    width: 300;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

#slider_page li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-color: #bfbfbf;
    border-radius: 50%;
}

#slider_page li.on {
    background-color: #229de3;
}

#slider_left {
    width: 560px;
    height: 300px;
    float: left;
    overflow: hidden;
}

#slider_left img {
    width: 560px;
    height: 300px;
}

#slider_left a {
    display: block;
    width: 380px;
    height: 270px;
}

.dtxx_list {
    overflow: hidden;
    margin-top: 18px;
}

.dtxx_box {
    overflow: hidden;
}

.dtxx_item {
    overflow: hidden;
    line-height: 50px;
    color: #5c5b5b;
}

.dtxx_title {
    position: relative;
    float: left;
    text-indent: 20px;
    max-width: calc(100% - 110px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}

.dtxx_title::before{
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    width: 5px;
    height: 5px;
    background-color: black;
    border-radius: 50%;
}

.dtxx_time {
    float: right;
}

.zcwj_channal {
    margin: 50px 0 30px 0;
}

.zcwj_channal img {
    width: 100%;
}

.zcwj {
    overflow: hidden;
}

.zcwj_list {
    overflow: hidden;
}

.zcwj_item {
    float: left;
    padding: 30px 20px 0 40px;
    margin-right: 45px;
    width: 370px !important;
    height: 380px;
    text-align: center;
    background-color: #e4effb;
    border-radius: 10px;
}

.zcwj_title {
    margin-top: 25px;
    height: 70px;
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zcwj_content {
    margin-top: 25px;
    height: 39px;
    color: #80868e;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zcwj_link {
    margin-top: 45px;
}

.jyxc {
    margin-top: 50px;
}

.jyxc img {
    width: 100%;
}

.yhyshj {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}

.yhyshj_l {
    float: left;
}

.yhyshj_r {
    float: right;
}

.yhyshj_l,
.yhyshj_r {
    width: 588px;
}

.yhyshj_l img,
.yhyshj_r img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .main {
        width: 100%;
        margin-top: -30px;
    }

    .dtxx_channal {
        height: auto;
    }

    .dtxx_channal img {
        width: 70%;
    }

    .dtxx {
        height: auto;
        padding-bottom: 40px;
        background-size: 100% 100%;
    }

    #slider {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    #slider_left {
        width: 100%;
        height: auto;
    }

    #slider_left a {
        width: 100%;
        height: auto;
    }

    #slider_left img {
        width: 100%;
        height: auto;
    }

    #slider_right {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
    }

    #slider_info {
        height: auto;
        padding: 0;
    }

    .slider_info {
        height: auto;
        box-sizing: border-box;
        padding: 20px;
        overflow: hidden;
    }

    .slider_title {
        height: auto;
    }

    .slider_content {
        display: none;
    }

    .zcwj_item {
        margin: 0 10vw;
        width: 80vw !important;
    }

    .yhyshj_l,
    .yhyshj_r{
        margin-bottom: 10px;
        width: 100%;
    }
}