div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.img_block img{
	width: 260px;
	height: 125px;
}
.infringement_item{
	float: left;
}

a.infringement{
	border: 1px solid #c9c9c9;
	color: #212121;
	padding: 7px 7px 7px 14px;
	border-radius: 2px;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.2s 0s linear;
	-moz-transition: all 0.2s 0s linear;
	-o-transition: all 0.2s 0s linear;
	-ms-transition: all 0.2s 0s linear;
	transition: all 0.2s 0s linear;
}

/*.violation_bg {
}

.violation_bg  label {
	display: block;
	font-family: Arial;
	color: #565a5c;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 10px;
}*/

#send-edit-request-popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.35);
	z-index: 100;
	overflow: auto;
}
.send-edit-request-content{
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 20px auto;
	background: #f7f7f7;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

#label_captcha_word{
	transition: color 2s;
}

.red-color{
	color: red !important;
}

.form-note{
	font-size: 12px;
	margin: 5px 0 10px 0;
	color: #5b5b5b;
}
.form-note a{
	color: #403579;
	text-decoration: none;
	font-weight: bold;
}

/**
Panda
**/

.btn-chart{
	width: 16px;
	height: 16px;
	background: #403579;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.btn-chart:hover{
	opacity: 0.85;
}



.chart{
	width: 360px;
	height: 159px;
	padding: 21px 88px 33px 26px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 12px rgba(0,0,0,0.37);
	border: 1px solid #b2b2b2;
	color: #333;

	position: absolute;
	display: none;
}
.chart,
.chart:before,
.chart:after,
.chart *,
.chart *:before,
.chart *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*if grad > 20*/
.chart.large{
	height: 319px;
}
/*corner bottom*/
.chart.bottom:after, .chart.bottom:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.chart.bottom:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.chart.bottom:before {
	border-color: rgba(178, 178, 178, 0);
	border-top-color: #b2b2b2;
	border-width: 11px;
	margin-left: -11px;
}
/*corner bottom end*/

/*corner top*/
.chart.top{
	box-shadow: 0 -3px 12px rgba(0,0,0,0.37);
}
.chart.top:after, .chart.top:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.chart.top:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.chart.top:before {
	border-color: rgba(178, 178, 178, 0);
	border-bottom-color: #b2b2b2;
	border-width: 11px;
	margin-left: -11px;
}
/*corner top end*/


.chart__box{
	background: #fff;
	overflow: hidden;
	height: 100%;
	position: relative;
	border-bottom: 2px solid #5bb720;
}
.chart.higher .chart__box{
	border-color: #ff5252;
}
.chart.large .chart__box{
	padding-top: 66px;
}

.chart__norm{
	position: absolute;
	right: 23px;
	bottom: 59px;
	width: 65px;
	padding: 0 0 5px 10px;
	text-align: center;
	border-bottom: 2px dotted #898989;
	font-size: 14px;
	line-height: 17px;
}

.chart__title{
	font-size: 14px;
	line-height: 17px;
	position: relative;
	font-weight: bold;
	padding-bottom: 6px;
}
.chart__title:before,
.chart__title::after{
	content: '';
	position: absolute;
	height: 0;
	width: 153px;
	border-bottom: 1px solid #000;
}
.chart__title:before{
	left: 106px;
	top: 152px;
	width: 400px;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}
/*if grad > 20*/
.chart.large .chart__title:before{
	left: 46px;
	top: 199px;
	-webkit-transform: rotate(62deg);
	-ms-transform: rotate(62deg);
	transform: rotate(62deg);
}
.chart__title:after{
	left: 0;
	top: 100%;
}

.chart__grad__val{
	color: #71b034;
}
.chart.higher .chart__box .chart__grad__val{
	color: #ff5252;
}

.chart__grad,
.chart__grad__default{
	position: absolute;
	width: 800px;
	height: 800px;
	top: 100%;
	right: 100%;
	margin: -400px -400px 0 0;
	z-index: 9;
}
.chart__grad:before,
.chart__grad__default:before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 400px;
	height: 400px;
	background: #9de551;
	border-top: 2px solid #5bb720;
}
.chart.higher .chart__box .chart__grad:before{
	background: #ffdcdc;
	border-color: #ff5252;
}
.chart__grad__default:before{
	background: none;
	border-top: 2px dotted #898989;
}
.chart__grad__default{
	-webkit-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
.chart__box .chart__grad{
	-webkit-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

@media only screen and (max-width: 419px){
	.chart{
		width: 320px;
		padding: 21px 66px 33px 6px;
	}
	.chart__norm {
		right: 5px;
		width: 60px;
		padding: 0 0 5px;
	}
}
/**
\Panda
**/