
}
.defaultButtonStyle{vertical-align:top;}
.defaultInputStyle{vertical-align:top;border:solid 1px #AFD5F5;height:18px;}

    .pic_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;}

.pic_ul li {
    width: 760px;
    height: 168px;
    padding: 16px 0;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex; /* 使用flex布局 */
    box-sizing: border-box;
    background-color: #f8f9fb;}

.main_rpicL {
    width: 200px;
    height: 136px;
    overflow: hidden;}

.main_rpicL img {
    width: 100%;
    height: auto; /* 高度自动，保持比例 */
    max-height: 168px; /* 最大高度不超过容器 */
    object-fit: contain;}

.main_rpicR {
    flex: 1; /* 占据剩余空间 */
    padding: 0 10px 0 10px; /* 中间间隔10px */
    box-sizing: border-box;}

.main_rpicR h3 {
    margin: 0 0 10px 0;
    font-size: 18px; /* 可根据需要调整 */
    font-weight: bolder;}

.main_rpicR p {
    margin: 0 0 10px 0;
    line-height: 1.5;
    font-size: 14px; /* 可根据需要调整 */
    text-indent: 2em;}

.main_rpicR p a {
    color: #ffb64d;
    text-decoration: none;}
.main_rpicR .time {
    color: #999; /* 时间颜色 */
    font-size: 12px;}

.main_rpicR .time img {
    vertical-align: middle;
    margin-right: 5px;}

/* 分页样式 */
.pageBar {
    margin: 20px 0;
    text-align: center;}
