html,body{
    background-color: #F6F6F6;
}
.main{
    padding-top: 126px;
}
.main .tabs{
    border: 1px solid #eee;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.main .tabs ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.main .tabs li{
    width: 400px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #666;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.main .tabs li:nth-child(2){
    width: 398px;
}
.main .tabs .on{
    border: none;
    color: #3F9BE7;
    font-weight: bold;
    border-top: 2px solid #3F9BE7;
}
.main .tabs .txw_sform,.main .tabs .txw_scondition{
    padding: 0 20px;
}
.main .tabs .txw_sform{
    padding-top: 20px;
}
.main .txw_sform .selectone{
    width: 188px;
}
.main .search .ivu-input-wrapper{
    float: left;
    font-size: 14px;
    margin-right: 10px;
}
.main .search .sbtn{
    float: right;
    width: 88px;
    height: 32px;
    line-height: 32px;
    background-color: #3F9BE7;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.main .left{
    float: left;
    width: 740px;
    background-color: #fff;
}
.main .left table {
    width: 100%;
    text-align: left;
    /*文本居中*/
    border-collapse: collapse;
    /*表格的边框合并，如果相邻，则共用一个边框*/
    border-spacing: 0;
    /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
    font-size: 14px;
    table-layout: fixed;
    position: relative;
}
.main .left table th{
    padding: 15px 13px;
    text-align: center;
    background-color: #F4FAFF;
}
.main .left table td{
    padding: 15px 13px;
    text-align: center;
}
.main .left table td:first-child{
    padding: 0 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.main .left table .title:hover{
    color: #3F9BE7;
}
.main .left table td{
    position: relative;
}
.main .left .ivu-page{
    padding: 20px 0;
}
.main .left thead tr,.main .left tbody tr{
    border: 1px solid #eee;
}
.main .left tfoot td{
    border: 0;
}

.main .right{
    float: right;
    color: #333;
}
.main .right .col{
    width: 360px;
    border: 1px solid #eee;
    background-color: #fff;
}
.main .right h5{
    font-size: 20px;
    line-height: 56px;
    height: 56px;
    padding-left: 28px;
    padding-right: 18px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.main .right h5 i{
    position: absolute;
    left: 18px;
    top: 18px;
    width: 2px;
    height: 20px;
    background-color:#3F9BE7;
}
.main .right h5 a{
    float: right;
    font-size: 14px;
    color: #3F9BE7;
    font-weight: normal;
    cursor: pointer;
}
.main .right .col {
    margin-bottom: 15px;
}
.main .right .col ul{
    height: 246px;
    padding: 0 18px;
    padding-bottom: 15px;
}
.main .right .col li{
    line-height: 40px;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.main .right .col .txt{
    width: 210px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.main .right .col .txt:hover{
    color: #3F9BE7;
}
.main .right .col .date{
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
}
.right .col .title{
    width: 208px;
    padding-left: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.right .col .title:hover{
    color: #3F9BE7;
}
#clist .main .left{
    width: 825px;
}

#clist .txw_scondition .inners .acol{
    width: 1120px;
}
#clist .txw_scondition .fchildcheck{
    width: 990px;
}
#clist .txw_scondition .txw_area  .acol{
    width: 564px;
}
#clist .txw_scondition .txw_area .fcheck{
    width: 80px;
}
#clist .txw_scondition .txw_area .fchildcheck{
    width: 464px;
}
#clist .txw_area  .acol:nth-child(1),#clist .txw_area  .acol:nth-child(3),#clist .txw_area  .acol:nth-child(5){
    width: 504px;
}
#clist .txw_area  .acol:nth-child(1) .fchildcheck,#clist .txw_area  .acol:nth-child(3) .fchildcheck,#clist .txw_area  .acol:nth-child(5) .fchildcheck{
    width: 404px;
}
