
@font-face {
    font-family: 'd-Alternate';
    src: url('../css/fonts/Alternate.ttf');
}

em{
    color:red;
}

.list-wrap {
    position: relative;
    width: 1200px;
    margin: 145px auto 0px;
    display: flex;
    justify-content: space-between
}

.list-wrap .left-column {
    position: relative;
    width: 150px
}

.list-wrap .left-column .title,
.list-wrap .left-column .column-items {
    cursor: pointer;
    text-align: center;
    height: 40px;
    width: 150px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
    transition: all 0.15s ease
}

.list-wrap .left-column .title:hover {
    color: #3C77F9
}

.list-wrap .left-column .column-items:last-child {
    margin-bottom: 0
}

.list-wrap .left-column .column-items:hover {
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(270deg, #31a2f3 0%, #3C77F9 100%);
    border-radius: 3px
}

.list-wrap .left-column .active {
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(270deg, #31a2f3 0%, #3C77F9 100%);
    border-radius: 3px
}

.list-wrap .right-list {
    position: relative;
    width: 1010px;
    min-height: 967px
}

.list-wrap .right-list .breadcrumb {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: -1
}

.list-wrap .right-list .breadcrumb .prve {
    height: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 12px
}

.list-wrap .right-list .breadcrumb .this {
    height: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 12px
}

.list-wrap .right-list .list-content .list-items {
    position: relative;
    height: 148px;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    padding: 26px 0;
    box-sizing: border-box;
    z-index: 10
}

.list-wrap .right-list .list-content .list-items:first-child {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px
}

.list-wrap .right-list .list-content .list-items .date {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 23px 23px 22px 16px;
    width: 96px;
    height: 96px;
    background: #f3f6fb;
    border-radius: 4px;
    margin-right: 20px
}

.list-wrap .right-list .list-content .list-items .date .mm-dd {
    height: 26px;
    font-size: 26px;
    font-family: d-Alternate;
    font-weight: 600;
    color: #55637a;
    line-height: 26px;
    margin-bottom: 7px
}

.list-wrap .right-list .list-content .list-items .date .yy {
    height: 18px;
    font-size: 18px;
    font-family: d-Alternate;
    font-weight: 600;
    color: #55637a;
    line-height: 18px
}

.list-wrap .right-list .list-content .list-items .content {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 893px;
    box-sizing: border-box;
    padding-top: 6px
}

.list-wrap .right-list .list-content .list-items .content:hover .title {
    color: #3C77F9
}

.list-wrap .right-list .list-content .list-items .content .title {
    width: 800px;
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 16px;
    margin-bottom: 10px
}

.list-wrap .right-list .list-content .list-items .content .des {
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    line-height: 20px
}

.list-wrap .right-list .list-content .list-items .info {
    position: absolute;
    right: 0;
    bottom: 25px;
    display: flex;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 14px
}

.list-wrap .right-list .list-content .list-items .info div {
    margin-right: 24px
}

.list-wrap .right-list .list-content .list-items .info div:last-child {
    margin-right: 0
}

.list-wrap .right-list .nodata {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 350px;
    margin: 90px auto 0px
}

.list-wrap .right-list .nodata img {
    display: block;
    width: 350px;
    height: 287px
}

.list-wrap .right-list .nodata .t1 {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 18px
}

.list-wrap .right-list .nodata .t2 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 16px
}

.list-wrap .right-list .pagination-wrap {
    position: relative;
    display: flex;
    margin: 50px auto;
    justify-content: center
}

.list-wrap .right-list .pagination-wrap .infos {
    height: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-right: 13px
}

.list-wrap .right-list .pagination-wrap .paginations {
    position: relative;
    display: flex
}

.list-wrap .right-list .pagination-wrap .paginations .prev,
.list-wrap .right-list .pagination-wrap .paginations .next {
    display: flex;
    position: relative;
    width: 30px;
    height: 30px;
    background: #f6f7f9;
    border-radius: 3px;
    justify-content: center;
    align-items: center
}

.list-wrap .right-list .pagination-wrap .paginations .prev img,
.list-wrap .right-list .pagination-wrap .paginations .next img {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px
}

.list-wrap .right-list .pagination-wrap .paginations .prev {
    margin-right: 10px
}

.list-wrap .right-list .pagination-wrap .paginations .prev img {
    transform: rotate(180deg)
}

.list-wrap .right-list .pagination-wrap .paginations .next {
    margin-left: 20px
}

.list-wrap .right-list .pagination-wrap .paginations .ul {
    position: relative;
    display: flex
}

.list-wrap .right-list .pagination-wrap .paginations .ul i {
    cursor: default;
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: #f6f6f8;
    color: #666666;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    list-style: none;
    margin-left: 10px
}

.list-wrap .right-list .pagination-wrap .paginations .ul li {
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: #f6f6f8;
    color: #666666;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    list-style: none;
    margin-left: 10px
}

.list-wrap .right-list .pagination-wrap .paginations .ul li:hover {
    background: #3C77F9;
    color: #ffffff
}

.list-wrap .right-list .pagination-wrap .paginations .ul .active {
    background: #3C77F9;
    color: #ffffff
}

.seeach-wrap .right-list {
    width: 1200px !important;
}

.seeach-wrap .right-list .list-content .list-items {
    border-bottom: 2px dashed #e5e5e5;
}

.seeach-wrap .right-list .list-content .list-items .content {
    width: 1200px;
}

.seeach-wrap .right-list .breadcrumb {
    width: 1200px;
    height: 55px;
    background: #F9F9F9;
    padding-left: 20px;
}

.seeach-wrap .right-list .breadcrumb .prve {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
}

.seeach-wrap .right-list .breadcrumb .this {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
}

.seeach-wrap .right-list .list-content .list-items:first-child {
    border-top: 0;
    margin-top: 52px;
}


@media screen and (max-width: 900px) {
    body {
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        /*background: #f5f5f9*/
    }


    .list-wrap {
        width: calc(100% - 16px);
        height: calc(100% - 250px);
        background: #fff;
        padding: 0 12px;
        border-radius: 10px;
        box-sizing: border-box;
        margin-top: 0px
    }

    .list-wrap .left-column {
        display: none
    }

    .list-wrap .right-list {
        height: auto;
        width: 100%!important;
        min-height: calc(100% - 295px);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .list-wrap .right-list .breadcrumb {
        display: none
    }

    .list-wrap .right-list .list-content .list-items {
        padding: 12px 0;
        height: 70px
    }

    .list-wrap .right-list .list-content .list-items:first-child {
        border-top: 0px;
        margin-top: 12px
    }

    .list-wrap .right-list .list-content .list-items .date {
        padding: 0;
        width: 45px;
        height: auto;
        background: #ffffff;
        border-radius: 0px;
    }

    .list-wrap .right-list .list-content .list-items .date .mm-dd {
        height: 15px;
        font-size: 16px;
        font-weight: 600;
        color: #55637a;
        line-height: 15px;
        margin-bottom: 5px
    }

    .list-wrap .right-list .list-content .list-items .date .yy {
        height: 15px;
        font-size: 16px;
        font-weight: 600;
        color: #d9d9d9;
        line-height: 15px
    }

    .list-wrap .right-list .list-content .list-items .content {
        width: calc(100% - 45px);
        padding-top: 0;
    }

    .list-wrap .right-list .list-content .list-items .content .title {
        width: auto;
        margin-bottom: 0px;
        font-size: 15px;
        line-height: 20px;
        height: auto;
        font-weight: normal;
    }

    .list-wrap .right-list .list-content .list-items .content .des {
        display: none
    }

    .list-wrap .right-list .list-content .list-items .info {
        display: none
    }

    .list-wrap .right-list .pagination-wrap {
        display: none !important
    }

    .detail-wrap {
        padding: 20px 0px 12px 0px;
    }

    .detail-wrap .breadcrumb {
        display: none
    }

    .detail-wrap .title {
        text-align: center;
        height: auto;
        font-size: 24px;
        font-weight: 600;
        color: #000000;
        line-height: 33px;
        margin-bottom: 16px;
        padding: 0px 16px;
    }

    .detail-wrap .sub-title {
        height: auto;
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 24px;
        margin-bottom: 16px
    }

    .detail-wrap .sub-info-wrap {
        height: auto;
        padding: 12px 33px 2px 33px;
    }

    .detail-wrap .sub-info-wrap span {
        width: 48%;
        display: inline-block;
        margin-bottom: 10px
    }

    .detail-wrap .content {
        margin-top: 25px;
        background-position: 25.8037% -43.1473%;
        background-repeat: repeat;
        background-size: 29.7866%;
        background-attachment: scroll;
        background-image: url("../images/siteHome/detail-bg.png");
    }

    .detail-wrap .content p {
        font-size: 17px!important;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 30px
    }
}

