.position{}
.position .r{
    font-size: 16px;
    line-height: 45px;
    border-bottom: 1px dotted #707070;
    padding-left: 15px;
}
.position .r strong{}
.position .r a{}
.ny-about{
    padding: 40px 15px 60px;
    overflow: hidden;
}

.ny-about .sh-ny-cont{
    line-height: 35px;
    font-size: 15px;
    margin-top: 15px;
}
.product{
    padding: 40px 0;
}
.product .cfl{
    text-align: center;
    margin: 8px 0;
}
.product .afl{
    display: inline-block;
    text-align: center;
    line-height: 35px;
    height: 35px;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    background: #1558a6;
    margin: 10px;
}
.product .afl a{}
.product .c-info{
    padding-top: 30px;
}
.c-info li{
    list-style: none;
}
.c-info .pich{}
.c-info .pich p{
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    color: #242424;
}
.c-info .pich img{
    width: 100%;
    display: block;
    border: 1px solid #ccc;
}
.c-info .pich a{}
/*productxq*/
.productxq{
    overflow: hidden;
    padding: 10px;
}
.productxq .ny-cont-h1{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 15px;
}
.productxq .ny-con-top{
    text-align: center;
    margin-bottom: 10px;
}
.productxq .ny-con-top b{
    margin-right: 5px;
}
.content{}
.content img{}
/*page*/
.Page {
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin: 3px;
	padding-top: 7px;
	text-align: center;
	margin-top: 40px;
}
.Page a {
	padding: 5px 10px;
	margin: 0px 3px;
	color: #000000;
	border: 1px solid #cccccc;
}
.Page a:hover {
	color: #fff;
	background-color: #333;
	padding: 5px 10px;
}
.Page a:active {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	color: #fff;
	border-bottom: #000000 1px solid;
	background-color: #333;
}
.Page a.current {
	color: #f00;
}
.Page span.current {
	border-right: #000000 1px solid;
	padding-right: 5px;
	border-top: #000000 1px solid;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #000000 1px solid;
	color: #fff;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: #000000
}
.Page span.nolink {
	margin: 2px;
	color: #b4b4b4;
	border: 1px solid #cccccc;
	padding: 5px;
}
.Page span {
	margin: 2px;
	color: #b4b4b4;
	border: 1px solid #b4b4b4;
	padding: 5px 10px;
}
.page {
	width: 80%;
	margin: 30px auto 0;
}
.page span {
	font-size: 15px;
	padding: 0 0 10px 0;
}
.page span:last-child {
	float: right;
}
.page a {
	color: #1558a6;
	font-size: 15px;
}
/*newlist*/
.newlist{
	padding: 40px 0;
}
.sk-dt2 {
	padding: 20px 0px;
	width: 100%;
	border-bottom: 1px dotted #e8e8e8;
	overflow: hidden;
	transition: all 0.5s ease-out;
	margin-bottom: 5px;
}
.sk-dt2 .sk-date{
    width: 150px;
    background: #1558a6;
    height: 120px;
    margin-top: 21px;
    border-radius: 5%;
    box-shadow: 0px 0px 5px 0 rgba(21, 88, 166, 0.45);
}
.sk-date h2{
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding-top: 14px;
    line-height: 50px;
}
.sk-date p{
    color: #fff;
    font-size: 26px;
    text-align: center;
}
.sk-dt2-tit {
	padding: 5px 10px 10px;
	transition: all 0.5s ease-out;
	font-size: 15px;
	line-height: 30px;
}
.sk-dt2-tit a p {
	display: block;
	font-size: 22px;
	color: #3e3e3e;
	line-height: 50px;
	margin-top: 5px;
}
.sk-dt2-tit:hover a p{
	color: #1558a6;
}
.ny-tit1 {
	padding: 10px;
	margin-top: 15px;
}
.ny-tit1 h2 {
	display: block;
	font-size: 35px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
@media (max-width: 768px) {
	.ny-about{
		padding: 0 15px 40px;
	}
	.ny-about .sh-ny-cont img{
		width:100%
	}
	.product{
		padding:0px 0 40px;
	}
	.product .c-info{
		
padding-top: 0;
	}
	.Page{
		padding-bottom: 25px;
		margin-top: 20px;
	}
	.content img{width: 100%;}
}