/*SCI*/
.journalSci{
    width: 1200px;
    margin: 30px auto;
}
.meetrecMain{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.jurzhenMains{
    width: 50%;
    cursor: pointer;
    margin-bottom: 31px;
}
.JournalBox{
    width: 98%;
    height: 207px;
    float: left;
    background: #fff;
    position: relative;
    margin-top: 30px;
    display: flex;
    border-radius: 5px;
    box-shadow:0px 1px 10px #D4D4D4;
}
.JournalboxPic{
    width: 121px;
    height: 160px;
    margin-left: 20px;
    position: absolute;
    top: -23px;
}
.JournalOvertime{
    font-size:12px;
    font-weight:400;
    color:rgba(249,67,33,1);
    margin-bottom: 6px;
}
.JournalOvertime span{
    margin-left: 5px;
}
.JournalboxPic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.JournalboxRight{
    position: absolute;
    margin-left: 160px;
    padding-top: 16px;
}
.JournalboxRight h3{
    font-size:16px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:18px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.JournalboxRight ul{
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
}
.JournalboxRight ul li{
    width: 50%;
    margin-bottom: 7px;
    box-sizing: border-box;
}
.JournalboxRight ul li .jurulLi{
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.JournalboxRight ul li:nth-child(2n-1) .jurulLi{
    border-right: 1px solid #D8D8D8;
    width: 84%;
}
.JournalboxRight ul li .jurulLi span{
    font-size:14px;
    font-weight:600;
    color:rgba(51,51,51,1);
}
.JournalboxRight .jurTime{
    margin-top: 19px;
    display: flex;
}
.jurTimeLeft{
    flex: 1;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    width: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.JournalboxRight .jurTime img{
    width: 15px;
    height: 15px;
    margin-right: 7px;
}
.JournalboxRight .jurTime .jurTime_T{
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-right: 5px;
}
.JournalboxRight .jurTime .jurTime_N{
    font-size:14px;
    font-weight:600;
    color:rgba(51,51,51,1);
}
.JournalboxRight .jurTime a{
    display: inline-block;
    font-size:14px;
    font-weight:500;
    color:rgba(254,254,254,1);
    width:118px;
    height:32px;
    background:rgba(85,126,255,1);
    border-radius:4px;
    line-height:32px;
    text-align: center;
    margin-left: 18px;
}
.JournalboxRight .jurTime a img{
    margin-left: 8px;
    width: 12px;
    height: 11px;
}
.JournalboxRightMessage{
    display: block;
    width: 391px;
}
.Journalsub{
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Journalsub span{
    font-size:12px;
    color:rgba(113,113,113,1);
    margin-left: 5px;
}
.jurzhenMains:nth-child(2n) .JournalBox{
    margin-left: 2%;
}
/*期刊推荐*/
.recommendation{
    width: 100%;
}
.recommendationlist{
    width: 1200px;
    margin: 21px auto;
    display: flex;
    flex-wrap: wrap;
}
.recBoxLists{
    display: flex;
    width: 49%;
    height:192px;
    background:rgba(254,254,254,1);
    box-shadow:0px 2px 10px 0px rgba(212,212,212,0.51);
    border-radius:4px;
    padding: 17px 24px 15px 23px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 26px;
}
.recBoxLists:hover .recjourTimeBox{
    width: 178px;
    height: 30px;
    line-height: 30px;
    border-radius:4px;
    background: transparent;
    border:1px solid rgba(85,126,255,1);
    float: right;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #557EFF;
    box-sizing: border-box;
}
.recBoxLists:hover .recjourTHover{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.recBoxLists:hover .recjourpic,.recjourTHover{
    display: none;
}
.recBoxLists:nth-child(2n){
    margin-left: 2%;
}
.recBoxListsLeft img{
    width: 121px;
    height: 160px;
    margin-right: 22px;
}
.recBoxListsRight{
    width: 398px;
    padding-top: 10px;
}
.recBoxListsRight h3{
    width: 100%;
    font-size:16px;
    font-weight:500;
    color:rgba(51,51,51,1);
    margin-bottom: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recjourMain{
    display: flex;
}
.recjourMain span{
    font-size:12px;
    font-weight:400;
    color:rgba(152,152,152,1);
    margin-right: 8px;
}
.recjourMain p{
    height: 51px;
    flex: 1;
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:17px;
    margin-bottom: 17px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.recjourTimeBox{
    width: 178px;
    height: 30px;
    line-height: 30px;
    background: rgba(241,241,241,1);
    border-radius: 4px;
    float: right;
    text-align: center;
    font-size:12px;
    font-weight:500;
    color:rgba(152,152,152,1);
}
.recjourTimeBox .recjourpic{
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.recjourTimeBox span{
    margin-left: 8px;
}
.scileibie{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 2px 12px;
    border-radius: 20px;
    background: #f0f6ff;
}
.subject2{
    background: #eee;
    margin-left: 87px;
    padding: 0 17px;
}
