<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background: #F7F7F7;
}

.container {
	padding-bottom: 30px;
}
.containerft{padding-bottom:0px;}
.listleft {
	width: 254px;
	float: left;
	background: #FFFFFF;
}

.listleft h2 {
	width: 100%;
	height: 72px;
	line-height: 72px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1F56A8;
	text-align: center;
	border-bottom: 1px solid #D1DCED;
	position: relative;
}

.listleft h2 .lefttop {
	position: absolute;
	top: 0;
	left: 0;
}

.listleft h2 .rightbottom {
	position: absolute;
	bottom: 0;
	right: 0;
}

.listleft ul {
	width: 100%;
	padding-top: 22px;
}

.listleft ul li {
	width: 100%;
	height: 66px;
	line-height: 66px;
	text-align: center;
	/* overflow: hidden; */
}

.listleft ul li a {
	display: block;
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.listleft ul li.on {
	width: 278px;
	background: url(../images/public/list/xuanzhong.png) no-repeat 10px 0px;
}

.listleft ul li.on a {
	color: #FFFFFF;
}

.listright {
	width: 910px;
	padding: 20px 0 30px 0;
	float: right;
	background: #FFFFFF;
}

.listright h2 {
	width: 100%;
	background: url(../images/public/list/listcont.png) no-repeat;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
	margin-left: 21px;
}

.listright h2 span {
	display: inline-block;
    text-align: center;
    background: url(../images/public/listrightspan.png) no-repeat;
    background-size: cover;
    padding-left: 10px;
    padding-right: 29px;
min-width: 180px;
}

#cont {
	width: 100%;
	padding: 21px 26px 0 20px;
}


/*文字列表*/

.listul {
	width: 100%;
	margin-top: 15px;
	padding-left: 21px;
}

.listul li {
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 44px;
}

.listul li a {
	display: block;
	width: 100%;
}

.listul li a img {
	float: left;
	margin-top: 22px;
	margin-right: 7px;
}

.listul li a p {
	width: 80%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listul li a span {
	width: 15%;
	float: right;
}


/*图片列表*/

.listulpic {
	width: 100%;
	margin-top: 15px;
}

.listulpic li {
	width: 274px;
	height: 220px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 3px rgba(62, 77, 101, 0.05);
	float: left;
	margin-left: 22px;
	margin-bottom: 24px;
}

.listulpic li a {
	width: 100%;
	display: block;
}

.listulpic li a img {
	width: 274px;
	height: 170px;
}

.listulpic li a p {
	width: 100%;
	height: 15px;
	font-size: 14px;
	line-height: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #121212;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 17px;
	padding-left: 11px;
}


/*出版物*/

.contleft {
	width: 144px;
	height: 200px;
	float: left;
}

.contright {
	width: 708px;
	float: right;
}

.contleft img {
	width: 100%;
}

.conttitle {
	width: 142px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #DBE9FF;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1F56A8;
}

.neirong {
	width: 100%;
	text-indent: 2em;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	margin-top: 19px;
}

.nianfen {
	width: 100%;
	margin-top: 29px;
}

.nianfen h1 {
	width: 75px;
	float: left;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 26px;
}

.nianfen ul {
	width: 620px;
	float: left;
}

.nianfen ul li {
	width: 68px;
	height: 26px;
	line-height: 26px;
	background: #F3F8FF;
	border: 1px solid #C0D9FF;
	border-radius: 2px;
	float: left;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.nianfen ul li a {
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1F56A8;
}

@media (max-width: 991px) {
	.container {
		width: 100%;
	}
	.listright h2 {
		width: 94%;
		margin-left: 2%;
	}
	.BreadcrumbNav {
		width: 100%;
	}
	.listleft {
		width: 100%;
	}
	.listleft ul li.on {
		width: 100%;
		background: #1F56A8;
	}
	.listright {
		width: 100%;
	}
	.listul li a p {
		width: 60%;
	}
	.listul li a span {
		width: 25%;
	}
	.contright {
		width: 100%;
	}
	.nianfen {
		width: 100%;
	}
	.nianfen h1 {
		width: 100%;
		margin-bottom: 20px;
	}
	.nianfen ul {
		width: 100%;
	}
}


/*.ygwj-list li {
  padding: 15px 0 15px 20px;
  line-height: 28px;
  border-bottom: 1px dashed #ddd;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  background: url(../images/public/p117.png) no-repeat 0;
}
.ygwj-list li .title {
  float: left;
  width: 765px;
  width: calc(100% - 200px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ygwj-list li .download {
  float: left;
  padding-left: 20px;
  background: url(../images/public/p118.png) no-repeat 0;
  color: #568491;
}
.ygwj-list li .date {
  float: right;
  font-size: 14px;
  color: #999;
}
@media (max-width: 768px) {
  .ygwj-list li {
    padding: 5px 0 5px 15px;
    line-height: 23px;
  }
  .ygwj-list li .title {
    width: calc(100% - 175px);
  }
}
.common-list li {
  padding: 15px 0 15px 20px;
  line-height: 28px;
  border-bottom: 1px dashed #ddd;
  display: inline-block;
  width: 100%;
  background: url(../images/public/p117.png) no-repeat;
  background-position: 0 20px;
}
.common-list li .title {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-list li p {
  color: #666666;
}
.common-list li .date {
  color: #999;
}
@media (max-width: 768px) {
  .common-list li {
    padding: 5px 0 5px 18px;
    line-height: 23px;
    background-position: 0 9px;
  }
}
.page_num {
  margin-top: 2.6%;
  text-align: center;
  line-height: 20px;
}
.page_num a,
.page_num .pagination-num {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin: 0px 2px;
  padding: 5px 10px;
}
.page_num .hover,
.page_num a:hover {
  background-color: #568491;
  color: #fff;
  border-color: #568491;
}
.page_num #pagination-input {
  width: 45px;
  text-align: center;
  box-sizing: border-box;
  line-height: 30px;
  border: 1px solid #e8e8e8;
  vertical-align: 4%;
}*/</pre></body></html>