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

.main {
    padding: 20px;
    margin-left: 200px;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.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;
}

/* -----------------底部start----------------------------- */
div.footer {
    background-color: #233042;
    width: 100%;
}

div.footer .system_service {
    width: 100%;
    border-bottom: 1px solid #4A4A4A;
}

div.footer .system_service ul {
    padding: 40px 0;
    width: 1400px;
    margin: 0 auto;
    font-size: 0;
}

div.footer .system_service ul li {
    width: 20%;
    display: inline-block;
    text-align: center;
    height: 18px;
    box-sizing: border-box;
}

div.footer .system_service ul li:not(:last-child) {
    border-right: 1px solid #6D7278;
}

div.footer .system_service ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #DEDEDE;
}

div.footer .system_service ul li a:hover {
    color: #f46143;
}

.footer .subject {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}

.footer .subject .footer_logo {
    float: left;
}

.footer .subject .footer_logo a {
    display: block;
    width: 64px;
    height: 74px;
    padding: 10px;
}

.footer .subject .footer_logo a img {
    width: 100%;
    height: 100%;
}

.footer .subject ul, ol {
    float: left;
    color: #CBCBCB;
    text-align: left;
}

.footer .subject ul {
    width: 73%;
    box-sizing: border-box;
    padding-left: 40px;
    margin-top: 10px;
}

.footer .subject ul li {
    width: 30%;
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
}

.footer .subject ol li {
    display: inline-block;
    text-align: center;
}

.footer .subject ol li:last-child {
    margin-left: 60px;
}

.footer .subject ol li img {
    width: 80px;
    height: 80px;
}

.footer .subject ol li p {
    font-size: 12px;
    color: #CBCBCB;
    margin-top: 5px;
}