@import "common.css";


.document-omit { 
	max-width: 300px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
}

.commitee-omit { 
	max-width: 100px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
}

.searchResult{
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #ededed;
	background: #fff;
	font-size: 17px;
	font-weight: 500;
	color: #28558c;
}

.subcon-01 {
    margin-bottom: 10px;
    padding: 20px;
    background-color: #fff;
}

.subcon-01 .subcon-header,
.subcon-01 .subcon-subheader {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	/* background-color: #ddeef6; */
	color: #28558c;
}

.subcon-01 .subcon-subheader {
	background-color: #ddeef6;
	color: #28558c;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.subcon-01 .icon::before {
    content: "";
    width: 10px;
    height: 21px;
    margin-right: 8px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.subcon-01 .icon_01::before {
    /*background-image: url(../../img/front/ic-conference.png);*/
    border-left: 5px solid #28558c;
}

.subcon-01 .subcon-header-line {
	border-bottom: 1px solid #e8e8e8;
}

.subcon-01 .subcon-conts-01,
.subcon-01 .subcon-conts-02 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 25px;
}

.subcon-01 .subcon-conts-02 {
	margin-left: 40px;
}

.pageForm {
    padding: 0px;
    text-align: center;
}

.pageBotttom {
	position: absolute;
    width: calc(100% - 40px);
    bottom: 0px;
}

.pageForm .subInner {
    display: inline-block;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    position: relative;    
}

.pageForm .subInner .df {
    display: flex;
    align-items: center;
}

.pageForm .blue {
    background-color: #28558c;
}

.pageForm a {
    width: 27px;
    height: 27px;
    margin: 0 1px;
    line-height: 27px;
    border: 1px solid #ced1d6;
    color: #777;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    position: relative;
}

.pageForm .blue a {    
    color: #888;
}

.pageForm a.on {
    color: #333;
    font-weight: 400;
}

.pageForm .blue a.on {    
    color: #fff;
    font-weight: 400;
}

.pageForm a.num {
    border: none;
}

.pageForm a.bullet01 img {
    width: 7px;
}

.pageForm a.bullet02 img {
    width: 10px;
}

.pageForm a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
	.pageForm a {
		width: 22px;
	}
}