
body{
    background: #f3f3f3;
    color: #333333;
    font-size:  16px;
}

.header-container{
    background-image: url('../img/header-bg.png');
    background-size:  1200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ba0806;
    /*height: 304px;*/
}
.container-bg{
    background: #ffffff;
    margin: 20px auto;
    padding: 16px;
    position: relative;
}
/**/
.flex{
    display: flex;
}
.flex-center{
    display: flex;
    align-items: center;
}
.flex-justify{
    display:  flex;
    align-items: center;
    justify-content:  space-between;
}
.flex-wrap{
    display:flex;

}
a{
    color: #333333; 
}
a:hover, a:hover .alink{
    text-decoration: none;
    color: #c20500;
}
/*a.alink{*/
/*    text-decoration:  none;*/
/*    color: #333333;*/
/*}*/
.img-holder{
    display:flex;
    align-items: center;
    background: #f2f2f2;
    height: 375px;
    overflow: hidden;
}
.swiper-title{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    color: #ffffff;
    width: 100%;
}
/*reset*/
*:focus-visible{
    outline: none;
}
ul{
    margin-bottom: 0;
}
.navbar{
    padding: 0;
    height: 50px;
}
.navbar-nav li.nav-item {
    padding: 5px;
    text-align: center;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}
nav .navbar-nav a.nav-link{
    /*color: #ffffff;*/
}

.breadcrumb-item+.breadcrumb-item::before{
    content: '>>';
}
.swiper-pagination-bullet.my-bullet{
    width: 24px;
    height: 24px;
    color: #ffffff;
    border-radius: 0;
    opacity: .5;
}
.swiper-pagination-bullet-active.my-bullet{
    background: #c20500;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 28px;
}
.swiper-button-next, .swiper-button-prev{
    color: #c20500;
}
/*reset end*/
.nav-item:hover, .nav-item.active{
    background: #c20500;
}
.dropdown-menu.show {
    /*background: #ff4e4e;*/
    background: #c20500;
    border-radius: 0;
    top: calc(100% - 2px);
    border: none;
}
.dropdown-menu .dropdown-item{
    color: #ffffff;
    text-align: center;
}
.dropdown-menu .dropdown-item:hover{
    background: #ff4e4e;
}
/**/
.logo-container {
    width: 100%;
    height: 176px;
    position: relative;
    color: #ffffff;
}
.logo-container .logo{
    width: 190px;
}
.logo-container .web-title{
    width: 100%;
}
.logo-container .web-title h1{
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    letter-spacing: 3px;
}
.logo-container .web-title h3{
    text-align: right;
    width: 100%;
}
.logo-container .slogan h3 span{
    padding: 0 20px;
    font-size: 1.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    font-weight: bold;
}
.logo-container .slogan h3 span:last-child{
    padding-right: 0;
}
.logo-container .slogan{
    position: absolute;
    bottom: 10%;
    right: 0;
}

.tab-head{
    border-bottom: 1px solid #ddd;
    margin-bottom: 4px;
}
.main-tab .tab-head span{
    font-size: 1.2rem;
    padding-bottom: 4px;
    border-bottom: 2px solid #f00000;
}
.bg-red{
    background-color: #F00000;
}
.main-tab .item-list{
    line-height: 1.7;
    color: #1b1e21;
    font-size: 0.9rem;
    position: relative;
}

.main-tab .item-list .item{
    padding: 5px 0;
}
.main-tab .item-list .item .date{
    /*color: #a9a9a9;*/
}
.list-icon.square{
    width: 12px;
    height: 9px;
    background: url('../img/square-dot.png') no-repeat 100%;
}
/*.notice-bg{*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/
/*.notice-bg-item{*/
/*    background: #ffffff url('/img/notice.png') no-repeat 0 100%;*/
/*    background-size: 77px ;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transform: rotate(-30deg);*/
/*}*/
.notice .item-list{
    line-height: 1.4;
    color: #1b1e21;
    font-size: 0.9rem;
}
.notice .item-list .item{
    width: 50%;
}
.notice-title{
    position: relative;
    border-right: 3px solid #f00000;
    text-align: center;
}
.notice-title:after{
    content: '';
    border: 6px solid transparent;
    border-left:  6px solid #f00000;
    width: 0;
    height: 0;
    position: absolute;
    right: -14px;
    top: calc(50% - 6px);
}
.notice-title p{
    font-weight: bold;
    font-size: 1.3rem;
    color: #f00000;
    margin: 4px ;
    padding: 4px 8px;
    letter-spacing: 10px;
}
.my-notice .fixed-col{
    flex: 0 0 12.666667%;
}
.position-absolute{
    right: 20px;
    bottom: calc(50% - 10px);
}
.panel-head{
    background: #f00000;
    color: #ffffff;
    padding: 8px 8px 8px 28px;

    margin-bottom: 10px;
}
.panel-head-title{
    font-weight: bold;
    font-size: 1.1rem;
}
.normal-list{
    line-height: 1.7;
    color: #1b1e21;
    font-size: 0.9rem;
    position: relative;
}
.normal-list li:before, .list.dot{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c20500;
    position: absolute;
    left: 3px;
}
.normal-list .item{
    padding: 5px 0;
    margin-left: 18px;
}
.big-panel{
    position: relative;
}
.big-panel-head {
    border-bottom: 1px solid #f2f2f2;
    padding: 8px 10px;
    background: url("../img/title-bg.png") no-repeat center;
    background-size: 143px auto;
}
.big-panel .big-panel-head-title{
    color: #f00000;
    font-weight: bold;
    font-size: 1.1rem;
}
.big-panel-list{
    /*text-align: center;*/
}
.big-panel-list .big-panel-item{
    justify-content: center;
    padding: 20px;
    flex: 1;
    border-right: 1px solid #f2f2f2;
    max-width: 33.3333%;
}
.big-panel-list .big-panel-item:last-child{
    border-right: none;
}
.big-panel-list .big-panel-item:hover{
    background: #f2f2f2;
}
.big-panel .image-container{
    /*width: 260px;*/
    min-height: 260px;
    max-height:  260px;
    overflow: hidden;
    background: #f2f2f2;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.big-panel .image-title{

}


/*detail.html*/
.top-data-info{
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}
.content-title{
    color: #c20500;
    padding: 36px 10px 20px;
}
.content-info{
    color: #1b1e21;
    font-size: 0.8rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;  
}
/*detail end*/

/*level.html;*/
.list-container .menu-list{
    border-right: 1px solid #ddd;
}
.list-container .menu-list li{
    padding: 10px;
    background: #dddddd;
    margin: 20px 20px;
}
.list-container .menu-list li.active{
    background: #f00000;
}
.list-container .menu-list li.active a{
    color: #ffffff;
}
.list-container .menu-list li a{
    color: #333333;
}
.article-list{
    line-height: 1.9;
}
.article-title{
    font-size: 1.2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    margin-bottom: 10px;
    font-weight: bold;
}
.my-page{
    width: 80%;
    margin: 20px auto;
    font-size: .9rem;
}
.my-page .page li{
   background: #dddddd;
   padding: 4px 8px;
    margin: 0 5px;
}
/*level.html end*/
.footer{
    background: url("../img/footer-bg.png") no-repeat center;
    height: 190px;
    padding: 26px 0 0 ;
}
.other-links{
    color: #ffffff;
    border-bottom: 1px solid #dddddd;
}
.other-links a{
    color: #ffffff;
}
.other-links p{
    text-align: center;
    border-right:1px solid #dddddd;
    /*padding: 10px;*/
    font-size: 0.9rem;
    flex: 1;
}
.other-links p:last-child{
    border-right:none;
}
.footer-info{
    padding-top: 36px;
    text-align: center;
    color: #ffffff;
    font-size: 0.8rem;
}
 /**/
.search-bar{
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.search-bar .form-container{
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    position: relative;
}
.search-bar .input-style{
    border-radius: 50px;
}
.btn.btn-home-search{
    right: 30px;
    position: absolute;
    border-radius: 50px;
    background: #f00000;
    color: #ffffff;
    font-size: 0.8rem;
}
.other-links.mobile{
    display: flex;
}
.other-links.mobile p{
    border-right: none;
    width: 33.33%;
    flex: none;
    padding: 10px 5px;
}
.text-red{
    color: #FF0000; !important;
}
.text-small{
    font-size: 0.8rem !important;
}

.list-title{
    max-width: 250px;
}
/*media*/
@media (min-width: 576px) {
    .list-title {
        max-width: 100%;
    }
}
@media (max-width: 796px) {
    .notice .item-list.flex-wrap{
        /*flex-direction: column*/
    }
    .notice .item-list .item{
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: 18px;
        justify-content: space-between;
    }
    .notice-title{
        justify-content: center;
        width: 100%;
        border-right: none;
    }
    .notice-title:after{
        content: none;
    }
    .my-notice .fixed-col {
        flex: auto;
    }
    .position-absolute{
        bottom: 0;
        left: calc(50% - 10px);
        position: relative !important;
    }
    .notice .item-list .item:before{
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #c20500;
        position: absolute;
        left: 3px;
    }
    .img-holder{
        height: 252px;
    }
    .navbar-collapse {
        position: absolute;
        top: 41px;
        background: #f00000;
        width: 100%;
        z-index: 99;
    }
    .footer{
        height: inherit;
        padding-bottom: 20px;
    }
    .content {
        overflow: hidden;
    }
    .big-panel-list .big-panel-item{
        max-width: 100%;
    }
}