.Breadcrumb-fl:first-child {
    width: 150px !important;
    background: url("../img/title_bg031.jpg") no-repeat !important;
}

.mathsAndPhysics .Notice {
    width: 49%;
}
.mathsAndPhysics .Notice .content li span:last-child {
        position: absolute;
        right: 0;
    }
.mathsAndPhysics .Notice ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 10px;
}
.mathsAndPhysics .Notice ul li div {
        width: 6px;
        height: 6px;
        background: #7a7a7a;
        margin-right: 10px;
}
.mathsAndPhysics .Notice ul li a{
            color: #000;

}
.mathsAndPhysics.Notice ul li a:hover{
            color: red;
            text-decoration: underline;
}

.mathsAndPhysics .achievement {
    width: 49%;
}
.mathsAndPhysics .achievement li div {
        width: 6px;
        height: 6px;
        background: #7a7a7a;
        margin-right: 10px;
    }
.mathsAndPhysics .rightcontent .achievement ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 10px;
}
.mathsAndPhysics .achievement ul li div {
            width: 6px;
            height: 6px;
            background: #7a7a7a;
            margin-right: 10px;
        }
.mathsAndPhysics .achievement ul li a{
            color: #000;
            text-decoration: none;
        }
.mathsAndPhysics .achievement ul li a:hover{
            color: red;
            text-decoration: underline;
        }

.mathsAndPhysics .rightcontent .content {
    height: 160px;
    padding:10px 0px 46px 0 !important;
    font-size: 13px !important;
}
.mathsAndPhysics .rightcontent .content ul {
    width: 100%;
}

.mathsAndPhysics .rightcontent .content li {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}
.mathsAndPhysics .rightcontent .content li div {
    width: 6px;
    height: 6px;
    background: #7a7a7a;
    margin-right: 10px;
}


.dynamics ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 10px;
    position: relative;
}
.dynamics ul li div {
            width: 6px;
            height: 6px;
            background: #7a7a7a;
            margin-right: 10px;
        }
.dynamics ul li a{
            color: #000;
            text-decoration: none;
        }
.dynamics ul li a:hover{
            color: red;
            text-decoration: underline;
  }

.dynamics ul li span:last-child{
    position: absolute;
    right: 0;
}
.mathsAndPhysics .rightcontent .content span {
    position: absolute;
    right: 0;
}