*{
    margin: 0;
    padding: 0;
}
ul {
    list-style: none; /* 取消列表项的符号样式 */
    padding: 0; /* 取消内边距 */
    margin: 0; /* 取消外边距 */
}
@font-face {
	font-family: 'KontrapunktLight';
	src: url('Kontrapunkt-Light-webfont.eot');
	src: local('KontrapunktLight'), url('Kontrapunkt-Light-webfont.woff') format('woff'), url('Kontrapunkt-Light-webfont.ttf') format('truetype'), url('Kontrapunkt-Light-webfont.svg#webfontW8TwLcf2') format('svg');
	font-weight: normal;
	font-style: normal;
}
.enpress{
    width: 100%;
    min-height: 100vh;
}
.enpress .header{
    width: 100%;
    height: 50px;
    background-color: #004C9A;
}
.enpress .header .center{
    width: 1200px;
    margin: auto;
}
.enpress .header .center ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
}
.enpress .header .center ul li{
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    cursor: pointer;
}
.enpress .header .center ul li:hover{
    
    background-color: #ed8e00;
    color: #ffffff;
}
.enpress .banner .centerbot{
    width: 1200px;
    margin:10px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.enpress .banner .centerbot .logoBox{
    width: 200px;
    overflow: hidden;
}
.enpress .banner .centerbot .logoBox>img{
    width: 100%;
}
.enpress .banner .centerbot .inputBox{
    height: 40px;
    width: 600px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.enpress .banner .centerbot .inputBox>input{
    border: none;
    width: calc(100% );
    height: calc(100%);
    padding: 5px 55px 5px 15px; 
    font-size: 15px;
}
.enpress .banner .centerbot .inputBox>input:focus{
    outline: none;
}
.enpress .banner .centerbot .inputBox .button{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
    background-color: #004C9A;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #004C9A;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.enpress .banner .centerbot .inputBox .button>img{
    width: 20px;
}
.enpress .banner{
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #ed8e00;
}
.enpress .banner>img{
    width: 100%;
}
.enpress .centerContent{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: top;
 

    flex-direction: row-reverse;
}
.enpress .centerContent .operating{
    width: 20%;
}
.enpress .centerContent .operating>ul{
    margin-bottom: 20px;
    list-style: square;
    width: 100%;
    list-style-position: inside; 
    margin-bottom: 20px;
}
.enpress .centerContent .operating ul .item{
    line-height: 25px;
    color: #004C9A;
    text-decoration: underline;
    line-height: 30px;
    cursor: pointer;
}
.enpress .centerContent .operating ul .item:hover{
    color: #ed8e00;
}
.enpress .centerContent  .cardTitle{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ed8e00;
    font-family: 'KontrapunktLight', Garamond, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.enpress .centerContent .content{
    width: 80%;
}
.enpress .centerContent .content .SectionTitle{
    font-family: 'KontrapunktLight';
    font-weight: bold;
    font-size: 20px;
    color: #004C9A;
    line-height: 30px;
    text-decoration: underline;
    margin-bottom: 20px;
    /* line-height: 40px;
    border-bottom: 3px solid #004C9A; */
}
.enpress .centerContent .content .journals .journalBox{
    display: flex;
    align-items: top;
    flex-shrink: 0;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
    margin-bottom: 20px;
   
}
.enpress .centerContent .content .journals .journalBox img{
   
    overflow: hidden;
    border: 1px solid #004C9A;
  
   
}
.enpress .centerContent .content .journals .journalBox .bookFace>img{
    width: 100%;
}
.enpress .journals .journalBox .inforBox{
    padding-top: 0px;
}
.enpress .journals .journalBox .inforBox .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#000 !important;
}
.enpress .journals .journalBox .inforBox .title a{
      color:#000 !important;
}
.enpress .journals .journalBox .inforBox .issn{
    font-family: 'KontrapunktLight';
    color: #ed8e00;
    font-weight: bold;
    margin-bottom: 0px;
}
.enpress .journals .journalBox .inforBox .briefIntroduction{
    font-size: 14PX;
    color: #727272;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4; /* 控制显示的行数 */
}
.enpress .journals .journalBox .inforBox .journalButtonBox{
    display: flex;
    align-items: center;
}
.enpress .journals .journalBox .inforBox .journalButtonBox>.journalButton{
    margin-right: 10px;
    font-family: 'KontrapunktLight';
    font-weight: bold;
    color: #004C9A;
    text-decoration: underline;
    margin-top: 0px;
    cursor: pointer;
}

.pkp_page_index .journals p{
    padding:0 !important;
}


.enpress .centerContent .journalRanking{
    width: 15%;
}
.enpress .centerContent  .journal{
    margin-top: 15px;
    background-color: #e6e6e6;
    padding: 15px 0;
    text-align: center;
}
.enpress .centerContent .journal .infor{
    margin-top: 15px;
    color: #004C9A;
}
.enpress .footer{
    width: 100%;
    background-color: #004C9A;
    margin-top: 50px;
    border-top: 1px solid #ed8e00;
}
.enpress .footer .center{
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    color: #FFFFFF;
    padding: 50px 0;
    font-size: 14px;
}
.enpress .footer .center .infor{
    width: 60%;
    margin-right: 50px;
}
.enpress .footer .center .infor .icon{
    width: 20px;
    margin-right: 10px;
}
.enpress .footer .center .infor .iconInfor{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.enpress .footer .center .links{
    width: 10%;
}
.enpress .footer .center .links>div{
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 10px;
}
.enpress .footer .center .links>div img{
    width: 100%;
}

.pkp_structure_main{
    float:right !important;
}
.pkp_structure_sidebar{
     float:left !important;

} 

.pkp_page_index .journals>ul>li{
    border-top: none !important;
}

.pkp_structure_main:before, .pkp_structure_main:after{
    width:0px !important;
}

 .dropdown-menu {
    display: block !important;
    top:49px !important;
    width:200px !important;

}
#navigationPrimary .dropdown-menu{
     top:40px !important;
}
 .dropdown-menu li{
    background-color:#fff !important;
}
.pkp_nav_list ul a{
    display:inline-block !important;
    width: 100%;

}


.pkp_nav_list ul a:hover,.pkp_nav_list ul a:focus {
        outline: 0;
        background: #ed8e00 !important;
       border-color: #ed8e00 !important;
        color: #fff! important;
    }

    .pkp_structure_main{
        padding:0 !important;
    }

    .pkp_page_index .journals>ul>li{
        padding:0 1rem 0 0 !important;
    }

    .pkp_page_index .journals .thumb{
        width:19% !important;
    }

    .pkp_navigation_user li a{
line-height:40px !important;
    }
    .pkp_navigation_user li a:hover span{
color:#1e6292;
    }
    .pkp_nav_list ul a {
        font-weight:bold  !important ;
      
    }

    .pkp_navigation_primary_row{
        background-color: #1e6292;
    }

    @media (min-width: 992px){
.has_site_logo .pkp_head_wrapper {
    padding-top: 50px !important;
}
}

.journalBox{
    margin-bottom:20px !important; 
}
.pkp_head_wrapper{
    padding-top: 50px !important;
}

.profilePicContent img{
    width:108px !important;
    height:108px !important;
    border-radius: 50% !important;
}


@media (min-width: 768px) {
    .pkp_site_name,.pkp_navigation_primary_wrapper,.pkp_navigation_user,.pkp_structure_content,.pkp_structure_footer {
        width:728px !important;
        padding: 0
    }
}

@media (min-width: 992px) {
    .pkp_site_name,.pkp_navigation_primary_wrapper,.pkp_navigation_user,.pkp_structure_content,.pkp_structure_footer {
        width:952px !important;
    }
}

@media (min-width: 1200px) {
    .pkp_site_name,.pkp_navigation_primary_wrapper,.pkp_navigation_user,.pkp_structure_content,.pkp_structure_footer {
        width:1160px !important;
    }
}


.left .title {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    /* margin-bottom: 20px; */
    border-left: 4px solid #0575c4;
    padding-left: 5px;
    margin-top: 10px;
}

.left .editorInfo {
    font-size: 14px;
    color: #414141;
    text-align: left;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.left .editorInfo .searchKey {
    text-align: left;
    margin: 10px 0 5px;
}

.left .editorInfo .textField {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #888888;
    background-color: #f5f5f5;
}

.left .editorInfo .textField:focus {
    outline: none;
}

.left .editorInfo .buttonBox {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.left .editorInfo .buttonBox .search {
    background-color: #0575c4;
    color: #fff;
    padding: 5px 8px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.left .VolumeList {
    margin-top: 10px;
}

.left .VolumeList .time {
    font-size: 14px;
    font-weight: bold;
    color: #0575c4;
}

.left .VolumeList .VolumeItem {
    font-size: 14px;
    color: #414141;
    margin-top: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.left .FeaturedBox {
    width: 100%;
}

.left .FeaturedBox .pictureBox {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left .FeaturedBox .pictureBox img {
    width: 100%;
    vertical-align: top;
}

.left .FeaturedBox .articalTitle {
    font-size: 14px;
    font-weight: bold;
    color: #0575c4;
    text-decoration: underline;
    cursor: pointer;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.left .FeaturedBox .Abstract {
    font-size: 14px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.left p{
    line-height:20px !important; 
}

.left .photoBox {
    width: 120px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #ccc;
}

.left .photoBox img {
    width: 100%;
    vertical-align: middle;
}

.left .editorInfo {
    font-size: 14px;
    color: #414141;
    text-align: left;
    line-height: 18px;
    margin-top: 10px;
}
.left,#pkp_content_main{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 20px !important;
    height: auto;
}
    .pkp_block {
        padding: 0px !important;
    }
.pkp_block .content{
    width:100% !important;
}

    .pkp_structure_sidebar {
       
        width: 20% !important;
    }

 .cont{
   text-align: justify;
   font-size: 14px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

 .pkp_page_index .cmp_announcements>.obj_announcement_summary,.pkp_page_index .cmp_announcements .more .obj_announcement_summary {
        padding-left:10px !important;
        padding-right: 10px !important;
    }


        .cmp_announcements {
        margin-left:0px !important;
        margin-right: 0px !important;
    }

    .xq1{  margin-bottom:20px; overflow:hidden;padding:0 15px}
.xqpic{ float:right; width:20%; height:auto}
.xqpic img{ width:100%; height:auto;margin-top:35px}


.xqjs{ float:left;width:calc(80% - 20px);}
.xqjs h3{ display:block; font-size:20px !important; font-weight:bold; margin-top:15px !important; margin-bottom:10px !important;color:#333}

.xqjs p{ color:#767676; font-size:14px; line-height:22px}
.xqjs p a{ color:#a40000; font-size:12px}

.pkp_page_index .additional_content {
  
    border-top:none !important;
}

.pkp_structure_main p {
    line-height: 20px !important;
    margin: 0 !important;
}

.xqjs li{
    font-size:14px !important;
    color: #767676 !important;
    list-style: disc !important;
  
    list-style-position: inside !important;
}

.pkp_page_index .additional_content {
    padding: 0px 10px 0 10px !important;
    border-top: 1px solid #ddd
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0px !important;
}


.bq1{ display: flex;    align-items: center; }
.bq1 p{ margin:0 10px 0 0 !important; font-size:14px;display: flex;    align-items: center;}
.bq1 .lv{ background:#4c4c4c; color:#fff;  border-radius:5px; padding:0 10px; line-height:25px; }
.bq1 .aid{ background:#4c4c4c; color:#fff;  border-radius:5px; padding:0 10px; line-height:25px; }
.bq1 .hong{ background:#4c4c4c; color:#fff;  border-radius:5px; padding:0px 10px; line-height:25px;  margin-top:0; margin-left:0; }
.bq1 .hong img{ height:15px; width:auto; padding-right:5px}
.bq1 .huang{ color:#f68111; line-height:25px;}
.bq1 .huang img{height:25px; width:auto; padding-right:10px}

.lbzs ul li{ border-bottom:#c0c0c0 1px dashed; padding-bottom:20px; margin-bottom:20px; overflow:hidden} 
.lbzs ul li:last-child { border-bottom:0; margin:0; padding-bottom:0}


.lbzs ul li .bq2{ margin:20px 0; text-align:left}
.lbzs ul li .bq2 h3{ display:block; font-size:18px; font-weight:bold; margin-bottom:15px }
.lbzs ul li .bq2 .h3{ display:inline-block; font-size:18px; font-weight:bold; margin-bottom:15px }
.lbzs ul li .bq2 a:hover{ text-decoration: underline;}
.lbzs ul li .bq2 p{ font-size:14px; line-height:23px; color:#606060}
.lbzs ul li .bq2 a{ color:#0f7497}
.lbzs ul li .bq2 img{ max-width:100%; height:auto}

.abt{
     display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4; /* 控制显示的行数 */
}

.current_issue h2{
    border-bottom:1px solid #c0c0c0;
    padding-bottom:10px ;
}
.articles li{
    position:relative;
    padding-top:15px;
}
.cmp_article_list .galleys_links{
    position:absolute;right:0px;top: -15px;
}

  .pkp_page_index .cmp_announcements>.obj_announcement_summary {
        float:left;
        width: 100% !important;
    }

       .pkp_page_index .cmp_announcements>.obj_announcement_summary:before {
        content: ' ';
        position: absolute;
        top: 0;
        right: -1px;
        width: 1px;
        height: 100%;
        border-left: 0px solid #ddd !important;
    }

    .obj_announcement_summary{
        border-bottom:#c0c0c0 1px dashed; 
    }
    .pkp_page_index .cmp_announcements>.obj_announcement_summary {
    position: relative;
    padding: 20px 10px !important;
}

.cmp_announcements h3{
    font-size:18px !important;
}

    .obj_article_details .row {
        border-bottom:none !important;
    }


    .left .Section {
    width: 100%;
    height: 28px;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #7c7c7c;
    cursor: pointer;
    /* font-weight: bold; */
}

.left .Section:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.left .AnnouncementsList {
    font-size: 14px;
    font-weight: 440;
    text-align: left;
}

.left .AnnouncementsList .AnnouncementsItem {
    margin-bottom: 5px;
 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

 
    font-weight:600;
    color: #000;
}

.guest{
     margin-bottom: 5px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
 
}

.left .AnnouncementsList .AnnouncementsContent {
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.left .AnnouncementsList .more {
    text-align: right;
    cursor: pointer;
    color: #0575c4;
    text-decoration: underline #0575c4;
    margin-bottom: 10px;
}



.left .AnnouncementsList .last {
    text-align: right;
    margin-top: 10px;
    font-weight: bold;
}
.FeaturedBox img{
    margin-top:25px;
}

.line {
    width: 100%;
    background-color: #ccc;
    height: 1px;
    margin: 20px 0;
}

.cont_more a{
float:right;
color: #0575c4;
display: block;
}

.obj_article_details .item {
        padding: 15px 25px !important;
        text-align:justify;
    }


   .pkp_page_index .journals>ul>li {
        margin: 0px !important;
        padding: 10px  10PX !important;  

         }


         .page_issue_archive .issues_archive {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .abt{
        text-align: justify;
    }

    .page ol li{
        list-style-position: inside;

    }

     .page >ul >li{
        list-style: disc;
            list-style-position: inside;
     }

     .infor p{
        word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align:justify;
     }

     .foot_more{
        width:100%;
        overflow: hidden;
        margin:10px 0 20px 0;
     }
     .foot_more a{
        display:block;
        float: right;
        color:#fff;
     }

     .foot_list{
           overflow:hidden;
        width:80%;
        display:flex;
        margin-bottom:30px;
            justify-content: space-between;
     }
     .foot_list li{
        color:#72bfc5;
        font-size:18px;
        font-weight:bold;
      

     }

        .foot_list li a{
            color:#72bfc5;
        font-size:18px;
        font-weight:bold;
        text-decoration:none;
        }



.brief_more {
    color: #0575c4;
    text-decoration: underline #0575c4;
    cursor: pointer;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
}



.new-desc{
    text-align: justify;
}