body {
	min-width: 1366px;
}

.main_body {
	width: 1200px;
	margin: 0 auto;
}

.content {
	margin-top: 30px;
	overflow: hidden;
}

.content .left {
	width: 800px;
	height: 830px;
	float: left;
	border: 1px solid #BEBEBE;
	padding: 15px 20px;
}

.content .right {
	width: 380px;
	height: 830px;
	float: right;
	border: 1px solid #BEBEBE;
}

.content .title {
	height: 36px;
	line-height: 27px;
	border-bottom: 1px solid #BEBEBE;
	position: relative;
}

.content .title::after {
	content: "";
	width: 110px;
	height: 4px;
	background: #EA3E3E;
	position: absolute;
	bottom: 0;
	left: 0;
}

.content .title img {
	position: relative;
	top: 3px;
	margin-right: 3px;
}

.content .title span {
	line-height: 27px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
}

.content .item .box {
	padding: 20px;
	padding-bottom: 10px;
}

.content .item .box h4 {
	font-size: 22px;
	color: #333333;
	letter-spacing: 0;
	font-weight: bold;
}

.content .item .box .text {
	padding-top: 4px;
	overflow: hidden;
}

.content .item .box .text .row span {
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
}

.content .item .box .text .row span:first-child {
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
}

.content .item .box .text .row {
	margin-top: 10px;
}

.content .grxy::after {
	content: "";
	width: 150px;
	height: 4px;
	background: #EA3E3E;
	position: absolute;
	bottom: 0;
	left: 0;
}
.content .grxycn .fxts {
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.content .grxycn .fxts span {
	font-size: 14px;
	color: #151515;
	letter-spacing: 0;
}
.content .grxycn .fxts span:first-child {
	color: #DD1223;
}
.content .grxycn .grcn-box {
	width: 100%;
	height: 410px;
	margin-top: 20px;
	position: relative;
}
.content .grxycn .grcn-box .page-content {
	padding-right: 35px;
}
.content .grxycn .grcn-box .page {
	width: 100%;
	height: 380px;
	padding: 0 40px;
	padding-right: 5px;
}
.content .grxycn .grcn-box .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.content .grxycn .grcn-box .hd ul {
	display: none;
}
.content .grxycn .grcn-box a {
	position: absolute;
	top: 140px;
}
.content .grxycn .grcn-box .next {
	right: 0;
}

.content .right {
	padding: 10px 20px;
	padding-right: 3px;
}
.content .right .list {
	height: 780px;
	overflow: auto;
}
.content .right .list li {
	width: 344px;
	padding: 10px 0;
	padding-top: 9.5px;
	border-bottom: 1px solid #d8d8d8;
	box-sizing: border-box;
}
.content .right .list li a {
	display: block;
	overflow: hidden;
}
.content .right .list li .list-left {
	float: left;
	width: 60px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #EA3E3E;
	border-radius: 10px;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	box-sizing: border-box;
}
.content .right .list li .list-right {
	width: 272px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	display: block;
	float: right;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ScrollStyle {
	overflow: auto !important;
	overflow-x: hidden !important;
}

/* ::-webkit-scrollbar 滚动条整体部分 */
.ScrollStyle::-webkit-scrollbar {
	box-sizing: border-box;
	/* width: 11px; */
	width: 6px;
	height: 9px;
	background: #FFFFFF;
	border-radius: 3px;
}

/* ::-webkit-scrollbar-button 滚动条的轨道的两端按钮 */
.ScrollStyle::-webkit-scrollbar-button {
	display: none;
}

/* ::-webkit-scrollbar-track-piece 内层轨道 */
.ScrollStyle::-webkit-scrollbar-track-piece {
	background: #FFFFFF;
}

/* ::-webkit-scrollbar-thumb  滚动条里面的小方块 */
.ScrollStyle::-webkit-scrollbar-thumb {
	background-color: #d8d8d8;
	width: 6px;
	/*  border-right: 6px solid rgba(0, 0, 0, 0);
  box-shadow: -8px 0 0 #AAB7C9 inset; */
}