body{
    background: #F0F2F5;
}
/* 头部 */
.pdgz_banner {
    /* width: 100%; */
    height: 213px;
    background: url(../images/banner.png);
    /* background-size: 100% 29%;
    background-attachment: fixed; */
    background-size: 100% 100%;
    background-position: center center;
    overflow: auto;
}

.pdgz_banner>div {
    display: flex;
    justify-content: space-between;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 0px 15px 0 10px;
}

.pdgz_banner img {
    vertical-align: middle;
}


/* 内容区 */
#pdgz_conter{
    /* margin-top: 20px;  */
    padding: 0 10px;
    
}

#pdgz_conter>.conter_jgry>div:last-child{
    height:23px;
    border-bottom:1px solid red;
}

#pdgz_conter>.conter_jgry>.jgry_text{
    position:relative;
    font-size: 0.6rem;
    top: 17px;
    left: 14px;
    color:white;
    width:20%;
}


#img_list>.img_list_rymd{
    background: #FFFFFF;
    margin-top:20px;
}
#img_list>.img_list_rymd>ul>li>a>div:first-child{
    font-size: 1rem;
    font-weight:600;
    color: rgb(0, 0, 0,.8);
}
#img_list>.img_list_rymd>ul>li>a>div:nth-child(2){
    font-size: 0.8rem;
    color: #7D7D81;
    margin-top: 10px;
    line-height: 20px;
    letter-spacing:1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#img_list>.img_list_rymd>ul>li>a>div:last-child{
    font-size: 0.8rem;
    color: #7D7D81;
    /* margin-top: 10px; */
    line-height: 20px;
    letter-spacing:1px;
}
#img_list>.img_list_rymd>ul{
    padding: 30px 0;
    text-align: center;
}
#img_list>.img_list_rymd>ul>li{
    border-bottom:1px solid rgba(153, 153, 153,.2);
    margin-bottom:20px;
    /* padding-bottom:20px; */
    padding: 0 30px 20px 30px;
    text-align: left;
}
/* #img_list>.img_list_rymd>ul>li>a{
    display: inline-block;
    width:100px;
    height:30px;
    color: #F68D90;
    text-align: center;
    line-height:30px;    
    background: #FDE9EA;
    margin-top: 10px;
    font-size: 0.48rem;
} */

/* 底部 */
#pdgz_foot{
    background:#AB1821;
    padding: 20px 0 10px 0;
    color:rgba(255, 255, 255,.8);
    font-size: 12px;
    text-align: center;
    line-height:20px;
    margin-top:20px;
}