html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
		margin: 0;
		padding: 0;
} /*让这些的标签内外边距都是0*/
fieldset, img {
		border: none;
}
ul, ol {
		list-style: none;
}
input {
		padding-top: 0;
		padding-bottom: 0;
		font-family: "SimSun", "宋体";
}
select, input {
		vertical-align: middle; /*  */
}
select, input, textarea {
		font-size: 12px;
		margin: 0;
}
textarea {
		resize: none;
}
table {
		border-collapse: collapse;
}
img {
		vertical-align: middle;
		border: 0 none;
}
body {
		color: #515151;
		font: 12px '微软雅黑'; /* 设置全局的文字 颜色 字号  字体  */
}
/* box */
.box {
		width: 100%;

		padding: 50px 0
}
/* content */
.content {
		width: 1300px;
		margin: 0 auto
}
/* news_top */
.news_top {
		display: flex;
		justify-content: space-between;
}
.news_top_left {
		width: 800px;
		height: 400px;
		position: relative;
		overflow: hidden;
}
.news_top_left:hover img {
		transform: scale(1.2);
}
.news_top_left img {
		width: 100%;
		height: 100%;
		transition: all 0.6s;
}
.news_top_left p {
		position: absolute;
		bottom: 0;
		height: 76px;
		line-height: 76px;
		color: #fff;
		font-size: 20px;
		width: 100%;
		background: rgba(0, 0, 0, 0.3);
		padding-left: 50px;
		box-sizing: border-box;
}
.news_top_right {
		width: 480px;
		height: 400px;
		background: #fff
}
.news_top_right h2 {
		height: 73px;
		line-height: 73px;
		padding-left: 24px;
		border-bottom: 1px solid #eee
}
.news_headlines .news_headlines_title {
		text-align: left;
		font-size: 16px;
		color: #bf2b28;
		font-weight: bold;
		padding: 10px 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
}
.news_headlines .news_headlines_main {
		width: 90%;
		margin: 0 auto
}
.news_headlines .news_headlines_main a:hover {
		text-decoration: underline;
}
.news_headlines .news_headlines_main li > a {
		text-decoration: none;
		color: #000;
		height: 28px;
		line-height: 23px;
		margin-bottom: 16px;
		display: inline-block;
		font-size: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 420px;
}
.news_headlines .news_headlines_main li i {
		font-style: normal
}
.news_headlines .news_headlines_main a.news_color {
		color: #bf2b28;
}
.news_headlines .news_headlines_main a span {
		font-size: 16px;
		color: #cf8a72;
		border: 1px solid #cf8a72;
		padding: 1px 5px;
		height: 24px;
		display: inline-block;
		margin-right: 10px;
}
.news_headlines .news_headlines_main a span.news_gg {
		color: #cfa972;
		border: 1px solid #cfa972;
}
/* news_middle */
.news_middle {
		display: flex;
		justify-content: space-between;
		width: 1300px;
		margin-top: 20px
}
.news_middle .news_middle_main:hover {
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
}
.news_middle .news_middle_main {
		width: 300px;
		background: #fff
}
.news_middle .news_middle_main .news_hover {
		width: 100%;
		height: 175px;
		overflow: hidden;
}
.news_middle .news_middle_main img {
		width: 100%;
		height: 175px;
		transition: all 0.6s;
}
.news_middle .news_middle_main:hover .news_hover img {
		transform: scale(1.2);
}
.news_middle .news_middle_main .news_middle_bottom {
		height: 60px;
		padding-left: 18px;
		box-sizing: border-box;
}
.news_middle_main .news_middle_bottom h3 {
		font-size: 18px;
	color: #272A2C;
	padding-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 30px; line-height:30px;}
.news_middle_main .news_middle_bottom p {
		font-size: 14px;
		color: #424242;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
}
/* news_bottom */
.news_bottom {
		display: flex;
		justify-content: space-between;
		width: 1300px;
		margin-top: 10px;
		position: relative; border-top:#eee 1px solid;
}
.news_bottom .news_bottom_right {
		position: absolute;
		width: 350px;
		right: 0;
		top: 0
}
.news_bottom .news_bottom_right .news_right_content {
		background: #Fff;
		margin-bottom: 34px
}
.news_bottom_right .news_right_content h3 {
		border-bottom: 1px solid #f4f4f4
}
.news_bottom_right .news_right_content h3 span {
		background: #e60012;
		width: 3px;
		height: 22px;
		display: inline-block;
		vertical-align: -3px;
}
.news_bottom_right .news_right_content h3 {
		font-size: 20px;
		color: #272a2c;
		height: 50px;
		line-height: 50px;
		padding-left: 20px;
		box-sizing: border-box;
}
.news_bottom_right .news_right_content .news_right_main {
		padding: 10px 0px
}
/* .news_right_content .news_right_main a:hover{
    color:#e60012
} */
.news_right_content .news_right_main a {
		text-decoration: none;
		color: #424242;
		width: 100%;
		height: 40px;
		overflow: hidden;
		line-height: 40px;
		white-space: nowrap;
		text-overflow: ellipsis;
}
.news_right_content .news_right_main a p {
		display: inline-block;
		width: 200px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
}
.news_right_content .news_right_main a i {
		font-style: normal;
		width: 70px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: inline-block;
		text-align: right;
}
.news_right_content .news_right_main li {
		font-size: 16px;
		padding: 0px 20px;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		cursor: pointer;
}
.news_right_content .news_right_main li:hover {
		color: #fff;
		background: #e60012;
}
.news_right_content .news_right_main li:hover a span {
		color: #e60012;
		border: 1px solid #e60012;
		background: #fff;
}
.news_right_content .news_right_main li:hover a {
		color: #fff;
}
.news-a {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0;
		z-index: 1000;
}
.news_right_content .news_right_main a span {
		font-size: 12px;
		color: #424242;
		border: 1px solid #424242;
		height: 16px;
		line-height: 16px;
		display: inline-block;
		width: 16px;
		text-align: center;
		margin-right: 8px;
		vertical-align: 15px;
}
.news_right_content .news_right_main a span.news_active {
		color: #fff;
		border: 1px solid #e60012;
		background: #e60012;
}
/* news_bottom_left */
.news_bottom_left {
		width: 930px;
		background: #fff;
}
.news_bottom_left .news_bottom_left, .news_bottom_left .news_bottom_left img {
		width: 280px;
		height: 155px;
		margin-right: 20px
}
.news_bottom_content {
		display: flex;
		justify-content: space-between;
		padding: 5px 20px;
		height: 145px;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
		position: relative;
}
.news_bottom_content:hover {
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
}
.news_bottom_content:hover .second {
		color: #e60012;
}
.news_bottom_content:hover .p_content {
		transform: translate(0px, 5px); /*平移，第一个px参数为x轴，第二个px参数为y轴*/
		-ms-transform: translate(0px, 5px); /*兼容IE9浏览器*/
		-webkit-transform: translate(0px, 5px); /*兼容谷歌浏览器*/
		-o-transform: translate(0px, 5px); /*兼容opera浏览器*/
		-moz-transform: translate(0px, 5px); /*兼容火狐浏览器*/
}
.news_bottom_rt {
		width: 100%;
}
.news_bottom_rt span.second {
		font-size: 20px;
		margin-right: 28px;
		width: 80%;
		overflow: hidden;
		color: #272a2c;
		display: inline-block;
		white-space: nowrap;
		text-overflow: ellipsis;
		cursor: pointer;
}
.news_bottom_rt span.second:hover {
		color: #e60012;
}
.news_bottom_rt span.first_span {
		color: #cfa972;
		border: 1px solid #cfa972; min-width: 70px;
		font-size: 16px;
		padding: 1px 5px;
		height: 24px;
		display: inline-block;
		margin-right: 10px;
		font-weight: 500;
}
#news_color {
		color: #bf2b28;
}
.news_bottom_rt span.last_span {
		font-size: 12px;
		font-weight: 500;
		margin-top: 6px;
		color: #656262; min-width: 100px;
}
.news_bottom_rt h3 {
		display: flex;
		justify-content: space-between;
		width: 98%;
		margin-top: 15px;
		margin-bottom: 10px
}
.news_bottom_rt h3 a {
		width: 84%
}
.news_bottom_rt .p_content {
		color: #656262;
		font-size: 14px;
		height: 58px;
		width: 99%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out; /*兼容IE9浏览器*/
		-webkit-transition: all 0.3s ease-in-out; /*兼容谷歌浏览器*/
		-o-transition: all 0.3s ease-in-out; /*兼容opera浏览器*/
		-moz-transition: all 0.3s ease-in-out; /*兼容火狐浏览器*/
}
.p_content p {
		color: #656262;
}
.p_content a {
		text-decoration: none;
		color: #515151;
		line-height: 20px;
		cursor: initial;
}
.p_content span {
		text-decoration: none !important;
		color: #515151;
		cursor: initial
}
.news_gg_title {
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #eee;
		padding: 0 18px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
}
.news_gg_title span {
		font-size: 24px;
		color: #272a2c;
}
.news_gg_title span a {
		background: #e60012;
		width: 3px;
		height: 22px;
		display: inline-block;
		vertical-align: -3px;
		margin-right: 8px;
}
.news_gg_title ul {
		display: flex;
		justify-content: space-between;
		width: 373px;
		font-size: 16px;
		margin-right: 366px;
		margin-top: 4px;
}
.news_gg_title ul li.title_active {
		color: #e93f48
}
.news_gg_title a {
		font-size: 16px;
		text-decoration: none;
		color: #424242
}
/* 分页 */
/* 外面盒子样式---自己定义 */
.pagesNavtions {
		margin: 80px 10px 20px 0;
		color: #666;
		text-align: center;
}
/* 页数按钮样式 */
.pagesNavtions a {
		display: inline-block;
		min-width: 30px;
		cursor: pointer;
		color: #666;
		font-size: 13px;
		line-height: 28px;
		background-color: #cfcfcf;
		border-radius: 50%;
		border: 1px solid #cfcfcf;
		text-align: center;
		margin: 0 4px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
}
#firstPage, #lastPage, #nextPage, #prePage {
		width: 60px;
		background: #cfcfcf;
		color: #000;
		padding: 4px 0;
		border-radius: 30px;
}
#nextPage, #prePage {
		width: 73px;
		background: #cfcfcf;
		color: #000;
		padding: 4px 0;
		border-radius: 30px;
}
.pagesNavtions .current {
		background-color: #bf2b28;
		border-color: #bf2b28;
		color: #FFF;
		border-radius: 50%;
}
/* 页面数量 */
.totalPages {
		margin: 0 10px
}
.totalPages span, .totalSize span {
		color: #0073A9;
		margin: 0 5px
}
/*button禁用*/
.page_div button:disabled {
		opacity: .5;
		cursor: no-drop
}
.totalNum, .totalList {
		display: none;
}
/* details */
.details_title {
		width: 94%;
		margin: 0 auto;
		margin-top: 30px;
		border-bottom: 1px solid #e0e0e0
}
.details_content {
		width: 94%;
		margin: 0 auto;
		margin-top: 30px;
		font-size: 16px;
		line-height: 28px;
		padding-bottom: 20px;
}
.details_content p img {
		width: 100%;
}
.details_title h3 {
		font-size: 24px;
		color: #bf2b28;
		margin-bottom: 18px
}
.details_autr {
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
}
.details_autr span:first-child {
		font-size: 16px;
		color: #cf8a72;
		border: 1px solid #cf8a72;
		padding: 1px 5px;
		height: 24px;
		display: inline-block;
		margin-right: 10px;
}
.details_autr span:last-child {
		margin-left: 20px;
}
.details_pio {
		text-align: right;
		color: #888888;
		font-size: 14px;
		margin-right: 10px;
		margin-bottom: 10px
}