@charset "utf-8";
/* CSS Document */



.nymenu{
	width:113px;
	height:50px;
	font-size:14px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	display:block;
	background-color:#ffc8c4;
	margin-bottom:5px;
}

.nymenu a{
    text-decoration:none;
	color:#ff1200;
    width:100%;
	height:100%;
	display:block;
}

.nymenu a:hover{
	color:#fff;
	text-decoration:none;
    width:100%;
    background-color:#ff5a66;
}



.nylist{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex: wrap;
}

.ny10pad{
	box-sizing:border-box;
	overflow:hidden;
}


.nybox455{
	width:455px;
	box-sizing:border-box;
	overflow:hidden;
}

.nybox225{
	width:225px;
	box-sizing:border-box;
	overflow:hidden;
}



@media screen and (max-width:768px){
	.nyicon{display:none;}
	.ny10pad{padding:10px;}
	.nybox455{width:100%;}
	.nybox225{width:48.5%;}
}

.ny_b1{
	width:100%;
	height:30px;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	display:block;
	background-color:#ad8435;
	text-align:center;
}

.ny_b1 a{
    text-decoration:none;
	color:#FFF;
    width:100%;
	height:100%;
	display:block;
}

.ny_b1 a:hover{
	color:#fff;
	text-decoration:none;
    width:100%;
    background-color:#666;
}


.ny_b2{
	width:100%;
	height:30px;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	display:block;
	background-color:#CCC;
	margin-bottom:5px;
	text-align:center;
}

.ny_b2 a{
    text-decoration:none;
	color:#666;
    width:100%;
	height:100%;
	display:block;
}

.ny_b2 a:hover{
	color:#fff;
	text-decoration:none;
    width:100%;
    background-color:#666;
}


.nytable table {
    margin: 10px auto 10px auto;
	border: #CCC solid 1px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.nytable table th {
    padding: 7px 3px 7px 3px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-color: #DDD;
    font-weight: normal;
	font-size: 14px;
}


.nytable table td {
	font-size: 14px;
    padding: 7px 3px 7px 3px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
	word-break: break-all;
}