.main-cont {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
}
.table {
    background: #fff;
    padding: 0 20px;
}
body {
    background: #f0f7fd;
}
.table .table1 {
    width: 380px;
}
.table2 .table1 {
    width: 700px;
}
.table .table2 {
    width: calc(calc(100% / 3) - 0px);
}
.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;
    margin-bottom: 20px;
}

.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,.table .table-ul .ulis {
    height: 40px;
    line-height: 40px;
    display: flex;
}
.table .table-ul p{
    line-height: 32px;
}
.table .table-ul iframe{
    width: 100%;
    height: 350px;
}
.table .table-ul .uli,.table .table-ul .ulis .start{
    color: #2D66A5;
    font-size: 16px;
}
.table .table-ul .uli,.table .table-ul .ulis span{
    font-size: 16px;
}

.table .table-ul .uli a ,.table .table-ul .ulis a{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei;
    color: #333;
    display: inline-block;
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    position: relative;
}
.table .table-ul .ulis a{
    padding-left: 10px;
}

.table .table-ul .uli span {
    width: 60px;
    color: #999;
}
.table .table-ul .ulis span {
    width: 86px;
    color: #999;
}
.table .table-ul .uli a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 4px;
    position: absolute;
    top: 17px;
    left: 8px;
    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: 0px 0 20px 0;
    position: relative;
}
.table .table-ul img {
    width: 380px;
    height: 87px;
    cursor: pointer;
}
.table .table-ul .fgqk {
    width: 282px;
    height: 44px;
    margin-top: 10px;
    margin-left: 40px;
}
.table .table-ul .hdjl {
    color: #fff;
    text-align: center;
    font-family: FZZhengHei-DB-GBK;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    letter-spacing: 10.24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -84px;
    margin-top: -30px;
}
.table .table3 .table-title {
    margin-bottom: 20px;
}
.swiper-container3 .swiper-slide img {
    width: 180px;
    height: 138px;
    transition: all 0.5s;
    cursor: pointer;
}

.ant-table-tbody td{
    font-size: 18px !important;
}
.zv-span-t,.label,.link{
    font-size: 18px!important;
}
