/*公用部分*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:hover {
	color: #D7180D;
	/*text-decoration: underline;*/
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	/*background: #FCF3EE;*/
	background: #FFFFFF;
	position: relative;
	min-width: 1250px;
}

li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

.main {
	width: 1100px;
	margin: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	clear: both;
}

.clearfloat {
	zoom: 1
}

.title{
	overflow: hidden;
	border-bottom:1px solid #B90005;
	margin-bottom:10px;
}

.title h1{
	float: left;
	color:#CF0203;
	font-style: italic;
}

.title a{
	float: right;
	color:#CF0203;
	font-size:14px;
	margin-top:15px;
}

.title a:hover{
	color:#CF0203;
	text-decoration: underline;
}

.bk1_wrap {
	margin-top: 30px;
	overflow: hidden;
}

.bk2_wrap {
	margin-top: 30px;
}

.content_wrap {
	position: relative;
	z-index: 9;
}


/*公用部分*/



/*头部*/

.header {
	overflow: hidden;
	/*padding-top: 30px;*/
	width: 1200px;
	margin: auto;
	position: absolute;
	top:40px;
	margin-left:-600px;
	left:50%;
}

.logo {
	float: left;
	width: 166px;
	height: 55px;
}

.logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.nav {
	float: right;
	height: 55px;
	padding-top: 15px;
}

.nav a {
	font-size: 16px;
	margin: 0 15px;
	color: #fff;
}

.nav a:hover {
	text-decoration: underline;
}


/*头部*/


/*底部*/

.bottom_box {
	font-size: 14px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.bottom_box .main {
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

.bottom_box .w_l {
	float: left;
	width: 530px;
	text-align: right;
}

.bottom_box .link a {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #000000;
}

.bottom_box .link a:hover {
	text-decoration: underline;
}

.bottom_box .link a:last-child {
	margin-right: 0;
	border-right: none;
}

.bottom_box .copyright {
	margin-top: 3px;
}

.bottom_box .beian {
	margin-top: 3px;
}

.bottom_box .beian a {
	margin-right: 10px;
}

.bottom_box .beian a:last-child {
	margin-right: 0;
}

.bottom_box .beian a:hover {
	text-decoration: underline;
}

.bottom_box .p_r {
	float: right;
	width: 400px;
	text-align: left;
	margin-top: 10px;
}

.bottom_box .p_r img {
	margin-right: 20px;
}


/*底部*/

/*banner*/
.banner{

}

.banner img{
	display: block;
	max-width: 100%;
	margin: auto;
}

/*内容*/
.content_wrap{
	width: 1300px;
	margin: auto;
}

/*头条*/
.toutiao_wrap{
	font-size: 40px;
    line-height: 60px;
    background: #f8f8f8 url(../img/tt.png) no-repeat left center;
    height: 60px;
    padding-right: 30px;
    padding-left: 160px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    margin-top:50px;
}

.toutiao_wrap h1{
	font-size:24px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.toutiao_wrap h1 a{
	color: #333;
}

.toutiao_wrap h1:hover{
	text-decoration: underline;
}

/*头条*/

/*焦点图*/

.pic_news {
	float: left;
	width: 640px;
	height:390px;
}

#PIC_News {
	width: 100%;
	height:100%;
}

#PIC_News .swiper-slide {
	width: 100%;
}

#PIC_News .swiper-slide img {
	display: block;
	width: 100%;
	height: 390px;
	object-fit: cover;
}

#PIC_News .swiper-slide p {
	background: rgba(0, 0, 0, .7);
	filter: alpha(opacity=80);
	color: #fff;
	display: block;
	width: 100%;
	/*text-align: center;*/
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

#PIC_News .swiper-slide p span {
	display: block;
	width:450px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 20px;
}

#PIC_News .swiper-pagination {
	position: absolute;
	width: 140px;
	left:500px !important;
}

#PIC_News .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #FFFFFF;
}

#PIC_News .swiper-pagination-bullet-active {
	background: #A22428;
}


.swiper-button-prev:after {
	content: "" !important;
}

.swiper-button-next:after {
	content: "" !important;
}

.swiper-button-prev {
	background-image: url(../img/arrow_left.png) !important;
	background-size: 60px 60px !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.swiper-button-next {
	background-image: url(../img/arrow_right.png) !important;
	background-size: 60px 60px !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

/*焦点图*/


/*新闻*/
.word_news{
	float: right;
	width:600px;
	padding-right:10px;
}

.word_news li{
	
}

.word_news li {
	margin-bottom: 14px;
}

.word_news li  .t_top {
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 36px;
	position: relative;
	padding-left:20px;
}

.word_news li  .t_top:before{
	content: "";
	width:6px;
	height:6px;
	background:#CF0203;
	position: absolute;
	left:0;
	top:15px;
}

.word_news li  .t_top a {
	color: #3f3f3f;
}

.word_news li  .t_top a:hover {
	color: #da0b00;
}

.word_news li .d_short {
	display: none;
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
	text-indent: 20px;
	color: #787878;
	margin-top:5px;
	padding-bottom:20px;
	border-bottom: 1px dashed #dfdfdf;
}

.word_news li .d_short a {
	color: #da0b00;
}

.word_news li .d_short a:hover {
	text-decoration: underline;
}

.word_news ul li:first-child>div:nth-child(2n){
	display: block;
}

.word_news ul li:first-child>div:first-child{
	padding-left: 0;
	text-align: center;
}

.word_news ul li:first-child>div:first-child:before{
	display: none;
}
/*新闻*/