@media print {
    .container {
        width: auto;
    }
}
body,html{
    height: 100%;
    font-family: Î¢ÈíÑÅºÚ!important;
}
*{
    padding: 0;
    margin: 0;
}
a:hover{
    text-decoration: none;
}
li{
    list-style-type: none;
}
.container-fluid{
    min-width: 1358px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.col{
    padding: 0;
}

.top-nav{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.top-nav > a{
    font-size: 20px;
    font-family: Î¢ÈíÑÅºÚ, sans-serif;
    font-weight: 500;
    position: relative;
    color: black;
    padding: 0 0 0 32px;
}
.navbar{
    width: 1358px;
    margin: 0 auto;
    background: #fff;
}
.main-nav{
    background: rgb(222,28,49);
    width: 100%;
}
.navbar{
    background: transparent;
}
.navbar-nav{
    display: flex;
    flex: 1;
    justify-content: space-evenly;
}
#navbarSupportedContent{
    display: flex;
    justify-content: space-between;
}
.main-nav-link{
    color: #fff;
    padding: 0 16px;
    display: flex;
    align-items: center;
}
.main-nav-link:hover{
    color: #fff;
    text-decoration: none;
}
.btn-primary:hover,.btn-primary{
    background: transparent;
    border: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background: transparent;
    border: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: none;
}

.search-input{
    position: absolute;
    display: none;
}

.nav-item{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}

.search-btn{
    cursor: pointer;
}
.content{
    background: #F6F6F6;
    display: flex;
    display: -webkit-flex;
    flex: 1;
}
.main{
    background: #fff;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 1358px;
    margin: 0 auto;
    padding: 8px 16px;
    box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
}

.bi-search{
    color: #fff;
    cursor: pointer;
}

.input-group{
    display: flex;
    align-items: center;
}

.btn-success{
    color: #5C8CB8;
    border: none;
    background: #fff;
    height: 30px;
    display: flex;
    align-items: center;
}
.form-control{
    border-color: #fff;
    border: none;
}
.form-control:focus{
    outline: 0;
    box-shadow: none;
    border:none
}
.btn-success:hover,.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled):active:focus{
    color: #5C8CB8;
    background: #fff;
    box-shadow: none;
    border-color:transparent;
}
.bi-x{
    color: #5C8CB8;
    background: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.btn>.bi-search{
    color: #5C8CB8;
    transition: 0.2s;
}
.btn>.bi-search:hover{
    color: #5C8CB8;
}

.form-control{
    height: 30px;
    font-size: 14px;
}

.search-group{
    display: none;
    width: 100%;
}

footer{
    background: rgb(222,28,49);
    padding: 8px 0;
}
.footer-content{
    width: 1326px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer-text{
    color: #fff;
    font-size: 12px;
}
.footer-text span{
    line-height: 30px;
}
.footer-img{
    display: flex;
    flex-direction: row;
    height: 100px;
    justify-content: flex-end;
}
.footer-img img{
    margin-left: 8px;
    height:100px;
}
.sub-page{
    display: flex;
    flex-direction: row;
    padding: 20px 0;
}

.aside{
    background: #EFEFEF;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
}
.aside a{
    background: #fff;
    padding: 18px 15px;
    margin: 8px 0;
    font-size: 18px;
    color: #000;
    transition: 0.2s;
    width: 230px;
}
.aside a:hover{
    background: #FEA600;
    color: #fff;
}
.aside-title{
    font-size: 22px;
    padding: 10px 0;
    font-weight: bold;
}
.sub-page-content{
    display: flex;
    flex: 1;
    padding: 0 20px;
    flex-direction: column;
}
.sub-page-content-main-title{
    text-align: center;
    font-size: 1.8rem;
    width: 100%;
    padding: 0 0 15px 0;
}
.breadcrumb{
    background: transparent;
    padding: 0;
    margin: 0;
}
.breadcrumb-item a{
    color: #000;
    transition: 0.2s;
}
.breadcrumb-item a:hover{
    color: #5C8CB8;
}
.sub-page-content-main{
    display: flex;
    flex: 1;
    padding: 10px 0;
    flex-direction: column;
}
.line{
    border-top:1px solid red;
    margin: 10px 0;
}

.sub-page-img-group{
    display: flex;
    flex-direction: column;
    width: 163px;
}
.sub-page-img-group img{
    margin-bottom: 5px;
    width:100%;
}
.pagination{
    display: flex;
    justify-content: center;
}
.page-link{
    padding: .3rem .75rem;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 6px;
    margin-right: -10px;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: rgb(222,28,49);
    color: #fff;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}
.tab-content .tab-pane:nth-child(1) .InfoCard-item{
    z-index:10
}
.tab-content .tab-pane:nth-child(2) .InfoCard-item{
    z-index:9
}
.tab-content .tab-pane:nth-child(3) .InfoCard-item{
    z-index:8
}