body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input,
img {
    margin: 0;
    padding: 0;
    border: none
}

* {
    box-sizing: border-box
}

img {
    vertical-align: middle
}

ol,
ul,
li {
    list-style: none
}

em,
i {
    font-style: normal
}

a,
a:visited {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #666
}

body,
html {
    min-height: 100vh;
    position: relative
}

input {
    border: none;
    outline: none;
    color: #666
}

body {
    font: 16px/1.9 "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif, serif;
    color: #666
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

body {
    min-width: 1100px;
    margin: 0 auto
}

.head {
    position: relative;
    background: url(rhpw20230505_top.png) no-repeat center top;
    width: 100%;
    height: 530px;
    min-width: 1100px
}

.menu {
    background: url(rhpw20230505_menu.png) no-repeat center center;
    height: 52px;
    font-size: 26px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    margin-top: 24px;
    width: 100%;
    position: relative;
    font-family: "Microsoft YaHei", "微软雅黑"
}

.list li>a:link,
.list li>a:visited {
    color: #666
}

.list li span {
    color: #999
}

.menu .more {
    display: block;
    text-align: center;
    margin: auto;
    left: 50%;
    top: 0;
    position: absolute;
    margin-left: 400px;
    font-size: 14px
}

.list {
    width: 860px;
    margin: 50px auto 0;
    padding-bottom: 50px
}

.list li {
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #666666;
    position: relative;
}

.list li::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 3px;
    background: #000;
    margin: auto;
    border-radius: 50%
}

.list li span {
    float: right
}

.pages {
    width: 950px;
    line-height: 46px;
    margin: 60px auto 30px;
    color: #000;
    text-align: center
}

.pages a,
.pages a:link,
.pages a:visited,
.pages a:hover {
    color: #000
}

.thisfooter {
    border-top: 5px #259631 solid;
    background: linear-gradient(#e8e8e8, #fbfbfb 20%, #fff);
    padding: 30px;
    margin-top: 110px
}

.cloum {
    width: 860px;
    margin: 0 auto;
    padding: 30px 0 20px;
    color: #999999
}

.show {
    width: 1080px;
    margin: 0 auto
}

.show>h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #000;
    font-family: "Microsoft YaHei", "微软雅黑"
}

.show>h1+p {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #666666;
    background: #efefef;
    margin: 10px auto 20px
}

.show .article {
    color: #333
}