﻿.pc-style .notice-list {
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 600px;
}

.pc-style .list-box {
    background: #ffffff;
    padding-bottom: 1000em;
    margin-bottom: -1000em;
}

.pc-style .list-box #list {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin-bottom: 10px;
}

.pc-style .list-box #list dt {
    position: relative;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .list-box #list dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .list-box #list dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.pc-style .list-box #list dd li {
    white-space: nowrap;
    padding-right: 8em;
    position: relative;
    line-height: 26px;
    padding-left: 10px;
    margin-bottom: 5px;
}

.pc-style .list-box #list dd li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
    position: absolute;
    left: 0px;
    top: 11px;
}

.pc-style .list-box #list dd li .notice-title {
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-style .list-box #list dd li .notice-date {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #888888;
}


/*****移动端样式*****/

.mobile-style .notice-list {
    overflow: hidden;
    margin-bottom: 10px;
}

.mobile-style .list-box {
    background: #ffffff;
    margin-bottom: 10px;
}

.mobile-style .list-box #list {
    padding: 10px 16px 16px 16px;
    background: #ffffff;
    margin-bottom: 10px;
}

.mobile-style .list-box #list dt {
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .list-box #list dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .list-box #list dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.mobile-style .list-box #list dd li {
    position: relative;
    padding-left: 10px;
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #eeeeee;
}

.mobile-style .list-box #list dd li:last-child {
    border: 0px;
}

.mobile-style .list-box #list dd li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
    position: absolute;
    left: 0px;
    top: 21px;
}

.mobile-style .list-box #list dd li .notice-title {
    font-size: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-style .list-box #list dd li .notice-date {
    color: #888888;
    font-size: 12px;
}