#ClearButton, .searchDateBar_host:last-child {
	margin-left: 20px;
}

.section1, .section2 {
	display: flex;
	align-items: center;
	margin: 0 0 30px 0;
}

.section1-inner1 {
	width: 100%;
	display: flex;
}

	.section1-inner1 > input:last-child {
		margin-right: 20px;
	}

.section1-inner2 {
	display: flex;
}

.search-content-container, .search-type-container, .search-date-container {
	display: flex;
	align-items: center;
}
.search-date-container{
	padding-left: 0;
}

	.search-content-container > label, .search-type-container > label, .search-date-container > label {
		min-width: 80px;
		font-size: 20px;
	}

.search-title, .search-keyword, .search-type {
	height: 38px;
}
.search-content-container > input {
	width: 50%;
}

.searchDateBar_host {
	width: 100%;
}

#FromDate, #ToDate {
	width: 100% !important;
}

button.ClearButton {
	border-radius: 4px;
	margin-left: 10px;
}

div.section2 select {
	cursor: pointer;
	display: inline-block;
}

div.section2 optgroup {
	font-size: 18px;
}

div.section2 option.opt {
	padding: 10px;
	font-size: 15px;
}

.ContextTextKeyword {
	font-weight: bold;
}

.ContextTextTitle {
	font-size: 18px;
	font-weight: bold;
}

.line_ann {
	width: 100%;
	height: 1px;
	Background: #d7d7d7;
}

.paginationDiv {
	text-align: center;
	width: 100%;
	padding-top: 30px;
}

.pagination {
	display: inline-block;
}

	.pagination a {
		font-family: Helvetica Neue,Helvetica,Arial,'Microsoft Yahei';;
		border-radius: 5px;
		color: black !important;
		float: left;
		padding: 5px 14px;
		margin: 1px;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
	}

		.pagination a.pactive {
			border-radius: 5px;
			background-color: #b72901;
			color: white !important;
		}

		.pagination a:hover:not(.pactive) {
			border-radius: 5px;
			background-color: #b72901;
			color: white !important;
		}


.search_butt {
	width: 100px;
	height: 38px;
	font-size: 15px;
	color: white;
	background-color: #b72901;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	border: 1px solid #b72901;
	display: block;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
}

	.search_butt:link {
		color: #b72901;
		text-decoration: none;
	}

	.search_butt:visited {
		color: #b72901;
		text-decoration: none;
	}

	.search_butt:hover {
		font-size: 15px;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		line-height: 28px;
		background-color: #8a2509;
		border: 1px solid #8a2509;
		font-weight: bold;
	}

.frame_respon {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}



.lxtext_table {
	font-weight: 100;
	font-size: 14px;
	text-transform: none;
	color: #383838 !important;
	line-height: 22px;
}

	.lxtext_table:link {
		color: #383838 !important;
		text-decoration: none;
		background-repeat: no-repeat;
	}

	.lxtext_table:visited {
		color: #383838 !important;
		text-decoration: none;
	}

	.lxtext_table:hover {
		font-size: 14px;
		color: #b72901!important;
	}
.dx-datebox-calendar .dx-dropdowneditor-icon:before {
	font-size: 20px!important;
	color:black;
}
.dx-texteditor.dx-editor-outlined {
	border: 1px solid #ced4da;
}

.dx-calendar-cell.dx-calendar-selected-date, .dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today{
	box-shadow: inset 0 0 0 1px #bebebe, inset 0 0 0 1000px #b72901!important;
}
.dx-calendar-navigator-next-view.dx-button .dx-icon, .dx-calendar-navigator-next-month.dx-button .dx-icon,
.dx-calendar-navigator-previous-view.dx-button .dx-icon, .dx-calendar-navigator-previous-month.dx-button .dx-icon ,.dx-button-text{
	color: #b72901!important;
}
.dx-scrollview-content>.dx-state-active{
	background-color: #b72901!important;
}
#SelectYear .dx-dropdowneditor-icon:before {
	font-size: 32px!important;
	color:#b72901;
	margin-left: -16px;
}

.titleColumn{
	margin-top: 20px;
}

.dateColumn{
    margin-bottom: 10px;
}

.text_date {
	font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,'Microsoft Yahei';
    font-weight: 100;
    color: #3C3C3C;
    line-height: 30px;
}

.titleColumn a {
	font-size: 18px!important;
    font-family: Helvetica Neue,Helvetica,Arial,'Microsoft Yahei';
    font-weight: 400;
    color: #3A3A3A;
    line-height: 30px;
}

@media (min-width: 600px) {
	.titleColumn {
		width: 100%;
	}

	.dateColumn {
		width: 100%;
	}
}

@media screen and (max-width: 1110px) {
	.titleColumn {
		width: 100%;
	}

	.dateColumn {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.dateColumn {
		width: 100%;
	}

	.titleColumn {
		width: 100%;
	}
	#PeriodNews{
		display: flex;
	}
}

@media screen and (max-width: 535px) {
	.dateColumn {
		width: 100%;
	}

	.titleColumn {
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.responsive-search-button {
		display: none;
	}
}

@media screen and (max-width: 1199.98px) {
	.section1-inner1 {
		flex-direction: row;
		justify-content: space-between;
	}

		.section1-inner1 > input {
			width: 100%;
			max-width: 375px;
		}
			.section1-inner1 > div{
				min-width: 20px!important;
			}
			.section1-inner1 > input:last-child {
				margin-right: 0;
			}

.search-content-container{display:block}
	.section1-inner2 > div{
		display: none;
	}
	.search-date-container{
		padding-left:15px;
	}

	.responsive-search-button {
		display: flex;
		margin: 10px 0 30px 0;
		justify-content: flex-end;
	}

	.dx-datebox.dx-auto-width .dx-texteditor-input, .dx-datebox:not(.dx-texteditor-empty).dx-auto-width .dx-texteditor-input {
		padding-right: 10px;
	}

	#NewsType{
		max-width: 100%!important;
	}
}

@media screen and (max-width: 575.98px) {
	.search-content-container {
		align-items: flex-start;
	}
.search-type-container{display:block}
.section1-inner2{margin-top:20px}
		.search-content-container > label {
			line-height: 34px;
		}

		.search-content-container > label, .search-type-container > label, .search-date-container > label {
			min-width: 80px;
			font-size: 20px;
		}

	.section1-inner1 {
		flex-direction: column;
		justify-content: space-between;
	}

		.section1-inner1 > input:first-child {
			margin-bottom: 15px;
		}

	.lxtext_announcement{
		font-size:16px;
	}
	#PeriodNews{
		width: 200px;
		display: flex;
	}
}

@media screen and (max-width:1920px){
    #NewsType{
		max-width: 532.5px;
	}
}

.lxtext_announcement span,
#FirstNews, #LastNews, #TotalCount{
	font-family: Helvetica Neue,Helvetica,Arial,'Microsoft Yahei';
	font-size: 18px;
}

.form-group label{
	font-family: Helvetica Neue,Helvetica,Arial,'Microsoft Yahei';
	margin-bottom: 0;
}

.form-group input{
	font-family: Helvetica Neue,Helvetica,Arial,'Microsoft Yahei';
}

.form-group select{
	font-family: Helvetica Neue,Helvetica,Arial,'Microsoft Yahei';
    line-height: 1;
}

.dx-texteditor-input{
	padding: 12px 9px 8px!important;
	font-family: Helvetica Neue,Helvetica,Arial,'Microsoft Yahei';
}


@media screen and (max-width: 640px) {
	#PeriodNews{
		font-size: 14px;
	}
	
	#FirstNews{
		font-size: 14px;
	}

	#LastNews{
		font-size: 14px;
	}
}

.d-none{
	display: none;
}

.row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30px;
}

.col-12{
	width: 100%;
	max-width: 100%;
}

.form-control {
	border-radius: 4px;
    display: block;
    width: 100%;
    height: 38px;
	padding: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:hover{
	border: 1px solid#b72901;
}