.journal-ranking-section {
    width: 1140px;
    margin: 0 auto;
}

.jour-ranking-select {
    display: flex;
    align-items: flex-start;
    height: 70px;
    background-color: #dee3e5;
    /* justify-content: center; */
}
.art-paging {
	width:1138px;
    height: 30px;
    background-color: #dee3e5;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 0px;
}
.art-paging > span {
    font-size: 14px;
    color: #666666;
}
.art-paging > .paging {
    display: flex;
}
.art-paging > .paging a {
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
}
.jour-ranking-select select {
    font-size: 14px;
    color: #333333;
    width: 220px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #51999a;
    border-radius: 3px;
    margin: 10px 3px;
    padding: 0 10px;
    background: #fff url("../images/5/10.png") no-repeat 190px center;
    padding-right: 40px;
}

.jour-ranking-app {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.checkbox {
    display: flex;
    align-items: center;
}

.checkbox > label {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: 30px;
}

.checkbox > label:nth-of-type(1) {
    margin-left: 0;
}

.checkbox > label > input {
    margin-right: 3px;
}

.checkbox > img {
    margin-left: 5px;
}

.application {
    display: flex;
    align-items: center;
}

.application > span {
    font-size: 14px;
    color: #666666;
}

.application > input {
    font-size: 14px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #999;
    width: 25px;
    outline: none;
    text-align: center;
    margin-left: 10px;
}

.application > select {
    width: 170px;
    height: 26px;
    margin-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #999;
    border-radius: 3px;
    background: url("../images/5/11.png") no-repeat 150px center;
}

.application > a {
    display: block;
    width: 50px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    background-color: #23676b;
    margin-left: 10px;
}

.download_paging {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-btn a {
    display: block;
    width: 100px;
    height: 30px;
    background: url("../images/5/12.png") no-repeat;
}

.paging-con {
    display: flex;
    align-items: center;
}

.paging-con ul {
    display: flex;
}

.paging-con ul li {
    margin-left: 10px;
}

.paging-con span {
    font-size: 14px;
    color: #999;
    margin-right: 10px;
}

.jour-ranking-list {
    margin-top: 10px;
    border: 1px solid #eaeeef;
    box-shadow: 0 0 5px 5px #e1e1e1;
    padding-bottom: 30px;
}

.j-r-list-head {
    display: flex;
    height: 60px;
    background-color: #23676b;
    color: #ffffff;
    align-items: center;
    font-size: 14px;
}

.j-r-list-head > p {
    display: flex;
    align-items: center;
}

.j-r-list-head > p > a {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.j-r-list-head > p a.desc {
    font-weight: bold;
    padding-left: 15px;
    background: url("../images/5/4.png") no-repeat 0 3px;
}
.j-r-list-head > p a.noSort {
    font-weight: bold;
    padding-left: 15px;
    background: url("../images/5/4_1.png") no-repeat 0 3px;
}
.j-r-list-head > p a {
    font-weight: bold;
    padding-left: 15px;
    background: url("../images/5/asc.png") no-repeat 0 3px;
}

.j-r-list-head > p {
    box-sizing: border-box;
    padding: 0 5px;
}

.j-r-list-head > p:nth-of-type(1) {
    width: 180px;
    padding-left: 20px;
}

.j-r-list li p:nth-of-type(1) {
    width: 180px;
}

.j-r-list-head > p:nth-of-type(2),
.j-r-list li p:nth-of-type(2) {
    width: 130px;
}

.j-r-list-head > p:nth-of-type(3),
.j-r-list li p:nth-of-type(3) {
    width: 130px;
}

.j-r-list-head > p:nth-of-type(4),
.j-r-list li p:nth-of-type(4) {
    width: 100px;
}

.j-r-list-head > p:nth-of-type(5),
.j-r-list li p:nth-of-type(5) {
    width: 100px;
}

.j-r-list-head > p:nth-of-type(6),
.j-r-list li p:nth-of-type(6) {
    width: 80px;
}

.j-r-list-head > p:nth-of-type(7),
.j-r-list li p:nth-of-type(7) {
    width: 120px;
}

.j-r-list-head > p:nth-of-type(8),
.j-r-list li p:nth-of-type(8) {
    width: 110px;
}

.j-r-list-head > p:nth-of-type(9),
.j-r-list li p:nth-of-type(9) {
    width: 70px;
}

.j-r-list-head > p:nth-of-type(10),
.j-r-list li p:nth-of-type(10) {
    width: 85px;
}

.j-r-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.j-r-list p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.j-r-list li {
    display: flex;
    height: 60px;
    color: #333333;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #dee3e5;
}

.j-r-list li p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    text-align: left;
}

.j-r-list li p:nth-of-type(1) {
    text-align: left;
    padding: 0 10px;
}

.j-r-list li p:nth-of-type(1) a {
    color: #277297;
}

.j-r-list li p:nth-of-type(1) a:hover {
    text-decoration: underline;
}

/*****期刊排名详细信息*****/
.jour-information {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #4d8786;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.jour-inf-table {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
}

.jour-inf-table > li {
    padding: 8px 15px;
    border-bottom: 1px dashed #bfbfbf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.jour-details-inf-list {
    width: 800px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.jour-details-inf-list > dt {
    color: #204551;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #bfbfbf;
    box-sizing: border-box;
    padding-left: 15px;
    width: 100%;
}

.jour-details-inf-list > dd > a {
    color: #04afff;
    margin-left: 40px;
    background: url("../images/5/paiming_03.gif") no-repeat;
    padding-left: 20px;
}

.jour-details-inf-list > dd {
    width: 50%;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px dashed #bfbfbf;
    font-size: 14px;
    padding: 10px 20px;
}

.jour-details-inf-list > dd b {
    color: #333333;
    padding-right: 10px;
}

.jour-details-inf-list > dd.long {
    width: 100%;
}

.jour-details-inf-list > dd.long span {
    max-width: 700px;
}

.h-index {
    width: 250px;
}

.h-index h1 {
    font-size: 64px;
    color: #973d3d;
    text-align: center;
}

.h-index h3 {
    font-size: 18px;
    width: 180px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 39px;
    border: 1px dotted #973d3d;
    border-radius: 5px;
    text-align: center;
    color: #973d3d;
    margin: 0 auto;
    margin-bottom: 15px;
}

.h-index > p {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-top: 5px;
}

.h-index > p a {
    color: #999999;
    font-size: 14px;
    padding-left: 22px;
    height: 20px;
    line-height: 22px;
}

.homepage > a:nth-of-type(1) {
    background: url("../images/5/14.png") no-repeat 0 center;
}

.homepage > a:nth-of-type(2) {
    background: url("../images/5/5.png") no-repeat 0 center;
    margin-left: 15px;
}

.contact > a:nth-of-type(1) {
    background: url("../images/5/3.png") no-repeat 0 center;
}

.contact > a:nth-of-type(2) {
    background: url("../images/5/2.png") no-repeat 0 5px;
    margin-left: 15px;
}

/**/
.jour-charts-con {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.quartiles {
    border: 1px solid #e6e6e6;
    width: 754px;
}

.quartiles-top {
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    background-color: #f2f3f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.quartiles-top > span {
    font-size: 14px;
}

.quartiles-top > a {
    font-size: 30px;
    color: #666;
    line-height: 24px;
}

.quartiles-table {
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
}

.quartiles-table .title li {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
}

.quar-years {
    flex: 1;
}

.quar-years .item {
    display: flex;
    padding-right: 8px;
}

.quar-years .item li {
    width: 5%;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.quar-years .item li.q1 {
    background-color: rgb(164, 207, 99);
}

.quar-years .item li.q2 {
    background-color: rgb(232, 213, 89);
}

.quar-years .item li.q3 {
    background-color: rgb(232, 213, 89);
}

.quar-years .item li.q4 {
    background-color: rgb(221, 90, 78);
}

.quar-years .years {
    display: flex;
    padding-right: 10px;
    margin-top: 5px;
}

.quar-years .years li {
    width: 5%;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

.echart-con {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.echart-item-top {
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    background-color: #f2f3f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.echart-item-top span {
    font-size: 14px;
}

.echart-item-top a {
    font-size: 30px;
    color: #666;
    line-height: 24px;
}

.echart-item {
    width: 368px;
    border: 1px solid #e6e6e6;
}

#SJR,
#Quote,
#Percentage,
#file,
#totalCitation {
    width: 360px;
    height: 200px;
}

.echart-item-top span b {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.sjr span b {
    background-color: #e67742;
}

.percentage span b {
    background-color: #7bc368;
}

.quote {
}

.quote span {
    margin-right: 10px;
}

.quote span:nth-of-type(1) b {
    background-color: #7ac36a;
}

.quote span:nth-of-type(2) b {
    background-color: #3885c9;
}

.file span {
    margin-right: 10px;
}

.file span:nth-of-type(1) b {
    background-color: #78c469;
}

.file span:nth-of-type(2) b {
    background-color: #ec7e73;
}

.each-file-reference {
}

#eachFileReference {
    width: 100%;
    height: 350px;
}

.each-file-reference-years {
    height: 69px;
    padding-left: 30px;
}

.each-file-reference-years li {
    display: flex;
    align-items: center;
}

.each-file-reference-years li b {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
}

.each-file-reference-years li span {
    font-size: 14px;
    color: #333333;
}

.each-file-reference-years li:nth-of-type(1) b {
    background-color: #bedaf1;
}

.each-file-reference-years li:nth-of-type(2) b {
    background-color: #7fb4e0;
}

.each-file-reference-years li:nth-of-type(3) b {
    background-color: #3884c9;
}

.red-text {
    color: red;
}