/* 检索 */
.search_box{
    width: 100%;
    height: 417px;
    background: url(../../book_images/education/bg1.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.srach_one{
    height: 190px;
    margin: 15px auto;
    margin-top: 50px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sear_con_one{
    margin: 15px auto;
}
.sec_but_one{
    width: 114px;
    height: 54px;
    background: url(../../book_images/education/button.png) no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 16px;
}

/* 分库浏览 */
.browse{
    width: 100%;
    height: 615px;
    background: url(../../book_images/education/bg2.png) no-repeat;
    background-size: 100% 100%;
}
.oner_pool{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.oner_pool .oner_pooltit{
    width: 332px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    margin-top: 50px;
    margin-bottom: 50px;
    background: url(../../book_images/education/title.png) no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.desc{
    display: inline-block;
    width: 223px;
    height: 40px;
    line-height: 20px;
    margin: 0 auto;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
}

/* 拼音导航 */
.pinyin_nav{
    width: 100%;
    height: fit-content;
    background: url(../../book_images/education/bg3.png) no-repeat;
    background-size: 100% 100%;
}

/* 动态消息 */
.news_info{
    width: 100%;
    height: fit-content;
    background: url(../../book_images/education/bg4.png) no-repeat;
    background-size: 100% 100%;
}

/* 友情链接 */
.blogroll{
    width: 100%;
    height: 410px;
    background: #1d2129;
}
.oner_poollink{
    width: 1200px;
    height: 42px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lines{
    display: block;
    width: 425px;
    border: 1px solid #fff;
}

.oner_friendinfo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left{
	flex: 1;
    
}
.right{
    flex: 3;
    height: 252px;
    display: flex;
    justify-content: space-around;
    color: #fff;
}
.one{
	/* flex: 1; */
    
}
.one .fenlei{
    font-size: 18px;
    border-bottom: 1px solid #0d0e13;
    margin-top: 25px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.one li a{
    color: #fff;
    display: inline-block;
    margin: 12px 0;
}
