@import url(./footer.css);

.wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.header {
    box-sizing: border-box;
    padding-top: 66px;
    width: 100%;
    height: 660px;
    background: url(../images/tddgmsbyjhx_header.png) no-repeat top center;
    overflow: hidden;
    position: relative;
}

.header .logo {
    margin-left: 80px;
    display: block;
    width: 456px;
}

.header .logo img{
    width: 100%;
}

.tddgmsbyjhx_head{
    margin-top: 50px;
    margin-left: 110px;
    max-width: 733px;
}

.main {
    margin-bottom: 35px;
    border-top: 40px solid #006BA1;
}

/* .box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tpxw {
    margin: 0!important;
    width: 49%;
    height: 430px;
    border-radius: 4px;
    overflow: hidden;
}

.tpxw .swiper-text {
    left: 10px;
    bottom: 10px;
    width: 95%;
    height: 37px;
    line-height: 37px;
    border-radius: 4px;
    background: rgba(37, 118, 184, 0.35);
    font-size: 18px;
}

.tpxw .swiper-pagination {
    padding-right: 26px;
    bottom: 20px;
}

.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: #0B54A2;
    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 #0B54A2;
    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: #0B54A2;
}

.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:hover a{
    color: #0B54A2;
}

.right-list .list ul li span {
    float: right;
} */

.public-title{
    display: block;
    margin-top: 42px;
    font-size: 40px;
    font-weight: bold;
    color: #006BA1;
    text-align: center;
    background: url('../images/tddgmsbyjhx_title1.png') no-repeat center;
}

.channel2 li {
    width: 49%;
    height: 160px;
    margin-top: 25px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 20px;
    color: #726e6e;
    background: #FFFFFF;
    border: 1px solid #E3F0FA;
}

.channel2 li p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.channel2 li p .num {
    font-size: 30px;
}

.channel2 li p .time {
    font-size: 18px;
}

.channel2 li h3 {
    font-size: 20px;
    height: 70px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.channel2 li:hover{
    background-color: #006BA1;
}

.channel2 li:hover a{
    color: #fff;
}

.ckgd{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 20px auto;
    width: 112px;
    height: 38px;
    text-indent: 20px;
    color: #fff;
    border-radius: 19px;
    background: #006BA1 url(../images/ydqw.png) no-repeat 90% center;
}

@media only screen and (max-width: 996px) {
    .header{
        height: 560px;
        background-size: cover;
    }
    .tddgmsbyjhx_head{
        margin-left: 0;
        max-width: 100%;
    }
    .channel2 li{
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .header{
        padding-top: 20px;
        height: 500px;
    }
    .header .logo {
        margin: 0 auto;
    }
    .main{
        border-width: 20px;
    }
}

@media only screen and (max-width: 515px) {
    .header{
        height: 400px;
    }
}