*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #666666;
}
body{
	line-height: 180%;
}
.clear{
	overflow: hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}


.banner{
	width: 100%;
	height: 460px;
	background: url('../images/banner.png') no-repeat top center;
}
.cont_wrap{
	background: url('../images/wrap_bj.jpg') no-repeat top center;	
	padding: 1px 0;
}
.tit{
	position: relative;
	margin:20px 0 30px;
}
.more{
	display: inline-block;
	width: 100px;
	right: 0;
	top:20px;
	text-align: right;
}

.con1_li{
	background: url('../images/s_li.png') no-repeat left 10px;
	padding-left: 25px;
	font-size: 18px;
	margin-bottom: 20px;
	width: 512px;
	line-height: 180%;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.con1_li:hover{
	background: url('../images/s_li_hover.png') no-repeat left 10px;
}
.con1_li:hover a{
	text-decoration: underline;
	color: #fd1c1f;
}
.time{
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
}
.con1_img img{
	width: 100%;
	height: auto;
}
.con2_li{
	background: url('../images/li.png') no-repeat left 10px;
	padding-left: 25px;
	font-size: 18px;
	margin-bottom: 30px;
	width: 460px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.con2_li:hover{
	background: url('../images/li_hover.png') no-repeat left 10px;
}
.con2_li:hover a{
	text-decoration: underline;
	color: #fd1c1f;
}

.con3_li{
	width: calc(100% / 3 - 20px);
	margin-right:30px;
}
.con3_li:last-child{
	margin: 0;
}
.con3_li>a{
	display: inline-block;	
}
.con3_li img{
	width: 100%;
		height: auto;
}


.study{
	background: url('../images/stu_bj.png') no-repeat top center;
	padding:150px 60px 60px;
	height: 310px;
	margin-bottom: 40px;
}
.con4_ul{
	/* width: 760px; */
	/* margin: 60px auto; */
	overflow: hidden;
}
.con4_li{	
	font-size: 18px;
	margin-bottom: 20px;	
	overflow: hidden;
	/*float: left;*/
	
	height: 30px;
}
/*.con4_li:nth-child(2n){
	float: right;
}*/
.con4_li a:hover{
	background: url('../images/li_hover.png') no-repeat left 8px;
	text-decoration: underline;
	color: #fd1c1f;
}

.con4_li>a{
	width: 460px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	background: url('../images/li.png') no-repeat left 8px;
	padding-left: 25px;
}
.con4_li .time{
	float: right;
	margin-top: 0;
}

.con5_ul{
	overflow: hidden;
	margin-top: 60px;
}
.con5_li{
	float: left;
	width: 37%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url('../images/li2.png') no-repeat left 8px;
	padding-left: 25px;
	font-size: 18px;
	margin-bottom: 30px;
}
.con5_li:nth-child(2n){
	margin-right: 0;
	float: right;
}
.con5_li:hover{
	background: url('../images/li2_hover.png') no-repeat left 8px;
}
.con5_li:hover a{
	text-decoration: underline;
	color: #fd1c1f;
}


.cont{
	width: 1200px;
	margin: 0 auto 160px;
}
.foot{
	background: #cccccc;
	height: 300px;
}
.foot_nav{
	width: 613px;
	margin: 0 auto 50px;
	display: flex;
	padding-top: 50px;
}
.foot_li{
	width: 100px;
	border-right: 2px solid #8d8d8d;
	margin-right: 20px;
}
.foot_info{
	padding: 0 54px;
	display: flex;
	justify-content: space-between;
}
.info{
	width: 870px;
}
.info p{
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}
.info p span{
	margin-right: 20px;
}
.info p:nth-child(2) span:last-child{
	margin-right: 0px;
}

.focusBox { position: relative; width: 640px;height:326px; overflow: hidden; background: #f4e5e5;}
.focusBox .pic{ width: 580px!important; height: 326px!important;margin: 0 auto;}
.focusBox .pic img { width: 100%; height: 100%; display: block;}
.focusBox .prev,.focusBox .next{
	position: absolute;
	background: url(../images/btn.png) no-repeat center center;
	left:0;
	top:50%;
	width: 30px;
	margin-top: -44px;
	text-align: center;
	padding:22px 0;
}
.focusBox .next{
	left:610px;
}
.focusBox .prev:hover,.focusBox .next:hover{
	background: url(../images/btn_hover.png) no-repeat center center;
}