@charset "UTF-8";

a {
	color: #000
}

a:hover {
	text-decoration: none;
	color: #bf0614
}

.footer {
	padding: 64px 0 38px;
	width: 100%;
	background-color: #333
}

#perny-footer {
	position: relative
}

#perny-footer .link-1,
#perny-footer .link-2,
#perny-footer .link-3,
#perny-footer .link-4 {
	float: left
}

#perny-footer .link-1 ul li,
#perny-footer .link-2 ul li,
#perny-footer .link-3 ul li,
#perny-footer .link-4 ul li {
	font-size: 14px;
	line-height: 2.2;
	color: #f1f1f1
}

#perny-footer .link-1 ul li a,
#perny-footer .link-2 ul li a,
#perny-footer .link-3 ul li a,
#perny-footer .link-4 ul li a {
	color: #f1f1f1
}

#perny-footer .link-1 {
	width: 15%
}

#perny-footer .link-1 ul {
	padding-left: 26px
}

#perny-footer .link-2 {
	width: 17%
}

#perny-footer .link-2::before {
	position: absolute;
	left: 15%;
	top: 0;
	bottom: 0;
	content: "";
	height: 100%;
	border-left: 1px solid #272727
}

#perny-footer .link-2 ul {
	padding-left: 26px
}

#perny-footer .link-3 {
	width: 46%
}

#perny-footer .link-3::before {
	position: absolute;
	left: 32%;
	top: 0;
	bottom: 0;
	content: "";
	height: 100%;
	border-left: 1px solid #272727
}

#perny-footer .link-3 ul {
	padding-left: 26px
}

#perny-footer .link-3 ul li {
	font-size: 11px;
	float: left
}

#perny-footer .link-3 ul li.odd {
	width: 60%
}

#perny-footer .link-3 ul li.even {
	width: 40%
}

#perny-footer .link-3 .other {
	padding-top: 18px;
	padding-left: 26px
}

#perny-footer .link-3 .other .cnr-logo {
	width: 61px;
	height: 26px;
	float: left;
	display: block
}

#perny-footer .link-3 .other span {
	float: right;
	margin-right: 40px
}

#perny-footer .link-3 .other span a {
	display: block;
	float: left;
	margin-left: 8px
}

#perny-footer .link-3 .other span img {
	height: 26px;
	width: auto;
	display: block
}

#perny-footer .link-4 {
	width: 22%
}

#perny-footer .link-4::before {
	position: absolute;
	left: 78%;
	top: 0;
	bottom: 0;
	content: "";
	height: 100%;
	border-left: 1px solid #272727
}

#perny-footer .link-4 ul {
	padding-left: 26px;
	margin-bottom: -14px
}

#perny-footer .link-4 ul li {
	width: 50%;
	float: left;
	margin-bottom: 14px
}

#perny-footer .link-4 ul li a img {
	display: block
}

#copyright {
	display: none;
	text-align: center;
	font-size: 12px;
	color: #fff
}

.tip {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}

.tip .menu_tip {
	position: fixed;
	top: 120%;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: #fff;
	transform: translate3d(0, 0, 0);
	transition: all .5s linear;
	z-index: 1025
}

.tip .menu_tip.mh_guanbi_open {
	top: 0
}

.tip .menu_tip .ment_tip_main {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	-webkit-overflow-scrolling: touch
}

.tip .menu_tip .ment_tip_main .md {
	width: 100%;
	overflow: hidden
}

.tip .menu_tip .ment_tip_main .md .md_hd {
	position: relative;
	padding: 22.5px 6% 15px;
	display: flex;
	flex-direction: row;
	justify-content: start
}

.tip .menu_tip .ment_tip_main .md .md_hd .mh_title {
	font-size: 16px;
	line-height: 16px;
	color: #333;
	font-weight: 700;
	padding-left: 6px;
	border-left: 1.5px solid #bf0614
}

.tip .menu_tip .ment_tip_main .md .md_hd .mh_guanbi {
	width: 34.5px;
	height: 34.5px;
	background-size: 34.5px 34.5px;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 24px;
	top: 8px
}

.tip .menu_tip .ment_tip_main .md .menu_list {
	margin-top: 12px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 351px;
	margin-left: 12px;
	flex-wrap: wrap
}

.tip .menu_tip .ment_tip_main .md .menu_list .menu_item {
	width: 70.984px;
	height: 31.984px;
	border: 1px solid #969696;
	text-align: center;
	line-height: 31.984px;
	border-radius: 4px;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 2px;
	font-size: 12px
}

.scale {
	overflow: hidden;
	display: block;
	font-size: 0
}

.scale img {
	transition: transform .25s ease-out 0s
}

.scale:hover img {
	transform: scale(1.05)
}

.topline {
	background-color: #333;
	width: 100%
}

#perny-miniTopLine .nav-left {
	float: left
}

#perny-miniTopLine .nav-left .logo {
	float: left;
	background-color: #d10000
}

#perny-miniTopLine .nav-left .logo a {
	display: block;
	padding: 6px 10px
}

#perny-miniTopLine .nav-left .logo a img {
	display: block;
	height: 28px
}

#perny-miniTopLine .nav-left .nav-main {
	padding-top: 10px;
	float: left
}

#perny-miniTopLine .nav-left .nav-main li {
	margin-left: 18px;
	float: left;
	font-size: 12px
}

#perny-miniTopLine .nav-left .nav-main li a {
	color: #fff
}

#perny-miniTopLine .nav-right {
	float: right;
	padding-top: 14px
}

#perny-miniTopLine .nav-right li {
	float: left;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	border-left: 1px solid #fff;
	margin-left: 9px;
	padding-left: 9px
}

#perny-miniTopLine .nav-right li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0
}

#perny-miniTopLine .nav-right li a {
	color: #fff
}

.header {
	background-color: #fff;
	padding: 25px 0 20px
}

.breadcrumb {
	padding-top: 34px;
	padding-bottom: 15px;
	font-size: 0;
	overflow: hidden
}

.breadcrumb li {
	font-size: 16px;
	line-height: 1;
	color: #666;
	padding: 5px;
	float: left;
	background: #f4f4f4
}

.breadcrumb li a {
	font-size: 16px;
	line-height: 1;
	color: #000;
	padding-right: 5px;
	display: inline-block
}

#warn {
	position: relative;
	background: #fff7da;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #000
}

#warn .close-warn {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 700;
	width: 35px;
	height: 35px;
	color: #bba783;
	cursor: pointer
}

#aside .box,
#main .box {
	margin-bottom: 10px
}

#aside .box .box-head,
#main .box .box-head {
	border-top: 2px solid #d10000
}

#aside .box .box-head .box-head-title,
#main .box .box-head .box-head-title {
	padding-top: 5px
}

#aside .box .box-head .box-head-title span,
#main .box .box-head .box-head-title span {
	float: left;
	font-size: 22px
}

#aside .box .box-head .box-head-title span a,
#main .box .box-head .box-head-title span a {
	line-height: 2
}

#aside .box .box-body .searching,
#main .box .box-body .searching {
	padding-bottom: 15px
}

#aside .box .box-body .searching .input-group,
#main .box .box-body .searching .input-group {
	position: relative;
	background-color: #f4f4f4;
	border: none;
	border-radius: 4px;
	padding: 0 12px
}

#aside .box .box-body .searching .input-group .form-control,
#main .box .box-body .searching .input-group .form-control {
	height: 34px;
	padding: 6px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f4f4f4;
	border: none;
	position: relative;
	z-index: 2;
	float: left;
	width: 90%;
	outline: 0
}

#aside .box .box-body .searching .input-group .input-group-btn,
#main .box .box-body .searching .input-group .input-group-btn {
	display: block;
	width: 10%;
	position: relative;
	float: left;
	font-size: 0;
	white-space: nowrap;
	height: 34px;
	padding: 6px 0
}

#aside .box .box-body .searching .input-group .input-group-btn .search,
#main .box .box-body .searching .input-group .input-group-btn .search {
	background: url(../images/icon_search.png) no-repeat center;
	width: 100%;
	height: 34px;
	border: none;
	outline: 0;
	cursor: pointer
}

#aside .box .box-body .block,
#main .box .box-body .block {
	float: left;
	width: 47%
}

#aside .box .box-body .block.even,
#main .box .box-body .block.even {
	margin-left: 6%
}

#aside .box .box-body .block a,
#main .box .box-body .block a {
	display: block;
	margin-bottom: 10px
}

#aside .box .box-body .block a .scale img,
#main .box .box-body .block a .scale img {
	width: 100%;
	height: auto
}

#aside .box .box-body .block a .text,
#main .box .box-body .block a .text {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 2.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

#aside .box .box-body .item2,
#main .box .box-body .item2 {
	padding-bottom: 20px
}

#aside .box .box-body .item2:first-child,
#main .box .box-body .item2:first-child {
	margin-top: 16px
}

#aside .box .box-body .item2 a,
#main .box .box-body .item2 a {
	display: block;
	font-size: 14px
}

#aside .box .box-body .item2 a img,
#main .box .box-body .item2 a img {
	display: block;
	width: 100%;
	height: auto
}

#aside .box .box-body ol,
#main .box .box-body ol {
	padding: 10px 0
}

#aside .box .box-body ol li,
#main .box .box-body ol li {
	padding-left: 28px;
	background-image: url(../images/sort.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px
}

#aside .box .box-body ol li.first,
#main .box .box-body ol li.first {
	background-position: 0 10px
}

#aside .box .box-body ol li.second,
#main .box .box-body ol li.second {
	background-position: 0 -30px
}

#aside .box .box-body ol li.third,
#main .box .box-body ol li.third {
	background-position: 0 -70px
}

#aside .box .box-body ol li.fourth,
#main .box .box-body ol li.fourth {
	background-position: 0 -110px
}

#aside .box .box-body ol li.fifth,
#main .box .box-body ol li.fifth {
	background-position: 0 -150px
}

#aside .box .box-body ol li.sixth,
#main .box .box-body ol li.sixth {
	background-position: 0 -190px
}

#aside .box .box-body ol li.seventh,
#main .box .box-body ol li.seventh {
	background-position: 0 -230px
}

#aside .box .box-body ol li.eighth,
#main .box .box-body ol li.eighth {
	background-position: 0 -270px
}

#aside .box .box-body ol li.ninth,
#main .box .box-body ol li.ninth {
	background-position: 0 -310px
}

#aside .box .box-body ol li.tenth,
#main .box .box-body ol li.tenth {
	background-position: 0 -350px
}

#aside .box .box-body ol li a,
#main .box .box-body ol li a {
	font-size: 14px
}

#aside .box .box-body ul,
#main .box .box-body ul {
	padding: 10px 0
}

#aside .box .box-body ul li,
#main .box .box-body ul li {
	padding-left: 15px;
	background-image: url(../images/disc.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	background-position: left center
}

#aside .box .box-body ul li a,
#main .box .box-body ul li a {
	font-size: 14px
}

#aside .box .box-body dl,
#main .box .box-body dl {
	margin-bottom: 32px
}

#aside .box .box-body dl:first-child,
#main .box .box-body dl:first-child {
	margin-top: 16px
}

#aside .box .box-body dl dd.pic,
#main .box .box-body dl dd.pic {
	float: left;
	width: 35%;
	margin-right: 5%
}

#aside .box .box-body dl dd.pic img,
#main .box .box-body dl dd.pic img {
	border-radius: 7px;
	width: 100%;
	height: auto;
	display: block
}

#aside .box .box-body dl dt,
#main .box .box-body dl dt {
	overflow: hidden;
	font-size: 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px
}

#aside .box .box-body dl dd.des,
#main .box .box-body dl dd.des {
	overflow: hidden;
	font-size: 14px
}

#aside {
	padding-top: 34px
}

.pagination {
	padding: 30px 0;
	height: 58px
}

.pagination a {
	display: inline-block;
	text-decoration: none;
	border: solid 1px #e6e6e6;
	color: #a0a0a0;
	height: 56px;
	line-height: 56px;
	border-radius: 5px;
	background-color: #f4f4f4;
	width: 30px
}

.pagination span {
	display: inline-block;
	padding: 0 .5em;
	height: 56px;
	line-height: 56px;
	color: #000
}

.pagination .prev {
	float: left;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: 8px 22px
}

.pagination .next {
	float: right;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-position: 10px -63px
}

.pagination .paginationMain {
	text-align: center;
	width: 78%;
	float: left
}

.pagination .paginationGoto {
	float: right;
	overflow: hidden;
	width: 20%;
	text-align: right
}

.pagination .paginationGoto input[type=text] {
	border: 1px solid #e6e6e6;
	background: #f4f4f4;
	border-right: 0;
	height: 26px;
	line-height: 26px;
	border-radius: 9px 0 0 9px;
	padding: 15px 5%;
	width: 50%;
	color: #a2a2a2
}

.pagination .paginationGoto input[type=text]:focus {
	outline: 0
}

.pagination .paginationGoto button {
	height: 58px;
	width: 38%;
	line-height: 58px;
	background: #ae261c url(../images/pagination.png) no-repeat -32px -21px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	border: none;
	vertical-align: top;
	outline: 0;
	border-radius: 0 5px 5px 0;
	cursor: pointer
}

.kuaixun span.tag {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	width: 36px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

.kuaixun span.tag.quick2 {
	background-image: url("//www.cnr.cn/2019/images/quick_s2.png");
	background-repeat: no-repeat;
	background-position: center 0;
}

.article-header h1 span.tag {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	width: 36px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

.article-header h1 span.tag.quick2 {
	background-image: url("//www.cnr.cn/2019/images/quick_s2.png");
	background-repeat: no-repeat;
	background-position: center 0;
}
