.timeZhou {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 1200px;
    /* border-bottom: 1px solid #ddd; */
    margin: 0 auto;
}
.timeZhou1 {
    float: left;
    width: 80px;
    text-align: center;
    height: 100%;
    padding-top: 30px;
}
.timeZhou2 {
    float: left;
    width: 1040px;
}
.timeCircle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px dashed #aaaaaa;
    margin: 0 auto;
    cursor:pointer;
}
.timeCircle:hover{    background: #093388;
    color: #fff;
    border: none;}
.timeCircle:hover div {
    color: #fff !important;
}
.circleAct {
    background: #093388;
    color: #fff;
    border: none;
}
.circleAct div {
    color: #fff !important;
}
.circleText {
    color: #ac9455;
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
}
.circleText2 {
    color: #ac9455;
    font-size: 14px;
    text-align: center;
}
/*.honorUl{margin-left:44px;}*/
.timeZhou2 li {
    float: left;
    width: 148px;
    text-align: center;
}
.tabHonor {
    padding: 35px 80px;
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    margin-top: 60px;
}
.lineHonor {
    width: 62px;
    height: 75px;
    border-right: 1px dashed #d5d5d5;
}
.honorText {
    color: #ac9455;
    font-size: 18px;
}
.honorCircle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #aaaaaa;
    display: inline-block;
    margin-left: 60px;
    position: relative;
    top: -3px;
}
.honorUl li {
    float: left;
    line-height: 31px;
    height: 31px;
}
.honorText2 {
        padding-left: 20px;
    font-size: 22px;
    width: 900px;
    display: inline;}
.honorUl:hover .honorText2 {
    color: #ac9455;
}