* {
	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-new .center {
	width: 1200px;
	margin: 0 auto;
}

.content-new .imginfo-content .comment-title{
	margin-top: 25px;
	font-size: 16px;
	color: #383838;
	font-weight: 900;
}

.content-new .imginfo-content .comment-title>span{
	font-size: 14px;
	color: #888888;
}

.content-new .sHeader-content-box {
	width: 100%;
	background-color: rgb(255, 255, 255);
}

.content-new .sHeader-content {
	display: flex;
	justify-content: space-between;
	height: 70px;
	line-height: 70px;
}

.content-new .sHeader-content a {
	font-size: 12px;
	color: rgb(109, 109, 109);
}

.content-new .sHeader-content .header-left a img {
	height: 70px;
}

.content-new .sHeader-content .header-right img {
	width: 18px;
	height: 18px;
	margin: 26px 3px 26px 0;
}

.content-new .bHeader-content {
	border-bottom: 2px solid rgb(211, 45, 37);
}

.content-new .bHeader-content>img {
	width: 100%;
}

.content-new .channel-content-box {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 25px;
}

.content-new .channel-content{
	display: flex;
	justify-content: space-between;
}

.content-new .channel-content>a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: rgb(109, 109, 109);
	padding: 0 5px;
}

.content-new .channel-content .active {
	border-bottom: 4px solid rgb(214, 45, 39);
	font-weight: 900;
	color: rgb(214, 45, 39);
}

.content-new .bFooter-content-box {
	border-top: 2px solid rgb(211, 45, 37);
	padding: 30px 0;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 50px;
}

.content-new .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-new .bFooter-content .logo-item{
	display: inline-block;
}

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

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

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

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

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

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

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

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

.content-new .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-new .bFooter-content .footer-img-box>img{
	width: 78px;
	height: 112px;
}

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

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

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

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

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

.content-new .imginfo-content{
	background-color: #FFFFFF;
	box-shadow: 0px 6px 8px rgba(205, 205, 205, 0.35);
	padding: 55px 150px 10px;
	margin-bottom: 60px;
}

.content-new .imginfo-content .imginfo-title{
	font-size: 28px;
	color: #383838;
	font-weight: 900;
	margin-bottom: 20px;
}

.content-new .imginfo-content .time-div {
	font-size: 14px;
	color: #888888;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.content-new .imginfo-content .time-div span:first-of-type {
	margin-right: 20px;
}

.content-new .imginfo-content .info-div {
	/* border-bottom: 1px solid #E4E4E4; */
	padding-bottom: 30px;
}

.content-new .imginfo-content .myComment .comment-content {
	width: 900px;
	height: 92px;
	background-color: rgb(248, 248, 248);
	border: 1px solid #E4E4E4;
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin-top: 10px;
	padding: 10px 20px;
	position: relative;
}

.content-new .imginfo-content .myComment .comment-content>textarea {
	width: 710px;
	height: 70px;
	border: none;
	background-color: rgb(248, 248, 248);
	font-size: 14px;
	color: #888888;
	outline: none;
	resize:none;
}

.content-new .imginfo-content .myComment .comment-content>textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #888888;
}

.content-new .imginfo-content .myComment .comment-content>textarea::-moz-placeholder {  
   font-size: 14px;
   color: #888888;
}

.content-new .imginfo-content .myComment .comment-content>textarea:-moz-placeholder { 
   font-size: 14px;
   color: #888888;
}

.content-new .imginfo-content .myComment .comment-content>textarea:-ms-input-placeholder { 
    font-size: 14px;
    color: #888888; 
}

.content-new .imginfo-content .myComment .comment-content>a {
	display: inline-block;
	width: 114px;
	height: 28px;
	border-radius: 14px;
	-moz-border-radius: 14px;
	background-image: linear-gradient(to right, #E2007C, #F92C22);
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.content-new .imginfo-content .allComment .comment-item {
	border-bottom: 1px solid #E4E4E4;
	padding: 20px 5px;
}

.content-new .imginfo-content .allComment .comment-item>img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.content-new .imginfo-content .allComment .comment-item>div{
	width: 820px;
}

.content-new .imginfo-content .allComment .comment-item>div>div:first-of-type{
	margin-bottom: 8px;
}

.content-new .imginfo-content .allComment .comment-item>div>div:first-of-type>span {
	font-size: 14px;
	color: #888888;
}

.content-new .imginfo-content .allComment .comment-item>div>div:first-of-type>span:first-of-type {
	font-size: 16px;
	color: #383838;
}

.content-new .imginfo-content .allComment .comment-item>div>div:last-of-type{
	font-size: 16px;
	color: #383838;
}

.content-new .imginfo-content .imginfo-toggle {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 50px;
}

.content-new .imginfo-content .imginfo-toggle>span {
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 1px solid #e4e4e4;
	text-align: center;
	line-height: 42px;
	font-size: 12px;
	color: #888888;
}

.content-new .imginfo-content .imginfo-toggle .active {
	background-color: #E50015;
	color: #FFFFFF;
}

.content-new .imginfo-content .info-div,
.content-new .imginfo-content .info-div * {
	font-family: Microsoft YaHei !important;
	font-size: 16px !important;
	color: #383838 !important;
	line-height: 2 !important;
	text-align: justify;
}