.canvas {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	min-height: 700px;
}
@media only screen and (min-width: 100px) and (max-width: 700px) {
	.canvas{
		width: 100%;
	}
}
.part2 {
	/*	margin-top: 40px;*/
	overflow: hidden;
	
	height: 50px;
	margin: 40px auto 0 auto;
}

.part2ul {
	min-width: 288px;
	background: rgb(244, 244, 244);
	padding: 0 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.part2ul ul {
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
}

.part2ul li {
	padding: 0 15px;
	float: left;
	text-align: center;
}

.part2ul li a {
	font-size: 14px;
	line-height: 50px;
	color: rgb(102, 102, 102);
}

.part2ul li a:hover {
	color: black;
}

.part2ul .hover {
	background: url(../img/9h2x.png) no-repeat;
	background-position: top center;
}
.part2ul li:hover {
	background: url(../img/9h2x.png) no-repeat;
	background-position: top center;
}
.part3 ul li{
	width: 380px;
}
.ben{
	position: relative;
    overflow: hidden;
}
.ben img{
	width: 100%;
	height: 220px;
}
.logobox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text1 p{
	font-size: 24px;
    line-height: 28px;
    color: rgb(255, 255, 255);
}
.text1 p:nth-child(2){
	/* font-size: ; */
}
footer{
	margin-top: 50px;
}
.newul {
    width: 100%;
}

.newul ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*padding-top: 20px;*/
}

.newul li {
    margin-right: 15px;
    margin-left: 15px;
    width: 380px;
    margin-top: 40px;
    float: left;
}
@media only screen and (min-width: 100px) and (max-width: 700px) {
	.newul li{
		padding: 20px 20px 20px 20px;
		border-bottom: 1px solid rgb(232,232,232);
		margin-top: 0;
	}
}

.newul li .imgbox {
    width: 100%;
}

.newul li .imgbox img {
    width: 100%;
}
@media only screen and (min-width: 100px) and (max-width: 700px) {
	.newul li .imgbox img{
		display: none;
	}
}

.newul li p:nth-child(2) {
    font-size: 16px;
    color: #5a5a5a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
@media only screen and (min-width: 100px) and (max-width: 700px) {
	.newul li p:nth-child(2){
		font-size: 0.3rem;
		font-weight: bold;
	}
}

.newul li p:nth-child(3) {
    font-size: 11px;
    color: #929292;
    margin-top: 5px;
}

.newul li p:nth-child(4) {
    font-size: 14px;
    color: #9a9a9a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
}
@media only screen and (min-width: 100px) and (max-width: 700px) {
	.newul li p:nth-child(4){
		display: none;
	}
}
#pagelist {
	/*width: 120px;*/
	margin: 30px auto;
	padding: 6px 0px;
	height: 25px;
	
}
#pagelist ul{
	
	position: absolute;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#pagelist ul li {
	float: left;
	border: 1px solid black;
	line-height: 20px;
	margin: 0px 2px;
	
}

#pagelist ul li a,
.pageinfo {
	display: block;
	padding: 0px 6px;
	background: white;
	font-size: 12px;
}

.pageinfo {
	color: #555;
}

.current {
	background: black;
	color: white;
	display: block;
	padding: 0px 6px;
	font-weight: bold;
	font-size: 12px;
}
#pagelist ul li a:hover {
	background: black;
	color: white;
}


.part2ul  .hover a {
	color: #000000;
}
.xk:hover{
	border: #333333 solid 1px;
}
.main{
	height: 500px;
}

@media only screen and (min-width: 100px) and (max-width: 700px) {
	.part2{
		display: none;
	}
	.xwzxh{
		margin-top: 0.4rem;
		text-align: center;
		
	}
	.xwzxh p{
		font-size: 0.5rem;
	}
	.xwzxh p:nth-child(3){
		font-size: 0.4rem;
	}
	.logobox{
		width: 100%;
		
	}
	.logobox p{
		font-size:0.4rem ;
	}
	
}