*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 16px;
	/* min-width: 1200px; */
}
ul li{
	list-style: none;
}
a,a:visited{
	text-decoration: none;
	color: #333;
}
.banner{
	width: 100%;
	margin-bottom: 30px;
}
.banner img{
	width: 100%;
	height: auto;
}
.cont{
	width: 1200px;
	margin: 0 auto 50px;
}
.tit{
	/* background:url(/images/special/lzqh/list_bj.png) no-repeat left; */
	/* padding-left: 170px; */
	
	border-bottom:3px solid #d6100c;
	border-radius: 0 0 0 30px;
}
.tit span{
	background-color: #d6100c;
	background-image: linear-gradient(174deg,#ff100c,#d6100c);
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	height:40px;
	line-height: 40px;
	margin-top: 20px;
	padding: 0 50px;
	display: inline-block;
	border-radius: 24px;
}
#containet {
	margin-top: 30px;
}

.con_li{
	padding: 40px;
    cursor: pointer;
	overflow: hidden;
}
.con_li:hover{
	background: #fff3f3;
}
.date{
	float: left;
	margin-right: 30px;
	padding: 10px 10px 20px;
	width: 60px;
	height: 50px;
	background: #525252;
	color: #fff;
	font-size: 14px;
}
.date>span{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.con_li:hover .date{
	background: #fd1c1f;
}
.top{
	float: left;
}
.list_tit{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0 20px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 1010px;

}
.con_li:hover .list_tit{
	color: #fd1c1f;
}
.time{
	font-size: 16px;
	color: #454545;
}
.txt{
	width: 700px;
	font-size: 16px;
	color: #666666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.study_ul{
	position: absolute;
    top: 20px;
    left: 400px;
}
.study_li{
	float: left;
	margin-right: 20px;
	font-size: 20px;
	
}
.study_ul>.study_li:last-child{
	margin-right: 0;
}
.study_li_a{
	color: #717171;
	display: block;
	height: 36px;
	width: 130px;
	line-height: 36px;
	text-align: center;
}
.study_li_a:hover,.study_li_active>a{
	color: #fff;
	background: url("../images/li3_hover.png") no-repeat;
}


#pageBox {
    padding: 10px 0 0 0;
}

#pageBox span {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #08a586;

}

#pageNav {
	width: 100%;
    text-align: center;
}

#pageNav a {
    display: inline-block;
    height: 24px;
	padding: 0 10px;
    line-height: 24px;
    text-align: center;
    color: #3a87ad;
    text-decoration: none;
    background: #b3b3b3;
    color: #fff;
    margin-right: 10px;
}
#pageNav a:last-child{
	margin-right: 0;
}

#pageNav a.active, #pageNav a:hover {
    background: #fd1c1f;
    color: #fff;
}






.pageBox {
    padding: 10px 0 0 0;
}

.pageBox span {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #08a586;

}

.pageNav {
	width: 100%;
    text-align: center;
}

.pageNav a {
    display: inline-block;
  	padding: 5px 10px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #3a87ad;
    text-decoration: none;
    background: #b3b3b3;
    color: #fff;
    margin-right: 10px;
}
.pageNav a:last-child{
	margin-right: 0;
}

.pageNav a.active, .pageNav a:hover {
    background: #fd1c1f;
    color: #fff;
}
@media screen and (max-width: 750px) {
	body{
		width: 100%;
		max-width:750px;
		margin: 0 auto;
		font-size: 16px;
	}
	.cont{
		width: 96%;
		margin: 20px auto;
	}
	.con_li{
		padding: 10px;
	}
	.date{
		margin-right: 10px;
	}
	.top{
		width: calc(100% - 100px);
	}
	.list_tit,.txt{
		width: 100%;
	}
}
