body {
    background: #eceef5;
}
:root {
    --lyj-primary-color: #0055C5;
}
#main {
    width: 1280px !important;
    background: #fff;
    /*box-sizing 兼容*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 20px;
    /*兼容box-sizing*/

}
.section-container {
    margin-top: 0px;
}
/*导航*/
.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.zjjt {
    margin-top: 20px;
    margin-bottom: 20px;
}
.zjjt-line {
    width: 100px;
    height: 4px;
    background: var(--lyj-primary-color);
}
.zjjt-line-right {
    width: 950px;
}
.zjjt-text {
    width: 150px;
    margin-left: 20px;
    margin-right: 20px;
    color: #0055C5;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zjjt-text > img {
    width: 25px;
    margin-right: 10px;
}

/* */
.zjjt-con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.zjjt-con-left {
    width: 240px;
    margin-right: 20px;
}
.zjjt-con-right {
    width: 830px;
}
.zjjt-nav {
    width: 240px;
    background: #fff;
    border: 1px solid #ECEAEA;
}
.zjjt-nav-title {
    width: 100%;
    height: 60px;
    background: var(--lyj-primary-color);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zjjt-nav-list {
    width: 100%;
    background: #fff;
}
.zjjt-nav-list > a {
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    align-items: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0px 15px;
    background: #fff;
}
.zjjt-nav-list > a > span{
    height: 1px;
    width: 30px;
    display: block;
    background: #303030;
}
.zjjt-nav-list > a:hover {
    /*background: #f5f5f5;*/
}
.zjjt-nav-list > a.active {
    background: #f5f5f5;
    color: var(--lyj-primary-color);
}
.zjjt-con-right-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #eee;
}
/* 联系我们 */
.zjjt-contact {
    width: 240px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zjjt-contact-line {
    width: 100%;
    height: 1px;
    background: #ECEAEA;
}

.zjjt-contact-text {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    height: 50px;
    line-height: 50px;
    color: #303030;
}

.zjjt-contact-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.zjjt-contact-list > li {
    width: 100%;
    height: 80px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ECEAEA;
}
.zjjt-contact-list > li > img {
    width: 30px;
    margin-right: 20px;
}
.zjjt-contact-list > li > span {
    font-size: 14x;
    font-weight: 400;
    color: #333;
}

/*右边*/
.layui-timeline-axis {
    background: var(--lyj-primary-color);
    color: #fff;
    top: 150px;
}
.layui-timeline-top {
    width: 90px;
    height: 45px;
    background: #0055C5;
    border-radius: 4px;
    position: absolute;
    left: -45px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}

/***/
.layui-timeline-content {
    height: 278px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.layui-timeline-content .zjjt-news {
    /*background: #F5F5F5;*/
    width: 680px;
    height: 278px;
    position: relative;
    margin-right: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    /*padding: 30px;*/
    align-items: flex-start;
}

.zjjt-news-date {
    width: 100px;
    color: var(--lyj-primary-color);
    position: absolute;
    top: -30px;
    right: -40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.zjjt-news-date-day {
    font-size: 40px;
}
.zjjt-news-date-month {
    font-size: 16px;
}

.layui-timeline-line {
    width: 53px;
    height: 2px;
    background: #174896;
    margin-top: 25px;
    margin-left: 25px;
}

.zjjt-news-con {
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    flex: 1;
    background: #F5F5F5;
}
.zjjt-news-con-text-title {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    font-weight: 400;
    color: var(--lyj-primary-color);
    line-height: 25px;
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
}
.zjjt-news-con-text-title span{
    width: 6px;
    height: 24px;
    background: #0055C5;
    /*margin-right: 15px;*/
    position: absolute;
    left: 10px;
}
.zjjt-news-con-text-title a{
    color: var(--lyj-primary-color) !important;
    /* 去掉下划线*/
    text-decoration: none !important;
}

.zjjt-news-con-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}
.zjjt-news-con-text-con {
    font-size: 15px;
    font-weight: 400;
    color: #303030;
    line-height: 25px;
    /*height: 130px;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zjjt-news-con-text > img {
    width: 220px;
    height: 130px;
    margin-left: 20px;
}
/* 最后一个 layui-timeline-item的  layui-timeline-axis 隐藏 */
.layui-timeline-item:last-child .layui-timeline-axis {
    display: none;
}
