.agenda-wrap h3 {
    font-size: 24px;
    text-align: center;
}

.agenda-wrap ul li {
    padding: 22px 0;
    margin-top: 10px;
    overflow: hidden;
    background: #f6fbff;
}

.agenda-wrap ul li>span {
    width: 47%;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 26px;
    margin: 0 1%;
}

.agenda-wrap ul li.long>span {
    width: 100%;
}

.agenda-wrap ul li:not(.long)>span:nth-of-type(2) {
    margin-left: 2%;
}

.agenda-wrap ul li:nth-of-type(even) {
    background: #f1f9ff;
}

.agenda-wrap ul li>span em {
    color: #294ac1;
    margin-right: 15px;
}

.speech-wrap ul li {
    width: 270px;
    height: 340px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.speech-wrap ul li img,
.photo-wrap ul li img {
    width: 100%;
    display: block;
    transition: transform .3s;
}

.photo-wrap ul li img {
    height: 100%;
}

.speech-wrap ul li:hover img,
.photo-wrap ul li:hover img {
    transform: scale(1.2);
}

.speech-wrap ul li p {
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 0;
    line-height: 30px;
    font-size: 18px;
    padding: 0 5%;
    height: 80px;
    background-image: linear-gradient(to bottom, rgba(41, 74, 193, 0) 0%, rgba(41, 74, 193, 1) 70%);
}

.speech-wrap ul li a p {
    color: #fff;
}

.achievement-wrap dl {
    border-left: 4px solid #94a4e0;
    border-radius: 20px;
    width: 560px;
    padding-left: 20px;
    float: left;
    box-sizing: border-box;
    margin-top: 40px;
}

.achievement-wrap dl:nth-of-type(even) {
    margin-left: 80px;
}

.achievement-wrap dl dt a {
    display: block;
}

.achievement-wrap dl dt {
    font-size: 24px;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}

.achievement-wrap dl dd {
    color: #9e9e9e;
    line-height: 30px;
    font-size: 18px;
    max-height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.photo-wrap {
    height: 650px;
}

.photo-wrap ul li {
    position: absolute;
    border-radius: 15px;
    overflow: hidden;
}

.photo-wrap ul .l1,
.photo-wrap ul .l4 {
    width: 415px;
    height: 415px;
}

.photo-wrap ul .l1 {
    left: 0;
    top: 0;
}

.photo-wrap ul .l2 {
    left: 435px;
    top: 0;
}

.photo-wrap ul .l4 {
    left: 435px;
    top: 220px;
}

.photo-wrap ul .l2,
.photo-wrap ul .l6 {
    width: 200px;
    height: 200px;
}

.photo-wrap ul .l3,
.photo-wrap ul .l5 {
    width: 325px;
    height: 200px;
}

.photo-wrap ul .l3 {
    left: 655px;
    top: 0;
}

.photo-wrap ul .l5 {
    left: 870px;
    top: 220px;
}

.photo-wrap ul .l6 {
    left: 215px;
    top: 435px;
}

.photo-wrap ul .l6 a {
    background: #3982dc;
    color: #fff;
    display: block;
    text-align: center;
    height: 100%;
}

i.more-icon {
    display: inline-block;
    margin: 60px 0 0 0;
}

i.more-icon::before,
i.more-icon::after {
    content: "";
    position: absolute;
    background: #fff;
}

i.more-icon::before {
    width: 33px;
    height: 3px;
    top: 15px;
    left: -15px;
}

i.more-icon::after {
    width: 3px;
    height: 33px;
    left: 0;
}


/* .translateX-100 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
} */

.list- ul li {
    font-size: 18px;
    margin-top: 15px;
    position: relative;
    line-height: 32px;
}

.list- ul li a {
    font-weight: bold;
}

.list- ul li em {
    position: absolute;
    display: block;
    right: 50px;
    top: 0;
    font-size: 16px;
    color: #888;
}

.list- ul li:nth-of-type(5n) {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
}

.list- li p {
    color: #888;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    line-height: 1.5;
}

.list- li p i,
.list- li a i {
    color: #f00;
}

.speech-list li {
    margin: 50px 31px 0;
    float: left;
}

@media screen and (min-width:1800px) and (max-width:1920px) {
    .list- ul li {
        margin-left: 4%;
    }
    .speech-list li {
        margin: 40px 15px 0;
    }
}