html {
    overflow-x: auto;
    overflow-y: scroll;
}

body {
    font-size: 16px;
    color: #070707;
    -webkit-font-smoothing: antialiased;
    background-color: white;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #070707;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
h3,
h1,
h2,
h4 {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.public-title {
    width: 100%;
    height: auto;
    margin: 45px 0px 45px 0px;
}

.wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wrap .header {
    width: 100%;
    height: 570px;
    background: url(/material/siteFile/tddgmsbgxhxfpyjhx/tddgmsbyjhx_header.png) no-repeat top center;
    overflow: hidden;
    position: relative;
}

.wrap .header .logo {
    position: absolute;
    left: 50%;
    margin-left: -615px;
    top: 65px;
}

.box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wrap .main .channel1 .left-jdt {
    width: 580px;
    height: 430px;
    overflow: hidden;
}

.wrap .main .channel1 .channel1-content {
    display: flex;
    justify-content: space-between;
}

.wrap .main .channel1 .channel1-content .right-list {
    width: calc(100% - 620px);
}


/* 本例子css */

.swiper_slideBox {
    width: 580px;
    height: 430px;
    overflow: hidden;
    position: relative;
}

.swiper_slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 10px;
    z-index: 1;
}

.swiper_slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.swiper_slideBox .hd ul li {
    float: left;
    margin-right: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.swiper_slideBox .hd ul li.on {
    background: #d60606;
    color: #fff;
}

.swiper_slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.swiper_slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.swiper_slideBox .bd li a span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 1em;
    background: rgba(25, 25, 23, .5);
    color: #fff;
}

.swiper_slideBox .bd img {
    width: 580px;
    height: 430px;
    display: block;
}

.right-list .one_list {
    width: 100%;
    height: auto;
}

.right-list .one_list h3 {
    font-size: 20px;
    text-align: left;
}

.right-list .one_list h3 a {
    color: #006de2;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-list .one_list .desc {
    text-indent: 2em;
    margin-top: 5px;
    padding-bottom: 5px;
    height: 70px;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #006de2;
    box-sizing: border-box;
}

.right-list .list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.right-list .list ul li {
    width: 100%;
    height: 57px;
    line-height: 57px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
}

.right-list .list ul li::after {
    display: block;
    content: '.';
    font-size: 35px;
    position: absolute;
    left: 0px;
    top: -10px;
    color: #006de2;
}

.right-list .list ul li a {
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 1em;
}

.right-list .list ul li span {
    float: right;
}

.wrap .main .channel2 .channel2-content {
    width: 100%;
    height: 420px;
    display: flex;
    justify-content: space-between;
}

.channel2 .channel2-content .list {
    width: 100%;
    height: 123px;
    background-color: #f3f3f3;
    margin-bottom: 25px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 20px;
    color: #726e6e;
}

.wrap .main .channel2 .channel2-content .left-box {
    width: 580px;
}

.wrap .main .channel2 .channel2-content .right-box {
    width: 580px;
}

.wrap .main .channel2 .channel2-content div .top {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.wrap .main .channel2 .channel2-content div .top .num {
    font-size: 30px;
    width: 80%;
    float: left;
}

.wrap .main .channel2 .channel2-content div .top .time {
    font-size: 18px;
    float: right;
    width: 20%;
}

.wrap .main .channel2 .channel2-content div .title a {
    color: #534d4d;
    font-size: 24px;
}

.channel2 .channel2-content .list:hover {
    color: #fff;
    background-color: #006de2;
}

.wrap .main .channel2 .channel2-content div .title {
    width: 100%;
    height: 50px;
    line-height: 35px;
}

.wrap .main .channel2 .channel2-content div .title a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}