.nd_nav {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}
.searchBox{
    float: right;
    width: 350px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #3bb850;
    margin-top: 3px;
}
.searchBox>input{
    width: 250px;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}
.searchBox>span{
    float: right;
    display: inline-block;
    width: 86px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #3bb850;
    color: #ffffff;
    cursor:pointer;
}
/*floor1*/
.floor1{
    margin-top: 20px;
    border: 1px solid #f5f5f5;
}
.f1Head{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.f1HeadTitle{
    font-size: 18px;
}
.f1HeadMore{
    float: right;
    cursor:pointer;
}
.f1Body{
    /*height: 88px;*/
    height: auto;
    padding: 5px 20px 5px;
    overflow: hidden;
}
.f1Body>span{
	float:left;
    display:block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #dddddd;
    margin-right: 15px;
    margin-bottom: 13px;
    cursor: pointer;
}
.f1BodyA{
    border: 1px solid #3bb850!important;
    color: #3bb850;
}
.f1Body>span:nth-child(10n){
    margin-right: 0;
}
.f1Body>span:hover{
    border: 1px solid #3bb850;
    color: #3bb850;
}
/*floor2*/
.floor2{
    margin-top: 20px;
    border: 1px solid #f5f5f5;
}
.f2HeadMore{
    float: right;
    cursor:pointer;
}
.f2Body{
     /*height: 88px;*/
    height: auto;
    padding: 5px 20px 5px;
    overflow: hidden;
}
.f2Body>span{
	float:left;
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #dddddd;
    margin-right: 15px;
    margin-bottom: 13px;
    cursor: pointer;
}
.f2BodyA{
    border: 1px solid #3bb850!important;
    color: #3bb850;
}
.f2Body>span:nth-child(10n){
    margin-right: 0;
}
.f2Body>span:hover{
    border: 1px solid #3bb850;
    color: #3bb850;
}
/*floor3*/
.floor3{
    margin-top: 20px;
}
.f3Left{
    float: left;
    width: 870px;
    padding: 0 5px;
}
.f3LBItem {
    display: block;
    float: left;
    width: 200px;
    height: 160px;
    margin-right: 23px;
    margin-bottom: 10px;
}
.f1LBItemImg {
    width: 200px;
    height: 110px;
    border-radius: 5px;
    overflow: hidden;
}
.f1LBItemImg>img {
    width: 200px;
    height: 110px;
}
.f3ItemBox>.f3LBItem:nth-child(4n) {
    margin-right: 0;
}
.f1LBItemP {
    padding-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.f3Right{
    float: right;
    width: 300px;
}
.f1Right {
    width: 298px;
    height: 362px;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.f1RightHead {
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    padding: 0 15px;
}
.f1RHLeft {
    font-size: 18px;
}
.f1RItemBox {
    padding: 20px 15px;
    overflow: hidden;
}
.f1RItem {
    height: 24px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 13px;
}
.f1RItem>img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    vertical-align: middle;
}
.right_week_num {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #3bb850;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}
.f3Nothing{
    text-align: center;
    padding: 100px 0;
    display:none;
}
