body {
    background-color: #F4F4F4;
}

.box {
    width: 1200px;
    margin: -40px auto 20px;
    overflow: hidden;
    position: relative;
}

.child-banner {
    position: relative;
    display: flex;
    justify-content: center;
    height: 360px;
    margin-top: 10px;
}

.child-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: absolute;
}

.banner-box .banner-text {
    width: 500px;
    position: relative;
    top: 42%;
    left: 3%;
    user-select: none;
    color: white;
}


.banner-box .banner-text h2{
    font-size: xx-large;
    font-weight: 300;
    color: #777777FF;
}

.banner-box .banner-text h1{
    font-size: 36px;
    font-weight: 400;
    color: #1E252AFF;
}

.org-list-title {
    user-select: none;
    font-size: 20px;
    padding: 10px 10px 0;
    line-height: 65px;
    width: 100%;
    display: inline-flex;
    align-items: center;
}


.search-box {
    font-size: 15px !important;
    padding: 0 10px;
    background-image: url('../images/search_bg.png');
    background-size: cover;
}

.search-box > div {
    width: 100%;
    display: inline-flex;
    /*justify-content: space-between;*/
    /*border: 1px solid #e4e4e4;*/
    /*border-radius: 2px;*/
    padding: 22px 0;
    -moz-box-shadow: 0px 10px 5px -5px #ffffff;
    -webkit-box-shadow: 0px 10px 5px -5px #ffffff;
    box-shadow: 0px 10px 5px -5px #ffffff;
}

.search-box > div > div {
    display: inline-flex;
    align-items: center;
}

.search-box > div label {
    margin-left: 3px;
    user-select: none;
}

.search-box > div input {
    padding-left: 5px;
    text-align: left;
    width: 150px;
    height: 30px;
    border: 1px solid #a8a8a8;
    color: #4e4e4e;
    border-radius: 2px;
    font-size: 15px;
    line-height: 30px;
}

.search-box > div input:focus {
    outline: 1px solid #0d76ef;
    background-color: #fcfeff;
}

.search-box > div select {
    padding-left: 5px;
    width: 150px;
    height: 32px;
    border: 1px solid #a8a8a8;
    border-radius: 2px;
    font-size: 14px;
    line-height: 30px;
}

.search-box > div select:focus {
    outline: 1px solid #0d76ef;
    background-color: #fcfeff;
}

.search-box > div select option {
    font-size: 14px;
    line-height: 30px;
}


.search-box > div a {
    margin: 0 4px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #215fcf;
    padding: 7px 16px;
    border-radius: 2px;
    background-color: white;
    color: #215fcf;
    cursor: pointer;
}

.search-box > div a:hover {
    background-color: #215fcf;
    color: white;
}


.list-box {
    margin: 25px 10px 5px;
    font-size: 15px !important;
    /*padding: 0 10px;*/
    background-color: white;
}

.list-box .org-list-header {
    text-align: center;
    font-weight: bold;
    height: 50px;
    background: #f4f9fd;
    /* border-top: 2px solid #669acd; */
    user-select: none;
}

.list-box .org-list {
    min-height: 340px;
    text-align: center;
    /*border-bottom: 2px solid #669acd;*/
}

.list-box .org-list a {
    color: #0d76ef;
    cursor: pointer;
}

.list-box .org-list a:hover {
    color: #264BC6;
}


.list-box li {
    height: 50px;
    border-bottom: 1px solid #d4d4d4;
}

.list-box li:hover {
    background-color: #f4f9fd;
}

.list-box span {
    float: left;
    display: inline-block;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-box .column-0 {
    width: 3%;
    padding-left: 10px;
}
.list-box .column-1 {
    width: 24%;
}
.list-box .column-1-1 {
    width: 23%;
}

.list-box .column-2 {
    width: 5%;
}

.list-box .column-3 {
    width: 5%;
}

.list-box .column-4 {
    width: 15%;
}

.list-box .column-5 {
    width: 15%;
}

.list-box .column-6 {
    width: 8%;
}

.cert-detail {
    font-size: 15px;
}

.cert-detail > div label {
    width: 90px;
    color: #666666;
    text-align: right;
}

.cert-detail > div p {
    width: 390px;
}

.code {
    width: 100%;
    padding: 0 5px;
     height: 35px;
    line-height: 35px;
    text-align: left;
    border: 1px solid #a8a8a8;
    color: #4e4e4e;
    border-radius: 2px;
    font-size: 15px;

}

.code:focus {
    outline: 0.1px solid #0d76ef;
    background-color: #fcfeff;
}
