body {
    background: url(../images/bg.png) no-repeat center top;
}

.jieshao h1.title {
    background-image: url(../images/jieshao.png);
    margin: 19px 0;
    padding: 0 0 40px;
}
.italk h1.title {
    background-image: url(../images/italk.png);
    margin: 19px 0;
    padding: 0 0 40px;
}

.italk h2.title {
    margin-bottom: 30px;
}


/* italk 最新活动 */

.italk .new-activity {
    position: relative;
    background-color: rgb(230, 242, 255);
    width: 840px;
    height: 310px;
    box-sizing: border-box;
    padding: 30px 18px 0;
    margin-bottom: 55px;
}

.italk .new-activity h3 {
    font-size: 20px;
    font-family: "SourceHanSansCNVF";
    color: rgb(255, 255, 255);
    line-height: 49px;
    text-align: center;
    background-image: -moz-linear-gradient( -90deg, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
    width: 282px;
    height: 49px;
    border-radius: 25px 0 25px 0;
    margin-bottom: 15px;
    font-weight: normal;
}

.italk .new-activity p {
    font-size: 16px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 0, 0);
    line-height: 28px;
    text-align: left;
    width: 544px;
}

.italk .new-activity p.activety-intr {
    margin-bottom: 30px;
}

.italk .new-activity .img-box {
    margin-bottom: 30px;
    width: 365px;
    height: 243px;
    position: absolute;
    top: 50%;
    margin-top: -122px;
    right: -160px;
}
.italk .new-activity .swiper-container {
    
    position: relative;
    width: 365px;
    height: 243px;
}
.italk .new-activity .img-box img{
    width: 365px;
    height: 243px;
}

/* italk 近期活动 */

.italk .recent-activity {
    margin-bottom: 50px;
}

.italk .recent-activity .swiper-container {
    width: 400px;
    height: 400px;
    position: relative;
}

.italk .recent-activity .swiper-container img {
    width: 400px;
    height: 400px;
}

.italk .recent-activity .swiper-container .pagination1 {
    position: absolute;
    right: 14px;
    bottom: 14px;
    /* background-color: aquamarine */
    height: 8px;
}

.italk .recent-activity .swiper-container .pagination1 span {
    width: 8px;
    height: 8px;
    margin-left: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
}

.italk .recent-activity .swiper-container .pagination1 span.swiper-active-switch {
    background-color: rgb(20, 225, 255);
}

.italk .recent-activity ul {
    width: 600px;
    height: 400px;
    border-left: 4px solid rgb(20, 225, 255);
    padding-left: 30px;
    box-sizing: border-box;
}

.italk .recent-activity ul a {
    padding: 4px 4px;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(20, 225, 255);
}

.italk .recent-activity ul .current {
    position: relative;
}

.italk .recent-activity ul .current a {
    background-color: rgb(223, 242, 255);
}

.italk .recent-activity ul .current::after {
    width: 14px;
    height: 20px;
    /* background-color: rgb(20, 225, 255); */
    background-image: url(../images/circle-blue.png);
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -10px;
    content: "";
}

.italk .recent-activity ul .current a {
    background-color: rgb(223, 242, 255);
}

.italk .recent-activity ul li:first-child a {
    border-top: 1px solid rgb(20, 225, 255);
}

.italk .recent-activity ul a .flexbox-left {
    margin-right: 25px;
}

.italk .recent-activity ul a .flexbox-left p.date {
    font-size: 18px;
    font-family: "SourceHanSansCNVF";
    color: rgb(62, 62, 62);
    line-height: 14px;
    text-align: left;
    letter-spacing: 3px;
    margin-bottom: 4px;
}

.italk .recent-activity ul a .flexbox-left p.location {
    font-size: 16px;
    font-family: "SourceHanSansCNVF";
    color: rgb(62, 62, 62);
    line-height: 24px;
}

.italk .recent-activity ul a .flexbox-right {
    max-width: 410px;
}

.italk .recent-activity ul a .flexbox-right h5 {
    font-size: 15px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 0, 0);
    line-height: 16px;
    margin-bottom: 8px;
}

.italk .recent-activity ul a .flexbox-right p.blue {
    font-size: 15px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 50, 151);
    line-height: 9px;
    width: 108px;
    padding-right: 40px;
    box-sizing: border-box;
    background: url(../images/bluer.png) no-repeat center right;
}


/* 高层访谈 */

.high-level-interview {
    background-color: #e6f2ff;
    overflow: hidden;
}

.high-level-interview h1.title {
    background-image: url(../images/high-level-interview.png);
    margin: 50px 0;
    padding: 0 0 40px;
}

.high-level-interview h2.title {
    margin-bottom: 30px;
}

.high-level-interview .new-activity {
    background-color: rgb(255, 255, 255);
    margin-left: 160px;
    width: 840px;
    height: 310px;
    position: relative;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 160px;
    margin-bottom: 50px;
}

.high-level-interview .new-activity h3 {
    font-size: 20px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 0, 0);
    line-height: 27px;
    text-align: left;
    margin-bottom: 8px;
}

.high-level-interview .new-activity p.activety-menber {
    font-size: 20px;
    font-family: "SourceHanSansCNVF";
    line-height: 27px;
    text-align: left;
    color: rgb(0, 50, 151);
    margin-bottom: 25px;
}

.high-level-interview .new-activity p.activety-intr {
    font-size: 16px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 0, 0);
    line-height: 32px;
    width: 620px;
    margin-bottom: 35px;
}

.high-level-interview .new-activity a {
    display: block;
    padding-left: 30px;
    background: url(../images/whiter.png) no-repeat center;
    background-color: rgb(0, 126, 255);
    font-size: 20px;
    font-family: "SourceHanSansCNVF";
    color: rgb(255, 255, 255);
    line-height: 38px;
    text-align: left;
    width: 197px;
    height: 38px;
    background-position-x: 120px;
}

.high-level-interview .new-activity img {
    width: 244px;
    height: 280px;
    position: absolute;
    left: -160px;
    bottom: 0;
}

.high-level-interview .review-box {}

.high-level-interview .review-box .flex-strat {
    height: 410px;
    margin-bottom: 20px;
}

.high-level-interview .review-box .flex-strat a {
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.414px 1.414px 11.57px 1.43px rgba(6, 145, 234, 0.4);
    width: 230px;
    height: 380px;
    margin-right: 27px;
    box-sizing: border-box;
    padding: 18px;
    position: relative;
}

.high-level-interview .review-box .flex-strat a:nth-child(odd) {
    margin-top: 30px;
}

.high-level-interview .review-box .flex-strat a:nth-child(even) {
    margin-bottom: 30px;
}

.high-level-interview .review-box .flex-strat a:nth-child(4n-4) {
    margin-right: 0;
}

.high-level-interview .review-box .flex-strat a:hover {
    transform: scale(1.1, 1.0789);
    margin-top: 15px;
    margin-bottom: 0;
    transition: all .5s;
}

.high-level-interview .review-box .flex-strat a img {
    width: 194px;
    height: 236px;
    margin-bottom: 30px;
}

.high-level-interview .review-box .flex-strat a p.review-title {
    background-color: rgba(0, 50, 151, .749);
    width: 194px;
    height: 30px;
    padding-left: 18px;
    line-height: 30px;
    font-size: 18px;
    font-family: "SourceHanSansCNVF";
    color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    top: 240px;
}

.high-level-interview .review-box .flex-strat a p.intr {
    font-size: 18px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 0, 0);
    line-height: 26px;
    text-align: left;
}

.high-level-interview .review-box .review-more {
    text-align: right;
    padding-right: 18px;
}

.high-level-interview .review-box .review-more a {
    display: block;
    padding-right: 45px;
    font-size: 18px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 50, 151);
    line-height: 26px;
    background: url(../images/bluer.png) no-repeat center right;
    font-weight: 700;
    margin-bottom: 55px;
}
@media screen and (max-width:600px){

.italk .recent-activity .flex-space-between {
    display: block;
}
.italk .recent-activity .swiper-container {
    width: 95vw;
    height: 71.25vw;
    position: relative;
    margin-bottom: 10px;
}
.italk .recent-activity .swiper-container img {
    width: 100%;
    height: 100%;
}
.italk .recent-activity .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.italk .recent-activity ul {
    width: 95%;
    height: auto;
    border-left: 4px solid rgb(20, 225, 255);
    padding-left: 20px;
    box-sizing: border-box;
    margin: 0 auto;    overflow: hidden;
}
.italk .recent-activity ul a .flexbox-right h5 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 65%;
}
.italk .recent-activity ul .current::after {
    left: -20px;
}
.high-level-interview .new-activity {
    
    width: 95%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 10px;
    margin: 20px auto;
}
.high-level-interview .new-activity img {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    bottom: auto;

    margin-top: 10px;
}
.high-level-interview .new-activity p.activety-intr {
    width: auto;
    margin-bottom: 10px;
}
.high-level-interview .review-box .flex-strat {
    height: auto;
    margin-bottom: 20px;
    flex-wrap: wrap;
    padding-left: 2.5%;
}
.high-level-interview .review-box .flex-strat a:hover {
    transform: none;
    margin-top: 0;
    margin-bottom: 0;
    transition: all .5s;
}
.high-level-interview .review-box .flex-strat a:nth-child(2n-2) {
    
    margin-right: 0%;
}
.high-level-interview .review-box .flex-strat a {
    
    margin-right: 5%;
    width: 45%;
    height: auto;

    margin-top: 0;
    margin-bottom: 0;

    padding: 0;
}
.high-level-interview .review-box .flex-strat a img {
    width: 90%;
    height: auto;
display: block;
    margin: 10px auto;
}
.high-level-interview .review-box .flex-strat a p.review-title {
    width: 80%;
    height: 30px;
    padding-left: 8px;
    line-height: 30px;
    font-size: 14px;
    left: 0;
    top: 64%;
}
.high-level-interview .review-box .flex-strat a p.intr {
    font-size: 14px;
    width: 90%;
    margin: 10px auto;

    line-height: 20px;
}
.member-enterprise .flex-strat .img-box {
    margin-bottom: 10px;
    margin-right: 3%;
    width: 30%;
    height: auto;
    padding: 4px;
}
.member-enterprise .flex-strat img {
    display: block;
    width: 100%;
    height: auto;
}
.member-enterprise .flex-strat {
    padding: 0 2.5%;box-sizing: border-box;
}
}