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 {
  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;
}
.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-hover:hover{
  background-color: #0179c1 !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;
}
.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 ;
    }
}

@media (min-width: 1200px){
  .container {
    width: 1200px;
  }
}
.html-body{
    margin-top: 35px;
    margin-bottom: 226px;
}

.letter-exclude{
    color: #333333;
}
#letter a,
#number a{
    width: 44px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #333333;
    margin-top: 5px;
}
#letter,
#number{
    padding-left: 4%;
}
#letter a:nth-child(26),
#number a:nth-child(10){
    border-right: none;
}
#number{
    margin-top: 30px;
}
.body-nav-title{
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 25px;
    align-items: center;
}
.body-nav-title .right{
    padding: 5px 12px;
    border-radius: 10px;
    cursor: pointer;
}
.body-content .content-item .left{
    width: 179px;
}
.body-content .content-item .content a{
    display: inline-block;
    width: 50%;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
}
.body-content .content-item{
    padding: 40px 0;
    border-bottom: 1px solid #7F7F7F;
    display: flex;
    justify-content: space-between;
}
.body-content .content-item>div{
    float: none;
}
.commonHeaderBox .jgBg{
    display: none;
}

@media (min-width: 768px){

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