.zxftbox > div{
    position: relative;
    width: 49%;
}
.zxftbox .wsjd{
    float: left;
}
.zxftbox .zxft{
    float: right;
}
.zxftbox .content{
    margin: 20px 0;
    width: 100%;
}
.zxftbox .content ul{
    width:100%;

}
.zxftbox .content ul li{
    width:100%;
    height:36px;
    line-height:36px;
}
.zxftbox .content ul li span{
    float:right;
}
.zxftbox .content ul li a{
    float:left;
    width:75%;
    font-size:16px;
}
.zxftbox .content .imgbox{
    float: left;
    width: 50%;
    height: 157px;
}
.zxftbox .content .imgbox img{
    width: 100%;
    height: 100%;
}
.zxftbox .content .info{
    position: relative;
    float: right;
    width: 49%;
}
.zxftbox .content .info > div{
    overflow: hidden;
    margin-bottom: 18px;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666;
}
.zxftbox .content .info > div b{
    color: #20528f;
}
.zxftbox .content .info .ftsl{
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 107px;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    text-align: center;
    background-color: #846edb;
    border-radius: 5px;
}
.zxftbox .content .info .ftsl a{
    color: #fff;
}
.tzxxbox .tzxx{
    position: relative;
    float: left;
    width: 67%;
}
.tzxxbox .tsjb{
    float: right;
    width: 31%;
}
.tzxxbox .tzxx .content{
    margin-top: 20px;
    border: 1px solid #b5b5b5;
}
.tzxxbox .tzxx .content .theme{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #f3f3f3;
    font-size: 16px;
    text-align: center;
}
.tzxx .content span{
    float: left;
}
.tzxx .content ul{
    width: 100%;
}
.tzxx .content ul li{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
}
.tzxx .content ul li:hover{
    background-color: #e5e5e5 !important;
}
.tzxx .content span a{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tzxx .content span:first-child{
    width: 25%;
}
.tzxx .content span:first-child + span{
    width: 40%;
}
.tzxx .content span:first-child + span + span{
    width: 12%;
}
.tzxx .content span:first-child + span + span + span{
    width: 11%;
}
.tzxx .content span:first-child + span + span + span + span{
    width: 12%;
}
.tsjb .content{
    margin-top: 20px;
    width: 100%;
}
.tsjb .content a{
    display: block;
    margin: 20px 0;
    width: 100%;
    height: 151px;
}
.tsjb .content a img{
    width: 100%;
    height: 100%;
}
.zcjdbox .zcjd{
    float: left;
    width: 67%;
}
.zcjdbox .lytj{
    float: right;
    width: 31%;
}
.lytj .content{
    margin-top: 5px;
    width: 100%;
}
.lytj .content > div{
    width: 100%;
}
.lytj .content > div p{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
.lytj .content > div > span{
    float: left;
    width: 49%;
    color: #20528f;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.lytj .content > div > span + span{
    float: right;
}
.wsdc{
    margin-top: 30px;
    border: 1px solid #cccccc;
}
.wsdc .title{
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    background-color: #f3f3f3;
}
.wsdc li{
    padding-left: 10px;
    width: 100%;
    height: 32px;
    line-height: 32px;
}
.wsdc li:hover{
    background-color: #e5e5e5 !important;
}
.wsdc li a{
    display:block;
    overflow:hidden;
    width:100%;
    height:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
}

@media (max-width: 1220px){
    .zxftbox > div{
        width: 100%;
    }
    .tzxxbox .tzxx{
        width: 100%;
    }
    .tzxxbox .tsjb{
        width: 100%;
    }
    .tsjb .content a{
        height: 240px;
    }
    .zcjdbox .zcjd{
        width: 100%;
    }
    .zcjdbox .lytj{
        width: 100%;
    }
}
@media (max-width: 414px){
    .zxftbox .content .imgbox{
        width: 100%;
    }
    .zxftbox .content .info{
        width: 100%;
    }
    .tzxxbox .tzxx .content .theme span{
        display: none;
    }
    .tzxx .content .theme span:first-child + span{
        display: block;
        width: 100%;
    }
    .tzxx .content ul li span{
        display: none;
    }
    .tzxx .content ul li span:first-child + span{
        display: block;
        width: 100%;
    }
    .tsjb .content a{
        height: 180px;
    }
}

