.list-page-body {
    min-height:100%;
    height: auto !important;
    margin:0 auto;
    background-color: white;
}
.list-page-container {
    width: 100%;
}

.list-page-container .news-item-container:hover {
    background: #F5F8FA;
}
.list-page-body .news-item {
    height: 218px;
    width: 1180px;
    border-bottom: 1px;
    display: flex;
    margin: 0 auto;
    cursor: pointer;
}
.list-page-body .news-item:hover {
    cursor: pointer;
}

.list-page-body .news-mobile-item {
    height: auto;
    width: auto;
    margin: 0 0.32em;
    border-bottom: 1px solid #EEEEEE;
}
.list-page-body .news-cover {
    float: left;
    width: 280px;
    height: 155px;
    margin-top: 22px;
    border-radius: 2px;
    border: 1px solid #F0F3F5;
    flex-shrink: 0;
    overflow: hidden;
}

.list-page-body .news-cover img {
    width: 100%;
    height: 100%;
}

.list-page-body .news-cover:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.list-page-body .news-content {
    float: left;
    width: 800px;
    margin: 35px 0 auto 40px;
    width: 65%;
}
.list-page-body .news-content-title {
    width: 100%;
    color: #343E4C;
    line-height: 18px;
    font-weight: bold;
}

.list-page-body .news-content-title span{
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 18px;
}

.list-page-body .news-icon-2{
    float: left;
    background-image: url("/local-res-s3/qingshuxuetang.com/v9_1/setting/notice-news/icon-new.png");
    width: 40px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    margin-right: 5px;
}

.list-page-body .news-icon-3{
    display: block;
    float: left;
    width: 48px;
    height: 22px;
    margin: auto 1em auto 0;
    background: #1B876D;
    border-radius: 5px;
    text-align: center;
    line-height: 22px;
    color: white;
    font-size: 12px;
}

.list-page-body .news-content-content {
    width: 100%;
    height: 40px;
    margin-top: 16px;
    font-size: 14px;
    color: #5C697B;
    line-height: 20px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list-page-body .news-content-footer {
    position: relative;
    width: 100%;
    margin-top: 25px;
}
.list-page-body .news-content-footer .text-time{
    color: #9AA1AB;
    line-height: 16px;
}
.list-page-body .news-content-footer .text-time span{
    font-size: 12px;
}

.list-page-body .news-content-footer .text-tip{
    float: right;
    text-align: left;
    padding-right: 18px;
    font-size: 14px;
    color: #133E84;
    line-height: 19px;
    font-weight: 600;
}

.list-page-body .page-index {
    display: flex;
    justify-content: center;
}

.list-page-body .page-index-item {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #EEEEEE;
    margin: 0 5px;
    cursor: pointer;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-page-body .page-tips {
    font-size: 14px;
    color: #9AA1AB;
    line-height: 19px;
}

.list-page-body .page-paginator {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 30px;
}

.list-page-body .page-right {
    font-size: 14px;
    font-weight: 500;
    color: #9AA1AB;
    line-height: 22px;
}

.list-page-body .page-input {
    width: 40px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #EEEEEE;
    padding: 2px;
}

.list-page-body .page-submit {
    width: 60px;
    height: 32px;
    background: rgba(237, 242, 247, 0.3);
    border-radius: 2px;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    color: #5C697B !important;
    line-height: 19px;
    cursor: pointer;
    padding: 5px;
    margin-left: 10px;
}

.list-page-body .page-model-1:hover {
    background: rgba(237, 242, 247, 0.3);
    border: 1px solid #0D2D61;
    color: #0D2D61 !important;
}

.list-page-body .page-model-2:hover {
    background: rgba(237, 242, 247, 0.3);
    border: 1px solid #A6162B;
    color: #A6162B !important;
}

.list-page-body .page-model-3:hover {
    background: rgba(237, 242, 247, 0.3);
    border: 1px solid #138469;
    color: #138469 !important;
}

.list-page-body .notice-item-container:hover {
    background: #F5F8FA;
}

.list-page-body .notice-item {
    height: 136px;
    width: 1180px;
    padding: 32px 0;
    border-bottom: 1px;
    display: flex;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}
.list-page-body .notice-item:hover {
    cursor: pointer;
}

.list-page-body .notice-mobile-item {
    height: auto;
    width: auto;
    padding: 0.32em;
    border-bottom: 1px solid #EEEEEE;
}
.list-page-body .notice-date {
    float: left;
    width: 80px;
    height: 88px;
    border-radius: 2px;
    border: 1px solid #F0F3F5;
}
.list-page-body .notice-date-day {
    text-align: center;
    height: 56px;
    width: 100%;
    font-weight: bold;
    color: #133E84;
    line-height: 56px;
    border-bottom: 1px solid #F0F3F5;
    background: #FFFFFF;
}

.list-page-body .notice-date-day span{
    font-size: 30px;
}
.list-page-body .notice-date-yearmonth {
    text-align: center;
    height: 31px;
    width: 100%;
    line-height: 31px;
    color: #9AA1AB;
    background: #F7FAFC;
}

.list-page-body .notice-date-yearmonth span{
    font-size: 12px;
}
.list-page-body .notice-content {
    float: left;
    margin: auto 0 auto 40px;
    width: 85%;
}
.list-page-body .notice-content-title {
    color: #343E4C;
    line-height: 24px;
    font-weight: bold;
}

.list-page-body .notice-content-title span{
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 18px;
}
.list-page-body .notice-content-content {
    margin-top: 10px;
    font-size: 14px;
    color: #5C697B;
    line-height: 19px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-page-body .page-to-pre {
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-page-body .page-to-right {
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-index-select-1 {
    color: white !important;
    background: #133E84;
    border-radius: 2px;
}

.page-index-select-2 {
    color: white !important;
    background: #9E1F32;
    border-radius: 2px;
}

.page-index-select-3 {
    color: white !important;
    background: #1B876D;
    border-radius: 2px;
}

.list-major-item {
    height: 218px;
    width: 1180px;
    padding: 32px 0;
    border-bottom: 1px;
    display: flex;
    margin: 0 auto;
    cursor: pointer;
}
.list-major-item-mobile{
    height: auto;
    width: auto;
    padding: 0.32em 0.32em 0.32em 0;
    margin-left: 0.32em;
    border-bottom: 1px solid #EEEEEE;
}
.list-major-item-wrapper:hover {
    background: #F5F8FA;
}
.list-major-item-1:hover .list-major-item-title{
    color: #133E84;
}
.list-major-item-2:hover .list-major-item-title{
    color: #992032;
}
.list-major-item-3:hover .list-major-item-title{
    color: #1B876D;
}
.list-major-item .list-major-cover {
    width: 205px;
    height: 154px;
    padding: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.list-major-item .list-major-cover:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.list-major-item-mobile .list-major-cover {
    width: 2.18em;
    height: 1.64em;
    background: #9AA1AB;
    border-radius: 0.02em;
    padding: 0;
    flex-shrink: 0;
}
.list-major-item .list-major-cover img{
    height: 100%;
    width: 100%;
}
.list-major-item .list-major-item-content {
    margin-left: 40px;
    width: 100%;
}
.list-major-item-mobile .list-major-item-content {
    margin-left: 0.32em;
    width: auto;
    overflow: hidden;
}
.list-major-item .list-major-item-title {
    margin-top: 14px;
    height: 24px;
    font-size: 18px;
    color: #343E4C;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    font-weight: bold;
}
.list-major-item-mobile .list-major-item-title {
    margin-top: 0.594em;
    height: 1.406em;
    font-size: 0.32em;
    font-weight: bold;
    color: #343E4C;
    line-height: 1.406em;
    overflow: hidden;
}

.list-major-item .list-major-item-introduction {
    margin-top: 16px;
    height: 48px;
    font-size: 14px;
    color: #5C697B;
    line-height: 24px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-major-item-mobile .list-major-item-introduction {
    margin-top: 0.308em;
    height: 2.846em;
    color: #9AA1AB;
    line-height: 1.423em;
    font-size: 0.26em;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list-major-item .list-major-item-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 28px;
    height: 19px;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
}
.list-major-item-1 .list-major-item-footer {
    color: #133E84;
}
.list-major-item-2 .list-major-item-footer {
    color: #992032;
}
.list-major-item-3 .list-major-item-footer {
    color: #1B876D;
}

.list-major-title{
    height: 2.445em;
    width: 100%;
    text-align: center;
    background: #FFFFFF;
    font-size: 2.571em;
    font-weight: 500;
    color: #343E4C;
    border-bottom: 1px solid #E7E7E7;
}

.list-page-container .news-item .text-tip .details-tip-1{
    color: #133E84;
}

.list-page-container .news-item .text-tip .details-tip-2{
    color: #992032;
}

.list-page-container .news-item .text-tip .details-tip-3{
    color: #1B876D;
}

.list-page-container .news-item:hover .news-content-title-1{
    color: #133E84;
}
.list-page-container .news-item:hover .news-content-title-2{
    color: #992032;
}
.list-page-container .news-item:hover .news-content-title-3{
    color: #1B876D;
}


.list-page-container .notice-item .notice-date-day-1{
    color: #133E84;
}

.list-page-container .notice-item .notice-date-day-2{
    color: #992032;
}

.list-page-container .notice-item .notice-date-day-3{
    color: #1B876D;
}

.list-page-container .notice-item:hover .notice-content-title-1{
    color: #133E84;
}
.list-page-container .notice-item:hover .notice-content-title-2{
    color: #992032;
}
.list-page-container .notice-item:hover .notice-content-title-3{
    color: #1B876D;
}

.list-page-body .list-container-nav {
    height: auto;
    width: 100%;
    text-align: center;
}

.list-page-body .detail-nav-title {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #343E4C;
    line-height: 0.5em;
    margin: 0.19em 0;
}

.list-page-body .detail-nav-title span{
    font-size: 0.36em;
}

.list-page-body .split-line {
    width: 100%;
    height: 1px;
    background: #E7E7E7;
}

.notice-split-line {
    margin-top: 10px;
}

