* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'syht';
}

@font-face {
    font-family: 'syht';
    src: url(../font/SourceHanSansCN-Regular.otf);
}

/*::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/* 头部 */
.block {
    width: 1300px;
    margin: 0 auto;
    min-width: 1200px;
}

.block2 {
    width: 1300px;
    margin: 0 auto;
    min-width: 1200px;
}

.head {
    width: 100%;
    background-color: #8C1516;
}

.head-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.head-left {
    width: 35%;
}

.head-img {
    display: block;
    width: 100%;
}

.head-right {
    width: 60%;
}

.head-search {
    width: 63%;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.search-entry {
    display: block;
    width: 60%;
    padding: 5px;
    border: none;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    outline: none;
}

.search-btn {
    display: block;
    width: 25%;
    border: none;
    background-color: #6D0000;
    color: #ffffff;
    font-size: 16px;
    line-height: 43px;
    letter-spacing: 2px;
}

.alumnus {
    width: 30%;
    color: white;
    font-size: 19px;
    cursor: pointer;
}

/* 中间 */
.middle {
    width: 100%;
    background-color: #F5f5f5;
}

.middle-block {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.middle-flex {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;

}

.nav {
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
}

/* 首页内容区域 */
.notice {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 30px;
}

.notice2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.notice-left {
    width: 50%;
    padding-right: 2%;
}

.notice-left2 {
    width: 50%;
    padding-right: 2%;
}

.notice-right {
    width: 35%;
}

/* 首页-栏目标题 */
.title {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

.title-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0;
}

.title-left {
    width: 80%;
    margin-top: 15px;
}

.title-span {
    width: 100%;
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 1.8;
    text-transform: uppercase;
    font-weight: bold;
}

.title-span:nth-child(2) {
    color: #8C1516;
    font-size: 18px;
    letter-spacing: 2px;
}

.title-right {
    display: block;
    width: 20%;
    text-align: right;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #A2A2A2;
}

.title-right:hover {
    color: #333333;
}

.title-line {
    width: 60px;
    height: 3px;
    background-color: #8C1516;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.money {
    width: 100%;
    padding-top: 14px;
}

.money-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
}

.border-dashed {
    border-bottom: 1px dashed #E4E4E4;
}

.mon-letf {
    width: 45%;
}

.mon-letf2 {
    width: 100%;
}

.mon-letf-img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.mon-letf-img2 {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.mon-right {
    width: 55%;
    padding-left: 3%;
}

.mon-right2 {
    width: 100%;
    padding-left: 3%;
}

.mon-date {
    width: 45%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #8C1516;
    color: #FFFFFF;
    padding: 5px;
}

.mon-date-icon {
    width: 15px;
    margin-right: 5px;
}

.mon-date-text {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.mon-title {
    width: 100%;
    font-size: 16px;
    color: #8C1516;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.5;
    margin: 15px 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.mon-content {
    width: 100%;
    font-size: 14px;
    color: #6C6C6C;
    line-height: 1.5;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.mon-jump {
    font-size: 14px;

    color: #8C1516;

    letter-spacing: 1px;
    font-weight: bold;
}

.money-info {
    width: 100%;
    padding: 10px 0;
}

.money-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #E4E4E4;
    padding: 9px 0;
    color: #5E5E5E;
}

.money-list2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #E4E4E4;
    padding: 9px 0;
    color: #5E5E5E;
}

/* .money-list:last-child{
	border-bottom:none;
} */

.money-name {
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.money-name2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.money-list:hover,.money-list2:hover {
    color: #000000;
    font-weight: bold;
}

.money-date {
    width: 15%;
    text-align: right;
}

/* 通知公告 */
.poke {
    width: 100%;

}

.poke-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px dashed #E4E4E4;
}

.poke-date {
    width: 18%;
    padding-right: 3%;
    border-right: 1px dashed #E4E4E4;
}

.poke-date-p {
    font-size: 14px;
    color: #1F1F1F;
    text-align: center;
}

.poke-date-span {
    font-size: 30px;
    color: #1F1F1F;
    text-align: center;
    font-weight: bold;
}

.poke-title {
    width: 85%;
    padding-left: 3%;
    font-size: 16px;
    letter-spacing: 1px;
    color: #5E5E5E;

}

.poke-title:hover {
    color: #000000;
    font-weight: bold;
}

/* 横幅图 */
.benner {
    width: 100%;
    background-color: #FFFFFF;
    padding: 30px 0;
}

.benner-img {
    display: block;
    width: 100%;
}

/* 学校 */
.school {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 30px;
}

.school-float {
    width: 49%;
}

/* 小轮播图 */
.test {
    display: block;
    width: 100%;
    padding: 10px 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

.school-img {
    display: block;
    width: 100%;
    height: 357px;
    object-fit: cover;
}

.test-img {
    display: block;
    width: 100%;
    height: 357px;
    object-fit: cover;
}

.test-img:hover {
    animation: myfirst 1s;
    animation-fill-mode: forwards;
}

.test-flex {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 2;
}

.test-title {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    background-color: rgba(255, 255, 255, .7);
    letter-spacing: 1px;
}

.test-title:hover {
    color: #8C1516;
    font-weight: bold;
}

/* 上传 */
.pass {
    width: 100%;
    /*background-color: #FFFFFF;*/
}

.pass-block {
    width: 100%;
    padding-bottom: 40px;
}

.upper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.upper-jump {
    display: block;
    width: 20%;
}

.upper-img {
    display: block;
    width: 100%;
}

.upper-float {
    width: 80%;

}

.upper-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.upper-info-left {
    width: 85%;
    padding-right: 10px;
}

.upper-info-pan {
    line-height: 1.5;
    text-align: right;
    font-size: 14px;
    color: #A4A3A3;
}

.upper-info-btn {
    width: 15%;
    background-color: #8C1516;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.upper-btn-text {
    color: #FFFFFF;
    padding-right: 5px;
    letter-spacing: 1px;
}

.upper-btn-icon {
    display: block;
    width: 20px;
}

/* 上传内容 */
.pass-info {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.pass-float {
    width: 20%;
}

.pass-float:nth-child(1) {
    width: 40.5%;
    padding-right: 5px;
}

.pass-float:nth-child(2) {
    width: 41%;
    padding: 0 5px;
}

.pass-float:nth-child(3) {
    width: 20%;
    padding-left: 5px;
}

.pass-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.pass-jump {
    width: 49%;
    margin-bottom: 10px;
    height: 174px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.pass-jump-img {
    display: block;
    width: 100%;
    height: 174px;
    object-fit: cover;
    transform: scale(1);
}

.pass-jump-img:hover {
    animation: myfirst 1s;
    animation-fill-mode: forwards;
}

.pass-jump-flex {
    width: 100%;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.pass-jump-date {
    display: inline-block;
    padding: 5px 10px;
    color: #FFFFFF;
    background-color: rgba(140, 21, 20, .7);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.pass-big {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    height: 357px;
    overflow: hidden;
}

.pass-big1 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    height: 174px;
    overflow: hidden;
}

.pass-big-img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 357px;

}

.pass-big-img:hover {

    animation: myfirst 1s;
    animation-fill-mode: forwards;
}

@keyframes myfirst {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

/* 横幅图 */
.banner {
    width: 100%;
}

.banner-img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

/* 一级栏目 */
.column {
    width: 100%;
    /*position: absolute;*/
    /*left: 2%;*/
    /*bottom: 0;*/
    z-index: 2;
}

.column-jump {
    display: block;
    width: 100%;
    background-color: rgba(140, 21, 22, .8);
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 0;
    border-top: 1px solid #ABABAB;
    border-left: 1px solid #ABABAB;
    border-right: 1px solid #ABABAB;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    letter-spacing: 2px;
}

/* 侧边列表 */
.plate {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.plate-left {
    width: 21%;
}

.plate-info {
    width: 100%;
    border-left: 1px solid #ABABAB;
    border-right: 1px solid #ABABAB;
    border-bottom: 1px solid #ABABAB;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 15px 0;
}

.plate-jump {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 0px 15px 52px;

}

.plate-spot {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    margin-right: 20px;
}

.plate-name {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.bold {
    font-weight: bold;
    color: #8C1516;
}

.current {
    background-color: #8C1516;
}

.plate-right {
    width: 77%;
}

/* 横向导航 */
.site {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ABABAB;
}

.site-jump {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #000000;
}

.site-jump:hover {
    text-decoration: underline;
    color: #8C1516;
    cursor: pointer;
}

.site-spot {
    width: 5px;
    height: 5px;
    background-color: #666666;
    border-radius: 100%;
    margin: 0 5px;
}

.content {
    width: 100%;
    padding: 20px 0px;
    min-height: 400px;
}

.video {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.video-list {
    width: 31.33%;
    margin: 0 1% 20px 1%;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);

}

.video-info {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

.video-img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 205px;
}

.videoT {
    text-align: center;
}

.honor {
    height: 170px !important;
}

.video-btn {
    width: 100%;
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 2;
}

.video-icon {
    display: block;
    width: 25%;
    margin: 0 auto;
    opacity: 0.8;
}

.video-title {
    width: 100%;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1.5;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.video-date {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    padding: 0 10px 5px 10px;
}

/* 视频 */
.play {
    display: block;
    width: 100%;
}

.play-name {
    padding: 20px 0;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
}

.paging {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.paging-list {
    width: 100%;
    font-weight: bold;
    color: #000000;
}

.paging-list:nth-child(2) {
    padding-top: 5px;
}

.paging-jump {
    display: inline-block;
    color: #666666;
    font-weight: 300;
    cursor: pointer;

    letter-spacing: 2px;
}

.paging-jump:hover {
    color: #8C1516;
    font-weight: bold;
    text-decoration: underline;
}

/* 图片新闻 */
.news {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #E4E4E4;
}

.news-img {
    display: block;
    width: 30%;
    height: 200px;
    object-fit: cover;
}

.news-right {
    width: 70%;
    padding-left: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.news-title {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: justify;
    color: #000000;
}

.news-title:hover {
    color: #8C1516;
}

.news-date {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #999999;
    letter-spacing: 2px;
}


/* 尾部 */
.tail {
    width: 100%;
    background-color: #8C1516;
}

.tail-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px 0 30px 0;
}

.tail-block2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.tail-block2 div {
    color: #FFFFFF;
    padding: 0 10px 10px 10px;
}

.tail-float {
    width: 33%;
}

/*.tail-float:nth-child(2) {*/
/*    width: 37%;*/
/*}*/

/*.tail-float:nth-child(3) {*/
/*    width: 30%;*/
/*}*/

.tail-img {
    display: block;
    width: 85%;
    margin: 0 auto;
}

.tail-img2 {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.tail-span {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.tail-span:nth-child(even) {
    padding-bottom: 20px;
}

.tail-code {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tail-code-float {
    width: 30%;
}

.tail-text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.mentor {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: self-start;
    justify-content: space-between;

}

.mentor-float {
    width: 49%;
    display: flex;
    flex-direction: row;
    align-items: self-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
    height: 183px;
}

.mentor-float:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

.mentor-img {
    display: block;
    width: 30%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 183px;
    object-fit: cover;
}

.mentor-right {
    width: 70%;
    padding: 10px;
}

.mentor-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    color: #333333;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;

}

.mentor-info-tip {
    width: 25%;
}

.mentor-info-c {
    width: 75%;
}

.single {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contentHidden {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


/* 轮播图插件 */
/*GLOBALS*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}


#slider-wrap {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

#slider-wrap ul#slider {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
}

#slider-wrap ul#slider li {
    float: left;
    position: relative;
    width: 1300px;
    min-width: 1200px;

}

.title-note {
    width: 5px;
    height: 25px;
    margin-right: 10px;
    background-color: #BA000F;
}

.mouse {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    font-size: 18px;
    color: #262626;
}

.slider-img {
    display: block;
    width: 100%;
    object-fit: cover;
}

#slider-wrap ul#slider li i {
    text-align: center;
    line-height: 400px;
    display: block;
    width: 100%;
    font-size: 90px;
}


/*btns*/
.btns {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 50%;
    margin-top: -25px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;


    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;

    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.btns:hover {
    background: rgba(0, 0, 0, 0.3);
}

#next {
    right: -50px;
    border-radius: 7px 0px 0px 7px;
}

#previous {
    left: -50px;
    border-radius: 0px 7px 7px 7px;
}

#counter {
    top: 30px;
    right: 35px;
    width: auto;
    position: absolute;
}

#slider-wrap.active #next {
    right: 0px;
}

#slider-wrap.active #previous {
    left: 0px;
}


/*bar*/
#pagination-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5%;
    z-index: 2;
    text-align: center;
}

#pagination-wrap ul {
    width: 100%;
}

#pagination-wrap ul li {
    margin: 0 4px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    position: relative;
    top: 0;


}

#pagination-wrap ul li.active {
    width: 12px;
    height: 12px;
    top: 3px;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}

.fa {
    color: #ffffff;
}

/*Header*/
h1,
h2 {
    text-shadow: none;
    text-align: center;
}

h1 {
    color: #666;
    text-transform: uppercase;
    font-size: 36px;
}

h2 {
    color: #7f8c8d;
    font-family: Neucha, Arial, sans serif;
    font-size: 18px;
    margin-bottom: 30px;
}

/*ANIMATION*/
#slider-wrap ul,
#pagination-wrap ul li {
    -webkit-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -moz-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -o-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -ms-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}

/* 菜单 */
.container {
    width: 100%;
}

/* ��葦�ら�絣亥粥 */
.menu,
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu {
    height: 60px;
}

.menu li {

    background-color: rgba(0, 0, 0, 0);
    min-width: 171px;
}

.menu > li {
    display: block;
    float: left;
    position: relative;
    letter-spacing: 2px;
}

.menu > li:nth-child(1) {
    min-width: 174px;
}

.menu a {
    color: #1B1B17;
    display: block;
    font-family: 'Lucida Console';
    font-size: 18px;
    line-height: 60px;
    padding: 0 25px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

/* �ｮ��篁�����罧���絣亥粥 */
.menu li:hover {
}

.menu li:hover > a {
    color: #8C1516;
    font-weight: bold;
}

/* ����������怨�鐃� */
.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;

}

.submenu li {
    opacity: 0;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
}

.menu .submenu li:hover a {

    color: #8C1516;
}

.menu > li:hover .submenu,
.menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}

.menu > li:hover .submenu li,
.menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 ����貴�������������申 */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.content-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: space-between;
    margin-bottom: 20px;
}

.content-left {
    width: 50%;
    padding-right: 2%;
}

.content-center {
    width: 100%;
    padding: 0 1%;
}

.content-right {
    width: 100%;
    padding-left: 2%;
}