html,body{
	width: 100%;
	height: auto;
}
div.people_intro{display:none;width:315px;height:585px;overflow:hidden;margin: 0 auto;}

#main{
	width: 980px;
	height: auto;
	overflow: hidden;
	margin: auto;
}
.box1{
	width: 980px;
	height: 85px;
	background: url(img/banner_list.png) no-repeat center top;
}
.box1 img{
	margin: auto;
	padding-top: 35px;
	padding-left: 140px;
}
.box1 h3{
	font-size: 34px;
	width:  50%;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	overflow: hidden;
	margin: auto;
	padding-left: 35%;
	padding-top: 15px;
	color: #ffd200;
}

.box2{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.box2_box_l{
	width: 315px;
	height: 585px;
	padding-top: 25px;
	float: left;
	background: #e3e3e3;
}
.box2_box_l img{
	width: 170px;
	height: 225px;
	margin: auto;
	margin-bottom: 10px;
}
.box2_box_l h3{
	width: 170px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	margin: auto;
	color: #e00605;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
.box2_box_l p{
	width: 79%;
	margin: auto;
	max-height: 230px;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
}
.box2_box_l p a{
	padding-left: 10px;
}
.box2_box_l p span{
	padding: 0px 5px;
	background: #e00605;
	color: #FFFFFF;
}


.box2_box_r{
	float: right;
	width: 635px;
	/*height: 610px;*/
}
.box2_box_r .title{
	width: 635px;
	height: 21px;
	margin-bottom: 20px;
}
.box2_box_r .title a{
	display: block;
	width: 100%;
	height: 100%;
}
.box2_ul{
	width: 635px;
	/*height: 540PX;*/
}
.box2_ul ul{
	width: 635px;
	/*height: 540PX;*/

}
.box2_ul ul li{
	width: 635px;
	height: 80px;
	overflow: hidden;
	position: relative;
	margin-bottom: 28px;
	border-bottom: 1px dashed #333333;
}
.box2_ul ul li a h3{
	width: 70%;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	font-weight: bold;
}
.box2_ul ul li .time{
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.box2_ul ul li a p{
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	color: #606060;
}
.box2_ul ul li a p span{
	color: #dc2b2b;
}
#displaypagenum {
    width: 100%;
    height: 30px;
    margin: auto;
    /* margin-top: 50px; */
    text-align: center;
}
#displaypagenum center{
	margin: auto;
}
#displaypagenum .page3 {
    color: #fff;
    background-color: #cc0000;
    border: 1px solid #DDD;
}
#displaypagenum a, #displaypagenum span {
    position: relative;
    float: left;
    padding: 2px 8px;
    color: #333333;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    margin-left: -1px;
    border-radius: 5px;
    margin: 0px 3px;
}
.footer{width: 980px;margin: auto;margin-top: 75px;padding-bottom: 50px;color: #000000;}
.linebox{width: 100%;height: 30px;}
.botton{border-bottom: 1px solid #000000;padding-bottom: 5px;}
.footer .smallnav{margin-bottom: 10px;}
.footer .smallnav ul{overflow:hidden;width:635px;margin:0 auto}
.footer .smallnav ul li{float:left}
.footer .smallnav ul li a{padding:0 20px;border-right:0px solid #000;font-size: 18px;font-weight: bold;line-height: 20px;color: #000000 !important;}
.footer .smallnav ul li a:hover{color: #fff;text-decoration: underline;}
.footer .smallnav ul li:last-child a{border:none;}
.copyright{text-align: center;font-size: 14px;line-height: 28px;}
.copyright a{color: #000000 !important;}
@media only screen and (max-width: 450px){
	#main{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.box1 {
	    width: 100%;
	    height: 65px;
	    background: url(img/banner_list.png) no-repeat center top;
	}
	.box1 h3 {
	    font-size: 24px;
	    width: 65%;
	    height: 50px;
	    line-height: 50px;
	    font-weight: bold;
	    overflow: hidden;
	    margin: auto;
	    padding-left: 15%;
	    padding-top: 10px;
	    color: #ffd200;
	}
	.box1 img {
	    width: 70%;
	    margin: auto;
	    padding-top: 20px;
	    padding-left: 40px;
	}
	.box2 {
	    width: 100%;
	    height: auto;
	     margin-top: 1px; 
	}
	.box2_box_l {
	    width: 100%;
	    height: auto;
	    padding-top: 25px;
	    padding-bottom: 25px;
	    float: left;
	    overflow: hidden;
	    background: #e3e3e3;
	}
	.box2_box_r {
	    float: right;
	    width: 100%;
	    height: auto;
	    margin-top: 50px;
	    overflow: hidden;
	}
	
	
	.box2_box_r .title {
	    width: 96%;
	    margin: auto;
	    height: 21px;
	    margin-bottom: 20px;
	}
	.box2_box_r .title a img{
		width: 100%;
	}
	.box2_ul {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.box2_ul ul {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.box2_ul ul li {
   		 width: 96%;
	    height: auto;
	    overflow: hidden;
	    position: relative;
	    padding: 0px 2%;
	    margin-bottom: 28px;
	    padding-bottom: 20px;
	    border-bottom: 1px dashed #333333;
	}
	.box2_ul ul li a h3 {
	    width: 70%;
	    height: 24px;
	    line-height: 24px;
	    font-size: 16px;
	    overflow: hidden;
	    font-weight: bold;
	}
	.box2_ul ul li .time {
	    font-size: 12px;
	    position: absolute;
	    right: 15px;
	    top: 0px;
	}
	.box2_ul ul li a p {
	    width: 100%;
	    height: auto;
	    line-height: 20px;
	    font-size: 14px;
	    margin-top: 10px;
	    overflow: hidden;
	    color: #606060;
	}
	
	#displaypagenum {
	    width: 95%;
	    height: auto;
	    margin: auto;
	    overflow: hidden;
	    text-align: center;
	}
	#displaypagenum a, #displaypagenum span {
	    position: relative;
	    float: left;
	    padding: 2px 8px;
	    color: #333333;
	    background-color: #FFF;
	    border: 1px solid #CCCCCC;
	    margin-left: -1px;
	    border-radius: 5px;
	    margin: 0px 2px;
	}
	
	.footer{width: 100%;margin: auto;margin-top: 20px;padding-bottom: 0px;color: #000000;}
	.linebox{width: 100%;height: 30px;}
	.botton{border-bottom: 1px solid #000000;padding-bottom: 5px;padding-left: 2%;}
	.footer .smallnav{margin-bottom: 10px;}
	.footer .smallnav ul{overflow:hidden;width:100%;margin:0 auto}
	.footer .smallnav ul li{    width: 100%;float: left;text-align: center;}
	.footer .smallnav ul li a{padding:0 20px;border-right:0px solid #000;font-size: 12px;font-weight: bold;line-height: 20px;color: #000000 !important;}
	.footer .smallnav ul li a:hover{color: #fff;text-decoration: underline;}
	.footer .smallnav ul li:last-child a{border:none;}
	.copyright{text-align: center;font-size: 14px;line-height: 28px;}
	.copyright a{color: #000000 !important;}
}

@media only screen and (max-width: 611px){
	#main{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.box1 {
	    width: 100%;
	    height: 65px;
	    background: url(img/banner_list.png) no-repeat center top;
	}
	.box1 h3 {
	    font-size: 24px;
	    width: 65%;
	    height: 50px;
	    line-height: 50px;
	    font-weight: bold;
	    overflow: hidden;
	    margin: auto;
	    padding-left: 15%;
	    padding-top: 10px;
	    color: #ffd200;
	}
	.box1 img {
	    width: 70%;
	    margin: auto;
	    padding-top: 20px;
	    padding-left: 40px;
	}
	.box2 {
	    width: 100%;
	    height: auto;
	     margin-top: 1px; 
	}
	.box2_box_l {
	    width: 100%;
	    height: auto;
	    padding-top: 25px;
	    padding-bottom: 25px;
	    float: left;
	    overflow: hidden;
	    background: #fff;
	}
	.box2_box_r {
	    float: right;
	    width: 100%;
	    height: auto;
	    overflow: hidden;
           background: #fff;
	}
	
	
	.box2_box_r .title {
	    width: 96%;
	    margin: auto;
	    height: 21px;
	    margin-bottom: 20px;
	}
	.box2_box_r .title a img{
		width: 100%;
	}
	.box2_ul {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.box2_ul ul {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.box2_ul ul li {
   		 width: 96%;
	    height: auto;
	    overflow: hidden;
	    position: relative;
	    padding: 0px 2%;
	    margin-bottom: 28px;
	    padding-bottom: 20px;
	    border-bottom: 1px dashed #333333;
	}
	.box2_ul ul li a h3 {
	    width: 70%;
	    height: 24px;
	    line-height: 24px;
	    font-size: 16px;
	    overflow: hidden;
	    font-weight: bold;
	}
	.box2_ul ul li .time {
	    font-size: 12px;
	    position: absolute;
	    right: 15px;
	    top: 0px;
	}
	.box2_ul ul li a p {
	    width: 100%;
	    height: auto;
	    line-height: 20px;
	    font-size: 14px;
	    margin-top: 10px;
	    overflow: hidden;
	    color: #606060;
	}
	
	#displaypagenum {
	    width: 95%;
	    height: auto;
	    margin: auto;
	    overflow: hidden;
	    text-align: center;
	}
	#displaypagenum a, #displaypagenum span {
	    position: relative;
	    float: left;
	    padding: 2px 8px;
	    color: #333333;
	    background-color: #FFF;
	    border: 1px solid #CCCCCC;
	    margin-left: -1px;
	    border-radius: 5px;
	    margin: 0px 2px;
	}
	
	.footer{width: 100%;margin: auto;margin-top: 20px;padding-bottom: 0px;color: #000000;}
	.linebox{width: 100%;height: 30px;}
	.botton{border-bottom: 1px solid #000000;padding-bottom: 5px;padding-left: 2%;}
	.footer .smallnav{margin-bottom: 10px;}
	.footer .smallnav ul{overflow:hidden;width:100%;margin:0 auto}
	.footer .smallnav ul li{    width: 100%;float: left;text-align: center;}
	.footer .smallnav ul li a{padding:0 20px;border-right:0px solid #000;font-size: 12px;font-weight: bold;line-height: 20px;color: #000000 !important;}
	.footer .smallnav ul li a:hover{color: #fff;text-decoration: underline;}
	.footer .smallnav ul li:last-child a{border:none;}
	.copyright{text-align: center;font-size: 14px;line-height: 28px;}
	.copyright a{color: #000000 !important;}
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2021-01-27 14:34:35" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->