.list-body {
    width: 100%;
    min-height: 650px;
!important;
}
.list-pic {
margin-top: 2px;
    text-align: center;
    width: 100%;
    min-width: 980px;
    !important;
    height: 330px;
}
.list-con {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 30px;
}
.list-left {
    width: 300px;
    height: 100%;
    box-sizing: border-box;
    padding: 0px -15px;
    float: left;
}
.list-right {
    float: right;
    width: 850px;
    height: 100%;
    margin-left: 20px;
}
.list-img {
    width: 100%;
    height: 27px;
    color: white;
    background-image: url("../newimages/erdh.jpg");
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
   }
.lf-title {
    font-size: 24px;
    font-weight: 500;
}
#lf-list li {
        font-size: 14px;
    height: 40px;
    color: #474747;
    line-height: 40px;
    border-bottom: 1px dashed gray;
    padding-left: 30px;
    box-sizing: border-box;
}
#lf-bottom {
    margin-top: 30px;
    width: 100%;
    height: 180px;
}
#lf-bottom img{
       width: 100%;
    }
.list-news {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.rt-tabs {
    height: 45px;
    padding: 7px 10px;
    box-sizing: border-box;
    background-color: #83CCFB;
*height: 33px;


}
.rt-title {
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    color: #0068B7;
}
.rt-list li {
    height: 34.7px;
    line-height: 34.7px;
    padding: 0 10px;
    background-image: url("../newimages/list.png");
    background-repeat: no-repeat;
    background-position: -7px 7px;
    box-sizing: border-box;
    font-size: 13px;
    width: 100%;
    border-bottom: 1px #69C5FF dashed;
}
.rt-list {
    box-sizing: border-box;
    padding: 0px 10px;
}
.rt-list .rt-new {
    float: left;
    color: #474747;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rt-new {
    width: 430px;
}
.rt-list li .rt-new:hover {
    text-decoration: underline;
    text-decoration-color: #8C1616;
    color: #8C1616;
}
.rt-list .time {
    float: right;
    width: 110px;
    color: #CCCCCC;
    text-align: right;
}
.rt-page {
    height: 150px;
    line-height: 150px;
    width: 100%;
    padding: 60px 0px;
    box-sizing: border-box;
}
.pages ul {
    list-style: none;
    flex-wrap: nowrap;
    width: 500px;
    margin: 0 auto;
    margin-left: 20%;
}
.leftLink {
    color: #FFAA01;
}