@charset "utf-8";

.new-box { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }
.div-head > span {border-right:0!important; font-size: 14px; color: #64635d !important;}
.list-board { }
.list-board .chk { width:40px; }
.list-board .num { width:60px; }
.list-board .cate { width:100px; }
.list-board .name { width:120px; }
.list-board .date { width:100px; }
.list-board .thumb { width:60px; }
.list-board .icon { position:relative; width:46px; height:46px; display:table; margin:0px auto; }
.list-board .icon a { display:table-cell; width:1%; vertical-align:middle; font-size:30px; color:#fff; }
.list-board .icon .bg-light { background:#eee; }
.div-head {background: #e7e6e2;}
.list-board .board-list { list-style:none; padding:0px; margin:0px; }
.list-board .board-list li {     border-bottom: 1px solid #e7e6e2;  display:table; width:100%; table-layout:fixed; padding: 7px 0;}

.list-board .board-list li > div { display:table-cell; height:34px;     font-size: 14px; color: #64635d !important; line-height:22px; padding:6px 0px; text-align:center; color:#666; vertical-align:middle; }
.list-board .board-list li .cate { padding-left:10px; text-align:left; }
.list-board .board-list li .subj { padding-left:10px; text-align:left; }
.list-board .board-list li .subj a { display:block; word-break:break-all;font-size: 14px;font-weight: 500;color: #64635d;}
.list-board .board-list li .name { text-align:left; padding-left:10px; font-weight:bold; }
.list-board .board-list .subj-item { margin-right:-15px }
.list-board .board-list .subj-item a { display:inline !important; color:#888 !important; }
.list-board .board-list .subj-item > span { display:inline; margin-right:15px; font-weight:normal; color:#888; }
.list-board .board-list .subj-item > span:last-child { margin-right:0px; }
.list-board .board-list .subj-item .hide { display:none; }
.new {
    height: auto;
    position: relative;
	font-size: 14px;
	display:inline-block;
}

.new {
    height: 18px;
    text-align: center;
    line-height: 16px;
    font-weight: 600;
    color: #c31432;
    border-radius: 5rem;
}
.list-board .none { padding:50px 0px; }
@media all and (max-width:768px) {
	.responsive .list-board .board-list .subj-item .hide { display:inline !important; }
}


.newform {    background-color: #fff; padding: 30px 25px 100px; border-radius: 10px;;}
	
	
	.sub_titbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.sub_titbox .sub_tit > h2 {
    display: block;
    font-weight: 600;
    font-size: 18px;
    display: block;
    color: #c31432;
    position: relative;
    padding: 0 10px 0 0px;
    display: inline-block;
    background-color: #fff;
    z-index: 9;
}

.sub_titbox .sub_tit::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #c31432;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    z-index: 0;
}