.line-clamp-2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-clamp-4{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line-clamp-5{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.line-clamp-1{
	text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
	display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-line-clamp-1{
	text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
	display: flex !important;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.height-95{
    height: 95px;
}

.bf-img{
    width: 160px;
    height: 160px;
    padding: 22% 0%;
    font-size: 23px;
    background: #1556A6;
    border-radius: 50%;
    margin: auto;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature {
    width: 33.33%;
    float: left;
    padding: 30px;
    background: #17B794;
    position: relative;
    text-align: center;
}

.feature.feature-1 {
    z-index: 7;
}

.js .animate-box {
    opacity: 0;
}

.feature.feature-2 {
    bottom: 0px;
    z-index: 10;
    -webkit-box-shadow: 0px 0 30px 10px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 30px 10px rgb(0 0 0 / 25%);
    background: #15a585;
}
.feature.feature-2:before {
    position: absolute;
    top: -50px;
    content: "";
    background: #15a585;
    height: 50px;
    width: 100%;
    left: 0;
}

.feature.feature-2:after {
    position: absolute;
    bottom: -30px;
    content: "";
    background: #15a585;
    height: 30px;
    width: 100%;
    left: 0;
}

.feature.feature-3 {
    z-index: 7;
    background: #129377;
}

.feature {
    width: 33.33%;
    float: left;
    padding: 30px;
    background: #17B794;
    position: relative;
    text-align: center;
}

.feature .icon {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px auto;
    position: relative;
    background: #15a989;
    top: -3em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.feature h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.feature p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.7;
}

.feature .icon i {
    line-height: 90px;
    height: 90px;
    font-size: 40px;
    color: #fff;
}

.feature.feature-2 .feature-inner {
    top: -3em;
    position: relative;
}

.pageMenu {
    width: 30px;
    height: 210px;
    position: fixed;
    right: 21px;
    top: 50%;
    margin-top: -105px;
    z-index: 1000;
}
.pageMenu .on a {
    background: #6583c1;
}

.pageMenu a {
    overflow: visible;
    width: 11px;
    height: 11px;
    display: block;
    position: relative;
    text-indent: -9999px;
    background: #d0d4d9;
    border-radius: 100%;
}

.pageMenu a .blueBg {
    overflow: visible;
    top: -8px;
    margin-right: -30px;
    background: #6583c1;
}

.pageMenu li .titleBox {
    padding: 0;
    height: 10px;
    right: 40px;
}

.pageMenu a p {
    position: absolute;
    top: 0;
    right: 100px;
    height: 27px;
    width: 0;
    overflow: hidden;
}

.pageMenu li:first-child {
    margin-top: 0;
}

.pageMenu li {
    margin-top: 18px;
    position: relative;
}
.display_none{
    display: none;
}
.left-ttl {
    float: left;
    margin: 0 0 20px 0;
    border-left: 6px solid #5c77ae;
    color: #5c77ae;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 0 0 12px;
}
.float-left{
	float: left;
}