.main{
    background: #F5F5F5;
}
.content{
    display: flex;
    justify-content: space-between;
}
.mainleft{
    margin-top: 0;
    background: #fff;
}
.mainright{
    width: 75%;
    margin-left: 10px;
    margin-top: 0px;
    background: #fff;
}
.border_box{
    border: 1px solid #ddd;
}
.kjhmessage{
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-top: 20px;
}
.kjhimg{
    width: 67px;
}
.kjhimg img{
    width: 100%;
}
.kjhr{
    margin-left: 35px;
}
.kjhname span:nth-child(2){
    font-weight: bold;
}
.kjhname span:nth-child(3){
    color: #7F7F7F;
}
.iSelectBox {
    position: relative;
    z-index: 5;
    display: inline-block;
    line-height: 20px;
    margin-top: 10px;
}
.iSelectBox span{
    font-size: 12px;
    margin-left: 3px;
}
a.iSelect:link,a.iSelect:visited,a.iSelect:hover {
    display: inline-block;
    line-height: 18px;
    border: 1px solid #BCD2E9;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    padding: 1px 18px 0px 6px;
    height: 20px;
    cursor: default;
    background: #ECF6FF url(https://img2.csxfsg.com/www/images/open/mcSelect.gif) no-repeat 100% 2px;
    width: 90px;
    text-align: left;
}
.iSelectList {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 22px;
    font-size: 12px;
    background-color: #ECF6FF;
    border: 1px solid #BCD2E9;
    border-top: 0;
    display: none;
    width: 90px;
}
.listOverFlow {
    overflow: auto;
}
.iSelectList a, .iSelectList a:visited, .iSelectList a:hover {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 1px 1px 0px 6px;
    margin: 0;
    line-height: 20px;
    word-wrap: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: 0;
    background-color: #ECF6FF;
    position: relative;
    z-index: 1;
    text-align: left;
}
.iSelectList a.iSelectHover, .iSelectList a.iSelectHover:hover {
    color: #333;
    background-color: #BCD2E9;
}
.opennumber{
    margin-top: 10px;
}
.kjhnumber i,.kjhnumber em{
    color: #D9001B;
    font-size: 14px;
    font-weight: 700;
}
.kjhtip{
    border: 1px dashed #AAAAAA;
    padding: 5px 5px;
    border-radius: 3px;
    color: #AAAAAA;
    width: 98%;
    margin: 10px auto;
}
.kjhtip p:nth-child(1){
    font-size: 16px;
}
.kjhtip p:nth-child(2){
    font-size: 14px;
    margin-top: 10px;
}
.navlist{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #2a63a8;
    padding: 0 20px;
}
.navlist a{
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
}
.navlist a:hover{
    color: #fff;
}
.navactive{
    font-weight: bold;
}
.openDate,.openlink{
    margin-top: 10px;
    font-size: 12px;
}
.openlink a{
    margin-right: 15px;
}
.kjhtop{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
}
.kjhtitle{
    font-weight: bold;
}
.df_more a{
    font-size: 14px;
    margin-right: 15px;
}
.iSelectBox1{
    position: relative;
    z-index: 5;
    display: inline-block;
    line-height: 20px;
}
a.iSelect1:link,a.iSelect1:visited,a.iSelect1:hover {
    display: inline-block;
    line-height: 18px;
    border: 1px solid #BCD2E9;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    padding: 1px 18px 0px 6px;
    height: 20px;
    cursor: default;
    background: #ECF6FF url(https://img2.csxfsg.com/www/images/open/mcSelect.gif) no-repeat 100% 2px;
    width: 90px;
    text-align: left;
}
.iSelectList1 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 22px;
    font-size: 12px;
    background-color: #ECF6FF;
    border: 1px solid #BCD2E9;
    border-top: 0;
    display: none;
    width: 90px;
}
.listOverFlow1 {
    overflow: auto;
}
.iSelectList1 a, .iSelectList1 a:visited, .iSelectList1 a:hover {
    text-decoration: none;
    display: block;
    color: #333;
    padding: 1px 1px 0px 6px;
    margin: 0;
    line-height: 20px;
    word-wrap: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: 0;
    background-color: #ECF6FF;
    position: relative;
    z-index: 1;
    text-align: left;
}
.iSelectList1 a.iSelectHover1, .iSelectList1 a.iSelectHover1:hover {
    color: #333;
    background-color: #BCD2E9;
}
table{
    width: 100%;
}
.gg_ls tr{
    border-bottom: 1px dashed #ddd;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
}
.gg_ls tr:last-child{
    border-bottom: none;
}
.gg_ls th {
    border-bottom: 1px solid #ddd;
    background-color: #2a63a8;
    color: #fff;
    height: 28px;
}
.gg_ls td, .gg_ls th {
    text-align: center;
    padding-left: 0px;
}
.tdnumber i,.tdnumber em{
    font-size: 14px;
    color: #555555;
}
.open_number i{
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 2px;
    background: #D23338;
    border-radius: 50px;
    margin-left: 2px;
    display: inline-block;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}
.open_number em{
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 2px;
    background: #3b52d6;
    border-radius: 50px;
    margin-left: 2px;
    display: inline-block;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}
.xiabox i{
    color: #D23338;
}
.n_active{
    color: #D23338!important;
}
.gg_ls tr:hover td {
    background: none;
    background-color: #FEE3C6;
}
.ycbox{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.cpyc{
    width: 50%;
    border: 1px solid rgb(215, 215, 215);
    padding: 10px 15px;
    margin: 0px 5px 0px 0px;
}
.zjyc{
    width: 50%;
    border: 1px solid rgb(215, 215, 215);
    padding: 10px 15px;
    margin: 0px 0px 0px 5px;
}
.cpyc_t{
    color: #183091;
    font-size: 16px!important;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cpyc_t a{
    width: max-content!important;
    margin: 0!important;
    color: #183091;
}
.cpyc a,.zjyc a{
    display: block;
    font-size: 14px;
    margin: 15px auto;
    text-align: left;
    width: 100%;

}
.cpyc a p,.zjyc a p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.numberbox{
    margin-top: 20px;
}
.numberbox span{
    margin-right: 20px;
}
.sjhnumber i{
    color: #D9001B;
    margin-right: 5px;
    font-weight: bold;
}
.jinma i{
    color: #F59A23;
    font-weight: bold;
    margin-left: 5px;
}
.dym i,.gzm i{
    margin-right: 5px;
}
.gg_ls th{
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: normal;
}
.kjbox{
    padding: 15px 10px;
    margin-top: 15px;
}
.kjtitle{
    font-size: 18px;
    font-weight: bold;
}
.kjbox p{
    margin-bottom: 10px;
}
.thzm{
    margin-top: 10px;
}