body {
    background: #eceef5;
}
/* 左边 */
.jshd-left{
    width: 950px;
    background: #FFFFFF;
    position: relative;
    padding: 0px 0px 15px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.jshd-nav-content {
    position: relative;
}
.jshd-nav {
    height: 40px;
    background: linear-gradient(90deg, #0055C5 0%, #FFFFFF 100%);
    text-align: left;
    color: #FFFFFF;
    font-size: 18px;
    text-indent: 15px;
    line-height: 40px;
    position: absolute;
    left: 0px;
    top: 20px;
    background: url("../images/jshd-bg.png") no-repeat;
    /* 根据高度缩放*/
    background-size: 100% 100%;
    padding-right: 100px;
}

/*2023-09-06 新 */
.jsdh-list-new {
    display: flex;
    margin-top: 70px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 14px;
}
.jsdh-list-new li{
    width: 300px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 10px;
    position: relative;
    /* 自行换行*/
}
/*.jsdh-list-new li 3 6 9 12 15 18 每行的最后一个 margin-right=0{ */
.jsdh-list-new li:nth-child(3n){
    margin-right: 0px;
}

.jsdh-list-new li img{
    width: 100%;
    display: block;
    height: 147px;
}
.jsdh-list-new li a.pos {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: 220px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 21px;
    line-height: 30px;
    color: #0b90dc;
    text-align: center;
    font-weight: 400;
}
.jsdh-list-new li a.posw{
    font-size: 13px;
    /*width: 250px;*/
}

/**  6 9 12 15 18 21  不添加margin **/


/**竞赛活动二级 li 添加Border 1px solid 主题色 */

.jsdh-list-second {
    display: flex;
    margin-top: 70px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 30px;
}

.jsdh-list-second li {
    width: 430px;
    height: 100px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #C7DBFB;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    /* 自行换行*/
}

.jsdh-list-second li .jsdh-list-second-left{
    width: 60px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    /* 自行换行*/
}
.jsdh-list-second li .jsdh-list-second-left a{
    display: block;
}
.jsdh-list-second li .jsdh-list-second-left a img{
    width: 40px;
    height: 40px;
    display: block;
}
.jsdh-list-second li .jsdh-list-second-right{
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    position: relative;
    /* 自行换行*/
}


.jsdh-list-second-right-title {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #303030;
}
.jsdh-list-second-right-subtitle {
    font-size: 15px;
    color: #0043AB;
    line-height: 20px;
    font-weight: bold;
}
.jsdh-list-second-right-subtime {
    font-size: 13px;
    color: #0043AB;
    line-height: 20px;
    margin-top: 5px;
}






















.jsdh-list {
    display: flex;
    margin-top: 70px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    width: 100%;
}

.jsdh-list li{
    width: 295px;
    height: 194px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 3px 3px 0px 0px;
    border-top: 4px solid #468DE9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-right: 15px;
    overflow: hidden;
    /* 自行换行*/
}
/**  6 9 12 15 18 21  不添加margin **/
.jsdh-list li:nth-child(3){
    margin-left: 0px;
}
.jsdh-list li:nth-child(6){
    margin-left: 0px;
}
.jsdh-list li:nth-child(9){
    margin-left: 0px;
}
.jsdh-list li:nth-child(12){
    margin-left: 0px;
}
.jsdh-list li:nth-child(15){
    margin-left: 0px;
}
.jsdh-list li:nth-child(18){
    margin-left: 0px;
}
.jsdh-list li:nth-child(21){
    margin-left: 0px;
}


.jsdh-list li div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    position: relative;
    padding-top: 20px;
    /* 自行换行*/
}

/* .jsdh-list li 2 右边距20px*/


.jsdh-list li a{
    height: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #606060;
    line-height: 30px;
    text-indent: 20px;

}

.jsdh-list li a:first-child{
    font-size: 18px;
    font-weight: 400;
    color: #303030;
}

.jsdh-list li div.tags {
    border-top: 1px solid #eee;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: row;
    /* 自行换行*/
    flex-wrap: wrap;
    overflow: hidden;
    height: 45px;
    margin-top: 10px;
}
.jsdh-list li div.tags span{
    height: 20px;
    background: #FDF3F3;
    border-radius: 13px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    border-radius: 13px;
    padding: 3px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.jsdh-list li div.tags span:first-child{
    background: #EBF6FD;
    color: #3396FB;
}
/* 第二个 span */
.jsdh-list li div.tags span:nth-child(2){
    background: #FDF3F3;
    color: #FD6C6F;
}
/* 第三个 */
.jsdh-list li div.tags span:nth-child(3){
    background: #F1FDF7;;
    color: #2AAA7E;
}

/* 第三个 */
.jsdh-list li div.tags span:nth-child(4){
    background: #F1FDF7;
    color: #2AAA7E;
}
/* 第三个 */
.jsdh-list li div.tags span:nth-child(5){
    background: #EBF6FD;
    color: #3396FB;
}

/* 第三个 */
.jsdh-list li div.tags span:nth-child(6){
    background: #FDF3F3;
    color: #FD6C6F;
}

/* 第三个 */
.jsdh-list li div.tags span:nth-child(7){
    background: #F1FDF7;
    color: #2AAA7E;
}

/* 右边 */
.jshd-right{
    width: 310px;
    background: #FFFFFF;
}
.jshd-right-nav {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #0055C5;
    border-left: 4px solid #0055C5;
    text-indent: 20px;
    margin-top: 15px;
}

.jshd-right-list {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.jshd-right-list li{
    width: 280px;
    height: 169px;
    background: #DCDCFD;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.jshd-right-list li img{
    width: 100%;
    height: 169px;
    display: block;
}
.jshd-right-list li p {
    height: 41px;
    background: rgba(0, 0, 0, 0.5); /* 使用 rgba 表示法设置背景颜色的透明度 */
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-weight: 400;
    color: #FFFFFF;

    overflow: hidden;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    /* 文字用省略号代替超出的部分 */
    text-overflow: ellipsis;
    /* 匀速溢出内容，隐藏 */
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.jshd-right-list li p span {
    width: 90%;
    height: 100%;
    height: 41px;
    line-height: 40px;
    /* 文字用省略号代替超出的部分 */
    text-overflow: ellipsis;
    /* 匀速溢出内容，隐藏 */
    overflow: hidden;

}
