
.dynamic_content3 {
   overflow: hidden;
   height: 583px;
}
.kjrd_left {
    width: 30%;
    float: left;
    height: 100%;
    position: relative;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.kjrd_left li {
    width: 100%;
    height: 133px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .5s linear;
}
.kjrd_left li:nth-last-child(1) {
    margin-bottom: 0;
}
.kjrd_left li img {
    width: 100%;
}
.kjrd_left .active {
    height: 277px;
    transition: all .5s linear;
}
.kjrd_left .active .bg{
   opacity: 0;
}
.kjrd_left .bg {
   opacity: 1;
   height: 100%;
   position: absolute;
   transition: all .2s linear;
}

.kjrd_left li .img_title {
    position: absolute;  
    bottom: 20px;
    left: 0px;
    width: 100%;
    padding-left: 30px;
}
.kjrd_left li .img_title .text {
    color: #fff;
    font-size: 28px;
    letter-spacing: 4px;
}
.kjrd_left li .img_title .icon {
    width: 50px;
    height: 10px;
    background: url("kjrd_line.png") no-repeat;
    background-position: right 95%;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 30px;
    bottom: 10px;
    transition: all .2s linear;
}
.kjrd_left .active .img_title .icon {
    width: 80px;
}

@keyframes fadeInUp {
   0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.kjrd_right {
    width: 67%;
    float: right;
    height: 100%;
}
.kjrd_right li {
    overflow: hidden;
    box-sizing: border-box;
    padding: 32px 13px 20px 13px;
    border-bottom: 1px dashed #9b9b9b;
}
.kjrd_right li:first-child{
    padding-top: 5px;
}
.kjrd_right .kjrd_right_time_icon {
    width: 68px;
	height: 68px;
	background-color: #265072;
	border-radius: 1px;
    float: left;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 0 14px 0;
}
.kjrd_right .kjrd_right_time_icon .year {
    display: block;
    font-size: 16px;
}
.kjrd_right .kjrd_right_time_icon .month {
    font-size: 20px;
    font-weight: bold;
}
.kjrd_right .kjrd_right_content {
    max-width: 820px;
    margin-left: 90px;
}
.kjrd_right .kjrd_right_content h4 {
    font-size: 20px;
    color: #444444;
   padding-bottom: 5px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
}
.kjrd_right .kjrd_right_content p {
    font-size: 14px;
    color: #444444;
	opacity: 0.68;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}
.kjrd_detail_img {
    box-sizing: border-box;
    /* max-width: 1160px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.kjrd_detail_img li {
    width: 440px;
	height: 137px;
    background: none;
    padding: 0;
    position: relative
}
.kjrd_detail_img li img {
    width: 100%;
	height: 100%;
}
.kjrd_detail_img li p {
    position: absolute;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
@media screen and (max-width: 1440px) { 
    .dynamic_content3{
        height: 502px
    }
    .kjrd_right .kjrd_right_content {
        max-width: 560px;
    }
    .kjrd_left .active {
        height: 197px;
    }
    .kjrd_right li {
        padding: 12px 13px 12px 13px;
    }

    .kjrd_detail_img {
        max-width: 870px;
    }

    .kjrd_detail_img li {
        width: 264px;
        height: 103px;
    }
}