/*百科相关css样式文件*/

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*banner图*/
.encyclopedia-banner-container {
    width: 100%;
    height: 6.04rem;
    min-width: 1120px;
}

.encyclopedia-banner-container > img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}

/*搜索框*/
.encyclopedia-search-bar-container{
    margin: 0.4rem auto 0.42rem auto;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.encyclopedia-search-bar-container >input:first-child{
    width: 13.5rem;
    height: 0.5rem;
    /*border: 0.03rem solid #074798;*/
    border: 1px solid #074798;
    text-indent: 0.08rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-size: 0.14rem;
    outline: none;
}
.encyclopedia-search-bar-container >div:last-child {
    height: 0.5rem;
    width: 0.5rem;
    background: #074798;
    opacity: 1;
}
.encyclopedia-search-bar-container >div:last-child >img{
    height:0.28rem;
    width: 0.27rem;
    object-fit: fill;
    margin: 0.11rem 0.11rem;
}


/*中心内容*/
.encyclopedia-container {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.encyclopedia-container-left {
    width: 10.88rem;
}
.encyclopedia-container-left-top{
    background: #F7F7F7;
    padding: 0.36rem 0.3rem 0.3rem 0.3rem;
}
.encyclopedia-container-left-top >div:first-child{
    text-align: center;
    font-size: 0.35rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 0.4rem;
}

.encyclopedia-container-left-top >div:last-child{
    margin-top: 0.15rem;
    font-size: 0.16rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
}
.encyclopedia-container-left-bottom {
    margin-top: 0.2rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

/*学科树*/
.encyclopedia-subject-tree-container{
    width: 3.5rem;
    background: #F7F7F7;
    opacity: 1;
    height: 100%;
}

.wrap-menu {
    overflow: auto;
    margin-top: 0.22rem;
    padding-bottom: 0.2rem;
}

.wrap-menu  ul{
    list-style: none;
    padding: 0;
}

.wrap-menu .one-level-menu-ul {
    padding-left: 0.2rem;
}

.wrap-menu .one-level-menu-li {
    margin: 0.2rem 0;
}

.wrap-menu .arrows-status-img{
    width: 0.18rem;
    height: 0.18rem;
    object-fit: fill;
    margin: 0.06rem 0;
    background-image: url("../img/up-arrows-close.png");
    background-repeat: no-repeat;
    background-size: 0.18rem 0.18rem;
}

.wrap-menu .one-level-menu-title{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 1.66rem;
}

.wrap-menu .one-level-menu-title>span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    font-size: 0.22rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.3rem;
}

.wrap-menu .active .arrows-status-img{
    width: 0.18rem;
    height: 0.18rem;
    object-fit: fill;
    margin: 0.06rem 0;
    background-image: url("../img/down-arrows-open.png");
    background-repeat: no-repeat;
    background-size: 0.18rem 0.18rem;
}

.wrap-menu .active .one-level-menu-title>span {
    display: block;
    white-space: nowrap;
    font-size: 0.22rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.3rem;
}

.wrap-menu .two-level-menu-ul {
    display: none;
}

.wrap-menu .two-level-menu-li{
    margin: 0.1rem 0;
}

.wrap-menu .two-level-menu-li a {
    display: block;
    white-space: nowrap;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.25rem;
}

.wrap-menu .active .two-level-menu-ul{
    display: block;
}


.wrap-menu .two-level-menu-ul .active a {
    display: block;
    white-space: nowrap;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
    line-height: 0.25rem;
}

.wrap-menu .one-level-menu-li >div:hover,
.wrap-menu .two-level-menu-li a:hover{
    cursor: pointer;
    color: #074798;
}


/*学科信息*/
.encyclopedia-subject-data-container {
    width: 7.18rem;
    background: #F7F7F7;
    opacity: 1;
    min-height: 7.82rem;
    height: 100%;
}

.encyclopedia-subject-data-container >div:first-child{
    padding-top: 0.25rem;
    margin: 0 0.2rem 0.41rem 0.2rem;
    padding-bottom: 0.2rem;
}

.encyclopedia-subject-data-title {

}
.encyclopedia-subject-data-title >div{
    font-size: 0.18rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 600;
    color: #333333;
    line-height: 0.22rem;
}

.encyclopedia-subject-data-title >div:nth-child(2),
.encyclopedia-subject-data-title >div:nth-child(3){
    margin-top: 0.08rem;
}
.encyclopedia-subject-data-type {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 0.01rem solid #929292;
    margin-top: 0.26rem;
    height: 0.48rem;
}
.encyclopedia-subject-data-type >div{
    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;
    padding: 0.1rem 0.3rem;
    margin-right: 0.06rem;
}
.encyclopedia-subject-data-type .active {
    border-bottom: 0.04rem solid #074798;
}
.encyclopedia-subject-data-type >div:hover{
    cursor: pointer;
    border-bottom: 0.04rem solid #074798;
}

/*一级学科简述*/
.subject-intro-container {
    margin-top: 0.24rem;
}

.subject-intro-container table,
.degree-standard-content-desc-doctor table,
.degree-standard-content-desc table{
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
.subject-intro-container table th,
.degree-standard-content-desc-doctor table th,
.degree-standard-content-desc table th{
    border-width: 1px;
    padding: 4px;
    border-style: solid;
    border-color: #666666;
}
.subject-intro-container table td,
.degree-standard-content-desc-doctor table td,
.degree-standard-content-desc table td{
    border-width: 1px;
    padding: 4px;
    border-style: solid;
    border-color: #666666;
}

/*学位标准*/
.degree-standard-header{
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-top: 0.18rem;
}

.degree-standard-header >div{
    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.4rem;
    margin-right: 0.2rem;
}

.degree-standard-header .active{
    color: #074798
}

.degree-standard-content-desc {
    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.3rem;
}

.degree-standard-header >div:hover{
    cursor: pointer;
    color: #074798;
}
.degree-standard-content-pdf {
    margin-top: 0.34rem;
}
.degree-standard-content-pdf-desc {
    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;
    margin-bottom: 0.11rem;
}

.degree-standard-content-pdf-file {
    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.degree-standard-content-pdf-file >a >img{
    height: 0.2rem;
    width: 0.21rem;
    object-fit: fill;
    vertical-align: middle;
}

.degree-standard-content-pdf-file >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;
}

.degree-standard-container .degree-standard-content-doctor,
.degree-standard-container  .degree-standard-content-master{
    display: none;
}

.degree-standard-container .active{
    display: block;
}


/*招生院校样式*/
.enrollment-institute-header {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 0.22rem;
}

.enrollment-institute-header >span{
    width: 0.93rem;
}

.enrollment-institute-header >div{
    width: 0.73rem;
    height: 0.2rem;

    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.2rem;
    margin-right: 0.2rem;

    margin-bottom: 0.11rem;

    white-space: nowrap;
}

.enrollment-institute-header .active{
    color: #074798;
}
.enrollment-institute-header >div:hover{
    cursor: pointer;
    color: #074798;
}

.enrollment-institute-content {
    width: 6.78rem;
    background: #E7E7EA;
    opacity: 1;
    margin-top: 0.3rem;
}

.enrollment-institute-content >div:first-child{
    padding-top: 0.2rem;
    width: 6.39rem;
    margin-left: 0.2rem;
    padding-bottom: 0.21rem;

    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.enrollment-institute-content >div>span {
    width: 2.12rem;
}
.enrollment-institute-content >div >div{
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.2rem;
    width: 1.62rem;
    margin-bottom: 0.07rem;


    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.enrollment-institute-content >div >span:nth-child(3n) {
   width: 1.62rem;
}

.enrollment-institute-content >div >div:not(.enrollment-institute-content >div >div:nth-child(3n)){
    margin-right: 0.5rem;
}

/*研究方法与资料*/
.encyclopedia-research-method-and-data-container{
    width: 2.72rem;
    opacity: 1;
}
.encyclopedia-research-method-and-data-container>img{
    width: 100%;
    object-fit: fill;
}

.research-method-and-data-container-title {
    font-size: 0.22rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.3rem;
}

.research-method-and-data-separate-line {
    width: 2.72rem;
    height: 0.02rem;
    background: #074798;
    opacity: 1;
    margin: 0.1rem 0;
}
.research-method-and-data-content-item {

}
.research-method-and-data-item-title {
    font-size: 0.16rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #454545;
    line-height: 0.28rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.research-method-and-data-item-desc {
    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;

    margin-top: 0.05rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;

    text-indent: 0.24rem;
}
.research-method-and-data-item-bottom {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.research-method-and-data-item-bottom >div:first-child{
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.17rem;
}

.research-method-and-data-item-bottom >div:last-child{
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    /*color: #074798;*/
    color: #333333;
    line-height: 0.17rem;
}
.research-method-and-data-item-bottom >div:last-child:hover{
    color: #074798;
}
.research-method-and-data-item-separate-line{
    width: 2.72rem;
    height: 0;
    opacity: 0.3;
    border: 0.01rem solid #929292;
    margin: 0.1rem 0;
}
.research-method-and-data-container-load-more {
    margin: 0.21rem auto;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
}

.research-method-and-data-container-load-more >a:hover{
    color: #074798;
}

/*研究方法与方法资料论 -列表页样式*/
.research-method-and-data-list-header {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0.45rem auto;
}

.research-method-and-data-list-header-title {
}
.research-method-and-data-list-header-title >div: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;
}

.research-method-and-data-list-header-title >div:last-child{
    font-size: 0.16rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",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);
}


.research-method-and-data-list-header-search {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.research-method-and-data-list-header-search >input{
    width: 2.81rem;
    height: 0.44rem;
    background: #FFFFFF;
    opacity: 1;
    border: 0.02rem solid #074798;
    text-indent: 0.08rem;

    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-size: 0.14rem;

}


.research-method-and-data-list-header-search >div {
    width: 0.44rem;
    height: 0.44rem;
    background: #074798;
    opacity: 1;
}
.research-method-and-data-list-header-search >div >img{
    height: 0.23rem;
    width: 0.22rem;
    object-fit: fill;
    margin: 0.1rem 0.11rem;
}

.research-method-and-data-list-header-search >div:hover{
    cursor: pointer;
}


/*研究方法与方法论资料 列表-内容页样式*/
.research-method-and-data-list-content {
    margin-top: 0.4rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.research-method-and-data-list-content >span{
    width: 3.35rem;
}
.research-method-and-data-list-item {
    width: 3.35rem;
    height: 2.4rem;
    background: #E7F2FD;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    opacity: 1;
    box-shadow: 0 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.07);
    margin-bottom: 0.2rem;
}

.research-method-and-data-list-item >div:first-child {
    width: 2.96rem;
    height: 2rem;
    padding-top: 0.2rem;
    margin-left: 0.2rem;
}

.method-and-data-list-item-title {
    font-size: 0.18rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #454545;
    line-height: 0.28rem;
    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.method-and-data-list-item-desc {
    margin-top: 0.07rem;

    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;
    height: 1rem;

    /*限制行数显示省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;

    text-indent: 0.28rem;
}
.method-and-data-list-item-bottom{
    margin-top: 0.23rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.method-and-data-list-item-bottom >div:first-child{
    font-size: 0.12rem;
    /*font-family: PingFang SC-Medium,"微软雅黑",sans-serif;*/
    font-weight: 500;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    line-height: 0.17rem;
}
.method-and-data-list-item-bottom-pdf-file {

}

.method-and-data-list-item-bottom-pdf-file a >img{
    height: 0.14rem;
    width: 0.14rem;
    vertical-align: middle;
    object-fit: fill;
}
.method-and-data-list-item-bottom-pdf-file 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;
}

/*底部广告样式*/
.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;
}
.encyclopedia-container-back {
    width: 100%;
    min-width: 1120px;
}