.main {
    background: #f2f2f2;
}
.booklist {
    padding-top: 22px;
    overflow: hidden;
    padding-bottom: 30px;
}
.booklist-box{
    background: #fff;
    width: 100%;
}
.tabcheck{
    float: left;
    width: 100%;
    padding-left: 20px;
}
.tabcheck li{
    float: left;
    height: 52px;
    line-height: 52px;
    margin-right: 58px;
}
.tabcheck li a{
    display: inline-block;
    font-size: 16px;
    height: 52px;
    color: #1d375e;
    background: url(../imgs/down.png) no-repeat;
    background-position:  right  21px;
    padding-right: 14px;
}
.tabcheck li:first-child a,.tabcheck li:first-child.active a,.tabcheck li:first-child:hover a{
    background: none;
    padding-right: 0;
}
.tabcheck li.active a,.tabcheck li:hover a{
    color: #e84b4b;
    box-sizing: border-box;
    border-bottom: 3px solid #e84b4b;
    background: url(../imgs/downcheck.png) no-repeat;
    background-position:  right  21px;
}
.tabcheck li:hover a{
    color: #0579dc;
    box-sizing: border-box;
    border-bottom: none;
    background: url(../imgs/downhover.png) no-repeat;
    background-position:  right  21px;
}
/* 期刊列表 */
.book-item{
    float: left;
    width: 100%;
}
.book-item>ul{
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.book-item>ul>li{
    padding: 15px  20px;
    float: left;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #eeeef0;
}
.book-item>ul>li:hover{
    background: #f6fafe;
}
.book-item>ul>li:last-child{
    border-bottom: 1px solid #eeeef0;
}
.bookimg{
    float: left;
    width: 160px;
    height: 218px;
	display: inline-block;
}
.bookimg img{
    width: 160px;
    height: 218px;
    display: block;
}
.bookinfor{
    float: left;
    padding-left: 20px;
    width: 82%;
	display: inline-block;
}
.bookinfor_l{
    float: left;
    width: 990px;
}
.bookinfor_l h2 a{
    font-size: 20px;
    color: #252742;
}
.book-item>ul>li:hover .bookinfor_l h2 a{
    color: #0579dc;
}
.bookinfor a:hover{
    text-decoration: underline;
}
.bookinfor_l p{
    font-size: 14px;
    color: #65738e;
    line-height: 1.6;
    margin-top: 14px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.book-content{
    float: left;
    width: 100%;
    margin-top: 19px;
}
.book-content li{
    float: left;
    font-size: 14px;
    color: #1d375e;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.book-content li span{
    margin-right: 8px;
    display: inline-block;
}
.book-content li a{
    color: #0579dc;
}
.book-content li:nth-child(3n-2){
    width: 33%;
}
.book-content li:nth-child(3n-1){
    width: 33%;      
    padding-right: 20px;
    box-sizing: border-box;
}
.book-content li:nth-child(3n){
    width: 33%;  
	
}
.book-content li:last-child{
    color: #0579dc;
	width: 100%;
    white-space: inherit;
}
.book-content li:last-child a{
    margin-right: 6px;
}
.clickask{
    float: right;
    width: 102px;
    position: relative;
    padding-top: 58px;
}
.clickask div{
   position: absolute;
   top: 0;
   width: 298px;
   right: 0;
}
.clickask div label{
    display:block;
    float: left;
   font-size: 14px;
    height: 34px;
   line-height: 34px;
   border-radius: 6px;
   background: #f5e8ec;
   color: #e84b4b;
   box-sizing:border-box;
   padding: 0  10px;  
}
.clickask div a{
   display: block;
   font-size: 14px;
   position: absolute;
   right: 0;
   width: 102px;
   height: 32px;
   background: #fff;
   line-height: 32px;
   text-align: center;
   border-radius: 6px;
   color: #e84b4b;
   border: 1px solid #e84b4b;
}
.clickask span{
    display: block;
    float:right;
    font-size: 14px;
    color: #65738e;
    margin-bottom: 10px;
}
.clickask em{
    color: #0579dc;
}
.clickask a:hover,.book-item>ul>li:hover div.clickask a{
    color: #fff;
    background: #e84b4b;
    border: 1px solid #e84b4b;
    text-decoration: none;
}
/* 分页修改样式 */
.qk-box{
    overflow: hidden;
}
.page-box { 
    float: left;
    width: 100%;
    margin-top: 38px;
}
/* 期刊详情页 */
.qk-info{
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.qk-avatar{
    float: left;
    width: 260px; 
}
.qk-img{
    float: left;
    width: 260px;
    height: 360px;
}
.qk-img  img{
    width: 260px;
    height: 360px;
    display: block;
}
.qk-img-item{
    width: 100%;
    background: #f6fafe;
    float: left;
}
.qk-img-item ul{
    float: left;
    width: 100%;
    padding: 10px 0;
}
.qk-img-item ul  li{
    float: left;
    width: 40px;
    height: 54px;
    margin-left:10px;
    cursor: pointer;
    box-sizing: border-box;
}
.qk-img-item ul  li:hover{
    border: 1px solid #0579dc;
}
.qk-img-item ul  li img{
    display: block;
    width: 38px;
    height: 52px;
}
.qk-info-detail{
    width: 875px;
}
.qk-info-name{
    float: left; 
    max-width: 400px;
}
.qk-info-name  h2{
    font-size: 30px;
    color: #252742;
    margin-top: 10px;
    width: auto;
    font-weight: 500;
}
.qk-info-name  h3{
    font-size: 12px;
    width: auto;
    color: #65738e;
    margin-top: 6px;
}
.rank{
    display: block;
    float: left;
    font-size: 14px;
    color: #e84b4b;
    padding-left: 16px;
    background: url(../imgs/star.png) no-repeat;
    background-position: 0 center;
    margin-top: 25px;
    margin-left: 10px;
}
.qkover{
    float: right;
    margin-top: -20px;
    height: 103px;
    width: 345px;
    background: url(../imgs/ones.png) no-repeat;
}
.qkover a{
    display:block;
    float: left;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
    color: #ffe029;
    font-size: 16px;
    margin-top: 59px;
    padding-left: 23px;
}
.qkover a:hover{
    text-decoration: none !important;
}
.qkover a  em{
    color: #fff;
    font-size: 14px;
}
.qk-item,.qk-item ul{
    float: left;
    width: 100%;
}
.qk-item ul{
    margin-top: 18px;
}
.qk-item ul li{
    float: left;
    width: 410px;
    margin-top: 12px;
    font-size: 14px;
    color: #1d375e;
}
.qk-item ul li span{
    color: #65738e;
    margin-right: 6px;
}
.qk-item ul li a{
    color: #0579dc;
}
.qk-info-detail a:hover{
    text-decoration: underline;
} 
.qk-item ul li:nth-child(3n){
    width: 180px;
}
.qk-item-info{
    float: left;
    width: 780px;
    padding: 0  20px;
    background: #f6fafe;
    margin-top: 36px;
    padding-bottom: 20px;
}
.qk-item-info li{
    float: left;
    font-size: 14px;
    color: #1d375e;
    width: 270px;
    margin-top: 20px; 
}
.qk-item-info li span{
    color: #65738e;
}
.qk-item-info li a{
    color: #0579dc;
}
.qk-item-info li:nth-child(3n-2){
    width: 240px;
}
.qk-item-info li:nth-child(3n-1){
    width: 244px;
}
.qk-other{
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 34px;
    color: #65738e;
}
.qk-other span,.qk-other a{
    display: inline-block;
}
.qk-other a,.qk-other label{
    color: #0579dc;
    margin-left: 8px;
}
.qk-honor{
    margin-top: 10px;
}
.swtlink{
    width: 100%;
    float: left;
    height: 136px;
    background: url(../imgs/qk-item.jpg) no-repeat;
    margin: 20px 0;
}
.swtlink a{
    display: block;
    width: 190px;
    height: 52px;
    background: #e84b4b;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 52px;
    float: right;
    margin-right: 32px;
    margin-top: 42px;
    font-weight: 500;
    border-radius: 6px;
}
.qk-content{
    float: left;
    width: 100%;
}
.qk-conten-l{
    float: left;
    width: 900px;
    margin-bottom: 20px;
    background: #fff;
}
.qk-tab{
    float: left;
    width: 100%;
    border-bottom: 1px solid #eeeef0;
    background: #fff;
}
.qk-tab ul{
    padding-left: 20px;
}
.qk-tab li{
    float: left;
    font-size: 16px;
    margin-right: 58px;
    height: 55px; 
    color: #1d375e;
    cursor: pointer;
}
.qk-tab li a,.qk-nav li span{
    height: 52px;
    line-height: 52px;
    color: #1d375e;
    display: inline-block;
}
.qk-tab li.active a,.qk-tab li.active:hover a,.qk-nav li.active span,.qk-tab li.active:hover span{
    color: #e84b4b;
    font-weight: 500;
    border-bottom: 3px solid #e84b4b;
}
.qk-tab li:hover a,.qk-tab li:hover span{
    border: none;
    font-weight: 500;
    color: #0579dc;
}
.wrap-sub{
    float: left;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.wrap-sub-title{
    float: left;
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    color: #252742;
    margin-top: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeef0;
    font-weight: bold;
}
.wrap-sub-title span{
    display: inline-block;
    background: url(../imgs/article_bg.png) no-repeat;
    padding-right: 16px;
    background-position: right;
}
.wrap-desc{
    margin-bottom: 20px;
    width: 100%;
}
.wrap-desc p{
    font-size: 14px;
    color: #0e0e0e;
    line-height: 1.7;
    margin-top: 22px;
    width: 100%;
    float: left;
}
.abstrat{
    text-indent: 28px;
}
.wrap-desc p a{
    color: #0579dc;
    font-size: 18px;
}
.require-box>p:first-child{
    margin-top: 0px;
}
.require{
    /*margin-top: 30px;*/
    float: left;
}
.require-box div.require:nth-child(2){
    margin-top: 10px;
}
.require p{
    margin-top: 8px;
}  
.echarts{
    margin-bottom: 0;
} 
.echarts-con{
    float: left;
    width: 860px; 
    box-sizing: border-box;
    border: 1px solid #eeeef0;
    height: 420px;
    margin-top: 12px;
}
.foc{
    margin-bottom: 20px;
}
.echarts p{
    font-size: 18px;
    margin-top: 26px;
    color: #0579dc;
}
.ques{
    margin-top: 50px;
}
.ques-title p{
    font-size: 18px;
    color: #0579dc;
}
.ques-box{
    float: left;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.ques-box ul{
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.ques-box li{
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeef0;
    margin-top: 20px;
}
.ques-box li h4{
    float: left;
    width: 100%;
    color: #0579dc;
    font-size: 18px;
    font-weight: 500;
    background: url(../imgs/ques.png) no-repeat;
    padding-left: 42px;
    height: 33px;
    line-height: 26px;
    box-sizing: border-box;
}
.ques-box li p{
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #1d375e;
    padding-left: 42px;
    line-height: 1.5;
}
.ques-box li:first-child{
    margin-top: 0;
}
.ask-box{
    float: left;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 24px;
    position: relative;
}
.ask-box ul{
    float: left;
    width: 100%;
    background: #e6f1fb;
    margin-top: 12px;
    padding-bottom: 50px;
}
.ask-box ul li{
    float: left;
    width: 33.33333%;
    padding: 0  34px;
    box-sizing: border-box;
    cursor: pointer;
}
.ask-box ul li span{
    font-size: 18px;
    color: #1d375e;
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 140px;
}
.ask-box ul li p{
    font-size: 14px;
    color: #75819a;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 26px; 
}
.ask-box ul li:hover span{
    color: #0579dc;
}
.ask-box ul li:first-child{
    background: url(../imgs/pinggu.png) no-repeat;
    background-position: center 44px;
}
.ask-box ul li:nth-child(2){
    background: url(../imgs/zan.png) no-repeat;
    background-position: center 44px;
}
.ask-box ul li:nth-child(3){
    background: url(../imgs/xiugai.png) no-repeat;
    background-position: center 44px;
}
.ask-box ul li:first-child:hover{
    background: url(../imgs/pinggu1.png) no-repeat;
    background-position: center 44px;
}
.ask-box ul li:nth-child(2):hover{
    background: url(../imgs/zan1.png) no-repeat;
    background-position: center 44px;
}
.ask-box ul li:nth-child(3):hover{
    background: url(../imgs/xiugai1.png) no-repeat;
    background-position: center 44px;
}
.handy{
    position: absolute;
    background: #e84b4b;
    display: block;
    width: 286px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    height: 60px;
    font-size: 18px;
    border-radius: 4px;
    box-shadow:6px 7px 2px 2px rgba(11, 27, 36, 0.12);
    font-weight: bold;
        left: 287px;
    bottom:-30px;
}   
.handy:hover{
    background: #f04e4e;
}
.rights{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 12px;
}
.rights ul{
    float: left;
    width: 100%;
    background: #072550;
    padding-bottom: 60px;
}
.rights ul  li{
    width: 25%;
    float: left;
    padding: 0  20px;
    box-sizing: border-box;
}
.rights ul  li:first-child{
    background: url(../imgs/xinxi.png) no-repeat;
    background-position: center 72px;
}
.rights ul  li:nth-child(2){
    background: url(../imgs/baomi.png) no-repeat;
    background-position: center 72px;
}
.rights ul  li:nth-child(3){
    background: url(../imgs/shouhou.png) no-repeat;
    background-position: center 72px;
}
.rights ul  li:nth-child(4){
    background: url(../imgs/qiye.png) no-repeat;
    background-position: center 72px;
}
.rights ul  li  span{
    display: block;
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 220px; 
    font-weight: 550;
}
.rights ul  li  p{
    font-size:14px;
    color: #75819a;
    text-align: center;
    margin-top: 16px;
    line-height: 1.7;
    float: left;
}
.rights ul  li:nth-child(3) p,.rights ul  li:nth-child(4) p{
    margin-top: 30px;
}
.ad{
    float: left;
    width: 100%;
    background: url(../imgs/pinpai.png) no-repeat;
    height: 88px;
    background-size:860px  88px;
    margin-top: 20px;
    margin-bottom: 24px;
}
.document,.document ul,.document ul li{
    float: left;
    width: 100%;
}
.document{
    margin-bottom: 24px;
}
.document ul li{
    padding-top: 20px;
    border-bottom: 1px solid #eeeef0;
    padding-bottom: 20px;
}
.document ul li h2 a,.document ul li h3 a{
    font-size: 18px;
    color: #1d375e;
    font-weight: 550;
}
.document ul li a:hover{
    color: #0579dc;
    text-decoration: underline;
}
.author{
    float: left;
    width: 100%;
    margin-top: 8px;
}
.author span{
    display: inline-block;
    font-size: 14px;
    color: #b5b5b5;
}
.author a{
    display: inline-block;
    font-size: 14px;
    color: #1d375e;
    margin-left: 54px;
}
.document ul li p{
    font-size: 14px;
    width: 100%;
    color: #65738e;
    float: left;
    line-height: 1.7;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.document ul{
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 10px;
}
.keywords{
    float: left;
    width: 100%;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    color: #1d375e;
    margin-top: 14px;
}
.keywords a{
    display: inline-block;
    color: #0579dc;
    margin-left: 8px;
}
.qk-date{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 12px;
    margin-bottom: 24px;
}
.qk-date table{
    float: left;
    width: 100%;
}
.qk-date table tr{
    border-bottom: 1px solid #eeeef0;
}
.qk-date table tr td{
    height: 54px;
    font-size: 18px;
    color: #1d375e;
    font-weight: 500;
}
.qk-date table tr:first-child{
    background: #f6fafe;
    font-weight: bold;
}
.qk-date table tr td:first-child{
    width: 88px;
    text-align: center;
    border-right: 1px solid #eeeef0;
}
.qk-date table tr td:last-child{
   padding-left: 23px;
}
.qk-date table tr:first-child td:last-child{
    padding-left: 34px;
}
.qk-date table tr td a{
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    color: #0579dc;
    margin-right: 14px;
}
.qk-date table tr td a:hover{
    background: #0579dc;
    color: #fff;
}
.comment{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
}
.comment ul{
    float: left;
    width: 100%;
}
.comment ul li{
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeef0;
    padding-top: 20px;
}
.comment ul li:last-child{
    border: none;
}
.userimg{
    float: left;
    width: 72px;
}
.userimg  img{
    width: 72px;
    height: 72px;
    display: block;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.userimg span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #65738e;
    text-align: center;
    margin-top: 8px; 
}
.comment-r{
    width: 768px;
}
.comment-r-item{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #1d375e;
    margin-bottom:8px;
}
.comment-r-item span{
    display: block;
    float: left;
}
.comment-r-item span em{
    display: inline-block;
    margin-left: 6px; 
}
.comment-r-item label{
    float: right;
    display: block;
    font-size: 14px;
    color: #b5b5b5;
    margin-top: 2px;
}
.comment-r-item label em{
    display: inline-block;
    margin-left: 20px;
}
.comment-r  p{
    float: left;
    width: 690px;
    margin-top: 10px;
    font-size: 16px;
    color: #65738e;
    /* line-height: 1.6; */
} 
.service{
    margin-top: 0;
}
.hot-article{
    float: left;
    width: 100%;
}
/* 检索页 */
.retrieval{
    float: left;
    width: 100%;
}
.retrieval ul{
    float: left;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}
.retrieval ul li{
    float: left; 
    margin-right: 60px;
}
.retrieval ul li a{
    font-size: 16px;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    color: #1d375e;
}
.retrieval ul li.active a,.retrieval ul li:hover.active a{
    color: #e84b4b;
    font-weight: 500;
        border-bottom: 3px solid #e84b4b;
}
.retrieval ul li:hover a{
    border: none;
    color: #0579dc;
}
.findlist{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #1d375e;
}
.findlist span{
    color: #e84b4b;
}
.findbox{
    padding-top: 10px;
}
.list-item  ul{
    margin-top: 0;
}
.qk-list div.article-aside  div.hot{
    margin-bottom: 20px;
}
.to-swt{
    float: left;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    padding-left: 42px;
    padding-right: 36px;
}
.to-swt  span{
    display: inline-block;
    font-size: 20px;
    color: #ffe029;
    line-height: 44px;
}
.to-swt a{
    display:block;
    float: right;
    width: 120px;
    height: 32px;
    text-align: center;
    border-radius: 4px;
    line-height: 30px;
    background:#e84b4b;
    color: #fff;
    font-size: 16px;
    margin-top: 6px;
}
.to-swt-one{
    background: url(../imgs/toswt.png) no-repeat;
}
.to-swt-two{
    background: url(../imgs/toswt1.png) no-repeat;
}
.to-swt-three{
    background: url(../imgs/toswt2.png) no-repeat;
}
.getarticle{
    float: left;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: 16px;
}
.much{
    float: left;
    position: relative;
    box-sizing: border-box;
    background: #d1def5; 
    border-radius: 6px;
}
.much>span{ 
    float: left;
    margin-top: -7px;
    margin-left: -27px;
    padding: 0 11px;
    height: 22px;
    line-height: 22px;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    color: #fff;
    font-size: 12px;
    background: #0579dc;
    text-decoration: line-through;
}
.getarticle-content{ 
    height: 27px;
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 6px;
    box-sizing: border-box;
    float: left;
    line-height: 25px;
}
.getarticle-content  span{
    font-size: 12px;
    color: #1d375e;
}
.getarticle-content>img{
    display:block;
    margin-top: 6px;
    margin-left: 6px;
    float: right;
    cursor: pointer;
}
.wxcode{
    position: absolute;
    width: 88px;
    height: 88px;
    border: 1px solid #0579dc;
    right: -102px;
    background:#fff;
    top: -83px;
    box-sizing: border-box;
    padding: 3px;
    display: none;
}
.wxcode  img{
    width: 80px;
    height: 80px;
    display:block;
} 