html,
body {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5em;
  /*background: #f0f0f0;*/
}

.font-bold {
  font-weight: bold;
}

.font12{
  font-size: 12px;
}
.font13{
  font-size: 13px;
}
.font14 {
  font-size: 14px;
  line-height: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}
.font32{
  font-size: 32px;
}
.color7F{
  color: #7F7F7F;
}
.colorff,
a:hover.colorff{
  color: white;
}
.colorred{
  color: #C21010;
}
.coloryel{
  color: #F59A23;
}
.coloraa{
  color: #AAAAAA;
}
.oneLine {
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.twoLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height:1.5em;
  max-height:3em;
}
.threeLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height:1.5em;
  max-height:4.5em;
}
.fourLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height:1.5em;
  max-height:6em;
  color: #333333;
  font-size: 14px;
  margin-top: 14px;
}
.underline{
  text-decoration: underline;
}
.pad0{
  padding: 0;
}

* {
  margin: 0;
  padding: 0%;
  border: none;
  list-style: none;
  /*max-width: 100%;*/
}

input,
a,
a:focus,
a:hover {
  outline: none;
  color: #333333;
  text-decoration: none;
}

::-webkit-input-placeholder {
 /* color: #ccc;
  font-*/size: 13px;
}

::-moz-placeholder {
  /*color: #ccc;
  fo*/nt-size: 13px;
}

:-ms-input-placeholder {
  /*color: #ccc;
  fo*/nt-size: 13px;
}

img {
  /*display: block;*/
  max-width: 100%;
}
body {
  width: 100%;
  overflow-x: hidden;
}

body.cn {
  font-family: "Microsoft YaHei";
}

.container{
  padding-left: 15px;
  padding-right: 15px;
}

/*皮肤 begin*/
.bgc1{
  background-color: #3c9cd7;
}
.bgc1-letter{
  background-color: #3c9cd7 !important;
  color: white !important;
}
.bgc1-hover:hover{
  background-color: #3c9cd7 !important;
}

.bgc2 {
  background: linear-gradient(90.0596830820727deg, rgba(17, 66, 111, 1) 0%, rgba(0, 36, 70, 1) 50%);
}

.bdc2 {
  border-color: #a30014;
}
/* pc菜单悬浮效果*/
.bgc2-hover:hover::before {
  transform: scale(1, 1);
  background-color: rgba(163, 0, 20, 0.2);
}
.bgc3{
  background-color: #3c9cd7;
}
.bgc3-hover:hover{
  background-color: #3c9cd7 !important;
}
.bgc4{
  background-color: #1a1a1f;
}
.bgc5{
  background-color: #55555580;
}
.bgc6{
  background-color: #02459a;
}
.c1{
  color: #3c9cd7;
}
.c2 {
  color: #a30014;
}

.c3 {
  color: #F59A23;
}
.c4{
  color: #1182CD;
}
.swiper {
  --swiper-navigation-color: #a30014;
}
/*皮肤end*/
.imgHover{
  transition: all 1s;
}
 .imgHover:hover{
   transform: scale(1.1, 1.1);
   transition: all 1s;
 }


@media (max-width: 767px){
    /* 手机端隐藏编辑  删除  添加图标 */
    .fa.fa-pencil,
    .fa.fa-trash,
    .fa.fa-plus{
      display: none ;
    }

    .el-pagination__sizes{
      display: none !important;
    }
}

@media (min-width: 1200px){
  .container {
    width: 1200px;
  }
}
.html-body{
    padding-top: 50px;
    /*background: white;*/
    padding-bottom: 125px;
}
.html-body .right{
    padding-left: 50px;
}
.html-body .right .top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 35px;
}
.html-body .right .top .right{
    color: white;
    width:40px;
    border-radius: 10px;
    padding: 0 5px;
    line-height: 30px;
    height: 30px;
    width: 3em;
    text-align: center;
    cursor: pointer;
}

.html-body .right .top .left .type{
    border-right: 1px solid #AAAAAA;
    padding-right: 16px;
    margin-right: 20px;
    font-family: 'Montserrat Bold', 'Montserrat Regular', 'Montserrat', sans-serif;
}
.journal-list-item .content .title{
    margin-bottom: 10px;
}
.journal-list-item .content .title .type{
  display: inline-block;
  background: #3c9cd7;
  color: #FFF;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 3px;
  padding: 0px 5px;
  margin-bottom: 2px;
}
.journal-list-item .content .title a:hover{
  text-decoration: underline;
}
.journal-list-item{
    display: flex;
    /* justify-content: space-between; */
    padding-bottom: 31px;
    margin-top: 25px;
    border-bottom: 1px solid #AAAAAA;
}
.journal-list-item:nth-child(1){
    padding-top: 0;
}
.journal-list-item .item-pic,
.journal-list-item .item-pic img{
    min-width: 140px;
    max-width: 140px;
}
.journal-list-item .content{
    margin-left: 25px;
    position: relative;
}
.journal-list-item .content .bottom{
    position: absolute;
    bottom: 0;
    font-size: 14px;
    margin-top: 10px;
}
.issn-cn{
    display: flex;
    justify-content: left;
    font-size: 14px;
}
.issn-cn>div{
    margin-right: 40px;
}
a.page{
    margin-right: 15px;
    font-family: 'Montserrat Bold', 'Montserrat Regular', 'Montserrat', sans-serif;
    width: 12px;
    display: inline-block;
    text-align: center;
}
a.page.active{
    color: #3c9cd7;
    padding-bottom: 2px;
    font-weight: bold;
    border-bottom: 2px solid #3c9cd7;
}
.commonHeaderBox .jgBg{
    display: none;
}


@media (min-width: 768px){
    .journal-list-item .content .bottom{
        position: unset;
    }
    .journal-list-item .m-content{
        display: none;
    }
    .journal-list-item .issn-cn>div{
        width: 100%;
    }
    .journal-list-item .issn-cn{
        flex-wrap: wrap;   
    }
}
@media (max-width: 768px){
    .html-body .left{
        display: none;
    }
    .html-body .top .left{
        display: block;
    }
    .html-body .right {
        padding-left: 0px;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .journal-list-item,
    .issn-cn{
        flex-wrap: wrap;
    }
    .issn-cn>div{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .journal-list-item .m-content{
        width: 100%;
        margin-left: 0;

    }
    .journal-list-item{
        justify-content: flex-start;
        position: relative;
    }
    .journal-list-item .pc-content .summary,
    .journal-list-item .pc-content .bottom,
    .journal-list-item .m-content .title,
    .journal-list-item .m-content .issn-cn{
        display: none;
    }
    .journal-list-item .m-content{
        display: block;
        margin-top: 15px;
        margin-top: 15px;
    }
    .journal-list-item .pc-content{
        margin-left: 0;
        padding-left: 25px;
        position: absolute;
        top: 0;
        left: 140px;
    }
    .journal-list-item .content .bottom{
        position: unset;
        margin-top: 10px;
    }
    .html-body{
        padding-top: 125px;
    }
}
@media (min-width: 992px){
    .html-body .left{
        display: block;
    }
}
@media (min-width: 1200px){
    .journal-list-item .issn-cn>div{
        width: auto;
    }
    .journal-list-item .issn-cn{
        flex-wrap: nowrap;  
    }
}

.html-body .left-content{
    border: 1px solid #D7D7D7;
    padding: 0 20px;
    border-radius: 10px;
}
.block-title-arr{
    display: flex;
    justify-content: space-between;
}
.block-letter .block-content{
	display: flex;
	flex-wrap: wrap;
}
#letter a{
    display: inline-block;
    /*float: left;*/
    margin-bottom: 7px;
    height: 27px;
    line-height: 24px;
    background: #fff;
    color: #555;
    /*font-size: 12px;*/
    padding: 0 6px;
    margin-right: 12px;
    border: 1px solid rgba(215, 215, 215, 1);
    border-radius: 5px;
    width: 35px;
}

#letter a:hover{
    color: white;
}
.html-body .left-content .block{
    border-bottom: 1px solid #EEEEEE;
    padding: 25px 0;
}
.clear-all{
    background: none;
}
.left-search-input{
    border:1px solid rgba(215, 215, 215, 1);
    border-radius: 10px;
    height: 29px;
    line-height: 29px;
    width: 204px;
    padding: 0 10px;
    padding-right: 25px;
}
.block-search .left-search-close{
    position: absolute;
    left: 180px;
    top: 0px;
    line-height: 29px;
	cursor: pointer;
}
.block-search .block-content{
    position: relative;
	margin-bottom: 10px;
}
.block-title{
    margin-bottom: 20px;
}
.access-item,
.topic-item .top,
.topic-item .child-content,
.topic-item .top .content,
.topic-item .child-content .content{
    display:flex;
    justify-content: space-between;
}
.access-item, .topic-item{
  font-size: 14px;
  color: #333333;
}
.access-item .num, .topic-item .num{
  color: #AAAAAA !important;
}

.topic-item .top .content,
.topic-item .child-content .content{
    align-items: center;
}
.topic-item .child-content .content{
    width: 100%;
    margin-top:10px;
}
.topic-item .top .content span{
    margin-left: 5px;
    align-items: center;
}
.topic-item .child-content{
    padding-left: 15px;
    display: none;
}
.block-access .access-item .content{
    border-left: 9px solid #3c9cd7;
    padding-left: 15px;
    margin-bottom:10px;
	cursor: pointer;
}
.block-access .access-item:nth-child(1) .content{
    border-left: 9px solid #70B603;
}
.block-access .access-item:nth-child(2) .content{
    border-left: 9px solid #F59A23;
}
.block-access .access-item:nth-child(3) .content{
    border-left: 9px solid #0179C1;
}
.block-access .access-item .content,
.block-language .access-item .content,
.block-publisher .access-item .content,
.topic-item{
    margin-bottom:10px
}
.topic-hidden{
    display: none;
}
.topic-more,
topic-less{
    display: flex;
    justify-content: left;

}
.topic-more span,
.topic-more i,
.topic-less span,
.topic-less i{
    line-height: 18px;
}
.recentIssue:hover{
  text-decoration: underline;
  cursor: pointer;
}
.block-keywords .input-group{
  width: 90%;
  display: flex;
  align-items: center;
}
.block-keywords .keywordsInput{
  width: 196px;
  height: 37px;
  line-height: 37px;
  border: 1px solid rgba(170, 170, 170, 1);
  border-radius: 10px;
  font-size: 14px;
  color: #7F7F7F;
  padding: 0 5px;
}
.block-keywords .keywordsBtn{
  width: 72px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #3c9cd7;
  border-radius: 10px;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  box-shadow: 2px 3px 5px rgb(0 0 0 / 35%);
  margin-left: 10px;
}
.left-content .block .block-title .fa {
  cursor: pointer;
}