<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 16px;
	min-width: 1200px;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
.banner{
	width: 100%;
	height: 460px;
	background: url('../images/banner.png') no-repeat top center;
	margin-bottom: 30px;
}
.cont{
	width: 1200px;
	margin: 0 auto 50px;
}
#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&gt;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&gt;.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&gt;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;
    width: 24px;
    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;
}






.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;
    width: 24px;
    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;
}

.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;
}

/* .footer{
	height: 150px;
}
.nav{
	width: 960px;
	margin: 0 auto;
	background: #d11e1a;
}
.foot_nav{
	width: 613px;
	margin: 0 auto 20px;
	height: 50px;
	display: flex;
	align-items: center;
}
.foot_li{
	width: 100px;
	height: 20px;
	line-height: 20px;
	border-right: 2px solid #fff;
	margin-right: 20px;
	font-size: 14px;
	color: #f7f0db;
}
.foot_info{
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.info{
	width: 870px;
	margin-left: 20px;
}
.info p{
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.info p span{
	margin-right: 20px;
} */</pre></body></html>