.main {
    width: 1200px;
    margin: 0 auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.nav {
    width: 100%;
    background: url(../images/home.png) no-repeat 3px 4px;
    background-size: 14px 14px;
    padding-left: 25px;
    vertical-align: middle;
    height: 21px;
    margin-top: 15px;
}

.nav a {
    font-size: 14px;
    font-family: Segoe UI-Regular, Segoe UI;
}

.nav a:last-child {
    color: #5DA1E2;
}

.ctm {
    width: 100%;
}

.bgc {
    background-color: #5DA1E2 !important;
    color: #fff !important;
}

.left {
    width: 200px;
    float: left;
}

.left>span {
    display: block;
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-align: left;
    font-size: 24px;
    color: #333333;
    font-family: Segoe UI-Regular, Segoe UI;
}

.left ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.left ul li {
    position: relative;
    width: 100%;
    line-height: 66px;
    height: 66px;
    text-align: left;
    padding-left: 16px;
    background-color: #F8F8F8;
}

.left ul li:first-child img {
    display: block;
}

.left ul li {
    font-size: 16px;
    font-family: Segoe UI-Regular, Segoe UI;
    font-weight: 400;
    color: #333333;
}

.left ul li img {
    display: none;
    position: absolute;
    vertical-align: middle;
    top: 25px;
    right: 20px;
    width: 14px;
    height: 14px;
}

.mid {
    float: left;
    width: 720px;
    margin-left: 40px;
}

.dba {
    display: none !important;
}
.dbc {
    display: block !important;
}

.mid ul {
    padding: 0;
    margin: 0;
}

.mid ul li.li01 {
    display: block;
    width: 100%;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #F5F5F5;
}

.mid ul li.li01 span:first-child {
    display: block;
    float: left;
    border-radius: 50%;
    margin-top: 28px;
    width: 5px;
    height: 5px;
    background: #5DA1E2;
}

.mid ul li.li01 a {
    display: block;
    float: left;
    font-family: PingFangSC, PingFangSC-Heavy;
    color: #4B4A4A;
    width: 80%;
    height: 100%;
    font-size: 16px;
    line-height: 60px;
    text-align: left;
    margin-left: 10px;
}

.mid ul li.li01 span:last-child {
    display: block;
    float: right;
    text-align: right;
    height: 100%;
    line-height: 60px;
    width: 14%;
}

.mid ul li.li02 {
    width: 100%;
    background-color: #F8F8F8;
    height: 150px;
    padding: 20px 0;
}

.mid ul li.li02 .a1 {
    display: block;
    float: left;
    width: 175px;
    height: 110px;
}

.mid ul li.li02 .a1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mid ul li.li02 .rcon {
    width: 520px;
    float: right;
    padding: 10px 0;
    height: 100%;
    background-color: #F8F8F8;
}

.mid ul li.li02 .rcon .a2 {
    width: 100%;
    padding-right: 20px;
    display: block;
    overflow: hidden;
    height: 24px;
    font-size: 16px;
    font-family: Segoe UI-Black, Segoe UI;
    font-weight: 900;
    color: #333333;
}

.mid ul li.li02 .rcon span {
    margin-top: 10px;
}

.mid ul li.li02 .rcon span.jian {
    width: 100%;
    display: block;
    height: 35px;
    padding-right: 20px;
    overflow: hidden;
    font-size: 12px;
    font-family: Segoe UI-Regular, Segoe UI;
    font-weight: 400;
    color: #707070;
}

.mid ul li.li02 .rcon .time {
    width: 100%;
    height: 24px;
    text-align: left;
    display: block;
    /* padding-left: 20px; */
    line-height: 24px;
    font-size: 10px;
    font-family: Segoe UI-Regular, Segoe UI;
    font-weight: 400;
    color: #707070;
}

.mid .page {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.mid .page a {
    display: inline-block;
    padding: 4px 8px;
    margin: 5px;
    text-align: center;
    background-color: #F8F8F8;
    color: #333333;
    font-size: 14px;
    font-family: Segoe UI-Regular, Segoe UI;
}

.right {
    width: 200px;
    float: right;
}

.ss {
    width: 100%;
    font-size: 16px;
    background-color: #F8F8F8;
    font-family: Segoe UI-Regular, Segoe UI;
    color: #333333;
}

.ss .tit {
    height: 48px;
    line-height: 48px;
    display: block;
    padding-left: 16px;
}

.ss .im {
    display: block;
    width: 100%;
    height: auto;
}

.ss .im img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.ss:nth-child(n+2) {
    margin-top: 30px;
}
