
/* 自定义css */
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.custom-center:hover {
    color: #d00c1d;
}
.custom-center::before, .custom-center::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: center;
}
.custom-center::before {
    border-top: 2px solid #d00c1d;
    border-bottom: 2px solid #d00c1d;
    transform: scale3d(0, 1, 1);
}
.custom-center::after {
    border-left: 2px solid #d00c1d;
    border-right: 2px solid #d00c1d;
    transform: scale3d(1, 0, 1);
}
.custom-center:hover::before, .custom-center:hover::after {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s;
}

.custom-center {
    background: none;
    border: 0;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding: 0 !important;
    margin: 0 !important;
}
.custom-center::before, .custom-center::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    z-index: 2;
}
.mark-left, .mark-right {
    position: relative;
    height: 2px !important;
}
.mark-left::before, .mark-right::before {
    transition: all 1s;
    content: "";
    position: absolute;
    height: 2px;
    z-index: 2;
    width: 0;
    transform-origin: center;
}
.mark-left::before {
    top: 0;
    right: 0;
}
.mark-right::before {
    top: 0;
    left: 0;
}
.module-full-screen-title:hover h2 {
    color: #d00c1d;
}
.module-full-screen-title:hover .mark-left::before, .module-full-screen-title:hover .mark-right::before {
    width: 100%;
    background: #d00c1d;
}

.module-full-screen-hl .page-width > .module-full-screen-content a:hover {
    color: #d00c1d !important;
}

.litpic {
    height: 200px;
}
.litpic img {
    width: 100%;
    height: 200px !important;
}
.scrollable .custom-list {
    width: 100%;
}
.scrollable .custom-list p {
    height: 200px;
}
.scrollable .custom-list p img {
    height: 200px;
}
.custom-list li:first-child p {
    height: 420px;
}
.custom-list li:first-child p img {
    height: 420px;
}
.custom-list li:first-child {
    /*width: 520px;*/
    width: 590px;
    margin-left:0!important;
    /*margin-right:10px!important;*/
}
.scrollable ul li {
    padding: 0;
    margin-left:20px!important;
    display: block;
    float: left;
    width: 285px;
    /*text-align: center;*/
}
.custom-list li h2 {
    text-align: right;
}

/* 121 */
.mainModule-121{
    width: 100%;
    height: 500px;
    margin: 0 auto;
    position: relative;
}
.mainModule-121-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 500px;
}
.mainModule-121-list{
    width: 1200px;
    height: 500px;
    position: relative;
}
     /* 本例子css */
 .mainModule-121 .tabsList{overflow:hidden;zoom:1;width:1200px;}
.mainModule-121 .tabsList li:nth-child(odd){float:left;display:inline;height:500px;background:rgba(199, 165, 94, 1);overflow:hidden;zoom:1;}
.mainModule-121 .tabsList li:nth-child(even){float:left;display:inline;height:500px;background:rgba(25, 43, 64, 1);overflow:hidden;zoom:1;}
.mainModule-121 .tabsList li:nth-child(odd) h4{width:120px;height:500px;cursor:pointer;float:left;overflow:hidden;background:url(../img/yellow.png) no-repeat;background-color: #ffffff;}
.mainModule-121 .tabsList li:nth-child(even) h4{width:120px;height:500px;cursor:pointer;float:left;overflow:hidden;background:url(../img/green.png) no-repeat;background-color: #ffffff;}
.mainModule-121 .tabsList li:nth-child(odd).on h4.lia,.tabsList li:nth-child(even).on h4.lia{
    width: 140px;
}
.mainModule-121 .tabsList li.on .tabBody{display:block;width:480px;height:400px;padding:50px 110px;display:inline;float:left;background-color: #ffffff;}
.mainModule-121 .tabsList li .tabBody{display:none;}
.mainModule-121 .tabBody .img{
    width: 500px;
    height: 240px;
    overflow: hidden;
}
.mainModule-121 .tabBody .img img{
    width: 500px;
    height: 240px;
}
.mainModule-121 .tabBody .title{
    font-size:22px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
    margin-top: 35px;
}
.mainModule-121 .tabBody p{
    font-size:14px;
    line-height: 20px;
    font-weight:400;
    color:rgba(153,153,153,1);
    margin-top: 25px;
}
.mainModule-121 .lia .title{
    font-size:22px;
    height:18em;
    writing-mode: tb-rl;
    white-space: nowrap;
    overflow: hidden;
    font-weight:normal;
    /*color:rgba(255,255,255,1);*/
    color: #000000;
    line-height:56px;
    margin-top: 56px;
    margin-left: 30px;
}
.mainModule-121 .lia .venue{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:24px;
    writing-mode: tb-rl;
    margin-top: 56px;
}
.f-left {
    float: left;
}

.scrollable2 .custom-list2 {
    width: 100%;
}
.scrollable2 ul li {
    padding: 0;
    /*margin: 0 10px;*/
    display: block;
    float: left;
    width: 285px;
    /*text-align: center;*/
}
.custom-list2 li:first-child, .custom-list2 li:nth-child(2) {
    width: 590px;
}
.custom-list2 li:first-child{
    margin-right: 20px;
}
.custom-list2 li:nth-child(3),.custom-list2 li:nth-child(5) {
    margin-right: 20px;
}
.custom-list2 li:first-child a, .custom-list2 li:first-child a .img-box, .custom-list2 li:nth-child(2) a, .custom-list2 li:nth-child(2) a .img-box {
    min-height: 300px !important;
    max-height: 300px !important;
    border-radius: 0 8px 8px 8px;
    width: 590px;
    float: left;
    overflow: hidden;
}
.img-box img {
    min-height: 300px !important;
    max-height: 300px !important;
}
.portfolio-img a {
    width: 100% !important;
}
.custom-list2 .img-right {
    width: 120px;
    float: left;
    background: #ccc;
    height: 220px;
    margin-top: 40px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.custom-list2 .img-right h2 {
    position: relative;
    font-size: 18px !important;
    padding-bottom: 10px;
    display: inline-block;
}

.arr-sort {
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-weight: 900;
    background-image: url(../img/others.png);
}
.arr-sort.num-1 {
    background-image: url(../img/first.png);
}
.arr-sort.num-2 {
    background-image: url(../img/second.png);
}
.arr-sort.num-3 {
    background-image: url(../img/third.png);
}
.portfolio-title {
    text-align: left;
}
.portfolio-title h2 {
    position: relative;
    font-size: 18px !important;
    padding-bottom: 10px;
    display: inline-block;
}
.portfolio-title a {
    width: 100%;
}
.portfolio-title a:hover h2::after {
    background: #d00c1d;
    width: 100%;
}

.lecturer::after {
    content: '';
    position: absolute;
    width: 27px;
    height: 2px;
    background: #d00c1d;
    left: 0;
    bottom: 0;
    transition: all .5s;
}

.text-in-img {
    transition: all .5s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-align: center !important;
    padding: 10px 20px;
    flex-direction: column;
    box-sizing: border-box;
}
.scrollable ul li .text-in-img h2 {
    text-align: center;
    font-size: 18px;
}
.module-full-screen-hl .page-width > .module-full-screen-content .text-in-img p {
    color: #fff !important;
    height: auto;
}
.custom-list .scrollable-item .scrollable-img {
    margin-bottom: 20px !important;
}
.custom-list .scrollable-item a {
    position: relative;
}

.custom-list .scrollable-item:hover .text-in-img {
    opacity: 1;
    cursor: pointer;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

.swiper-container {
    width: 100%;
}
.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

 .scrollable ul.swiper-wrapper li {
    margin-left: 0 !important;
}
.swiper-wrapper li .entry-title {
    height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-slide {
    position: relative;
    height: 420px;
}
.entry-item, .entry-item-right {
    width: 100%;
    transition: all .5s;
    position: absolute;
    left: 0;
}
.entry-item {
    top: 0;
    margin-bottom: 0!important;
    border-bottom-width: 0!important;
}
.entry-item-right {
    top: 190px;
}
.swiper-slide:hover .entry-item {
    top: 220px;
}
.swiper-slide:hover .entry-item-right {
    top: 0;
}