body {
    background: #F6F6F6;
}

.headerLink {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    margin-top: 24px;
}

.headerLink a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 0px;
}

.listWrap {
    width: 1200px;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 39px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.listLeft {
    width: 895px;
    background: #fff;
}

.listCheck {
    height: 55px;
    border-bottom: 1px solid #E6E6E6;
}

.listCheck ul {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 37px;
    box-sizing: border-box;
}

.listCheck ul li,
.listCheck ul li a {
    height: 55px;
    display: block;
    line-height: 65px;
    margin-right: 44px;
    padding: 0px 6px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    cursor: pointer;
}

.listCheck ul li.on a {
    color: #8454CC;
    border-bottom: 2px solid #8454CC;
}

.listList {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 9px;
}

.wrap {
    min-height: 700px;
}

.listBox {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 18px;
}

.boxLeft {
    width: 192px;
    height: 127px;
    margin-right: 28px;
    background: #8454CC;
}

.boxLeft img {
    width: 100%;
    height: 100%;
}

.boxRight {
    width: calc(100% - 220px);
}

.boxRight p {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.boxRight div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 22px;
    max-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0px;
}

.boxRight span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boxRight span b {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(170, 170, 170, 1);
}

.boxRight span b img {
    width: 18px;
    height: 12px;
}

.pageBox {
    margin-top: 18px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.listRight {
    width: 282px;
}

.pubTitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(132, 84, 204, 1);
}

.hotArticle {
    background: #fff;
    padding-left: 17px;
    padding-top: 15px;
    padding-bottom: 23px;
    padding-right: 7px;
    box-sizing: border-box;
}

.hotArticle ul li {
    margin-top: 17px;
}

.hotArticle ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hotArticle ul li a>img {
    width: 98px;
    height: 65px;
    margin-right: 15px;
}
.hotArticle ul li a div{
    width: calc(100% - 113px);
}
.hotArticle ul li a div p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 42px;
    -webkit-box-orient: vertical;
}

.hotArticle ul li a div span {
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(170, 170, 170, 1);
}

.hotArticle ul li a div span img {
    width: 16px;
    height: 10px;
    margin-right: 5px;
}

.hotTopic {
    background: #fff;
    box-sizing: border-box;
    padding: 0px 18px;
    padding-top: 20px;
    margin: 18px 0px;
    overflow: hidden;
}

.topicBox {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin: 15px 0px;
}

.topicBox b {
    display: block;
    padding: 5px;
    font-size: 15px;
    margin-right: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.active {
    display: block;
    width: 282px;
    height: 140px;
}

.active img {
    width: 100%;
    height: 100%;
}

.pageBox {
    text-align: center;
}

.pageBox .pageSize {
    display: inline-block;
}

.pageBox .pageSize ul {
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.pageBox .pageSize ul li {
    margin-right: 8px;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #D3D0D4;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(107, 107, 107, 1);
}

.pageBox .pageSize ul li.on {
    background: rgba(132, 84, 204, 1);
    border-radius: 2px;
    border: 1px solid rgba(132, 84, 204, 1);
    color: #fff;
}

.pageBox .pageSize ul li span {
    display: block;
    width: 100%;
    height: 100%;
}

.pageBox .pageSize ul li:last-child {
    margin-right: 0px;
}