a:visited {  color: #6666ff; text-decoration: none}
a:link {  color: #6666FF; text-decoration: none}
a:active{ color: #6666FF; text-decoration: none}
a:hover {  color: #339900; text-decoration: underline}
.bodytext {  font-family: "Times Newman"; font-size: 6pt; letter-spacing: 0.2pt; word-spacing: 2pt; margin-left:70px; margin-right:40px; line-height: 18px; font-weight: normal}
.yhlss{ color:#555555; font-family: "Times Newman"; font-size: 11pt; line-height: 18pt;margin:auto}
.sub {  font-family: "Times Newman"; font-size: 8pt; line-height: 12pt; letter-spacing: 0.2pt;  word-spacing: 2pt; font-weight: normal}

input, textarea {
    outline: 0;
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.srchs-container {
	float:right;
    display: flex;
	justify-content: flex-end;
	padding: 15px 20px 0px 0px;
	align-items: center;
}
.srchs {
    display: flex;
    border: 1px solid #cccccc;
	width: 400px;
}
.srchs .srch-keywords {
    font-size: 1.1rem;
    flex-grow: 1;
    min-width: 50px;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
	
}
button {
	border: none;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	outline: none;
	font-size: 1rem;
}

.srchs .btn-srchSubmit {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
    cursor: pointer;
    background-color: #f5f5f5;
	border: none;
    border-left: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 10px;
	background-image: url(images/ico_srch.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% auto;
	width: 50px;	
}
.srchs .btn-srchSubmit:hover {
	background-color: #dddddd;
}
.srchs-result {
	max-width: 1250px;
	margin: 0 auto 0 auto;
	padding: 50px 25px 50px 25px;
	display: flex;
	flex-direction: column;
}
.srchs-result .total{
	order: 0;
	font-size: 20px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.srchs-result .srchs-items{
	order: 1;
	display: flex;
	flex-wrap: wrap;
}
.srchs-result .srchs-items .item {	
	width: 33%;
	padding: 15px;
	box-sizing: border-box;
}
.srchs-result .srchs-items .item:nth-of-type(3n+1) {	
	padding-left:0px;
}
.srchs-result .srchs-items .item:nth-of-type(3n+3) {	
	padding-right:0px;
}
.srchs-result .srchs-items .item a{
	color:#6666FF;
}
.srchs-result .srchs-items .item a:hover{
    color:#339900;
}
.srchs-result .srchs-items .item .url{
	color:#999999;
	font-size: 12px;
}







