.speaker {
    background: linear-gradient(#f4fafb,#ecf8fa);
}

.speaker .speaker-item {
    margin:3% 0;
}
.speaker .speaker-item .chairman {
    overflow:hidden;
}

.speaker .speaker-item .chairman .word {
    position:relative;
    float:right;
    width:58%;
    padding: 50px 0 50px 5%;
    box-sizing: border-box;
    height: 100%;
}

.speaker .speaker-item .chairman .word .tit {
    position: relative;
    border-bottom: 2px solid #f5f5f5;
}
.speaker .speaker-item .chairman .word .tit::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 20%;
    height: 3px;
    background: #004386;
}
.speaker .speaker-item .chairman .word .tit h2 {
    display: inline-block;
    font-size: 48px;
    color: #014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.speaker .speaker-item .chairman .word .tit h3 {

    font-size: 20px;
    color: #666;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 0;
}

.speaker .speaker-item .chairman .word .content {
    margin:5% 0 15% 0;
}
.speaker .speaker-item .chairman .word .content p {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    text-indent: 2em;
    margin: 0 0 30px 0;
}

.speaker .speaker-item .chairman .word .number {
    position: absolute;
    color: #004386;
    bottom: 40%;
    left: -35%;
    opacity: .05;
    font-size: 300px;
    line-height: 24px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: "Montserrat-Bold";
}

.speaker .speaker-item .chairman .photo {
    float:left;
    width:41%;
    position:relative;
}
.speaker .speaker-item .chairman .photo img {
    width:100%;
}
.speaker .speaker-item .chairman .photo::after {
    opacity:0.4;
    content: '';
    width: 94%;
    height: 90%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    transition: all 0.6s ease;
}

.speaker .speaker-item .chairman .photo::before {
    opacity:0.4;
    content: '';
    width: 90%;
    height: 94%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    transition: all 0.6s ease;
}
@media screen and (max-width:1024px){
.speaker {
    background: linear-gradient(#f4fafb,#ecf8fa);
}

.speaker .speaker-item {
    margin:3% 0;
}
.speaker .speaker-item .chairman {
    overflow:hidden;
}

.speaker .speaker-item .chairman .word {
    width:100%;
    padding:5%;
    height: 100%;
}

.speaker .speaker-item .chairman .word .tit {
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid #f5f5f5;
}
.speaker .speaker-item .chairman .word .tit::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 20%;
    height: 3px;
    background: #037ab9;
}
.speaker .speaker-item .chairman .word .tit h2 {
    display: inline-block;
    font-size: 24px;
    color: #014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#037ab9 0,#004386 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.speaker .speaker-item .chairman .word .tit h3 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 0;
}

.speaker .speaker-item .chairman .word .content {
    margin:5% 0 15% 0;
}
.speaker .speaker-item .chairman .word .content p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 10px 0;
}

.speaker .speaker-item .chairman .word .number {
    position: absolute;
    color: #004386;
    bottom: 40%;
    left: -35%;
    opacity: .05;
    font-size: 150px;
    line-height: 24px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: "Montserrat-Bold";
}

.speaker .speaker-item .chairman .photo {
    width:100%;
}
.speaker .speaker-item .chairman .photo img {
    width:100%;
}
.speaker .speaker-item .chairman .photo::after {

}

.speaker .speaker-item .chairman .photo::before {
}
}