
.home_content {
    width: 1200px;
    margin: 0 auto 55px;
}

.home_content .content_title {
    /*padding-bottom: 10px;*/
    color: #262626;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 16px 0;
}

.home_content .content_title span {
    /*padding: 3px 8px;*/
    border: 1px solid #E4E4E4;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.home_content .content_title span:hover {
    border-color: #0B67C5;
    color: #0B67C5;
}

.swiper_wrap img {
    width: 100%;
    height: 100%;
}

.swiper_item {
    position: relative;
}

.swiper_item .swiper_des {
    width: 100%;
    height: 48px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
    line-height: 48px;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper_btn {
    width: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
    border-radius: 3px;
    letter-spacing: 2px;
    background-color: rgba(13, 144, 215, 1);
}

.grid-demo-bg1 .swiper_btn {
    background-color: rgba(78, 128, 204, 1);
}

.swiper_btn a {
    display: inline-block;
    color: #fff;
    width: 100%;
    line-height: 80px;
}

.journalism_wrap {
    width: 100%;
    max-height: 345px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.journalism_wrap li {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.journalism_wrap li p:nth-of-type(1):hover {
    color: #0B67C5;
}

.journalism_wrap li .journalism_time {
    width: 20%;
    text-align: right;
    color: #999;
}

.journalism_border_gap li {
    height: 55px;
    border-bottom: 1px solid #EEEEEE;
}

.journalism_wrap li img {
    width: 147px;
    height: 100px;
}

.journalism_wrap li .journalism_active {
    width: calc(100% - 147px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
    box-sizing: border-box;
}

.journalism_active .journalism_title {
    font-size: 16px;
    color: #717171;
    font-weight: 600;
    margin-bottom: 10px;
}

.journalism_active .journalism_text {
    font-size: 12px;
    color: #717171;
}

.conference_activities {
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.conference_activities li {
    display: flex;
    justify-content: space-between;
    color: #333;
}

.conference_activities li .left_time {
    width: 80px;
    height: 80px;
    background: rgba(247, 247, 247, 1);
    padding: 0 8px;
    line-height: 40px;
    color: #333;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
}

.conference_activities li .left_time .day {
    height: 50%;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px dashed #bbb;
    box-sizing: border-box;
}

.conference_activities li .right_des {
    width: calc(100% - 100px);
}

.conference_activities li .right_des .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.conference_activities li .right_des .des_text {
    font-size: 14px;
    color: #999999;
}