.navigation {
    margin-top: -25px;
    width: 100%;
    height: 123px;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}

.navigation ul li {
    float: left;
    position: relative;
    width: 280px;
    height: 150px;
    margin-right: 26px;
    cursor: pointer;
}

    .navigation ul li:nth-child(4) {
        margin-right: 0;
    }

    .navigation ul li div {
        position: absolute;
        left: 110px;
        top: 30px;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .navigation ul li span {
        position: absolute;
        left: 110px;
        top: 55px;
        display: block;
        width: 130px;
        font-size: 14px;
        color: #FFFFFF;
    }

.notice {
    position: relative;
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: #FFFFFF;
    padding-left: 86px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

    .notice a {
        display: block;
        width: 100%;
        position: relative;
        cursor: pointer;
        color: #F19A1D;
        font-size: 20px;
    }

    .notice #noticePic {
        position: absolute;
        top: 13px;
        left: 18px;
    }

    .notice #column {
        position: absolute;
        top: 14px;
        left: 66px;
    }

    .notice a img {
        position: absolute;
        right: 18px;
        top: 19px;
    }

    .notice span {
        color: #F19A1D;
        font-size: 22px;
        font-family: SourceHanSansCN-Medium;
    }

.section {
    width: 100%;
    margin-top: 25px;
}

    .section .mainBox {
        height: 575px;
        width: 100%;
    }

        .section .mainBox .leftBox {
            float: left;
            height: 100%;
            width: 588px;
            border-radius: 8px;
            background: #FFFFFF;
        }

        .section .mainBox .rightBox {
            float: right;
            height: 100%;
            width: 588px;
            border-radius: 8px;
            background: #FFFFFF;
        }

.mainBox .leftBox .leftMain {
    height: 100%;
    width: 554px;
    margin: 0 auto;
}

    .mainBox .leftBox .leftMain .leftTite {
        position: relative;
        height: 60px;
        width: 100%;
        line-height: 63px;
        padding: 0 9px;
        border-bottom: 3px solid #00577B;
    }

.leftMain .leftTite span:nth-child(1) {
    color: #00577B;
    font-size: 24px;
    margin-right: 15px;
    font-family: SourceHanSansCN-Medium;
}

.leftMain .leftTite span:nth-child(2) {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 115px;
    width: 2px;
    height: 26px;
    transform: rotate(20deg);
    background: #00577B;
}

.leftMain .leftTite span:nth-child(3) {
    font-size: 20px;
    color: #999999;
    font-family: SourceHanSansCN-Regular;
}

.leftMain .leftTite span:nth-child(4) {
    position: absolute;
    bottom: -9px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    font-family: SourceHanSansCN-Regular;
    color: #00577B;
}

.leftMain .someNews ul li {
    height: 129px;
    width: 100%;
    padding-left: 8px;
    padding-top: 16px;
    border-bottom: 2px solid #F4F4F4;
}

    .leftMain .someNews ul li h3 {
        font-family: SourceHanSansCN-Medium;
        font-weight: 500;
        cursor: pointer;
        color: #000000;
        font-size: 20px;
    }

        .leftMain .someNews ul li h3:hover {
            color: #00577B;
        }

    .leftMain .someNews ul li div {
        margin-top: 11px;
        height: 24px;
        line-height: 24px;
    }

        .leftMain .someNews ul li div span {
            font-size: 16px;
            color: #999999;
            margin-right: 40px;
            font-family: SourceHanSansCN-Regular;
        }

            .leftMain .someNews ul li div span:nth-child(1) {
                display: inline-block;
                width: 76px;
                text-align: center;
                height: 24px;
                color: #FFFFFF;
                background: #F19A1D;
                border-radius: 2px;
            }

            .leftMain .someNews ul li div span:nth-child(2) {
                position: relative;
            }

                .leftMain .someNews ul li div span:nth-child(2):before {
                    content: '';
                    position: absolute;
                    top: 3px;
                    left: -22px;
                    width: 14px;
                    height: 14px;
                    background: url(../images/clock.png) no-repeat;
                    background-size: 14px 14px;
                }

            .leftMain .someNews ul li div span:nth-child(3) {
                position: relative;
            }

                .leftMain .someNews ul li div span:nth-child(3):before {
                    content: '';
                    position: absolute;
                    top: 5px;
                    left: -24px;
                    width: 16px;
                    height: 10px;
                    background: url(../images/eyes.png) no-repeat;
                    background-size: 16px 10px;
                }


    .leftMain .someNews ul li .newsMain {
        width: 100%;
        margin-top: 8px;
        font-size: 16px;
        color: #666666;
        font-family: SourceHanSansCN-Regular;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.mainBox .rightBox .rightMain {
    height: 100%;
    width: 554px;
    margin: 0 auto;
}

    .mainBox .rightBox .rightMain .rightTite {
        position: relative;
        height: 60px;
        width: 100%;
        line-height: 63px;
        padding: 0 9px;
        border-bottom: 3px solid #00577B;
    }

.rightMain .rightTite span:nth-child(1) {
    color: #00577B;
    font-size: 24px;
    margin-right: 15px;
    font-family: SourceHanSansCN-Medium;
}

.rightMain .rightTite span:nth-child(2) {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 140px;
    width: 2px;
    height: 26px;
    transform: rotate(20deg);
    background: #00577B;
}

.rightMain .rightTite span:nth-child(3) {
    font-size: 20px;
    color: #999999;
    font-family: SourceHanSansCN-Regular;
}

.rightMain .rightTite span:nth-child(4) {
    position: absolute;
    bottom: -9px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    font-family: SourceHanSansCN-Regular;
    color: #00577B;
}

.rightMain .someQuestion ul li {
    height: 74.5px;
    line-height: 74.5px;
    padding-left: 7px;
    cursor: pointer;
    width: 100%;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    border-bottom: 2px solid #F4F4F4;
}

    .rightMain .someQuestion ul li:hover {
        color: #00577B;
    }

.footer {
    margin-top: 34px;
    height: 270px;
    width: 100%;
    background: #00577B;
}

    .footer .w .footerTitle {
        width: 100%;
        text-align: center;
        height: 270px;
        padding-top: 43px;
    }

        .footer .w .footerTitle p {
            font-size: 18px;
            color: #FFFFFF;
            font-family: SourceHanSansCN-Regular;
            margin-bottom: 21px;
        }
