.table {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
body {
    background: #f0f7fd;
}
.table .table1 {
    width: calc(50% - 0px);
    padding: 20px 20px 0 20px;
}
.table .table3 {
    width: calc(100% - 0px);
    padding: 20px;
}
.table .table2 {
    width: calc(calc(100% / 3) - 0px);
    padding: 20px;
}
.table .table1:nth-child(odd) {
}

.table .table1:nth-child(even) {
}
.table .table2:nth-child(1),
.table .table2:nth-child(4) {
}
.table .table2:nth-child(2),
.table .table2:nth-child(5) {
}
.table .table-title {
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
}

.table .table-title span:nth-child(1) {
    font-size: 24px;
    font-family: Microsoft YaHei;
    color: #333;
    border-bottom: 2px solid #305e99;
    padding-left: 5px;
}
.table .table-title span:nth-child(2) {
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #333;
    background: url(../img/more.png) no-repeat;
    background-size: 100% 100%;
}
.table .table-title span:nth-child(2) a {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.table .table-ul .uli {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.table .table-ul .uli a {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei;
    color: #333;
    display: inline-block;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 16px;
    position: relative;
}
.table .table-ul .uli span {
    color: #999;
}
.table .table-ul .uli a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 4px;
    position: absolute;
    top: 17px;
    left: 0px;
    background: #d7d7d7;
}
.table .table2 .table-ul .uli a {
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
}
.table .table-ul .uli a:hover {
    font-weight: 700;
    color: #2d66a5;
}
.table .table-ul .uli a:hover::before {
    background: #2d66a5;
}
.table .table-img {
    text-align: center;
    padding: 20px;
}
.table .table-ul img {
    height: 280px;
}
.table .table3 .table-title {
    margin-bottom: 20px;
}
.swiper-container3 .swiper-slide img {
    width: 180px;
    height: 138px;
    transition: all 0.5s;
    cursor: pointer;
}
