#hearing .LRBox {
	display: table;
	border-collapse: separate;
/* 	background: aqua;	 */
}
#hearing .LBox {
	display: table-cell;
	vertical-align: top;
	width: 1240px;
	height: 973px;
/* 	background: fuchsia; */
}
#hearing .RBox {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 413px;
	min-height: 100%;
	height: 1px;
	border: 1px solid #DDD;
	border-radius: 5px;
	background: #eaf1f7 url('/img/frame/line_bg.png') center bottom no-repeat;;
}

#hearing .RBox .head {
	position: absolute;
	top: 0;
	left: 0;
	padding: 11px 20px 12px 20px;
	width: 373px;
	border-radius: 4px 4px 0 0;
	background: #FFF;
}

#hearing .RBox .head .group {
	width: 373px;
	text-align: center;
}
#hearing .RBox .head .group .icon {
	display: inline-block;
	width: 32px;
}
#hearing .RBox .head .group .icon p {
	margin: 2px 2px 2px 2px;
	width: 26px;
	line-height: 26px;
	text-align: center;
	background: #F3F3F3;
	border: 1px solid #E3E3E3;
	border-radius: 13px;
}

#hearing .RBox .chat {
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	height: calc(100% - 135px);
	overflow-y: scroll;
	overflow-x: hidden;
}

#hearing .RBox .chat .Dchat {
	display: table;
	border-collapse: collapse;
	margin: 30px auto 10px auto;
}
#hearing .RBox .chat .Dchat .date {
	display: table-cell;
	padding: 0 10px 0 10px;
	color: #FFF;
	font-size: .857rem;
	line-height: 26px;
	border-radius: 13px;
	background: rgba(0, 0, 0, .5);
}



#hearing .RBox .chat .Lchat {
	display: table;
	margin-left: 0;
	margin-right: auto;
	vertical-align: top;
	border-spacing: 10px 5px;
}
#hearing .RBox .chat .Lchat li {
	display: table-cell;
	vertical-align: top;
}
#hearing .RBox .chat .Lchat .icon p {
	display: block;
	width: 26px;
	line-height: 26px;
	text-align: center;
	background: #F3F3F3;
	border: 1px solid #E3E3E3;
	border-radius: 13px;
}
#hearing .RBox .chat .Lchat .name {
	font-size: .857rem;
}
#hearing .RBox .chat .Lchat li div .photo {
	display: table-cell;
	max-width: 272px;
	line-height: 0;
}
#hearing .RBox .chat .Lchat li div .photo img {
	padding: 0;
	max-width: 272px;
	font-size: 0;
	background: #FFF;
	border-radius: 12px;
}
#hearing .RBox .chat .Lchat .message {
	position: relative; 
	display: table-cell;
	max-width: 240px;
	padding: 8px 16px 8px 16px;
	font-size: .857rem;
	background: #FFF;
	border-radius: 12px;
	white-space: pre-wrap;
}
#hearing .RBox .chat .Lchat .message:after {
  content: "";
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #FFF;
  transform: rotate(35deg);
}
#hearing .RBox .chat .Lchat .time {
	display: table-cell;
	text-align: right;
	font-size: .857rem;
	vertical-align: bottom;
}





#hearing .RBox .chat .Rchat {
	display: table;
	margin-left: auto;
	margin-right: 0;
	vertical-align: top;
	border-spacing: 10px 5px;
}
#hearing .RBox .chat .Rchat .photo {
	display: table-cell;
	max-width: 272px;
	line-height: 0;
}
#hearing .RBox .chat .Rchat .photo img {
	padding: 0;
	max-width: 272px;
	font-size: 0;
	background: #FFF;
	border-radius: 12px;
}
#hearing .RBox .chat .Rchat .message {
	position: relative; 
	display: table-cell;
	max-width: 240px;
	padding: 8px 16px 8px 16px;
	font-size: .857rem;
	background: #6de67b;
	border-radius: 12px;
	white-space: pre-wrap;
}
#hearing .RBox .chat .Rchat .message:after {
	content: "";
	position: absolute;
	top: 3px; 
	right: -19px;
	border: 8px solid transparent;
	border-left: 18px solid #6de67b;
	transform: rotate(-35deg);
}
#hearing .RBox .chat .Rchat .time {
	display: table-cell;
	text-align: left;
	font-size: .857rem;
	vertical-align: bottom;
}





#hearing .RBox .form {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px 20px 11px 20px;
	width: 373px;
	height: 57px;
	border-radius: 0 0 4px 4px;
	background: #FFF;
}
#hearing .RBox .upload {
	position: relative;
}
#hearing .RBox .upload input[type="file"] {
    display: none;
}
#hearing .RBox .upload img {
	position: absolute;
    cursor: pointer;
    bottom: 8px;
}
#hearing .RBox .form textarea {
	margin: 0 0 0 30px;
	padding: 8px 16px 8px 16px;
	font-size: .857rem;
	width: 280px;
	height: 39px;
	background: #F3F3F3;
	border: 1px solid #E3E3E3;
	border-radius: 10px;
}
#hearing .RBox .form .submit {
	position: relative;
}
#hearing .RBox .form button {
    position: absolute;
    bottom: 4px;
    right: -30px;
    padding: 0;
    border: none;
    background: none;
}
#hearing .RBox .form button img {
    cursor: pointer;
}




#hearing .ListBox {
    padding: 10px 20px;
    width: 1860px;
}
#hearing .ListBox .pageTitle {
    margin: 0;
    width: 1860px;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    border-radius: 3px;
    font-weight: bold;
}
#hearing .ListBox .navBox button {
	padding: 0;
    font-size: 13px;
    font-weight: 200;
    line-height: 28px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    color: #FFF;
    background: #3887be;
    cursor: pointer;
}
#hearing .ListBox .srcBox {
    display: flex;
    justify-content: space-between;
}
#hearing .ListBox .srcBox button {
	padding: 0;
    font-size: 13px;
    font-weight: 200;
    line-height: 28px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    background: #FFF;
    cursor: pointer;
}
#hearing .ListBox .srcBox p {
	padding: 0;
    font-size: 13px;
    font-weight: 200;
    line-height: 28px;
    border: 1px solid #ced4da;
    border-radius: 3px 0 0 3px;
    background: #FFF;
    cursor: pointer;
}
#hearing .ListBox .List {
    display: flex;
    justify-content: space-between;
	margin: 0;
	padding: 8px;
    border: 1px solid #ced4da;
    border-bottom: none;
}
#hearing .ListBox .List:hover {
	background: #D0D0D0;
	cursor: pointer;
}
#hearing .ListBox .List:last-child {
	border-bottom: 1px solid #ced4da;
}
#hearing .ListBox .List .Img {
	position: relative;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 120px;
	background: #FFF;
    border: 1px solid #ced4da;
}
#hearing .ListBox .List .Img img {
	width: 120px;
	height: 120px;
	vertical-align:top;
	object-fit: cover;
}

#hearing .ListBox .List .Img .Stats {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 120px;
	text-align: center;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
}
#hearing .ListBox .List .Push {
	display: block;
	margin: 0;
	padding: 10px;
	width: 256px;
	background: #FFF;
	border-radius: 3px;
	border: 1px solid #dee2e6;
}
#hearing .ListBox .List .Push table td {
	border: none;
}
#hearing .ListBox .List .Push tr:nth-of-type(1) td:nth-of-type(1) {
	padding: 0 4px 0 0;
	width: 28px;
}
#hearing .ListBox .List .Push table .Icon {
    display: block;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: #F3F3F3;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    font-size: 12px;
}
#hearing .ListBox .List .Push table .Name {
    font-size: .857rem;
    font-weight: bold;
}
#hearing .ListBox .List .Push table .Date {
	text-align: right;
    font-size: .857rem;
    font-weight: bold;
}
#hearing .ListBox .List .Push tr:nth-of-type(2) td {
	padding: 0;
}
#hearing .ListBox .List .Push table .Msge {
	padding-top: 5px;
    font-size: .857rem;
    line-height: 1.6;
}
#hearing .ListBox .List .Mnbr {
}
#hearing .ListBox .List .Mnbr .Icon {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: #F3F3F3;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    font-size: 12px;
}





#hearing .LBox {
    padding: 0 20px;
    width: 1200px;
}

/* #hearing */
#hearing .pageTitle {
    margin: 0;
    width: 1200px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border-radius: 3px;
}
#hearing .title01 {
    color: #FFF;
    background: #3887be;
}

.navBox {
	display: flex;
	justify-content: space-between;
	width: 1160px;
}
.navBox button {
    color: #495057;
    font-size: 14px;
    font-weight: 200;
    line-height: 36px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    background: #FFF;
    cursor: pointer;
}
.navBox button:hover {
    background-color: #a1afbc;
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

#hearing .tab {
	margin: 0;
	padding: 0;
	font-size: 0;
}
#hearing .tab li {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 220px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	line-height: 38px;
	clip-path: polygon(0% 100%, 3.5% 0%, 96.5% 0%, 100% 100%);
	border: 1px solid #E3E3E3;
	border-bottom: none;
	background: #CCC;
}
#hearing .tab li.actv {
    background: #3887be;
}
#hearing .dataTable th,
#hearing .dataTable td {
    text-align: center;
    font-size: 13px;
    font-weight: 200;
    line-height: 29px;
}
#hearing .dataTable td p {
    padding: 4px;
    color: #000;
    font-size: 13px;
    font-weight: 200;
    width: calc(100% - 8px);
    line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    cursor: pointer;
}
#hearing .dataTable tr:nth-child(odd) td {
	color: #FFF;
/* 	background: #f1f5f7; */
}

#hearing .main .LBox .contents {
	height: 700px;
}
