body {
    background: #eceef5;
}

.container_gjjl {
    width: 1280px;
    margin: 0px auto 15px auto;
    background: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.junstfy-content-between {
    justify-content: space-between;
}

.junstfy-content-flex-start {
    justify-content: flex-start;
}

.junstfy-content-flex-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-flex-start {
    align-items: flex-start;
}

.align-items-flex-end {
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
}

.box-sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*文字超出省略号*/
.text-overflow {
    overflow: hidden;
    /* 文字用省略号代替超出的部分 */
    text-overflow: ellipsis;
    /* 匀速溢出内容，隐藏 */
    white-space: nowrap;
}

/*
<!-- 通用导航样式一 左边是小图标间距15是标题名称 最右边是更多>>-->

*/
.rcpj-nav-title {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid var(--lyj-primary-color);

}

.rcpj-nav-title-name {
    width: 150px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #0055C5;
    font-weight: 400;
}

.rcpj-nav-title-name img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.rcpj-nav-title-more {
    font-size: 13px;
    font-weight: 400;
    color: var(--lyj-primary-color);
}

.rcpj-nav-title-more a {
    color: #1C4A90;
}

/* 以上是通用样式 */

.banner-box {
    width: 1208px;
    height: 360px;
    background-size: cover;
}

#rcpj-carousel-image img {
    width: 100%;
    height: 360px;
    border-radius: 14px;
}

/*
 <!-- 一行导航 均分 分别是 图片+证书查询 、图片+相关课程、图片+认定标准、图片+资料下载  -->
 **/
.rcpj-nav {
    flex: 1;
}

.rcpj-nav-item {
    width: 290px;
    height: 100px;
    border-right: 1px solid #ECEEF5;
    border-radius: 5px;
}

.rcpj-nav-item:last-child {
    border-right: none;
}

/* 第一个导航颜色 背景颜色 #00A5FB、#FFB047、#32B79A、#F66161*/
.rcpj-nav-item:nth-child(1) {
    background: #0356ca;
}

.rcpj-nav-item:nth-child(2) {
    background: #0356ca;
}

.rcpj-nav-item:nth-child(3) {
    background: #0356ca;
}

.rcpj-nav-item:nth-child(4) {
    background: #0356ca;
}

.rcpj-nav-item a img {
    width: 50px;
    height: auto;
    margin-right: 15px;
}

.rcpj-nav-item p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

/**/
.ktyj-container {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
}

/*ktyj-left 左边宽900*/
.ktyj-left {
    height: auto;
    background: #FFFFFF;
    padding: 0px 25px 25px 25px;
    flex: 1;
}

/*ktyj-left-title 左边标题*/
.ktyj-left-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;

}
.ktyj-left-title h3{
    color: #0055C5;
    font-size: 18px;
}
.ktyj-left-title h3 img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.ktyj-left-title a {
    font-size: 14px;
    font-weight: 400;
    color: #0055C5;
    font-weight: 400;
}

/*ktyj-left-content 左边内容*/
.ktyj-left-content {
    width: 100%;
    height: auto;
}

.ktyj-left-content-list {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.ktyj-left-content-list li {
    width: 100%;
    height: 45px;
    /*border-bottom: 1px dotted #ECEEF5;*/
}

.ktyj-left-content-list li:last-child {
    border-bottom: none;
}
/* 每间5 行 添加border-bottom: 1px solid #EEEEEE;*/
.ktyj-left-content-list li:nth-child(5n) {
    border-bottom: 1px dotted #EEEEEE;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.ktyj-left-content-list li a {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
}


.ktyj-left-content-list-text span {
    font-size: 13px;
    font-weight: 400;
    color: var(--lyj-primary-color);
}

/*ktyj-right 右边宽度350*/
.ktyj-right {
    width: 350px;
    background: #FFFFFF;
    padding: 0px 25px 25px 25px;
    margin-left: 15px;
}

/*ktyj-right-title 右边标题*/
.ktyj-right-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
}

.ktyj-right-title h3 {
    font-size: 16px;
    font-weight: 400;
    color: #0055C5;
    font-weight: 400;
}

.ktyj-right-title p {
    font-size: 13px;
    font-weight: 400;
}

/*ktyj-right-content 右边内容*/
.ktyj-right-content {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.ktyj-right-content-list {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.ktyj-right-content-list li {
    width: 100%;
    border-bottom: 1px solid #ECEEF5;
    margin-bottom: 10px;
}

.ktyj-right-content-list li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.ktyj-right-content-list li a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.ktyj-right-content-list li img {
    width: 100%;
    height: 150px;
}


