.application-list {
    margin: 0 -25px;
}
.application-list .item {
    width: 25%;
    padding: 0 25px;
}
.application-list .item:nth-child(4n+1) {
    clear: left;
}
.application-list .box {
    margin: 0 auto 50px;
    max-width: 320px;
    position: relative;
}
.application-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.application-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 320px;
    margin-bottom: 15px;
}
.application-list .pic img{
    width: 100%;
}
.application-list .txt {
    box-sizing: border-box;
}
.application-list .name {
    color: #474747;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    transition: all .3s ease;
}
.application-list .name:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #E59D65;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
    transition: all .3s ease;
}
.application-list .box:hover .name:after {
    width: 100%;
}
.application-list .description {
    color: #5D5D5D;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
    overflow: hidden;
    font-size: 15px;
    transition: all .3s ease;
    line-height: 1.8;
}

.application-banner{
    margin-bottom: 40px;
}
.application-detail{
    margin-bottom: 40px;
}
.application-detail .application-name{
    background: #006E9C;
    color: #FFF;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 7px 25px;
}
.application-detail article.editor{
    background: #FAFAFA;
    padding: 40px 40px;
    box-sizing: border-box;
    line-height: 2;
}
.application-related .title, .application-brand .title {
    color: #333333;
    font-size: 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #DCDCDC;
    padding: 0 0 5px 20px;
    position: relative;
}
.application-related .title:before,.application-brand .title:before{
    content: "";
    width: 5px;
    height: 26px;
    background: #006E9C;
    position: absolute;
    left: 0;
    top: 6px;
}
.related-list {
    margin: 0 -15px;
}
.related-list .item {
    width: 20%;
    padding: 0 15px;
}
.related-list .box {
    max-width: 260px;
    margin: 0 auto 40px;
    position: relative;
    text-align: left;
}
.related-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.related-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.related-list .txt {
    padding: 14px 25px;
    background: #FFF;
    box-sizing: border-box;
    display: block;
    transition: all .3s ease;
    box-shadow: 0px 3px 20px 0px #00000017;
}
.related-list .box:hover .txt {
    background: #006E9C;
}
.related-list .name {
    color: #474747;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    position: relative;
    transition: all .3s ease;
}
.related-list .box:hover .name {
    color: #FFF;
}
.application-related{
    position: relative;
}
.related-slider-control{
    position: absolute;
    right: 0;
    top: 3px;
}
.application-related .slick-prev,
.application-related .slick-next{
    background: #FFF;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    overflow: hidden;
    border: none;
    z-index: 10;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    transition: all .3s ease;
    border-radius: 0;
    border: 1px solid #006E9C;
}
.application-related .slick-prev::before{
    content: "";
    background: #006E9C;
    width: 13px;
    height: 8px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    filter: blur(1px);
    display: block;
    transform: rotate(270deg);
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 4px);
    transition: all .3s ease;
}
.application-related .slick-next::before{
    content: "";
    background: #006E9C;
    width: 13px;
    height: 8px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    filter: blur(1px);
    display: block;
    transform: rotate(90deg);
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 4px);
    transition: all .3s ease;
}
.application-related .slick-prev{
    right: 40px;;
}
.application-related .slick-prev:hover,
.application-related .slick-next:hover {
    background: #006e9c;
}
.application-related .slick-prev:hover:before,
.application-related .slick-next:hover:before {
    background: #FFF;
}
.links-list {
    position: relative;
}
.links-list .item {
    width: 100%;  
}
.links-list .box {
    margin: 0 auto 0;
    max-width: 1440px;
    position: relative;
    background: #FAFAFA;
    box-shadow: 0px 3px 20px 3px #0000001c;
    display: flex;
    padding: 45px 45px;
}
.links-list .box:before {
    content: "";
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #006E9C;
    transition: all .3s ease;
}
.links-list .box:hover:before {
    background: #E59D65;
}
.links-list .box:after {
    content: "";
    background: url(../../images/common/links/links-icon.svg);
    color: #FFF;
    position: absolute;
    right: 12px;
    bottom: 17px;
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}
.links-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.links-list .pic {
    position: relative;
    overflow: hidden;
    width: 240px;
}
.links-list .txt {
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding-left: 45px;
}
.links-list .name {
    color: #393939;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    transition: all .3s ease;
}
.links-list .name:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
    transition: all .3s ease;
}
.links-list .name:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #006E9C;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
    transition: all .3s ease;
}
.links-list .box:hover .name:after {
    width: 100%;
}
.links-list .description {
    color: #5D5D5D;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 135px;
    overflow: hidden;
    transition: all .3s ease;
    line-height: 1.8;
}
@media screen and (max-width: 1440px) {
    .related-list {
        margin: 0 -7px;
    }
    .related-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1260px) {
    .application-list .item {
        width: 33.33%;
    }
    .application-list .item:nth-child(4n+1) {
        clear: unset;
    }
    .application-list .item:nth-child(3n+1) {
        clear: left;
    }
    .application-list {
        margin: 0 -15px;
    }
    .application-list .item {
        padding: 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .application-list {
        margin: 0 -7px;
    }
    .application-list .item {
        padding: 0 7px;
    }
    .application-list .item {
        width: 50%;
    }
    .application-list .item:nth-child(3n+1) {
        clear: unset;
    }
    .application-list .item:nth-child(2n+1) {
        clear: left;
    }
    .links-list .box {
        flex-direction: column;
        padding: 30px 30px;
    }
    .links-list .pic {
        width: 100%;
        margin-bottom: 20px;
    }
    .links-list .txt {
        width: 100%;
        padding-left: 0;
    }
    .links-list .box:before {
        width: 30px;
        height: 30px;
    }
    .links-list .box:after {
        right: 8px;
        bottom: 10px;
        width: 15px;
        height: 10px;
    }
    .application-detail .application-name {
        font-size: 16px;
        padding: 7px 15px;
    }
    .application-detail article.editor {
        padding: 15px 15px;
        line-height: 1.8;
    }
    .application-related .title, .application-brand .title {
        font-size: 21px;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .application-related .title:before, .application-brand .title:before {
        height: 21px;
        width: 3px;
    }
    .related-slider-control {
        top: 0px;
    }
    .application-banner {
        margin-bottom: 20px;
    }
    .application-detail {
        margin-bottom: 20px;
    }
    .related-list .txt {
        box-shadow: unset; 
        border-top: 1px solid #EBEBEB;
    }
    .related-list .box {
        border: 1px solid #EBEBEB;
    }
}
@media screen and (max-width: 568px) {
    .application-list .item {
        width: 100%;
    }
    .application-list .item:nth-child(n) {
        clear: none;
    }
}