html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

/* 页面样式 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}

.mr {
	padding-right: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

/* 基础色 */
.basicColor {
	color: #b50008;
}

.grey {
	color: #777777;
	font-size: 15px;
}

a:hover {
	color: #b50008;
}

body {
	font-size: 16px;
	color: #000;
}

/* 首页 */
header {
	background: url(../img/top-bg.jpg) center no-repeat;
	background-size: cover;
	height: 349px;
	margin-bottom: 30px;
}
.container {
	width: 1083px;
	margin: auto
}

/* 轮播 */
.news {
	height: 280px;
	margin-bottom: 30px;
	display: flex;
}

/* 本例子css */
.news .slideBox {
	float: left;
	width: 488px;
	height: 280px;
	overflow: hidden;
	position: relative;
}

/* 脚标代码 */
.news .slideBox .hd {
	position: absolute;
	bottom: 0px;
	right: 0px;
	/* transform: translateY(-45%); */
	z-index: 100;
	width: 130px;
	height: 40px;
}

.news .slideBox .hd ul,
.news .slideBox .hd .allPic {
	float: right;
	position: relative;
	margin-top: 15px;
}

.news .slideBox .allPic span,
.news .slideBox .hd ul li,
.news .slideBox .hd .allPic {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}

.news .slideBox .hd ul li {
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	font-size: 40px;
	opacity: 53%;
	background-color: #fff;
	margin-right: 6px;
}

.news .slideBox .hd ul li.on {
	width: 12px;
	height: 12px;
	margin-top: -2px;
	border-radius: 50%;
	background-color: #f7d270;
	opacity: 1;
}

.news .slideBox .hd .allPic {
	position: absolute;
	right: -6px;
	top: 8px;
}

.news .slideBox .hd .allPic span {
	font-size: 14px;
}

/* 轮播图片代码 */
.news .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.news .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative
}

.news .slideBox .bd img {
	width: 488px;
	height: 280px;
	display: block;
}

.news .slideBox .bd p {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 210px;
	height: 134px;
	background-color: rgba(0, 0, 0, .5);
	box-sizing: border-box;
	padding-left: 20px;
	display: none;
}

/* .news .slideBox .bd p:before {
    content: "";
    position: absolute;
    left: 91px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 40px;
    background: rgba(167, 164, 164, 0.7)
} */

.news .slideBox .bd p span {
	position: absolute;
	/* right: 31px; */
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 22px;
	overflow: hidden;
}

.news .news_box {
	float: left;
	width: 563px;
	padding-left: 37px;
	flex:1;
}

.news .news_box .title {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	color: #d10303;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .top {
	height: 45px;
	position: relative;
	background: #fbeaea;
	box-sizing: border-box;
	padding: 0 17px;
	margin-bottom: 27px;
	line-height: 45px;
}

.news .top::after {
	position: absolute;
	content: "";
	background: url(../img/title-left-stars.png)center no-repeat;
	left: -2px;
	top: -2px;
	height: 46px;
	width: 46px;
}

.news .top .item {
	margin-bottom: 20px;
}

.news .desc {
	position: relative;
	line-height: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news .desc:hover {
	color: #e45425;
}




.news .bottom {
	width: 100%;
	/* height: 385px;*/
	position: relative;
}

/* .news .bottom:before {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fbeaea;
} */

.news .bottom li {
	width: 100%;
	margin-top: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
	line-height: 25px;
}

.moreData {
	position: absolute;
	bottom: -51px;
	right: 0;
	padding: 0px 40px;
	background: #fff;
	font-size: 14px;
	color: #8d8d8d
}

.item_title {
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.item_title .right li {
	float: left;
	margin-right: 50px;
	height: 32px;
	line-height: 32px;

}

.item_title .right li .tab {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.item_title .right img {
	display: block;
	margin-right: 14px;
}

.item_title .more {
	margin-right: 20px;
}

.item_title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: #258da6;
}

/* 权威报道+评论文章 */
.report {
	width: 100%;
	overflow: hidden;
	margin-bottom: 32px;
}

.report-item {
	float: left;
	width: 50%;
}

.report-title {
	background: url(../img/item-title-left.png) center no-repeat;
	background-size: cover;
	background-position: 0 0;
	height: 60px;
	position: relative;
}

.second {
	width: calc(50% - 40px);
	padding-left: 40px;
}
.second .report-title {
	/* margin-left: 40px; */
	background: url(../img/item-title-right.png) center no-repeat;
	background-size: 560px 60px;
	background-position: 0 0;
}
.report-title span {
	position: absolute;
	right: 8px;
	height: 60px;
	display: block;
	top: 0;
	line-height: 60px;
	font-size: 16px;
	color: #d1170a;
}
.report-title span a {
	display: block;
	margin-top: 10px;
}
.report-list li {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
	line-height: 25px;
}

.report{
	display: flex;
}

.report-item:first-child{
	width: 488px;
}

.report-item:last-child{
	flex:1;
}