.right{
    min-height: 600px;
}
.right-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 14px;
}
.right-title-left{
    width: 80px;
    height: 24px;
    border-left: 3px solid #1BA3F5;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
.right-title-btn{
    display: inline-block;
    height: 24px;
    font-size: 14px;
    color: #1BA3F5;
    line-height: 24px;
    cursor: pointer;
}

.right-cen{
    width: 952px;
    margin: 0 auto;
}

.right-table{
    width: 100%;
}
.right-table-thead{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-right: none;
    background-color: #F2F2F2;
}
.right-table-thead > div{
    border-right: 1px solid #e5e5e5;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}
.right-table li + li{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    min-height: 40px;
}
.right-table li + li > div{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    line-height: 20px;
}

.xh{
    width: 100px;
}
.lx{
    width: 100px;
}
.nr{
    width: 400px;
}
.hf{
    width: 400px;
}
.lysj{
    width: 200px;
}
.lyzt{
    width: 150px;
}

.right-no{
    width: 100%;
}
.right-no img{
    display: block;
    width: 280px;
    height: 280px;
    margin: 0 auto;
}

.right-send{
    width: 952px;
    margin: 0 auto;
}
.right-send-type{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 10px 0;
}
.right-send-typeTitle{
    display: inline-block;
    height: 50px;
    margin-right: 10px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
}
.right-send-typeItem{
    display: inline-block;
    height: 50px;
    margin-right: 20px;
    padding: 0 20px;
    border: 1px solid #CECECE;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
.right-send-type input:checked + label{
    border-color: #19A3F5;
    color: #19A3F5;
}
.right-send-inp{
    width: 100%;
    height: 180px;
    padding: 10px;
    border: 1px solid #E6E6E6;
    font-size: 12px;
    line-height: 20px;
    resize: none;
}
.right-send-btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 80px;
}
.right-send-btn > span{
    display: block;
    width: 100px;
    height: 40px;
    border-radius: 8px;
    background-color: #1BA3F5;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}





.caozuo{
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: #fff;
}
.caozuo .page{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.caozuo .page>div{
    width: 65px;
    height: 28px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    color: #0094D0;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.caozuo .page>ul{
    max-width: 600px;
    height: 28px;
    margin: 0 6px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.caozuo .page>ul li{
    display: inline-block;
    width: 32px;
    height: 28px;
    margin-right: 6px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    color: #0094D0;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.caozuo .page>ul li:nth-last-child(1){
    margin-right: 0;
}
.caozuo .page>ul li.pageAction{
    background-color: #0094D0;
    color: #fff;
}
.caozuo .page>div.pageCount{
    width: auto;
    margin-left: 6px;
    border: none;
}
.caozuo .page>div.pageInput{
    width: auto;
    margin-left: 6px;
    border-radius: 4px;
    border-color: #1794D0;
}
.caozuo .page>div.pageInput input{
    display: block;
    width: 65px;
    height: 26px;
    margin: 0;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #0094D0;
    line-height: 28px;
    text-align: center;
}
.caozuo .page>div.pageJump{
    width: 65px;
    height: 28px;
    border-color: #E5E5E5;
    margin-left: 6px;
}
