﻿.highlights ul li {width: 100%;height: auto;margin-bottom: 20px;}
.highlights ul li .high { width: 90%;}
.highlights h3 {font-size: 20px;}
.highlights ul li img {height: auto;}
.highlights ul li:nth-child(2) {margin: 0px 0%;margin-bottom: 20px;}
.highlights ul li h4 {/*font-family: 'SFNSTextCondensedRegular';*/}
.highlights ul li:hover .high { -webkit-transform: translate3d(0,0px,0);transform: translate3d(0,0px,0);}
.upcoming { width: 100%;float: none;margin-top: 20px;}
.upcoming h3 {font-size: 20px;}
.upcoming .date { font-size: 25px;}
.upcoming .words {padding-left: 0%; display: block;margin-top: 10px;}
.Latest {width: 100%;float: none;}
.Latest h3 {font-size: 20px;}
.Latest .LN {width: 100%;margin-bottom: 45px;}
.Latest .LN span {/*font-family: "SFNSTextCondensedRegular";*/}
.Latest .LN img {width: 100%;height: auto;float: none;}
.Latest .LN .news {width: 95%;float: none;margin-top: 15px;}
.Latest .LN em {top: 15px;}
.Latest .LN i {top: 15px;}
.upcoming .words .view{float: right;color:#333333;font-size:12px;display: block;font-family: "SFNSTextCondensedSemibold";}
.upcoming .words .view img{width:7px;margin-top:2px;margin-left: 3px;}
.Latest .LN .news .date {position: relative;bottom: 0px; }
.single-title {padding-top: 50px;}
.single-title .event-box-title span{float:right;display:block;font-size: 12px;position:absolute;right:0px;top:3px;width:45px;}
.single-title .event-box-title { height: auto;position:relative;}
.single-title .event-box-title p{height:auto;width:80%;font-size:14px;}
.single-title .event-box-title span i{width: 7px;height: 11px;display: block;background: url(../images/index_Arrow1.png) center center no-repeat;background-size: cover;float: right;margin-left: 10px;margin-top: 2px;}
.single-title .event-box-title span:hover{color:#377c78}
.single-title .event-box-title span:hover i{width: 7px;height: 11px;background: url(../images/index_Arrow4.png) center center no-repeat;background-size: cover;}

.highlights ul li p {
    height: 47px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 13px;
    line-height: 22px;
    font-family: 'SFNSTextCondensedMedium',"Microsoft YaHei";
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;}

.Mbanner {display: block;height: 250px;}
.Mbanner ul li{height:250px;}
.Mbanner ul li img{width:100%;}
.Mobile_Mask{width:100%;height: 250px;position: absolute;top: 0;display:block;}