body {
    background: linear-gradient(to bottom, #225fab, #c7ddfb);
    min-height: 100vh;
    padding: 0;
    margin: 0;
    color: #333333;
    font-size: 14px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
    color: #333333;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: block;
    flex-direction: column;
}

.space-between {
    justify-content: space-between;
    align-items: center;
}

.m {
    width: 1190px;
    margin: 0 auto;
}

.top {
    background-color: #F3F3F3;
    padding: 0 15px;
}

.applybtn {
    background: linear-gradient(to bottom, #ffffff, #e2f2f6, #cbdfea);
    border-radius: 5px;
    padding: 5px 20px;
}

.applybtn:hover {
    background: linear-gradient(to bottom, #e1833d, #d75213);
    color: #ffffff;
}

.menu {
    background-color: #e9e9e9;
    height: 40px
}

.menu>ul {
    background:linear-gradient(to bottom, #225fab, #155fab);
}

.menu>ul>li {
    margin: 0 15px;
    min-width: 120px;
    position: relative;
}

.menu>ul>li>a {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.menu>ul>li>ul {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    display: none;
    background: rgba(5, 65, 146, .8);
}

.menu>ul>li:hover>a {
    background: linear-gradient(to bottom, #054192, #054192);
    border-radius: 5px;
    box-shadow: 0px 0px 3px #054192 inset;
}

.menu>ul>li:hover>ul {
    display: block;
    padding: 0 5px 0px;
}

.menu>ul>li>ul>li {
    min-height: 40px;
    line-height: 15px;
    border-bottom: 1px dashed #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

.menu>ul>li>ul>li:last-child {
    border: 0;
}

.menu>ul>li>ul a {
    color: #ffffff;
}

.menu>ul>li>ul a:hover {
    font-weight: bold;
}

.banner {
    height: 360px;
}

.mainbody {
    background-color: #f3f3f3;
    padding: 0 20px 30px;
}

.exhitime {
    text-align: center;
    padding: 15px 0;
}

.panel {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 5px -3px #999;
}

.panel .cont {
    background-color: #ffffff;
    padding: 0 20px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.panel .cont .c-cont {
    padding: 15px 0;
}

.panel .cont .c-cont::after {
    content: ' ';
    font-size: 0;
    clear: both;
    height: 0;
    display: block;
    zoom: 1;
    width: 100%;
}

.panel .tit {
    background: linear-gradient(to bottom, #fcfbfd, #e0e0df);
    padding: 10px 30px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.panel .tit a {
    color: #225fab;
    font-weight: bold;
}

.panel .tit::before,
.panel .tit::after {
    content: ' ';
    font-size: 0;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    width: 10px;
    background: linear-gradient(to bottom, #225fab, #155fab);
    z-index: 5;
}

.panel .tit .white-btm {
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 55;
}

.panel .tit::after {
    right: 0;
    left: auto;
}

.sub-tit {
    border-bottom: 1px solid #ededed;
    padding: 8px 0;
}

.sub-tit a {
    color: #000;
    font-weight: bold;
}

.sub-tit::before {
    content: ' ';
    width: 5px;
    border-radius: 3px;
    margin-right: 15px;
    background: linear-gradient(to bottom, #225fab, #225fab);
}

.footer {
    background: linear-gradient(to bottom, #225fab, #225fab);
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding: 20px 20px 20px 0;
    line-height: 20px;
    margin-top: 20px;
}

.czbz {
    width: 300px;
    min-width: 300px;
    padding: 20px;
    text-align: center;
}

.right {
    flex: auto;
    border-left: 1px solid #225fab;
    padding: 20px 0 20px 20px;
}

.menu.floatside {
    position: fixed;
    right: 0;
    top: 0;
    width: 180px;
    height: auto;
    z-index: 99999;
}

.menu.floatside>ul {
    width: 100%;
    padding: 5px;
    flex-direction: column;
    position: relative;
    background: rgba(5, 65, 146, .8);
}

.menu.floatside>ul>li {
    position: static;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}

.menu.floatside>ul>li>a {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.menu.floatside>ul>li>a {
    background: linear-gradient(to bottom, #225fab, #225fab);
    border-radius: 5px;
    box-shadow: 0px 0px 3px #225fab inset;
}

.menu.floatside>ul>li>ul {
    position: static;
    background: none;
}

.box-2 {
    height: 30px;
    line-height: 30px;
}