* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}
img {
    border: none;
}

em,i {
    font-style: normal;
}
/*banner图*/
.institute-project-banner{
    width: 100%;
    height: 6.04rem;
    min-width: 1120px;
}

.institute-project-banner >img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.project-common-item-header {
    margin: 0.7rem auto 0.4rem auto;
}
.project-common-item-header >div:first-child{
    text-align: center;

    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.2rem;
    letter-spacing: 0.05rem;
}

.project-common-item-header >div:last-child{
    margin: 0.1rem auto auto auto;
    width: 1.61rem;
}

.project-common-item-header >div:last-child >img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}


/*人才论坛*/
.project-talent-forum-container {
}

.project-talent-forum-content {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}


.project-talent-forum-content >span{
    width: 3.35rem;
}
.project-talent-forum-content-item {
    width: 3.35rem;
    height: 4.17rem;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    position: relative;
    margin-bottom: 0.22rem;
}

.project-talent-forum-content-item-img {
    width: 3.35rem;
    height: 1.84rem;
    position: relative;
    transition: height 0.3s ease-in;
}
.project-talent-forum-content-item-img >img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.project-talent-forum-content-item-img >div{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    opacity: 1;
    position: absolute;
    height: 0.5rem;
    top: 1.42rem;
    width: 100%;
    visibility: visible;
    /*transition: opacity 0.6s ease-in;*/
    transition-property: opacity;
    transition-timing-function: ease-in;
    transition-duration: 0.1s;
    transition-delay: 0.3s;
}
.project-talent-forum-content-item-desc {
    position: relative;
    margin-left: 0.2rem;
    width: 2.98rem;

}
.project-talent-forum-content-item-desc >div:nth-child(1){
    position: absolute;
    top: -0.4rem;
    height: 0.5rem;

    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.5rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.project-talent-forum-content-item-desc >span:nth-child(2){
    display: block;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #999999;
    line-height: 0.2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.13rem;
}
.project-talent-forum-content-item-desc >span:nth-child(2){
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #999999;
    line-height: 0.2rem;
}
.project-talent-forum-content-item-desc >div:nth-child(3){
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.3rem;

    letter-spacing: 0.005rem;
    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}

.project-talent-forum-content-item a:last-child{
    position: absolute;
    bottom: 0.2rem;
    left: 0.18rem;
    height: 0.25rem;
    width: 0.25rem;
}

.project-talent-forum-content-item a:last-child >img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}


.project-talent-forum-content-item:hover {
    cursor: pointer;
}

.project-talent-forum-content-item:hover>.project-talent-forum-content-item-img {
    height: 0;
    /*display: none;*/
}

.project-talent-forum-content-item:hover>.project-talent-forum-content-item-img >div{
    opacity: 0;
    visibility: hidden;
}
.project-talent-forum-content-item:hover>.project-talent-forum-content-item-desc>div:nth-child(3) {

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:7;
}

.project-talent-forum-content-item:hover>.project-talent-forum-content-item-desc >div:first-child {
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.5rem;
    letter-spacing: 0.01rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    top: 0.1rem;
}

.project-talent-forum-content-item:hover>.project-talent-forum-content-item-desc >span:nth-child(2){
    padding-top: 0.6rem;
}


/*导师空间*/
.project-tutor-space-container{

}

.project-tutor-space-box {
    /*background-size: 100% 100%;*/
    margin: 0 auto;
    background-color: #333333;
}

.project-tutor-space-box ul {
    overflow: hidden;
    height: 5.44rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
}

.project-tutor-space-box ul li{
    height: 5.44rem;
    width: 3.01rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    background-size: cover
}
.project-tutor-space-box ul li:hover{
    cursor: pointer;
}

.project-tutor-space-box ul li .left {
    float: left;
    width: 3.01rem;
    background: #000;
    opacity: 0.75;
    height: 5.44rem;
    text-align: center;
}

.project-tutor-space-box ul li .left >img{
    margin-top: 1.24rem;
    width: 0.77rem;
    height: 0.77rem;
    object-fit: fill;
}

.project-tutor-space-box-font {
    display: block;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 600;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    color: #FFFFFF;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.project-tutor-space-box ul li.active {
    width: 7.98rem;
}

.project-tutor-space-box .left .project-tutor-space-box-vertical-line {
    display: block;
    width: 0;
    height: 0.3rem;
    opacity: 0.8;
    border: 0.02rem solid #FFFFFF;
    margin: 0.24rem auto 1.13rem auto;
}

.project-tutor-space-box .active .project-tutor-space-box-vertical-line {
    display: none;
}

.project-tutor-space-box ul li.active img{
    display: none;
}

.project-tutor-space-box .active .project-tutor-space-box-font{
    display: block;
    /*margin-top: 4.02rem;*/
    padding-top: 0.43rem;
    text-align: left;
    margin-left: 0.4rem;
    opacity: 0.95;
}

.project-tutor-space-box .project-tutor-space-box-item-background {
    width: 3.01rem;
    opacity: 1;
}
.project-tutor-space-box .active .project-tutor-space-box-item-background{
    height: 2.2rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    opacity: 1;
    margin-top: 3.23rem;
    width: 7.98rem;
}

.project-tutor-space-box .active .project-tutor-space-box-desc {
    display: block;
    width: 7.02rem;
    font-size: 0.18rem;
    /*font-family:  PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.25rem;
    margin-left: 0.4rem;
    opacity: 1;
    margin-top: 0.12rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.project-tutor-space-box .active .project-tutor-space-box-desc:hover{
    text-decoration: underline;
}

.project-tutor-space-box-desc {
    display: none;
}



/*院校长论坛*/
.project-academy-forum-container {

}
.project-academy-forum-container .project-common-item-header >div:last-child{
    width: 2rem;
}

.project-academy-forum-content-background {
    width: 100%;
    height: 6.04rem;
    background: #0E4C9B;
    margin-top: 1.22rem;
    margin-bottom: 1.53rem;
}
.project-academy-forum-content-item-top {

}

.project-academy-forum-content-item-img {
    width: 7rem;
    height: 3.84rem;
}
.project-academy-forum-content-item-img > img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.project-academy-forum-content-item {
    position: relative;
    height: 3.02rem;
}

.project-academy-forum-content-item-desc {
    width: 6.23rem;
}

.project-academy-forum-content-item-desc >div:first-child{
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.33rem;
    padding-top: 0.5rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.project-academy-forum-content-item-desc >div:first-child:hover{
    text-decoration: underline;
}


.project-academy-forum-content-item-desc >div:last-child{

    font-size: 0.18rem;
    /*font-family:  PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.3rem;
    padding-top: 0.1rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}

.project-academy-forum-content-top .project-academy-forum-content-item-img{
    position: absolute;
    top: -0.82rem;
    left: 0;
}

.project-academy-forum-content-top .project-academy-forum-content-item-desc {
    margin-left: 7.4rem;
}

.project-academy-forum-content-bottom .project-academy-forum-content-item-img{
    position: absolute;
    bottom: -0.82rem;
    right: 0;
}

/*示范性建设项目*/
.project-construction-project-container{
    margin-bottom: 0.7rem;
}
.project-construction-project-container .project-common-item-header> div:last-child{
    width: 2.8rem;
}


.project-construction-project-content-item {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 0.24rem;
}
.project-construction-project-content-item-author {
    width: 0.96rem;
}

.project-construction-project-content-item-author >div:first-child{
    font-size: 0.16rem;
    /*font-family:  PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #2C313D;
    line-height: 0.22rem;
    margin-top: 0.05rem;
}

.project-construction-project-content-item-author >div:last-child{
    font-size: 0.14rem;
    /*font-family: PingFang SC-Medium, "微软雅黑",sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #2C313D;
    line-height: 0.2rem;
    margin-top: 0.12rem;
}

.project-construction-project-content-item-author >div:last-child >span{
    color: #999999;
}

.project-construction-project-content-item-info {
    width: 9.52rem;
}

.project-construction-project-content-item-info >div:first-child{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.project-construction-project-content-item-info >div:first-child >span:first-child{
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium, "微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #3F4040;
    line-height: 0.25rem;
    width: 6.86rem;
}

.project-construction-project-content-item-info >div:first-child >span:first-child:hover{
    text-decoration: underline;
    color: #C62222;
}

.project-construction-project-content-item-info >div:first-child >span:last-child{
    font-size: 0.12rem;
    /*font-family:  PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.17rem;
}


.project-construction-project-content-item-info >div:last-child{
    margin-top: 0.15rem;
    font-size: 0.14rem;
    /*font-family:  PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #3F4040;
    line-height: 0.25rem;
}


.project-construction-project-content-item-img{
    width: 1.49rem;
    height: 0.98rem;
}

.project-construction-project-content-item-img >img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.project-construction-project-container .load-more-btn{
    height: 0.4rem;
    width: 1.1rem;
    text-align: center;
    background: #2D5AB9;

    margin: 0.43rem auto 0 auto;

    font-size: 0.14rem;
    /*font-family:  PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.4rem;
    border-radius: 0.45rem;


}
.project-construction-project-container .load-more-btn:hover,
.project-construction-project-container .load-more-btn:focus,
.project-construction-project-container .load-more-btn:active {
    background-color: #1480E4;
    color: white;
}

/*产教融合*/
.project-integration-of-production-and-education-container{
    margin-bottom: 0.7rem;
}
.project-integration-of-production-and-education-container .project-common-item-header > div:last-child{
    width: 1.61rem;
}

#zSlider {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}

#pic_show {
    position: relative;
    width: 9.72rem;
}
#pic_show, #pic_show_img {
    overflow: hidden;
    float: left;
    width: 9.72rem;
    height: 5.62rem;
}
#pic_show_img li {
    width: 9.72rem;
    height: 5.62rem;
    overflow: hidden;
    float: left;
    display: none;
}
#pic_show_img img {
    width: 9.72rem;
    height: 5.62rem;
    object-fit: fill;
}
#pic_show_tx {
    left: 0;
    width: 9.72rem;
    height: 1.49rem;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
}
#pic_show_tx li {
    margin-top: 0.38rem;
    margin-left: 0.42rem;
    height: 0.92rem;
    display: none;
    width: 8.87rem;
}
#pic_show_tx li a {

}
#pic_show_tx li a:hover {

}
#pic_show_tx li >div:first-child {
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.33rem;
    letter-spacing: 0.01rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

#pic_show_tx li >div:first-child:hover{
    text-decoration: underline;
}
#pic_show_tx li >div:last-child {
    margin-top: 0.09rem;
    font-size: 0.18rem;
    /*font-family:  PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.25rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

#select_btn {
    width: 4.28rem;
    height: 5.62rem;
    background: #FFFFFF;
    opacity: 1;
}
#select_btn li {
    width: 4.28rem;
    height: 0.93rem;
    cursor: pointer;
    transition: background-color .7s ease 0s;
}

#select_btn ul >li:first-child {
    margin-top: 0.16rem;
}
#select_btn li:hover {
    background-color: #F6FAFF;
}
#select_btn li a:hover {
}

#select_btn li.current {
    background-color: #F6FAFF;
    border-right-style:solid;
    border-right-color: #1480E4;
    border-right-width: 4px;

}
#select_btn li.current a{

}
#select_btn li.current:hover {

}
#select_btn a {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 3.81rem;
    margin-left: 0.2rem;
}

#select_btn img {
    margin-top: 0.04rem;
    width: 1.54rem;
    height: 0.84rem;
}
#select_btn .select_desc {
    width: 2.07rem;
}
#select_btn .select_text {
    margin-top: 0.04rem;
    display: block;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Medium, "微软雅黑",sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #2F2F2F;
    line-height: 0.27rem;
    letter-spacing: 0.01rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

#select_btn .select_text:hover {

}
#select_btn .select_date {
    display: block;
    margin-top: 0.09rem;
    font-size: 0.12rem;
    /*font-family:  PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.2rem;
    letter-spacing: 0.01rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

#select_btn .select_separate_line {
    margin: 0.2rem auto;
    width: 3.88rem;
    height: 0;
    opacity: 0.3;
    border: 0.01rem solid #929292;

}

#select_btn .select_load_more_btn{
    margin-left: 1.8rem;
    font-size: 0.14rem;
    /*font-family:  PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #2F2F2F;
    line-height: 0.2rem;
    letter-spacing: 0.01rem;
}

#select_btn .select_load_more_btn:hover{
    color: #074798;
}
/*人才论坛-详页面*/
.talent-forum-detail-container {
    margin-top: 0.4rem;
    margin-bottom: 1.2rem;
}

.talent-forum-detail-desc {
    width: 100%;
}
.talent-forum-detail-desc-title {
    margin-top: 0.19rem;
    font-size: 0.3rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.5rem;
    text-align: center;
}
.talent-forum-detail-desc-info {
    margin-top: 0.2rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.talent-forum-detail-desc-info >div{
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.2rem;
}

.talent-forum-detail-desc-info >div:first-child{
    margin-right: 0.48rem;
}


.talent-forum-detail-desc-content {
    margin-top: 0.41rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.28rem;
}

/*资料资源首页面*/
.project-data-source-header-container {
    width: 100%;
    height: 4.47rem;
    position: relative;
}

.data-source-header-container-desc {
    padding-top: 0.94rem;
    width: 6.56rem;
    text-align: center;
    margin: auto auto;
}
.data-source-header-container-desc >div:first-child{
    font-size: 0.5rem;
    /*font-family: PingFang SC-Medium, "微软雅黑",sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.7rem;
    text-shadow: 0 0 0 rgba(0,0,0,0.27);
}

.data-source-header-container-desc >div:last-child{
    margin-top: 0.19rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium, "微软雅黑",sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.3rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
.data-source-header-container-tool-bar {
    width: 14rem;
    height: 0.9rem;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.07);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    opacity: 1;

    position: absolute;
    left: calc((100% - 14rem)/2);
    bottom: -0.4rem;
}
.data-source-header-container-tool-bar >div{
    margin-top: 0.2rem;
}

.data-source-header-container-tool-bar-statistics {
    margin: auto auto;
    width: 4.04rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.data-source-header-container-tool-bar-statistics >div {
    text-align: center;
}


.data-source-header-container-tool-bar-statistics >div >span{
    display: block;
}

.data-source-header-container-tool-bar-statistics >div >span:first-child{
    font-size: 0.24rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.33rem;
}

.data-source-header-container-tool-bar-statistics >div >span:last-child{
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #999999;
    line-height: 0.17rem;
}

/*资料资源首页-推荐板块通用头部*/
.project-data-source-recommend-common-item-header {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.project-data-source-recommend-common-item-header-title{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.project-data-source-recommend-common-item-header-title >div:first-child {
    font-size: 0.24rem;
    /*font-family: PingFang SC-Medium, "微软雅黑",sans-serif;;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.33rem;
}

.project-data-source-recommend-common-item-header-title >img:last-child {
    margin-top: 0.07rem;
    margin-left: 0.1rem;
    height: 0.2rem;
    width: 0.15rem;
}

.project-data-source-recommend-common-item-header-load-more {
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #9F9F9F;
    line-height: 0.25rem;
}

.project-data-source-recommend-common-item-header-load-more >a:hover{
    color: #074798;
}

/*热门推荐*/
.project-data-source-hot-recommend-container {
    margin-top: 0.9rem;
}

.project-data-source-hot-recommend-content{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.project-data-source-hot-recommend-content-left {
    width: 4.04rem;
}

/*热门推荐-推荐书籍*/
.project-data-source-hot-recommend-content-left > .project-data-source-recommend-book-content-item{
    width: 3.97rem;
    height: 5.7rem;
    box-shadow: 0 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.07);
    margin-bottom: 0;
}
.project-data-source-hot-recommend-content-left .project-data-source-recommend-book-content-item-img {
    width: 3.97rem;
    height: 4.78rem;
    border: 0.01rem solid #707070;
}
.project-data-source-hot-recommend-content-left .project-data-source-recommend-book-content-item-img >img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.project-data-source-hot-recommend-content-left .project-data-source-recommend-book-content-item-desc {
    width: 3.97rem;
    height: 0.92rem;
    background: #E7E7EA;
    opacity: 1;
}

.project-data-source-hot-recommend-content-left .project-data-source-recommend-book-content-item-desc >div:first-child{
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.25rem;
    text-align: center;
    padding-top: 0.13rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.project-data-source-hot-recommend-content-left .project-data-source-recommend-book-content-item-desc >div:first-child:hover{
    text-decoration: underline;
}

.project-data-source-hot-recommend-content-left .project-data-source-recommend-book-content-item-desc >div:last-child{
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.2rem;

    text-align: center;
    margin-top: 0.05rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.project-data-source-hot-recommend-content-right {
    width: 9.83rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.project-data-source-hot-recommend-content-right >span{
    width: 2.92rem;
}
/*热门推荐-推荐视频、音频*/
.project-data-source-hot-recommend-content-right .project-data-source-recommend-videos-audio-content-item {
    height: 2.75rem;
    width: 2.92rem;
    box-shadow: 0 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.07);
    margin-bottom: 0.2rem;
}
.project-data-source-hot-recommend-content-right .project-data-source-recommend-videos-audio-content-item-img {
    height: 1.75rem;
    width: 2.92rem;
}
.project-data-source-hot-recommend-content-right .project-data-source-recommend-videos-audio-content-item-desc {
    height: 1rem;
    background: #E7E7EA;
    opacity: 1;
}
.project-data-source-hot-recommend-content-right .project-data-source-recommend-videos-audio-content-item-desc >div:nth-child(1){
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.25rem;
    text-align: center;
    padding-top: 0.12rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.project-data-source-hot-recommend-content-right .project-data-source-recommend-videos-audio-content-item-desc >div:nth-child(2){
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.18rem;
    text-align: center;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;

}

.project-data-source-hot-recommend-content-right .project-data-source-recommend-videos-audio-content-item-desc >div:nth-child(2):hover{
    text-decoration: underline;
}
.project-data-source-hot-recommend-content-right .project-data-source-recommend-videos-audio-content-item-desc >div:nth-child(3){
    font-size: 0.1rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.16rem;
    text-align: center;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

/*热门推荐-推荐文档*/
.project-data-source-hot-recommend-content-right .project-data-source-recommend-document-content-item {
    width: 2.92rem;
    box-shadow: 0 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.07);
    margin-bottom: 0.2rem;
    height: 2.75rem;
}

.project-data-source-hot-recommend-content-right .project-data-source-recommend-document-content-item-img {
    height: 1.75rem;
    width: 2.92rem;
    text-align: center;
}
.project-data-source-hot-recommend-content-right .project-data-source-recommend-document-content-item-img >span{
    display: block;
    font-size: 0.28rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.4rem;
    padding-top: 0.61rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.project-data-source-hot-recommend-content-right .project-data-source-recommend-document-content-item-desc {
    background: #FFFFFF;
    width: 2.92rem;
    opacity: 1;
    min-height: 1rem;
}

.project-data-source-hot-recommend-content-right .project-data-source-recommend-document-content-item-desc .project-data-source-recommend-document-content-item-desc-document:first-child {
    padding-top: 0.1rem;
}

.project-data-source-hot-recommend-content-right .project-data-source-recommend-document-content-item-desc-document {
    /*margin-bottom: 0.07rem;*/
    width: 2.3rem;
    margin-left: 0.18rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.project-data-source-hot-recommend-content-right .project-data-source-recommend-document-content-item-desc-document >img:first-child{
    width: 0.17rem;
    height: 0.17rem;
    object-fit: fill;
    vertical-align: -0.21em;
}

.project-data-source-hot-recommend-content-right .project-data-source-recommend-document-content-item-desc-document >span:last-child{
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.17rem;
    margin-left: 0.11rem;
}

.project-data-source-hot-recommend-content-right .recommend-document-content-item-desc-document-separate{
    width: 2.3rem;
    height: 0;
    opacity: 0.3;
    border: 0.01rem solid #929292;
    margin: 0.1rem auto;
}

.project-data-source-hot-recommend-content-right .recommend-document-content-item-desc-document-load-more-btn {
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.17rem;
    text-align: center;

    margin: 0.1rem auto;
}

/*推荐书籍*/
.project-data-source-recommend-book-container {
    margin-top: 0.5rem;
}
.project-data-source-recommend-book-content {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}


.project-data-source-recommend-book-content-item {
    width: 2.49rem;
    height: 4.26rem;
    margin-bottom: 0.4rem;
    box-shadow: 0 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.07);
}
.project-data-source-recommend-book-content >span{
    width: 2.49rem;
}

.project-data-source-recommend-book-content-item-img {
    width: 2.49rem;
    height: 3.5rem;
    border: 0.01rem solid #707070;
}
.project-data-source-recommend-book-content-item-img >img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.project-data-source-recommend-book-content-item-desc {
    width: 2.49rem;
    height: 0.76rem;
    background: #E7E7EA;
    opacity: 1;
}

.project-data-source-recommend-book-content-item-desc >div:first-child{
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.25rem;
    text-align: center;
    padding-top: 0.13rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.project-data-source-recommend-book-content-item-desc >div:first-child:hover{
    text-decoration: underline;
}

.project-data-source-recommend-book-content-item-desc >div:last-child{
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.2rem;

    text-align: center;
    margin-top: 0.05rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}


/*推荐视频/音频*/
.project-data-source-recommend-videos-audio-container {
    margin-top: 0.5rem;
}

.project-data-source-recommend-videos-audio-content {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.project-data-source-recommend-videos-audio-content-item {
    height: 2.32rem;
    width: 2.66rem;
    box-shadow: 0 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.07);
    margin-bottom: 0.2rem;
}

.project-data-source-recommend-videos-audio-content >span{
    width: 2.66rem;
}

.project-data-source-recommend-videos-audio-content-item-img {
    height: 1.52rem;
    width: 2.66rem;
}
.project-data-source-recommend-videos-audio-content-item-img >img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.project-data-source-recommend-videos-audio-content-item-desc {
    height: 0.8rem;
    background: #FFFFFF;
    opacity: 1;
}
.project-data-source-recommend-videos-audio-content-item-desc >div:nth-child(1){
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.22rem;
    text-align: center;
    padding-top: 0.12rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.project-data-source-recommend-videos-audio-content-item-desc >div:nth-child(2){
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.18rem;
    text-align: center;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;

}

.project-data-source-recommend-videos-audio-content-item-desc >div:nth-child(2):hover{
    text-decoration: underline;
}
.project-data-source-recommend-videos-audio-content-item-desc >div:nth-child(3){
    font-size: 0.1rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.16rem;
    text-align: center;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}


/*推荐文档*/
.project-data-source-recommend-document-container {
    margin-top: 0.5rem;
    margin-bottom: 1.12rem;
}

.project-data-source-recommend-document-content {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.project-data-source-recommend-document-content >span{
    width: 2.66rem;
}

.project-data-source-recommend-document-content-item {
    width: 2.66rem;
    box-shadow: 0 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.07);
    margin-bottom: 0.2rem;
}
.load-more-item {
    /*height: 3.05rem;*/
}
.height-item {
}

.no-load-more-item{
    /*height: 3.05rem;*/
}

.project-data-source-recommend-document-content-item-img {
    height: 1.52rem;
    width: 2.66rem;
    text-align: center;
}
.project-data-source-recommend-document-content-item-img >span{
    display: block;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.25rem;
    padding-top: 0.61rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.project-data-source-recommend-document-content-item-desc {
    background: #FFFFFF;
    width: 2.66rem;
    /*min-height: 1.5rem;*/
    opacity: 1;
}

.project-data-source-recommend-document-content-item-desc .project-data-source-recommend-document-content-item-desc-document:first-child {
    padding-top: 0.1rem;
}

.project-data-source-recommend-document-content-item-desc-document {
    /*margin-bottom: 0.07rem;*/
    width: 2.3rem;
    margin-left: 0.18rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.project-data-source-recommend-document-content-item-desc-document >img:first-child{
    width: 0.17rem;
    height: 0.17rem;
    object-fit: fill;
    vertical-align: -0.21em;
}

.project-data-source-recommend-document-content-item-desc-document >span:last-child{
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.17rem;
    margin-left: 0.11rem;
}

.recommend-document-content-item-desc-document-separate{
    width: 2.3rem;
    height: 0;
    opacity: 0.3;
    border: 0.01rem solid #929292;
    margin: 0.1rem auto;
}

.recommend-document-content-item-desc-document-load-more-btn {
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.17rem;
    text-align: center;
    padding-bottom: 0.15rem;
    padding-top: 0.05rem;
    /*margin: 0.1rem auto;*/
}
.recommend-document-content-item-desc-document-load-more-btn:hover {
    cursor: pointer;
}

/*资料资源二级目录页面*/
.data-source-second-level-header {
    margin-top: 0.46rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.data-source-second-level-header-title {
}
.data-source-second-level-header-title >span{
    display: block;
}
.data-source-second-level-header-title >span:first-child{
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.33rem;
}

.data-source-second-level-header-title >span:last-child{
    font-size: 0.16rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #07449A;
    line-height: 0.22rem;
    text-shadow: 0 0 0 rgba(255,255,255,0.5);
}

.data-source-second-level-header-search-bar {
    width: 3.25rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-top: 0.06rem;
}

.data-source-second-level-header-search-bar >input:first-child{
    width: 2.81rem;
    height: 0.44rem;
    border: 0.02rem solid #074798;
    text-indent: 0.08rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-size: 0.14rem;
}
.data-source-second-level-header-search-bar >div:last-child {
    height: 0.44rem;
    width: 0.44rem;
    background: #074798;
    opacity: 1;
}

.data-source-second-level-header-search-bar >div:last-child:hover{
    cursor: pointer;
}
.data-source-second-level-header-search-bar >div:last-child >img{
    height: 0.22rem;
    width: 0.22rem;
    margin: 0.1rem 0.1rem;
}

.data-source-second-level-classification-container,
.data-source-second-level-condition2-container,
.data-source-second-level-condition-container {
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.data-source-second-level-classification-container {
    margin-top: 0.26rem;
}

.data-source-second-level-condition-container,
.data-source-second-level-condition2-container{
    margin-top: 0.1rem;
}
.data-source-second-level-container-title {
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.2rem;
    padding: 0.06rem 0.08rem 0.06rem 0;
    width: 1rem;

}

.data-source-second-level-container-content {
    margin-left: 0.1rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.data-source-second-level-container-content >div{
    margin-left: 0.2rem;
    padding: 0.06rem 0.08rem 0.04rem;

    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.2rem;
    border-bottom: 0.02rem solid transparent;
}

.data-source-second-level-container-content >div:hover {
    cursor: pointer;
    border-bottom: 0.02rem solid #3894E8;
}

.data-source-second-level-classification-container .active,
.data-source-second-level-condition-container .curr,
.data-source-second-level-condition2-container .curr{
    background: #3894E8;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    opacity: 1;


    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.2rem;

}

/*二级目录页面底部广告*/
.data-source-second-level-advertising {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    margin-top: 0.66rem;
}

.data-source-second-level-advertising >div{
    width: 3.35rem;
    height: 2rem;
}
.data-source-second-level-advertising >div a img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}


/*列表页*/
.data-source-second-level-list-container{
    margin-top: 0.4rem;
    background: #FFFFFF;;
}

/*列表页 - 推荐书籍*/
.data-source-list-recommend-book-container{
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.data-source-list-recommend-book-container >span{
    width: 2.49rem;
}

/*列表页 - 推荐视频/音频 */
.data-source-list-recommend-videos-audio-container {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.data-source-list-recommend-videos-audio-container >span{
    width: 2.66rem;
}


/*列表页 - 推荐文档*/
.data-source-list-recommend-document-container {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.data-source-list-recommend-document-container >span{
    width: 2.66rem;
}


/*示范性建设项目 - 列表页*/
.construction-project-list-container {
    margin-top: 0.42rem;
    margin-bottom: 0.8rem;
}


/*创新资助*/
.project-innovation-funding-container {
    margin-bottom: 1.12rem;
}
.project-innovation-funding-container .project-common-item-header > div:last-child{
    width: 1.6rem;
}


.project-innovation-funding-content{
    position: relative;
}

.project-innovation-funding-content >div:last-child{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 12.17rem;
    margin-left: 1.83rem;
    position: relative;
}
.project-innovation-funding-content-left-img {
    height: 5.59rem;
    width: 1.83rem;
    position: absolute;
    z-index: -5;
    top: -0.5rem;
}
.project-innovation-funding-content-left-img >img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.project-innovation-funding-content-center-img {
    height: 4.85rem;
    width: 4.64rem;
}
.project-innovation-funding-content-center-img>img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.project-innovation-funding-content-right-img {
    height: 4.85rem;
    width: 7.48rem;
}
.project-innovation-funding-content-right-img >img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.project-innovation-funding-content-load-more-btn {
    background: #074798;
    height: 0.6rem;
    width: 2.8rem;
    z-index: 5;
    position: absolute;
    bottom: 0;
    right: 0;
}

.project-innovation-funding-content-load-more-btn >a >span{
    text-align: center;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #FFFFFF;
    line-height: 0.6rem;
    margin-left: 0.08rem;
}

.project-innovation-funding-content-load-more-btn > a>img{
    height: 0.14rem;
    width: 0.14rem;
    object-fit: fill;
    margin-left: 0.88rem;
    vertical-align: -0.15em;
}

.project-innovation-funding-content-load-more-btn:hover,
.project-innovation-funding-content-load-more-btn:focus,
.project-innovation-funding-content-load-more-btn:active{
    cursor: pointer;
    background-color: #1480E4;
    color: white;
}


/*创新资助 -列表页*/
.innovation-funding-list-area {
    margin-top: 0.4rem;
}
.innovation-funding-list-content {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.innovation-funding-list-content >span{
    width: 3.35rem;
}

.innovation-funding-list-content-item {
    height: 3.46rem;
    width: 3.35rem;
    box-shadow: 0 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.07);
    opacity: 1;
    margin-bottom: 0.2rem;
}

.innovation-funding-list-content-item-img{
    height: 2.06rem;
    width: 3.35rem;

}

.innovation-funding-list-content-item-img >img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.innovation-funding-list-content-desc {
    height: 1.4rem;
    width: 3.35rem;
}

.innovation-funding-list-content-desc >div{
    margin-left: 0.15rem;
    width: 3.01rem;
    padding-top: 0.15rem;
    padding-bottom: 0.13rem;

}

.innovation-funding-list-content-desc-title {
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.25rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.innovation-funding-list-content-desc-intro {

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.2rem;
    letter-spacing:0.01rem;
    margin-top: 0.05rem;
}

.innovation-funding-list-content-desc-bottom {
    margin-top: 0.25rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.innovation-funding-list-content-desc-bottom >a{
    display: block;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.innovation-funding-list-content-desc-bottom >a >img{
    width: 0.14rem;
    height: 0.14rem;
    object-fit: fill;
    vertical-align: -0.15em;
}

.innovation-funding-list-content-desc-bottom >a >span{
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.17rem;
    margin-left: 0.1rem;
}
.innovation-funding-list-content-desc-bottom >span{
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #DC2E1B;
    line-height: 0.22rem;
}

.project-talent-forum-container-back {
    width: 100%;
    min-width: 1120px;
}

.project-tutor-space-container-back {
    width: 100%;
    min-width: 1120px;
}

.project-academy-forum-container-back{
    width: 100%;
    min-width: 1120px;
}

.project-construction-project-container-back {
    width: 100%;
    min-width: 1120px;
}

.project-integration-of-production-and-education-container-back{
    width: 100%;
    min-width: 1120px;
}

.project-innovation-funding-container-back {
    width: 100%;
    min-width: 1120px;
}

.data-source-second-level-back {
    width: 100%;
    min-width: 1120px;
}