body {
	background-size: cover;
}
body .index .top {
	margin: 15px auto 10px;
	padding: 0;
}
body .top .main {
	width: 1060px;
	display: flex;
}
.index .top .logo img {
	width: 320px;
}
.index .top .Digital-platform {
	flex: 1;
	text-align: right;
	margin-top: 6px;
}
.index .top .Digital-platform img {
	width: 200px;
	margin-top: 10px;
}
.index .top .tianq {
	text-align: right;
	width: 100%;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 0;
}

#index .main {
	width: 1060px;
	margin: auto;
}
.index .nav {
	margin-bottom: 10px;
}
.index .nav .main {
	display: flex;
	padding-top: 10px;
}
.index .main .menu {
	width: 680px;
	height: 90px;
	line-height: 90px;
	margin-left: 62px;
	display: flex;
	margin-top: 10px;
	text-align: right;
}
.index .main .menu a {
	display: inline-block;
	width: 100px;
	text-align: center;
	font-size: 18px;
}
.index .main .menu a:hover {
	color: #4496ef;
	font-weight: bold;
}
.index .nav .search {
	float: right;
	flex: auto;
}
.index .nav .search .tips {
	float: right;
	margin-top: 10px;
	border: 1px solid #4496ef;
    border-radius: 50px;
}
.index .nav .search .select,.index .nav .search .input,.index .nav .search .search_bat {
	float: left;
}
.index .nav .search .select select {
	border-radius: 20px 0px 0px 20px;
	border: none;
	padding-left: 10px;
	height: 40px;
	outline: none;
	float: left;
	width: 90px;
	font-size: 12px;
	font-size: 14px;
	padding-right: 5px;
}
.index .nav .search .input input {
	border: none;
	float: left;
	width: 160px;
	height: 40px;
	outline: none;
	line-height: 40px;
	float: left;
	border-radius: 0px;
	padding-left: 10px;
}
.index .nav .search .search_bat button {
	border-radius: 0px 20px 20px 0px;
	height: 40px;
	line-height: 40px;
	border: none;
	outline: none;
	width: 50px;
	cursor: pointer;
	background: #fff;
	font-size: 16px;
	color: #fff;
}
.index .nav .search .search_bat button img {
	width: 27px;
	margin-top: 5px;
}
#content .newspaper .left .paper .paper-layout img {
	width: 450px;
	height: auto;
	margin-left: 20px;
}
#index .newspaper .left {
	width: 584px;
	margin-left: 27px;
	float: left;
	text-align: end;
	margin-top: 6px;
	height: 800px;
	position: relative;
}
#index .newspaper .left .paper-btn {
	position: absolute;
	width: 106%;
	bottom: -83px;
}
#index .newspaper .left .paper-layout {
	text-align: center;
}
#index .newspaper .left .paper-layout img {
	margin-left: 32px;
	width: 500px;
}
#content .newspaper .left {
	float: left;
	margin-left: 15px;
	width: 480px;
	margin-top: 6px;
	text-align: center;
}
#content .newspaper {
	background: url("../img/contemt-bg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 890px;
	position: relative;
}

#content .guide {
	position: inherit;
	overflow: hidden;
	padding: 10px 0;
	width: auto;
	background: transparent;
	color: #333;
	margin: 0;
	padding-top: 30px;
}
#index .newspaper {
	background: url("../img/news-bg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 890px;
	position: relative;
}
#content .newspaper .right {
	float: right;
	width: 460px;
	padding-right: 36px;
	box-sizing: border-box;
	position: relative;
}
#content .newspaper .right {
	width: 490px;
	padding-right: 40px;
}
#index .newspaper .right {
	float: right;
	width: 370px;
	padding-right: 36px;
	box-sizing: border-box;
	position: relative;
}
#index .newspaper .right-turn-page {
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -120px;
}
#content .newspaper .right-turn-page {
	float: right;
}
#index .newspaper .right-turn-page button {
	display: block;
	width: 40px;
	height: 120px;
	border: none;
	margin-bottom: 20px;
	font-size: 15px;
	background: #4496ef;
	color: #fff;
	cursor: pointer;
}
.newspaper .right-turn-page button img {
	width: 20px;
}
.newspaper .right-turn-page button:first-child img {
	margin-bottom: 5px;
}
.newspaper .right-turn-page button:last-child img {
	margin-top: 8px;
}
#index .guide {
	overflow: hidden;
	padding: 8px 0;
	background: #4496ef;
	color: #fff;
	width: 370px;
	margin-left: -27px;
	padding-left: 20px;
	box-sizing: border-box;
	position: absolute;
}
#content .guide .current-guide {
	float: left;
	font-size: 20px;
}
#index .guide .current-guide {
	font-size: 18px;
	float: left;
}
#index .guide .current-banben {
	font-size: 15px;
	float: right;
	font-weight: bold;
	padding-right: 20px;
}
.guide .right-turn-page {
	float: right;
}
.guide .right-turn-page button {
	width: 80px;
	height: 30px;
	border: none;
	outline: none;
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	border: solid 1px #4496ef;
	background: #fff;
	cursor: pointer;
	padding: 0;
	color: #fff;
	margin-left: 10px;
	background: #4496ef;
}
.guide .right-turn-page button:hover {
	background-color: #4496ef;
	color: #fff;
	border-color: transparent;
}
.newspaper .turn-page a:hover {
	box-shadow: 10px 10px 10px #ddd;
}
.paper-title {
	width: 100%;
	height: 225px;
	box-sizing: border-box;
	overflow: auto;
	padding-right: 10px;
	margin-top: 60px;
}
.paper-title p {
	border-bottom: dashed 1px #ddd !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.paper-title p a {
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 16px;
}
.paper-title p a:hover {
	color: #4496ef;
}
.Layout-nav {
	margin-top: 20px;
	position: relative;
	height: 260px;
}
.Layout-nav .current-guide {
	font-size: 18px;
}
.Layout-nav .Layout-nav-item {
	overflow: auto;
	height: 200px;
	margin-left: -10px;
	position: absolute;
	top: 60px;
}
.Layout-nav .Layout-nav-item .bmml_con_div {
	width: 300px;
	float: left;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 8px 0;
	margin: 0 0 12px 10px;
}
.Layout-nav .Layout-nav-item .bmml_con_div:hover a {
	color: #4496ef;
	cursor: pointer;
}
.Layout-nav .Layout-nav-item .bmml_con_div .pdf {
	float: right;
}
.Layout-nav .Layout-nav-item .bmml_con_div .pdf img {
	vertical-align: middle;
	margin-bottom: 2px;
}
.newspaper .right .release-date {
	margin-top: 24px;
	text-align: center;
	background: #e70000;
	padding: 0 10px 2px;
	box-sizing: border-box;
	color: #fff;
}
.newspaper .paper-btn {
	margin-top: 14px;
}
#content .newspaper .paper-btn {
	margin-top: 6px;
	margin-left: 20px;
}
.newspaper .paper-btn .Pass-plate {
	background: #e70000;
	padding: 0 10px 2px;
	box-sizing: border-box;
	text-align: center;
}
.newspaper .paper-btn .Pass-plate a {
	color: #e70000;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.newspaper .turn-page {
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	line-height: 40px;
}
.newspaper .turn-page a {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	background: #4496ef;
	width: 120px;
	color: #fff;
}
.newspaper .turn-page .prev {
	float: left;
}
.newspaper .turn-page .next {
	float: right;
}
.wq-tit {
	margin: 20px 0 0;
	overflow: hidden;
	background: #fbdddd;
	border-bottom: 1px solid #efa9a9;
	padding: 10px;
}
.wq-tit .wq-pic {
	float: left;
	font-size: 20px;
}
.wq-tit .wq-pic img {
	vertical-align: middle;
}
.wq-tit .wq-more {
	float: right;
}
.guowang-wy {
	overflow: hidden;
	background: #fff;
	padding: 20px 0;
}
.wq-tit .wq-more img {
	width: 24px;
	vertical-align: middle;
	margin-left: 5px;
	margin-bottom: 3px;
	padding-right: 5px;
}
.guowang-wy .guowang-wy-item {
	width: 212px;
	float: left;
	padding: 10px 0 15px;
	box-sizing: border-box;
	text-align: center;
	height: 274px;
}
.guowang-wy .guowang-wy-item-paper a {
	display: inline-block;
}
.guowang-wy .guowang-wy-item-paper img {
	width: 100%;
}
.guowang-wy .guowang-wy-item-time {
	margin-top: 5px;
	background: #ef4444;
	padding: 6px 0;
	width: 170px;
	margin: auto;
	color: #fff;
	font-size: 15px;
}
.guowang-wy .guowang-wy-item-paper {
	width: 170px;
	margin: auto;
	box-shadow: 0px 0px 0px 2px #eee;
}
.footer {
	background-color: transparent;
	padding: 30px;
	margin-top: 50px;
}
.footer .main {
	background-color: #ef4444;
	text-align: center;
}
.footer .main p {
	padding: 5px 0;
	color: #fff;
}
#more-list .guowang-wy {
	min-height: 560px;
}
#search .wq-tit {
	margin: 10px 0 0;
}
#search .nav {
}
#search .search-main {
	background: #fff;
	padding: 20px;
	font-size: 16px;
}
#search .search-main .search-list .search-list-item {
	background: antiquewhite;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: 600;
}
#search .search-main .search-list .search-list-info {
	padding: 0 10px;
	margin: 10px 0;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.paper-title p a:hover,.search-list-item a:hover {
    color: #4496ef;
}
.correlation {
	text-align: center;
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 20px;
}
.correlation span {
	color: #e70000;
	padding: 0 10px;
}
.function-btn {
	overflow: hidden;
	background: #e7f9ff;
	padding: 6px 10px;
}
.function-btn .function-btn-left {
	float: left;
}
.function-btn .function-btn-right {
	float: right;
}
.function-btn .function-btn-right a {
	margin-left: 10px;
}
.function-btn .function-btn-right img {
	width: 16px;
	vertical-align: bottom;
}
#content .main {
	width: 1060px;
	margin: 0 auto;
}
#content .top .main,#index .top .main {
	width: 1010px;
	margin: 0 auto;
}
#content .paper-title {
	height: 680px;
	padding: 10px 0;
	margin-top: 8px;
	padding-right: 10px;
}
#content .paper-title .bmnr_con_biaoti {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
#content .paper-title .bmnr_con_yinti {
	text-align: center;
	line-height: 30px;
	margin: 10px 0;
	color: #333;
}
#content .paper-title .text-number {
	font-size: 14px;
	text-align: center;
	color: #666;
	margin-bottom: 10px;
}
#content .newspaper .right .release-date {
	display: none;
}
#content .guide .right-turn-page button {
	width: 64px;
	height: 30px;
}
#content .paper-title p {
	border: none !important;
	white-space: inherit;
	line-height: 28px;
}
.function-btn .function-btn-left a {
	margin-right: 5px;
}
#calendar-main {
	overflow: hidden;
	margin: 20px auto 38px;
}
#calendar-main .left {
	float: left;
	width: 500px;
	height: 280px;
	overflow: hidden;
}
#calendar-main .right {
	float: right;
	height: 280px;
	width: 470px;
	background: #4496ef;
}
#calendar-main .left img {
	width: 100%;
}
.details-main-info img {
	margin: 20px 0;
}

#tongban {
	color: #fff;
	display: flex;
}
#tongban #zhankan {
	margin-right: 20px;
	cursor: pointer;
}
#tongban #shousuo {
	margin-right: 20px;
	cursor: pointer;
}

#index .newspaper .right-turn-page button a {
	color: #fff;
	display: inline-block;
	width: 20px;
}

#index .newspaper .left .tianq {
	position: absolute;
	margin-left: 30px;
	margin-top: 10px;
}
#index .newspaper .left .tianq {
	position: absolute;
	margin-left: 30px;
	margin-top: 10px;
}
#index .newspaper .left .paper {
	margin-top: 15px;
}


/* 内容页 */
#numb{
	font-size: 16px;
	padding: 10px;
	font-family: 微软雅黑;
	color: #101010;
	line-height: 2;
	margin-bottom: 30px;
	margin-top: 40px;
}
#content .guide .right-turn-page button a {
    color: #fff;
}
/* 日历 */
#test-n1 {
	padding-top: 10px;
	box-shadow: -2px 2px 10px 0px #4496ef;
}
#test-n1 table{
	width: 100%;
}

.content_list_l_x {
	margin-top: 20px;
}
.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #ef4444 !important;
}