* {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
}
.position {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
a {
    color: #61819c;
}
.position img {
    margin-right: 10px;
}
.position .arro {
    margin: 0 5px;
}

.menus {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.menus .left-menu {
    margin-right: 20px;
}
.menus .left-menu .list {
    width: 258px;
    height: 40px;
    margin-bottom: 4px;
    border-radius: 4px;
    border: 1px solid #dbe5ed;
    background: #f9fcff;
    cursor: pointer;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menus .left-menu .list a {
    display: inline-block;
    color: #555;
    width: 258px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.menus .left-menu {
    width: 258px;
}
.menus .left-menu .list.active a {
    background: #d9eaf9;
    color: #026cc2;
    font-weight: 700;
}
.menus .left-menu .list-top {
    height: 40px;
    background: #026cc2;
    font-size: 18px;
    color: #ebf3fc;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 40px;
    margin-bottom: 4px;
    border-radius: 4px;
}
.menus .left-menu .list-top a {
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #ebf3fc;
    font-weight: 700;
}
.menus .left-menu .list-top span {
    width: 216px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menus .left-menu .list-top::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/menu-ac.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 6px;
}
.menus .right-cont {
    width: 920px;
    height: 100%;
    margin-bottom: 100px;
    position: relative;
}
.menus .right-cont .title {
    height: 56px;
    line-height: 56px;
    padding-left: 24px;
    border: 1px solid #d5dfea;
    border-bottom: none;
}
.menus .right-cont .conts {
    height: 100%;
    border: 1px solid #d5dfea;
    padding: 12px 24px;
    overflow: hidden;
}
.menus .right-cont .conts .conts-ul {
    display: none;
}
.menus .right-cont .conts .conts-ul:nth-child(1) {
    display: block;
}
.menus .right-cont .conts .conts-list {
    width: 260px;
    float: left;
    font-size: 18px;
    color: #555;
    position: relative;
    cursor: pointer;
    margin-right: 45px;
    margin-bottom: 24px;
}
.menus .right-cont .conts .conts-list:nth-child(3n) {
    margin-right: 0;
}
.menus .right-cont .conts .conts-list img {
    width: 260px;
    height: 180px;
}
.menus .right-cont .conts .conts-list a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.menus .right-cont .conts .conts-list a div {
    color: #999;
}
.menus .right-cont .conts .conts-list span:nth-child(1) {
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.menus .right-cont .conts .conts-list span {
    display: inline-block;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.menus .right-cont .conts .conts-list::before {
}
.menus .right-cont .conts .conts-list:hover a span {
    color: #333;
}
.menus .right-cont .conts .conts-list:hover a div {
    color: #999;
}
.menus .right-cont .conts .conts-list:hover span:nth-child(2) {
    color: #555;
    font-weight: 400;
}

/* 分页 */
.page {
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page .normal {
    display: inline-block;
    background: #fff;
    border: 1px solid #c0c6cc;
    margin: 0 5px;
    padding: 4px;
    min-width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 4px;
    color: #383b3d;
}
.page .current {
    background: #026cc2;
    border: 1px solid #026cc2;
    color: #fff;
    border-radius: 4px;
}
.page .next,
.page .first,
.page .next,
.page .last {
    border-radius: 4px;
    color: #383b3d;
}
.archive {
    position: absolute;
    right: 150px;
    top: -4px;
    z-index: 999;
}
