/* header */
#site-header .nav ul li a{
}

.indent{
    padding-left: 20px !important;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

.section-title-underline{
    margin-bottom: 40px;
}

/* banner */
.banner-container{
}

#banner{
    background: linear-gradient(-64deg, #0163D1, #035CAE);
}

#banner .container {
    /*top: 60px;*/
}

#banner-background{
    background-image: url("bgpic2x.png");
    background-position: 50% 40%;
}

#banner h2{
    font-size: 28px;
    line-height: 36px;
	text-align: left;
    margin: 162px 0 0 0;
}

#banner .desc{
    line-height: 28px;
    width: 559px;
	text-align: left;
    margin: 27px 0 0 0;
    font-size: inherit;
}

/* services */
#services{
    padding-bottom: 100px;
    overflow: visible;
    height: 880px;
}

#services > :not(.bg){
    position: relative;
    z-index:2;
}

#services .bg{
    position: absolute;
    top: 0;
    left: -60px;
    opacity: 0.96;
    border-radius: 0px 150px 0px 150px;
    background: linear-gradient(0deg, rgba(32, 207, 251, 0.2), #0086F7);
    width: 900px;
    height: 640px;
    z-index: 1;
}

#services .section-title{
    padding: 50px 0 30px 0;
    color: #FFFFFF;
    text-align: left;
}

.tile-top{
    height: 300px;
}

.tile-top > img.left{
    width: 400px;
    height: 300px;
    object-fit: scale-down;
}

.tile-half{
    width: 590px;
    height: 400px;
    float: left;
}

.tile > h3{
    line-height: 34px;
    color: #000000;
    font-size: 28px;
    padding: 0;
    margin: 0;
}

.tile-top > h3{
    top: 60px;
    left: 460px;
}

.tile-half > h3{
    top: 128px;
    left: 60px;
}

.tile-top > p{
    top:115px;
    left: 460px;
    width: 591px;
}

.tile-half > p{
    top:193px;
    left: 60px;
    right: 60px;
}

.tile-top > a{
    top: 225px;
    left: 460px;
}

.tile-half > a{
    top: 320px;
    left: 60px;
}

.tile.left{
    margin-right:20px;
}

/* news */
#news{
    width: 100%;
    padding-bottom:80px;
}

#news .section-title{
    padding-top: 0;
}

#news .article-list{
    margin: 80px auto 73px auto;
    padding: 0 10px;
    overflow: visible;
    position: relative;
    max-height: 440px;
    float: left;
    clear: right;
    left: 50%;
    transform: translateX(-50%);
}

#news .article-list .article-item{
    position: relative;
    background-color: #FFFFFF;
    width:380px;
    height:440px;
    transition: all .5s;
    overflow: hidden;
    top:0;
    float: left;
    margin-left: 20px;
}

#news .article-list .article-item:first-child{
    margin-left: 0px;
}

#news .article-list .article-item img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:250px;
    transition: all .5s;

    object-fit: cover;
}

#news .article-list .article-item .article-title{
    position: absolute;
    margin: 0;
    padding: 0 30px 0 22px;
    top: 280px;
    width: 100%;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
    height: 72px;
    font-size: 20px;
    box-sizing: border-box;
    transition: all .5s;
    overflow:hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    display: -webkit-box;
}

#news .article-list .article-item .article-extract-button{
    position: absolute;
    opacity: 0;
    margin:0;
    padding: 0 35px 0 22px;
    box-sizing: border-box;
    width: 100%;
    transition: all .5s;
    top: 376px;
    pointer-events: none;
}

#news .article-list .article-item .article-extract-button p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    margin:0;
    font-weight: 500;
    color: #3B4147;
    line-height: 30px;
    height: 120px;
    overflow:hidden;
}

#news .article-list .article-item .article-extract-button button{
    margin: 20px 0 0 0;
    width: 120px;
    height: 36px;
    background: rgba(236, 209, 158, 0);
    border: 1px solid #1896F0;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: inherit;
    font-size: 14px;
    color: #1796F0;
}

#news .article-list .article-item .article-time{
    position: absolute;
    display: block;
    bottom: 0px;
    margin:0;
    padding: 10px 0 30px 0;
    width:100%;
    text-align: center;
    font-size: 18px;
    color: #B3B9BD;
    line-height: 36px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
}

#news .article-list .article-item .article-hover{
    position: absolute;
    bottom:-6px;
    background-color: #FAA107;
    width:100%;
    height:6px;
    transition: all .5s;
}

#news .article-list .article-item:hover{
    height: 480px;
    top: -20px;
}

#news .article-list .article-item:hover img{
    top: -160px;
}

#news .article-list .article-item:hover .article-title{
    top: 120px;
}

#news .article-list .article-item:hover .article-extract-button{
    opacity: 1;
    top: 214px;
    pointer-events: auto;
}

#news .article-list .article-item:hover .article-hover{
    bottom:0px;
}

#news .read-more{
    width: 100%;
    text-align: center;
    clear: both;
}

#news .read-more a{
    line-height: 30px;
}

