@charset "utf-8";
/* CSS Document */
input[type="text"]::-webkit-input-placeholder {
    color: #757575;
}
input[type="text"]:-moz-placeholder {
    color: #757575;
}
input[type="text"]::-moz-placeholder {
    color: #757575;
}
input[type="text"]:-ms-input-placeholder {
    color: #757575;
}

input[type="text"]::-webkit-input-placeholder {
    font-family: 'Inter Regular';
    font-size: 16px;
}
.journal_list_container{padding-bottom: 40px;}
.main{position:relative;width:1300px;padding-top: 50px;}
.list_menu{
    background: #f1f2f8;
    border-radius: 6px;
    border-top: 3px solid #1476ad;
}
.wrapper{float:right;width: 925px;padding-top: 10px;position: relative;}
.item{
    margin-bottom: 30px;
    padding-top: 20px;
}
.item:last-child{

    margin-bottom: 0;
}
/*journal_list_table*/
.journal_list_search{
    border: 1px solid #d0d0d0;
    height: 46px;
    border-radius: 6px;
    line-height: 46px;
    width: 920px;
    padding-left: 16px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.journal_list_search input {
    width: 865px;
    outline: none;
}
.journal_list_btn{
    background: #fff;
    font-size: 17px;
    border: 1px solid #fff;
    border-left: none;
    cursor: pointer;
    border-radius: 0px 6px 6px 0px;
    height: 44px;
    padding: 0;
    line-height: 44px;
}
.joutnal_list_table{
    border-collapse: collapse;
    margin-bottom: 14px;
    width: 100%;
    border-left: 1px solid #c9c9e9;
}
.joutnal_list_table tr:last-child{
    border-bottom:none;
}
.joutnal_list_table tr:nth-of-type(1){
}
.joutnal_list_table tr{
    border-bottom: 1px solid #eaeaea;
}
.joutnal_list_table th{
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}
.joutnal_list_table tr td{
    padding: 16px 7px;
    font-size: 15px;
    line-height: 10px;
    border-right: 1px solid #c9c9e9;
    border-bottom: 1px solid #c9c9e9;
}
.joutnal_list_table tr td:nth-of-type(2){
    text-align:center;
}
.joutnal_list_table tr td:nth-of-type(3){
    text-align:center;
}
.joutnal_list_table tr td a{
    color:#00599c;
    font-size: 15px;
    line-height: 26px;
}
.journal_title{
    font-family: 'Inter Bold';
    font-size: 16px!important;
}


/*left_side*/
.list_siderBar {
    width: 345px;
    float: left;
}
.list_siderBar ul{
    padding: 0px 18px;
}
.list_siderBar ul li{
    line-height: 44px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    width: 100%;
}
.list_siderBar ul li:hover a{
    color:#00599c;
    text-decoration: none;
}
.list_siderBar ul li:hover a i{
    color:#00599c;
}
.cur a{color:#333;}
.cur i{color: #a4adba !important;}
.list_siderBar ul li a{
    font-size: 16px;
    line-height: 44px;
    display: block;
    font-family: 'Inter SemiBold';
}
.list_siderBar ul li a i{
    float: right;
    position: relative;
    top: 18px;
    font-size: 12px;
    color: #a4adba;
    margin-left: 8px;
}
.second_title{
    color: #333;
}
.second_title:before{
    background: #333;
}
.left_nav_title{
    line-height: 46px;
    font-size: 20px;
}
/*Multidisciplinary Journals start*/
.interdisciplinary_journals{
    margin-bottom: 0px;
    border: navajowhite;
}
.interdisciplinary_title{
    padding-bottom: 8px;
}
.interdisciplinary_journals tr:nth-of-type(1){
    background: none;
    border-bottom: 1px solid #bad7e6;
}
.interdisciplinary_journals tr {
    border-bottom: 1px solid #bad7e6;
}
.interdisciplinary_journals tr td {
    padding-left: 0px;
    border: none;
}

.intro_normal{
    padding: 25px 15px;
}
.view_more a{
    font-size: 16px;
}
/*Multidisciplinary Journals end*/
.apc{
    margin-bottom: 16px;
}
.apc table{
    width: 100%;
    border-left: 1px solid #c9c9e9;
}
.apc tr td{
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #c9c9e9;
    border-bottom: 1px solid #c9c9e9;
}
.apc tr:first-child{}
.apc_th{
    color:#fff;
    font-family: 'Inter SemiBold';
}
.apc_discount{
    background: url(../../img/apc_list_bg.jpg) no-repeat left top;
    height: 210px;
    text-align: center;
}
.discount_title{
    text-align: center;
    color: #253657;
    font-family: 'Inter SemiBold';
    font-size: 32px;
    padding-top: 30px;
}
.discount_title span{
    color: #2b78f8;
    font-size: 48px;
    font-family: 'Inter Bold';
}
.deadline{
    text-align: center;
    color: #253657;
    font-size: 24px;
    padding-top: 20px;
    margin-bottom: 22px;
}
.btn_p{
    text-align: center;
    display: inline-block;
    color: #fff;
    font-family: 'Inter SemiBold';
    background: #11b3fe;
    padding: 10px 24px;
    font-size: 24px;
    border-radius: 24px;
    box-shadow: 0px 2px 2px #379bf0;
}
.prepaying_link{
    display: block;
    margin-top: 36px;
    margin-bottom: 50px;
}
.tip {
    color: #ee5a00;
    font-family: 'Inter SemiBold';
    margin-bottom: 16px;
}