* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

li {
	list-style: none;
	cursor: default;
}

body {
	padding: 0px 0;
	font-size: 14px;
}

a,
a:hover {
	color: #000;
	text-decoration: none;
}

.content {
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.pointer {
	cursor: pointer;
}

.textline:hover {
	text-decoration: underline;
}

img {
	vertical-align: top;
	border: none;
	max-width: 100%;
	height: auto;
}

body {
	background-color: rgb(248, 248, 248);
}

.content-rmsj .center {
	width: 1200px;
	margin: 0 auto;
}

.content-rmsj .new-title {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
}

.content-rmsj .new-title>span {
	font-size: 18px;
	color: rgb(109, 109, 109);
	padding-bottom: 8px;
	margin-right: 55px;
}

.content-rmsj .new-title>span:last-of-type {
	margin-right: 0;
}

.content-rmsj .new-title .active {
	color: #383838;
	font-weight: 900;
	border-bottom: 4px solid rgb(214, 45, 39);
}

.content-rmsj .new-title>a {
	font-size: 14px;
	color: #888888;
	margin-top: 4px;
}

.content-rmsj .new-title>img {
	position: relative;
	top: -10px;
}

.content-rmsj .content-title2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.content-rmsj .content-title2>div:first-of-type{
	width: 108px;
	height: 32px;
	background-image: linear-gradient(to right, #E2007C, #F92C22);
	line-height: 32px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.content-rmsj .content-title2>div:last-of-type{
	width: 412px;
	border-bottom: 1px solid #E4E4E4;
}

.content-rmsj .content-title2>a{
	display: inline-block;
	width: 45px;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 14px;
	color: #888888;
}

.content-rmsj .img-title{
	display: block;
	position: relative;
}

.content-rmsj .img-title>img{
	width: 565px;
	height: 275px;
}

.content-rmsj .img-title>div{
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 10px 10px;
	font-size: 0;
}

.content-rmsj .img-title>div>span {
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	width: 545px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-rmsj .img-info{
	display: block;
	margin-bottom: 20px;
}

.content-rmsj .img-info>img{
	width: 171px;
	height: 108px;
}

.content-rmsj .img-info>div{
	width: 380px;
}

.content-rmsj .img-info>div>div:first-of-type{
	font-size: 17px;
	color: rgb(109, 109, 109);
	font-weight: 900;
	width: 100%;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 3px 0 7px;
}

.content-rmsj .img-info>div>div:last-of-type{
	font-size: 14px;
	color: #888888;
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content-rmsj .new-item {
	display: block;
	line-height: 2.4;
}

.content-rmsj .new-item>span:first-of-type {
	font-size: 16px;
	color: rgb(109, 109, 109);
	width: 480px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-rmsj .new-item>span:nth-of-type(2) {
	font-size: 14px;
	color: #888888;
}

.content-rmsj .img-box {
	padding: 8px 0;
}

.content-rmsj .img-box>a {
	display: block;
	position: relative;
}

.content-rmsj .img-box>a>img:first-of-type {
	width: 274px;
	height: 170px;
}

.content-rmsj .img-box>a>div {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	padding: 5px 10px;
	font-size: 0;
}

.content-rmsj .img-box>a>div>span {
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	width: 256px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-rmsj .img-box>a>img:last-of-type {
	width: 40px;
	height: 43px;
	position: absolute;
	bottom: 30px;
	left: 10px;
}

.content-rmsj .sHeader-content-box {
	width: 100%;
	background-color: rgb(255, 255, 255);
}

.content-rmsj .sHeader-content {
	display: flex;
	justify-content: space-between;
	height: 70px;
	line-height: 70px;
}

.content-rmsj .sHeader-content a {
	font-size: 12px;
	color: rgb(109, 109, 109);
}

.content-rmsj .sHeader-content .header-left a img {
	height: 70px;
}

.content-rmsj .sHeader-content .header-right img {
	width: 18px;
	height: 18px;
	margin: 26px 3px 26px 0;
}

.content-rmsj .bHeader-content {
	border-bottom: 2px solid rgb(211, 45, 37);
}

.content-rmsj .bHeader-content>img {
	width: 100%;
}

.content-rmsj .channel-content-box {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 25px;
}

.content-rmsj .channel-content{
	display: flex;
	justify-content: space-between;
}

.content-rmsj .channel-content>a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: rgb(109, 109, 109);
	padding: 0 5px;
}

.content-rmsj .channel-content .active {
	border-bottom: 4px solid rgb(214, 45, 39);
	font-weight: 900;
	color: rgb(214, 45, 39);
}

.content-rmsj .bFooter-content-box {
	border-top: 2px solid rgb(211, 45, 37);
	padding: 30px 0;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 40px;
}

.content-rmsj .bFooter-content .logo-item-box>span{
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #888888;
	margin: 0 10px 0 20px;
	position: relative;
	top: 8px;
}

.content-rmsj .bFooter-content .logo-item{
	display: inline-block;
}

.content-rmsj .bFooter-content .logo-item>img{
	width: 36px;
	height: 36px;
	margin-right: 3px;
}

.content-rmsj .bFooter-content .logo-item>span{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #383838;
}

.content-rmsj .bFooter-content .connect{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.content-rmsj .bFooter-content .connect>a{
	font-size: 14px;
	color: #888888;
}

.content-rmsj .bFooter-content .erCode{
	width: 65px;
	height: 65px;
	position: relative;
	top: 5px;
	left: 30px;
}

.content-rmsj .bFooter-content>.fr>a{
	display: inline-block;
	margin-right: 40px;
	position: relative;
	top: 8px;
}

.content-rmsj .bFooter-content>.fr>a>img{
	border: 1px solid #E4E4E4;
}

.content-rmsj .bFooter-content>fr>a:last-of-type{
	margin-right: 0;
}

.content-rmsj .bFooter-content .footer-img-box{
	width: 100px;
	height: 112px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 15px;
	text-align: right;
}

.content-rmsj .bFooter-content .footer-img-box>img{
	width: 78px;
	height: 112px;
}

.content-rmsj .sFooter-content {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #E4E4E4;
}

.content-rmsj .sFooter-content>span {
	font-size: 12px;
	color: #888888;
	margin-right: 20px;
}

.content-rmsj .sFooter-content>span:last-of-type {
	margin-right: 0;
}

.content-rmsj .imginfo-position {
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #888888;
	margin-top: 22px;
	margin-bottom: 25px;
}

.content-rmsj .imginfo-position a{
	font-size: 16px;
	color: #888888;
}

.content-rmsj .imginfo-content{
	background-color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0px 6px 8px rgba(205, 205, 205, 0.35);
	padding: 25px 20px;
	margin-bottom: 25px;
	position: relative;
}

.content-rmsj .imginfo-main1,
.content-rmsj .imginfo-main2{
	margin-bottom: 25px;
}

.content-rmsj .imginfo-main1 img{
	width: 1160px;
	height: 122px;
}

.content-rmsj .imginfo-main2>div{
	width: 565px;
}

.content-rmsj .imginfo-main2 .magazine-item img{
	width: 196px;
	height: 260px;
}

.content-rmsj .imginfo-main2 .magazine-item>div{
	width: 369px;
	padding-left: 20px;
}

.content-rmsj .imginfo-main2 .magazine-item>div>a{
	display: block;
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #E4E4E4;
}

.content-rmsj .imginfo-main2 .magazine-item>div>a:first-of-type{
	padding-top: 5px;
}

.content-rmsj .imginfo-main2 .magazine-item>div>a:last-of-type{

}

.content-rmsj .imginfo-main2 .magazine-item>div>a>div:first-of-type{
	font-size: 17px;
	color: #383838;
	margin-bottom: 10px;
	width: 349px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-rmsj .imginfo-main2 .magazine-item>div>a>div:nth-of-type(2){
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	height: 40px;
}

.content-rmsj .imginfo-main2 .magazine-item>div>a>div:nth-of-type(2)>span{
	font-size: 14px;
	color: #383838;
	width: 349px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content-rmsj .imginfo-main2 .magazine-item>div>a>div:nth-of-type(3){
	font-size: 14px;
	color: #888888;
}

.content-rmsj .imginfo-main3,
.content-rmsj .imginfo-main5{
	margin-bottom: 25px;
}

.content-rmsj .imginfo-main3>.fl,
.content-rmsj .imginfo-main3>.fr,
.content-rmsj .imginfo-main4>.fl,
.content-rmsj .imginfo-main4>.fr{
	width: 565px;
}

.content-rmsj .imginfo-main5>.fl,
.content-rmsj .imginfo-main5>.fr{
	width: 569px;
}

.content-rmsj .imginfo-main4>a{
	display: block;
	width: 565px;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: center;
}

.content-rmsj .imginfo-main4>a>img{
	width: 565px;
	height: 365px;
}

.content-rmsj .img-box2:first-of-type{
	margin-bottom: 25px;
}

.content-rmsj .img-box2>a{
	display: block;
	width: 270px;
	height: 170px;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: center;
}

.content-rmsj .img-box2>a>img{
	width: 270px;
	height: 170px;
}

.content-rmsj .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.content-rmsj .mask .mask-content {
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	margin-top: -250px;
	margin-left: -390px;
	padding: 15px;
}

.content-rmsj .mask .mask-content>.img-box {
	width: 100%;
	height: 400px;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	margin-bottom: 18px;
}

.content-rmsj .mask .mask-content img {
	height: 400px;
}

.content-rmsj .mask .mask-content>.info-content {
	font-size: 16px;
	color: #383838;
	line-height: 1.5;
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content-rmsj .mask .mask-content>.close{
	width: 30px;
	height: 30px;
	background-color: rgb(145, 133, 131);
	border-radius: 15px;
	-moz-border-radius: 15px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.content-rmsj .mask .mask-content>.close>i{
	font-size: 20px;
	font-weight: 100;
	color: rgb(77, 77, 77);
}

@media (min-width:1400px) {
	.content-rmsj .mask .mask-content {
		width: 1140px;
		margin-top: -365px;
		margin-left: -570px;
	}

	.content-rmsj .mask .mask-content>.img-box {
		height: 590px;
		margin-bottom: 20px;
	}

	.content-rmsj .mask .mask-content img {
		height: 590px;
	}

	.content-rmsj .mask .mask-content>.info-content {
		line-height: 1.8;
		-webkit-line-clamp: 3;
		line-clamp: 3;
	}

	.content-rmsj .mask .mask-content>.close{
		width: 40px;
		height: 40px;
		border-radius: 20px;
		-moz-border-radius: 20px;
		line-height: 40px;
		top: 25px;
		right: 25px;
	}

	.content-rmsj .mask .mask-content>.close>i{
		font-size: 28px;
	}
}