﻿@charset "utf-8";
.s3 {
    padding-bottom: 60px;
}
.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-c>div {
    width: 50%;
    padding: 30px;
}

.s3 .tit {
    text-align: left;
    background-position: 0 65%;
    padding-left: 15px;
}

.s3 .tit h3 span {
    padding-left: 30px;
}

.s3-lt ul li a span {
    margin-right: 30px;

    font-size: 22px;
    font-weight: bold;
    line-height: 90px;
    color: #3A82FA;
    padding-left: 35px;
    background: url(../images/s3-dots.png) no-repeat left center;
    background-size: 24px;


}

.s3-lt ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    color: #333333;

    min-width: 0;
    flex: 1;
}

.s3-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.s3-lt ul li a::after {
    content: '';
    position: absolute;
    left: 130px;
    bottom: 0;
    width: 1000px;
    height: 1px;
    background-color: #DFDFDF;
}

.s3-lt {
    position: relative;
}

.s3-lt::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: #E7DFDF;
}

.s3-lt ul li a:hover p {
    color: #3A82FA;
    font-weight: 600;
}

.s3-lt ul li a:hover:after {
    background-color: #3A82FA;
}

.s3-r {
    background: url(../images/s3-rbg.png) no-repeat;
    background-size: 100% 100%;
}

.s3-rlt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s3-rlt ul li.on a {
    background: url(../images/s3-tbg.png) no-repeat right bottom #fff;
}

.s3-rlt ul li a .s3-tx span {
    display: none;
}
.s3-rlt ul li.on a .s3-tx span{
    display: block;
}
.s3-rlt ul li.on a .s3-date {
    display: none;
}

.s3-rlt ul li .pic {
    display: none;
}

.s3-rlt ul li.on .pic {
    display: block;
}

.s3-rlt .pic {
    width: 48%;
    height: 252px;
    padding-top: 0;
}

.s3-tx {
    min-width: 0;
    flex: 1;
    padding: 0 30px;
}

.s3-tx p {
    font-size: 18px;
    line-height: 30px;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333333;
}
.s3-rlt ul li.on .s3-tx p{
    max-height: 60px;
    -webkit-line-clamp: 2;
}
.s3-tx span {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #3A82FA;
    margin-top: 45px;
}

.s3-date b {
    font-size: 32px;
    color: #3A82FA;
    display: block;
}

.s3-date span {
    display: block;
    font-size: 18px;
    color: #333333;
}
.s3-date {
    text-align: center;
    border-right: 1px solid #D8D8D8;
    padding-right: 30px;
}


.s3-rlt ul li {
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
}

.s3-rlt {
    margin-top: -25px;
}






@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1024px) {
    .s3 {
        padding-bottom: 30px;
    }
    .s3-c>div {
        width: 100%;
        padding: 15px;
    }
   .s3-c>.s3-l{
        padding: 0;
        margin-bottom: 20px;
    }
    .s3-lt ul li a span {
        font-size: 18px;
    }
    .s3-tx p,
    .s3-lt ul li a p {
        font-size: 16px;
    }
    .s3-tx span {
        font-size: 16px;
        margin-top: 20px;
    }
    .s3-date b {
        font-size: 26px;
    }
    .s3-date {
        padding-right: 15px;
    }
    .s3-tx {
        padding: 0 15px;
    }
}

@media screen and (max-width: 640px) {
    .s3-rlt .pic {
        width: 100%;
        padding-top: 64%;
        height: auto;
    }
    .s3-rlt ul li.on .s3-tx {
        flex: auto;
        padding: 20px;
    }
}