index.css 2.76 KB
* {
    margin: 0;
    padding: 0;
}

.main {
    padding: 20px;
    margin-left: 200px;
}

.left {
    border-right-style: inset;
    border-right: 1px solid #DEDEDE;
}

.right {
    width: 400px;
}

.left, .right {
    float: left;
}

.xw {
    padding-top: 10px;
    height: 150px;
    border-bottom-style: inset;
    border-bottom: 1px solid #DEDEDE;
}

.xw-left img {
    width: 200px;
    height: 125px;
    background: #D8D8D8;
}

.xw-left, .xw-right {
    float: left;
}

.left-top {
    width: 408px;
    height: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 18px;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 18px;
}

.left-body {
    width: 687px;
    height: 60px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6D7278;
    line-height: 21px;
}

.left-buttom div {
    float: left;
}

.left-buttom-date {
    line-height: 57px;
    float: right !important;
    margin-right: 20px;
}

#page {
    margin-top: 20px;
    text-align: center;
}

.right {
    width: 200px;
    margin-left: 15px;
}

.right-top {
    width: 100px;
    height: 18px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 18px;
}

.right-body {
    display: inline-block;
    margin-bottom: 20px;
}

.tj {
    /*margin-bottom: 10px;*/
}

.tj img {
    width: 200px;
    height: 125px;
    margin-top: 20px;
}

.tj img, .tj span {
    float: left;
}

.tj-title {
    width: 203px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 21px;
}

.tj-date {
    width: 90px;
    height: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 12px;
}

.right-bottom {
    border-top-style: inset;
    border-top: 1px solid #DEDEDE;
}

.right-bottom-top {
    width: 108px;
    height: 18px;
    font-size: 18px;
    margin-top: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 18px;
}

.zcfg {
    margin-top: 20px;
    display: inline-block;
}

.zcfg div {
    float: left;
}

.zcfg-top {
    width: 200px;
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 14px;
}

.zcfg-body {
    width: 200px;
    font-size: 14px;
    display: inline-block;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6D7278;
    line-height: 21px;
}

.zcfg-bottom {
    width: 90px;
    height: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 12px;
}