* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

.fullimg>img {
	width: 100%;
}

.linkToDown {
	width: 100%;
	height: 1.3rem;
	position: relative;
}

.linkToDown a {
	display: block;
	padding: 0.02rem 0.1rem;
	position: absolute;
	right: 0.3rem;
	top: 0.45rem;
	font-size: 0.2rem;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0.1rem;
}


.mainBox {
	padding: 0 0.15rem 0 0.15rem;
}

.mainBox .newsTitle {
	width: 98%;
	margin: 0.55rem auto 0.9rem;
	font-size: 0.6rem;
	color: #221815;
}

.mainBox .newsDate {
	width: 98%;
	font-size: 16px;
	color: #949495;
	margin-bottom: 0.25rem;
}

.mainBox .subscribe {
	padding: 0.4rem 0 0.25rem;
	border-top: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	display: flex;
	justify-content: space-between;
}

.mainBox .subscribe p {
	font-size: 0.27rem;
}

.mainBox .subscribe>span {
	display: block;
	width: 1.1rem;
	height: 0.35rem;
	border-radius: 0.05rem;
	background-color: #C7000B;
	color: #fff;
	font-size: 0.23rem;
	text-align: center;
}

.mainBox .subscribe p>span {
	color: #c7000b;
}

.mainBox .abstract {
	font-size: 0.31rem;
	color: #b5b5b6;
	margin-top: 0.5rem;
	padding-left: 0.8rem;
	background-image: url(../img/ab-icon.png);
	background-position: left top;
	background-repeat: no-repeat;
	/*background-size: 6% 18%;*/
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #dcdddd;
}

.mainBox .reporter {
	margin: 0.4rem 0 0.6rem;
	font-size: 0.26rem;
}

.mainBox .newsContent .text {
	font-size: 0.33rem;
	color: #221815;
	line-height: 1.7;
	margin: 0.4rem 0;
}

.mainBox .newsContent .pic {
	width: 100%;
}

.mainBox .newsContent .pic>img {
	width: 100%;
}

.mainBox .newsContent .describe {
	font-size: 0.24rem;
	color: #898989;
	margin-top: 0.1rem;
}

.mainBox .newsContent .edit {
	font-size: 0.28rem;
	color: #8d8d8d;
}

.mainBox .share {
	margin-top: 0.8rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #dcdddd;
}

.mainBox .share .copyright {
	font-size: 0.2rem;
	color: #9fa0a0;
}

.mainBox .share .title {
	text-align: center;
}

.mainBox .share .bCard {
	width: 100%;
	background-color: #efefef;
	border-radius: 0.08rem;
	display: flex;
	margin: 0.4rem 0;
	padding: 0.1rem 0 0.1rem 0.2rem;
}

.mainBox .share .bCard .bPic {
	width: 1.3rem;
	margin-right: 0.25rem;
	border-radius: 50%;
	overflow: hidden;
}

.mainBox .share .bCard .bPic img {
	width: 100%;
	height: 100%;
}

.mainBox .share .bCard .bInfo {
	width: 5rem;
}

.mainBox .share .bCard .bInfo .name {
	font-size: 0.28rem;
}

.mainBox .share .bCard .bInfo .intro {
	font-size: 0.2rem;
	margin: 0.1rem 0;
}

.mainBox .share .bCard .bInfo .revelations {
	font-size: 0.24rem;
	color: #c7000b;
	display: flex;
	justify-content: space-between;
}

.mainBox .share .bCard .bInfo .revelations a {
	display: block;
	padding: 0 0.1rem;
	height: 0.35rem;
	border-radius: 0.05rem;
	background-color: #C7000B;
	color: #fff;
	font-size: 0.23rem;
	text-align: center;
}

.mainBox .share .shareBox .title {
	font-size: 0.24rem;
	color: #9fa0a0;
	margin-bottom: 0.3rem;
}

.mainBox .share .shareBox .shareIcon {
	height: 0.65rem;
	display: flex;
	justify-content: space-around;
	padding: 0 0.2rem;
}

.mainBox .share .shareBox .shareIcon a {
	display: block;
	height: 0.65rem;
}

.mainBox .share .shareBox .shareIcon a img {
	height: 100%;
}

.columnTitle {
	margin-bottom: 0.35rem;
}

.columnTitle img {
	width: 0.4rem;
}

.columnTitle span {
	font-size: 0.27rem;
}

.columnTitle a {
	float: right;
	color: #df4829;
	font-size: 0.2rem;
}

.recommend {
	margin-top: 0.5rem;
	border-bottom: 1px solid #dcdddd;
}

.recommendContent>div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}

.recommendContent>div .infor {
	width: 4.2rem;
}

.recommendContent>div .infor .title {
	font-size: 0.27rem;
	color: #000;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.recommendContent>div .infor .date {
	font-size: 0.2rem;
	color: #898989;
	margin-top: 0.2rem;
}

.recommendContent>div .infor .date .adv {
	border: 1px solid #898989;
	border-radius: 4px;
	padding: 0 0.05rem;
	margin-right: 0.1rem;
}


.recommendContent>div .pic {
	 width: 2.16rem;
    height: 1.26rem;
}

.recommendContent>div .pic a {
	display: block;
	width: 100%;
	height: 100%;
}

.recommendContent>div .pic a img {
	width: 100%;
	height: 100%;
}

.comment {
	margin-top: 0.4rem;
}

.commentItem {
	display: flex;
	justify-content: space-between;
	font-size: 0.28rem;
	margin-bottom: 0.5rem;
}

.commentItem .userPic {
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	overflow: hidden;
}

.commentItem .userPic img {
	width: 100%;
	height: 100%;
}


.commentItem .itemContent {
	width: 5.9rem;
}

.commentItem .userInfo {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.1rem;
}

.commentItem .userInfo .zan {
	font-size: 0.19rem;
	color: #9fa0a0;
}

.commentItem .userInfo .zan img {
	width: 0.3rem;
	margin-left: 0.1rem;
}

.commentItem .itemContent .otherInfo {
	display: flex;
	margin: 0.1rem 0;
}

.commentItem .itemContent .otherInfo .reply {
	background-color: #efefef;
	font-size: 0.18rem;
	margin-right: 0.2rem;
}

.commentItem .itemContent .otherInfo .time {
	font-size: 0.18rem;
	color: #9fa0a0;
}

.commentItem .itemContent>.reply {
	background-color: #efefef;
	padding: 0.15rem 0.1rem;
	font-size: 0.28rem;
}

.footer {
	width: 100%;
	padding-bottom: 0.25rem;
}

.footer .contact {
	padding: 0.3rem 0.4rem 0.2rem;
	font-size: 0.2rem;
	color: #9fa0a0;
	background-color: #efefef;
	line-height: 1.7;
}

.footer .gotoApp a {
	display: block;
	width: 6.85rem;
	height: 0.72rem;
	background-color: #C7000B;
	color: #fff;
	border-radius: 0.15rem;
	font-size: 0.32rem;
	line-height: 0.72rem;
	text-align: center;
	margin: 0.15rem auto 0;
}


/* 专题 */
.ztBanner {
	width: 100%;
}

.ztBanner .pic {
	width: 100%;
	height: 4.85rem;
	position: relative;
}

.ztBanner img {
	width: 100%;
	height: 100%;
}

.ztBanner .decro {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #fff;
	border-top-left-radius: 0.4rem;
	border-top-right-radius: 0.4rem;
}

.ztBanner .intro {
	background-color: #fff;
	z-index: 5;
	padding: 0.3rem 0.3rem 0 1rem;
	color: #9fa0a0;
	width: 100%;
	background-image: url(../img/zt-icon.png);
	background-position: 4% 7%;
	background-repeat: no-repeat;
	background-size: 6% 15%;
}

.ztBanner .views {
	font-size: 0.2rem;
	text-align: right;
	margin-right: 0.35rem;
	margin-top: 0.3rem;
}

.mainContent {
	padding: 0 0.25rem;
}

.key {
	border-bottom: 1px solid #dcdddd;
	padding-bottom: 0.45rem;
	margin-bottom: 0.4rem;
}

.key .columnTitle {
	margin-bottom: 0.1rem;
}

.keyBox {
	display: flex;
	flex-wrap: wrap;
}

.keyBox span {
	display: block;
	background-color: #efefef;
	font-size: 0.4rem;
	padding: 0.1rem 0.2rem;
	margin: 0.1rem;
}

.newsBox {}

.newsBox .lrStr {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.6rem;
}

.newsBox .lrStr .pic {
	width: 2.25rem;
	height: 1.5rem;
	border-radius: 0.15rem;
	overflow: hidden;
}

.newsBox .lrStr .pic img {
	width: 100%;
	height: 100%;
}

.newsBox .lrStr .info {
	width: 4.4rem;
}

.newsBox .lrStr .info .title {
	font-size: 0.35rem;
	color: #000;
	margin-bottom: 0.3rem;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newsBox .lrStr .info .date {
	font-size: 0.2rem;
	color: #9fa0a0;
	display: flex;
	justify-content: space-between;
}

.newsBox .lrStr .info .date .name {
	margin-right: 0.08rem;
}

.newsBox .tbStr {
	display: block;
	margin-bottom: 0.6rem;
}

.newsBox .tbStr .pic {
	width: 6.9rem;
	height: 3.9rem;
	border-radius: 0.15rem;
	overflow: hidden;
}

.newsBox .tbStr .pic img {
	width: 100%;
	height: 100%;
}

.newsBox .tbStr .info {
	width: 4.4rem;
}

.newsBox .tbStr .title {
	font-size: 0.35rem;
	color: #000;
	margin-bottom: 0.15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsBox .tbStr .title a {
	font-size: 0.35rem;
	color: #000;
}

.newsBox .tbStr .date {
	font-size: 0.2rem;
	color: #9fa0a0;
	margin-top: 0.12rem;
	display: flex;
	justify-content: space-between;
}

.newsBox .tbStr .date .name {
	margin-right: 0.08rem;
}

.column {
	border-bottom: 1px solid #dcdddd;
	margin-bottom: 0.4rem;
}


/* 融媒矩阵 */
.matrix {
	width: 100%;
	background-image: url(../img/rm-bg2.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 1.9rem;
	padding-bottom: 3rem;
}

.matrix .title {
	width: 2rem;
	margin: 0 auto 0.75rem;
}

.matrix .title img{
	width: 100%;
}



.matrix .icons {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.matrix .icons a {
	display: block;
	width: 2.1rem;
	height: 0.75rem;
	border-radius: 0.1rem;
	overflow: hidden;
	margin: 0.2rem 0.1rem;
}

.matrix .icons a img {
	width: 100%;
	height: 100%;
}

.matrix .back {
	display: block;
	width: 1.45rem;
	font-size: 0.28rem;
	color: #8f7a28;
	margin: 0.8rem auto;
}


/* 互动-话题详情 */
.details {
	padding: 0 0.34rem;
}

.detailUserInfo {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 0.85rem;
}

.detailUserInfo .info {
	display: flex;
	align-items: flex-end;
}

.detailUserInfo .info .pic {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 0.2rem;
}

.detailUserInfo .info .pic img {
	width: 100%;
	height: 100%;
}

.detailUserInfo .follow {
	display: block;
	width: 1rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius: 0.05rem;
	background-color: #C7000B;
	color: #fff;
	font-size: 0.23rem;
	text-align: center;
}

.detailUserInfo .info .name {
	font-size: 0.3rem;
}

.detailUserInfo .info .time {
	color: #898989;
	font-size: 0.16rem;
	margin-top: 0.1rem;
}

.detailsContent .content .tips {
	font-size: 0.33rem;
	color: #0090e3;
	cursor: pointer;
	margin-left: 0.1rem;
}

.fold {
	font-size: 0.33rem;
	color: #0a001f;
	margin-top: 0.38rem;
	line-height: 1.5;
}

.unfold {
	margin-top: 0.38rem;
	font-size: 0.33rem;
	color: #0a001f;
	line-height: 1.5;
	display: none;
}

/* 横排多张 */
.picbox215{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.25rem;
}

.picbox215 .picItem215{
	width: 2.15rem;
	height: 2.15rem;
	margin-right: 0.12rem;
}
.picbox215 .picItem215 img{
	width: 100%;
	height: 100%;
}

/* 舜时针单张 */
.picbox100{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.25rem;
}
.picbox100 img{
	width: 100%;
}

/* 舜时针两张 */
.picbox342{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.25rem;
}

.picbox342 .picItem342{
	width: 3.37rem;
	height: 3.37rem;
	margin-bottom: 0.1rem;
}
.picbox342 .picItem342 img{
	width: 100%;
	height: 100%;
}

/* 舜时针三张 */
.picboxlrr{
	display: flex;
	justify-content: space-between;
	margin-top: 0.25rem;
}

.picboxlrr .left{
	width: 4.52rem;
	height: 4.52rem;
}

.picboxlrr .left img{
	width: 100%;
	height: 100%;
}

.picboxlrr .right{
	width: 2.22rem;
	height: 4.52rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.picboxlrr .right .picItemlrr{
	width: 2.22rem;
	height: 2.22rem;
}
.picboxlrr .right .picItemlrr img{
	width: 100%;
	height: 100%;
}

/* 舜时针六张 */
.picbox3p{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.picbox3p .picItem3p{
	width: 2.22rem;
	height: 2.22rem;
	margin-top: 0.1rem;
}

.picbox3p .picItem3p img{
	width: 100%;
	height: 100%;
}

/* 舜时针七张 */
.picbox7 .picItem3p{
	margin-top: 0 !important;
}

/* 舜时针八张 */
.picbox8 .picItem3p{
	margin-top: 0 !important;
	margin-bottom: 0.1rem;
}