﻿.topNavSeachBox {
    display: block;
}

.topNavSeachBoxColor {
    display: none;
}

.topNavSeachInput {
    border-left: 2px solid #dddddd;
    font-size: 35px;
    font-weight: 600;
    height: 50px;
    vertical-align: central;
    margin-left: 50px;
    color: #686868;
    margin-right: 70px;
}
.lfDiv {
    font-size: 1.4em;
    color: black;
    width: 200px;
    margin-left: 60px;
}

.topNAv {
    width: 1200px;
    margin: 20px auto;
}
#classList {
    visibility: hidden;
}


.lfDiv{
    display: inline-block;
    vertical-align: middle;
}
.content {
    width: 1200px;
    margin: 0 auto;
    line-height: 25px;
    padding: 0 50px;
    letter-spacing: 2px;
    vertical-align: middle;
    border-top: 1px solid #ccc;
}

.title {
    display: flex;
    font-size: 22px;
    font-weight: 700;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .title > img {
        margin-right: 20px;
    }

.bg-blue {
    background: #e84932;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .bg-blue > p {
        font-size: 17px;
        color: white;
        font-weight: 600;
        letter-spacing: 4px;
    }
.title img{
    width:4px;
}
.title {
color:black;
}