body,ul,ol,form,input,textarea,th,td,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 12px
}

html,body {
	height: 100%
}

p,dl,dd {
	margin: 0
}

li {
	padding: 0;
	list-style: none
}

img {
	border: none
}

a {
	text-decoration: none
}

a:visited,a:link {
	text-decoration: none
}

i {
	font-style: normal
}

body {
	font: 14px/1.14 PingFangSC-Regular,STXihei,Verdana,Calibri,Helvetica,Arial,sans-serif;
	background: #fafafa;
	height: auto;
}

.newMainCont {
	display: none
}

.active {
	display: block;
}

.overflowHidden {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.downloadBtn-box{
	z-index:2000;
	position: fixed;
	top:0;	
    width: 100%;
}
.downloadBtn {
	padding: 4px;
	height: 36px;
	background-color:#FAFAFA;
	border-bottom:1px solid #bd0509;
}

.downloadBtn a {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url("../images/headIco.png");
	background-position: -1px -401px;
	background-repeat: no-repeat;
	background-size: 36px
}

.downloadBtn img {
	float: left;
	width: 36px
}

.downloadBtn span {
	float: left;
	line-height: 36px;
	color: #2a2a2a;
	font-size: 14px;
	margin-left: 12px;
	display: inline
}

.downloadBtn button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 65px;
	height: 23px;
	padding: 0;
	border: 1px solid #bd0509;
	background: #fff;
	border-radius: 5px;
	color: #bd0509
}
.downloadBtn2 {
	padding: 4px;
	height: 36px;
	background-color:#FAFAFA;
	border-bottom:1px solid #bd0509;
}

.downloadBtn2 a {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url("../images/headIco.png");
	background-position: -1px -401px;
	background-repeat: no-repeat;
	background-size: 36px
}

.downloadBtn2 img {
	float: left;
	width: 36px
}

.downloadBtn2 span {
	float: left;
	line-height: 36px;
	color: #2a2a2a;
	font-size: 14px;
	margin-left: 12px;
	display: inline
}

.downloadBtn2 button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 65px;
	height: 23px;
	padding: 0;
	border: 1px solid #bd0509;
	background: #fff;
	border-radius: 5px;
	color: #bd0509
}
.downloadApp-logo{
	width:70%;
	height:50%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	vertical-align:middle;
	z-index:100;
	display:none;
}
.downloadApp-logo-box{
	width: 100%;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.downloadApp-logo img{
    width: 30%;
    display: block;
    margin: 0 auto;
}
.downloadApp-logo span{
    padding-top: 40px;
    padding-bottom: 25px;
    display: block;
}
.downloadApp-logo button{
	width: 100%;
    border: 2px solid #b80c18;
    border-radius: 10px;
    color: #b90d18;
    display: block;
    padding: 5px 0;
	background-color:#fff;
}
.downloadApp-bottom img{
	width:100%;
	position:absolute;
	bottom:0; 
}
.upright-corner{
    font-size: 16px;
    width: 240px;
    color: #333333;
    position: absolute;
    right: 10px;
}
.upright-corner p{
    position: relative;
    top: 106px;
    width: 197px;
    left: 15px;
}
.upright-corner img{
	float:right;
}

header {
	width: 100%;
	height: 50px;
	background: #bd0509;
	position: relative
}

header .logo{
	width:75px;
	margin:auto;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	padding-left:87px;
	background: url("/images/logo.png") no-repeat;
	background-size: 87px 28px;
	height: 28px;
}
header .logo > span{
	color:#fff;
	display: inline-block;
	margin-left: 10px;
	border: 1px solid #fff;
	border-radius:5px;
	margin-top: 6px;
	padding: 2px 5px;
}

header a {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("../images/headIco.png");
	background-repeat: no-repeat;
	background-size: 50%
}

header a.menuBtn {
	left: 0;
	background-position: center -56px
}

header a.active {
	left: 0;
	background-position: center -232px
}

header a.searchBtn {
	right: 50px;
	background-position: center -20px
}

header a.loginInBtn {
	right: 0;
	background: none
}

header a.loginInBtn img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 32px;
	height: 32px;
	border-radius: 32px
}

header a.loginInBtn span {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	background: #f00;
	text-align: center;
	line-height: 30px;
	transform: scale(.5, .5);
	-ms-transform: scale(.5, .5);
	-moz-transform: scale(.5, .5);
	-webkit-transform: scale(.5, .5);
	-o-transform: scale(.5, .5)
}

header a.notLoggedInBtn {
	right: 0;
	background-position: center 16px
}

header a.home {
	background-position: center -165px
}

header a.returnBtn {
	background-position: center -95px
}

header img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 87px;
	margin: auto
}

header h3 {
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: normal
}

.searchList {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff
}

.newList {
	position: relative;
	padding: 12px 0;
    	margin: 0 10px;
	overflow: hidden;
	background: #fff;
	border-bottom:1px solid #d7d7d7;
}

.newList .newListL {
	width: 37%;
	float: left
}

.newList .newListL img {
	display: block;
	width: 100%;
	height: 100%
}

.newList .newListR {
	width: 63%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	padding-top: 0
}

.newList .newListR h3 {
	font-size: 16px;
	color: #414141;
	line-height: 22px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.newList .newListR span {
	font-size: 14px;
	color: #9b9b9b;
	position: absolute;
	left: calc(37% + 10px);
	bottom: 10px
}

.newListV h3 {
	font-size: 16px;
	color: #414141;
	line-height: 22px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.newListV span {
	font-size: 14px;
	color: #9b9b9b;
    display: block;
    margin-top: 10px;
}

.newListV img {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 8px;
}

.commentList {
	overflow: hidden;
	padding: 10px
}

.commentList .commentListCont {
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 8px
}

.commentList .commentListCont .commentHead {
	width: 100%;
	height: 25px
}

.commentList .commentListCont .commentHead img {
	width: 25px;
	height: 25px;
	border-radius: 25px;
	float: left
}

.commentList .commentListCont .commentHead span {
	font-size: 16px;
	color: #4a4a4a;
	float: left;
	line-height: 26px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline
}

.commentList .commentListCont .commentHead span.time {
	float: right;
	color: #9b9b9b;
	margin: 0;
	font-size: 14px
}

.commentList .commentListCont .commentDetails {
	padding-left: 35px
}

.commentList .commentListCont .commentDetails>div {
	margin-top: 12px
}

.commentList .commentListCont .commentDetails>div.commentTime {
	width: 100%;
	overflow: hidden;
	color: #9b9b9b;
	font-size: 12px
}

.commentList .commentListCont .commentDetails>div.commentTime .commentTimeL {
	float: left
}

.commentList .commentListCont .commentDetails>div.commentTime .commentTop {
	float: right
}

.commentList .commentListCont .commentDetails>div.commentTime .commentTop span {
	padding-left: 15px;
	background-image: url("../images/commentIco.png");
	background-size: 14px;
	background-repeat: no-repeat;
	margin: 0 2px
}

.commentList .commentListCont .commentDetails>div.commentTime .commentTop span.commentTopCount {
	background-position: -1px -20px
}

.commentList .commentListCont .commentDetails>div.commentTime .commentTop span.commentTread {
	background-position: -1px 3px
}

.commentList .commentListCont .commentDetails>div.commentTime .commentTop span.commentShare {
	background-position: 1px -45px
}

.commentList .commentListCont .commentDetails>div.commentTime .commentTop span.commentReport {
	background-position: -3px -70px
}

.commentList .commentListCont .commentDetails>div.commentCont {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #000
}

.commentList .commentListCont .commentDetails>div.commentArticle {
	padding: 8px 15px;
	border: 1px solid #d7d7d7;
	background: #fff;
	font-size: 14px;
	color: #bd0509;
	line-height: 24px
}

.commentList .commentListCont .commentDetails .commentOthers {
	padding: 8px 15px;
	border: 1px solid #d7d7d7;
	background: #fff;
	font-size: 14px
}

.commentList .commentListCont .commentDetails .commentOthers span {
	color: #ae0b12
}

.commentList .commentListCont .commentDetails .commentOthers p {
	margin-top: 8px;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 24px
}

.commentList .userReply {
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 8px
}

.commentList .userReply img {
	float: left
}

.commentList .userReply .userReplyMain {
	float: left;
	margin-left: 10px;
	width: calc(100% - 35px);
	display: inline
}

.userReplyText {
	width: calc(100% - 2px);
	border: 1px solid #eaeaea;
	background: #fff
}

.userReplyText .userReplyCont {
	height: 94px
}

.userReplyText .userReplyCont textarea {
	display: block;
	height: 100%;
	width: 100%;
	border: none;
	line-height: 20px
}

.userReplyText .userReplyBtn {
	height: 46px;
	border-top: 1px solid #eaeaea;
	position: relative
}

.userReplyText .userReplyBtn span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 24px;
	margin-top: 13px
}

.userReplyText .userReplyBtn span.face {
	background: url(../images/Emoji.png) no-repeat;
	background-size: 100%
}

.userReplyText .userReplyBtn span.weight {
	background: url(../images/B.png) no-repeat;
	background-size: 100%
}

.userReplyText .userReplyBtn button {
	position: absolute;
	width: 66px;
	height: 26px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	border-radius: 2px;
	background: #bd0509;
	color: #fff;
	border: 0;
	font-size: 14px
}

.commentListMe .commentListCont .commentHead img {
	float: right
}

.commentListMe .commentListCont .commentHead span {
	float: right
}

.commentListMe .commentListCont .commentDetails .commentTime .commentTimeL {
	float: right !important
}
.authorList{
	padding: 12px 0;  
    	margin: 0 10px;
	border-bottom:1px solid #d7d7d7;
	overflow: hidden;
	background: #fff;
}
.authorListL{
	display: block;
    	width: 30px;
    	float: left;
    	margin-right: 10px;
}
.authorListL img{
	width: 30px;
    border-radius: 3em;
}
.authorListR{
        display: block;
    	vertical-align: top; 
    	overflow: hidden;
}
.authorListTitle h3{
	font-size: 16px;
    color: #414141;
    line-height: 22px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	padding: 5px 0;
}
.authorListTitle span{
    font-size: 14px;
    color: #9b9b9b;
    display: block;
    margin-top: 10px;
}
.authorListName{
	color:#414141;
}
.authorListDesc{
	color:#9b9b9b;
	display: block;
    margin-top: 5px;
}
.observerList {
	padding: 10px;
	overflow: hidden;
	background: #fff;
	margin-top: 8px
}
.authorListTitle h3{color:#414141;}
.observerList .observerListL {
	width: 18.5%;
	float: left
}

.observerList .observerListL img {
	display: block;
	width: 100%
}

.observerList .observerListL span {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 12px;
	word-break: break-all;
	color: #414141;
}

.observerList .observerListR {
	width: 81.5%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	padding-top: 0
}

.observerList .observerListR h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #414141;
	font-size: 16px
}

.observerList .observerListR p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #9b9b9b;
	margin-top: 8px
}

.scrollNewList {
	padding: 16px;
	overflow: hidden;
	margin-top: 8px;
	background: #fff
}

.scrollNewList a {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.scrollNewList span {
	float: left;
	color: #9b9b9b;
	font-size: 12px;
	margin-top: 16px
}

.scrollNewList .delBtn {
	font-size: 14px;
	color: #4a4a4a;
	float: right;
	margin-top: 16px;
	padding-left: 15px;
	background: url("../images/delIco.png") 0 center no-repeat;
	background-size: 15px
}

.loadMore {
	margin: 10px
}

.loadMore a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #bd0509;
	background: #e5e5e5
}

footer {
	background: #4a4a4a;
	height: 54px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	margin-top: 8px
}

footer span {
	display: block
}

.bottomBtn {
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px
}

.bottomBtn a {
	color: #4a4a4a
}

.bottomBtn img {
	margin-bottom: -13px;
	width: 36px
}

.newBanner {
	width: 100%;
	overflow: hidden
}

.newBanner img {
	display: block;
	width: 100%
}

.newBannerTitle {
	padding: 10px
}

.newBannerTitle a {
	line-height: 28px;
	font-size: 20px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.menuOption {
	display: none;
	width: 100%;
	overflow: hidden
}

.menuOption ul li {
	width: 100%;
	overflow: hidden;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8
}

.menuOption ul li span {
	float: left;
	width: 60px;
	text-align: center
}

.menuOption ul li span a {
	font-size: 18px;
	color: #4a4a4a
}

.menuOption ul li p {
	float: left;
	width: calc(100% - 60px);
	overflow: hidden
}

.menuOption ul li p a {
	margin-right: 12px;
	color: #bd0509;
	font-size: 16px
}

.newTitleMain {
	padding: 10px
}

.newTitleMain .newTitle {
	padding-left: 20px;
	position: relative;
	overflow: hidden
}

.newTitleMain .newTitle i {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #bd0509
}

.newTitleMain .newTitle span {
	font-size: 16px;
	color: #bd0509
}

.newTitleMain .newTitle a {
	float: right;
	font-size: 14px;
	color: #bd0509
}

.newPage {
	margin: 0 10px;
	border-bottom: 1px solid #eaeaea
}

.newPage ul {
	width: 100%;
	overflow: hidden
}

.newPage ul li {
	width: 20%;
	height: 40px;
	float: left
}

.newPage ul li a {
	display: block;
	height: 40px;
	position: relative
}

.newPage ul li a.prevBtn {
	background: url("../images/prevBtnIco.png") center center no-repeat;
	background-size: 50%
}

.newPage ul li a.nextBtn {
	background: url("../images/nextBtnIco.png") center center no-repeat;
	background-size: 50%
}

.newPage ul li a.active span {
	background: #bd0509
}

.newPage ul li a span {
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #ccc
}

.searchResult {
	width: 100%;
	overflow: hidden;
	background: #fff
}

.searchResult ul li p {
	margin-top: 25px;
	font-size: 18px;
	color: #414141;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px
}

.searchResult ul li p span {
	color: #f00
}

.searchResult ul li em {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #9b9b9b;
	font-style: normal;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5
}

.notSearchResult p {
	width: 140px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #9b9b9b;
	padding-top: 52px;
	margin-top: 137px;
	margin-bottom: 137px;
	background: url(../images/notSearchIco.png) no-repeat center top;
	background-size: 40px
}



.full_nav {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 999;
}

.full_nav a {
	display: block;
	width: 40px;
	height: 40px;
	background-size:100% ;
	margin-top:8px;
}
.full_nav a img{
	width: 40px;
	height: 40px;
}

.c-tip{text-align:center;font-size:14px;line-height:30px;margin:15px 0;}
.c-tip a, .c-tip span{display:inline-block;padding:0px 10px;color:#9b9b9b;}

.content-quote{
	display:block;
	text-indent: 0em;
	padding:20px 20px 6px 20px;
	border-left:6px solid #d3d3d3;
	background-color:#f7f7f7;
	margin:0px;
	margin-bottom:20px;
}
.content-quote > p{padding-bottom:20px !important;color:#8590a6 !important;margin-bottom:0px !important;}
.content-daodu{
	padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.content-daodu div{
	margin-bottom: 5px;
    width: 36px;
    height: 20px;
    text-align: center;
    background-color: #6ba2d6;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	line-height: 20px;
}
.content-daodu span{
	color: #8590a6;
    line-height: 20px;
}