.tushu_box{
    background-color: rgb(249, 249, 249);
}
.tushu_tab,.kecheng_tab{
    width: 100%;
    height: 0.75rem;
	background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2rem;
}
.tushu_tab>span{
    display: inline-block;
    width: 50%;
    border: solid 1px #0b135c;
    height: 0.75rem;
    line-height: 0.75rem;
    text-align: center;
    color: #333333;
}
.tab_color{
    background-color: #0b135c !important;
    color: #ffffff !important;
}
.tushu_list,.kecheng_list{
    width:100%;
    margin:0.2rem auto;
    background-color: #ffffff;
}
.tushu_list>li{
    width: 7.19rem;
    height: 1.85rem;
    border-bottom: 1px dashed #DFDFDF;
    margin:0 auto;
    display: flex;
    padding-top: 0.4rem;
    position: relative;
}
.kecheng_list>li{
    width: 7.19rem;
    height: 1.61rem;
    border-bottom: 1px dashed #DFDFDF;
    margin:0 auto;
    display: flex;
    margin-top: 0.4rem;
}
.tushu_list>li:nth-last-child(1),.kecheng_list>li:nth-last-child(1){
    border: none;
}
.flex_between{
    display: flex;
    justify-content: space-between;
}
.zj_list_icon{
    width: 1.3rem;
	height: 1.63rem;
	background-color: #d1e8ff;
	border-radius: 5px;
    margin-right: 0.2rem;
}
.zj_list_icon>img{
    width: 1.3rem;
	height: 1.63rem;
}
.kc_list_icon{
    width: 1.3rem;
	height: 1rem;
	border-radius: 5px;
    margin-right: 0.2rem;
}
.kc_list_icon>img{
    width: 1.3rem;
	height: 1rem;
}
.title_btn{
    font-size: 0.28rem;
    color: #333333;
    /* position: relative; */
}
.tushu_list a{
    display: block;
    width: 1.4rem;
    height: 0.56rem;
    background-color: #4454ff;
	border-radius: 6px;
	border: solid 1px #4454ff;
    text-align: center;
    line-height: 0.56rem;
    font-size: 0.26rem;
    color: #ffffff;
    margin-top: 0.2rem;
    position: absolute;
    right: 0;
    bottom: 0.15rem;
}
.title_btn>p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align: left;
}
.tg_list{
    display: none;
}
.kecheng_title{
    width: 100%;
	height: 0.75rem;
	background-color: #0b135c;
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.75rem;
    margin-top: 0.3rem;
}
.kecheng_tab>span{
    display: inline-block;
    width: 2.36rem;
	height: 0.81rem;
}
.kecheng_tab>span>span{
    display: inline-block;
    width: 2.36rem;
    height: 0.75rem;
    text-align: center;
    line-height: 0.75rem;
    color: #ffffff;
    font-size: 0.26rem;
}
.kecheng_tab>span:nth-child(1)>span{
    background-image: url("../img/bj-gkk.png");
	background-size:100% 100%;
}
.kecheng_tab>span:nth-child(2)>span{
    background-image: url("../img/bg-zj.png");
	background-size:100% 100%;
}
.kecheng_tab>span:nth-child(3)>span{
    background-image: url("../img/bg-gz.png");
	background-size:100% 100%;
}
.kecheng_tab_color{
    border-bottom:0.08rem solid #0b135c;
}
.zjkc_list,.gzkc_list{
    display: none;
}
.kecheng_list a{
    display: block;
}
.tskw{
    display: block;
    margin:0.2rem auto;
    width: 100%;
    height: 1.8rem;
    background-image: url("../img/tskw.png");
	background-size:100% 100%;
}