@charset "utf-8";
*{margin: 0px;padding:0px;box-sizing: border-box;}

body{font-family: "微软雅黑";min-width: 1250px;}

ul,li{list-style: none;}

img{border: none;vertical-align: middle}

a{text-decoration:none;color: #323232;}

a:hover{color: rgb(188,10,22);text-decoration:none;}

.clear{clear: both;}

.fl{float: left;}

.fr{float: right;}

.fp_title {
    display: none;
    /* font-size: 16px; */
    /* line-height: 1.6 */
}

.fp_subtitle {
    display: inline;
    /* font-size: 16px; */
    /* line-height: 1.6 */
}


.M_topNav{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fbfbfb;
	border-bottom: 1px #eaeaea solid;
	margin: 0 auto;
}
.M_topNav ul{
    width: 1200px;
	margin: 0 auto;
}
.M_topNav ul li{
   float: left;
   padding: 0 8px;
   line-height: 40px;
   font-size: 12px;
}

.header_nav{
	box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.35);
}
.header_center{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: flex-start;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin-top: 20px;
}
.header_center img{
    height: 50px;
    width: 240px;
    margin: 10px 0;
}

.header_center_nav {
    display: flex;
    align-items: center;
	justify-content: center;
	margin: 18px 0 0 50px;
	height: 52px;
	line-height: 52px;
}

.header_center_nav .menu-item {
    position: relative;
	cursor: pointer;
	margin-left: 30px;
	margin-right: 30px;
}
/*设置导航栏横线的的样式*/
.header_center_nav .menu-item .wee {
    height: 3px;
	width:100%;
	border-radius: 2px;
    background-color: rgb(188,10,22);
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.3s;
}

.header_center_nav .menu-item h6 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #555555;
    transition: 0.3s;
}
.header_center_nav .menu-item h6 a{
    /* margin: 0; */
    /* font-size: 14px; */
    color: #555555;
    /* transition: 0.3s; */
}
/*悬浮到div时改变里面文字的颜色*/
.header_center_nav .menu-item:hover h6 a {
    color: rgb(188,10,22);
}


.content_main{
	width: 1200px;
	margin: 0 auto;
}
.content_top{
	display: flex;
	flex-direction: row;
	margin-top: 40px;
	box-shadow: 0px 5px 15px #eceaea;
}
.top_l{
	width: 700px;
	height: 400px;
	overflow: hidden;
}
.top_l img{
	width: 700px;
	height: 400px;
	background-size: cover;
    object-fit:cover;
}
.top_r{
	width: 500px;
	height: 400px;
	padding-left: 40px;
	padding-top: 40px;
	padding-right: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.top_r .top_r_title{
	font-size: 38px;
	font-weight: bold;
    /* height: 150px; */
    line-height: 50px;
	margin-top: -20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.top_r .top_r_abstract{
	font-size: 16px;
	line-height: 1.8;
	color: rgb(120, 120, 120);
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;

	word-wrap:break-word;
	word-break:break-all;
	overflow: hidden;
	text-align:justify;
	text-justify:inter-ideograph;
}
.top_r .top_r_date{
	font-size: 16px;
	color: #737373;
}

/* 地方要闻 css */
.area_new{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}
.area_header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid #eceaea;
	padding-bottom: 10px;
}
.area_header .area_title{
	font-size: 24px;
	color: #323232;
	font-weight: bold;
}
.area_header .area_more{
	font-size: 14px;
	color: #555555;
}
.area_list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
}
.area_list .area_item{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	box-shadow: 0px 5px 15px #eceaea;
	border-radius: 4px;
	width: 285px;
	height: 370px;
	cursor: pointer;  
    transition: all 0.6s;  
}
.area_list .area_item:hover{
	transform: scale(1.05);
}
.area_item_img{
	width: 285px;
	height: 156px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;
}
.area_item_img img{
	width: 285px;
	height: 156px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-size: cover;
    object-fit:cover;
}
.area_item .area_title{
	padding: 6px;
	font-size: 18px;
	height: 50px;
	color: #444444;
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.area_item .area_abstract{
	padding: 10px;
	font-size: 14px;
	height: 100px;
	color: rgb(120, 120, 120);
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;

	word-wrap:break-word;
	word-break:break-all;
	overflow: hidden;
	text-align:justify;
	text-justify:inter-ideograph;
}
.area_item .area_date{
	padding: 10px;
	font-size: 14px;
	color: #737373;
}

/* 底部 css */
.content_bottom{
	display: flex;
	flex-direction: row;
	margin-top: 40px;
	justify-content: space-between;
}
/* 最新报道 css */
.content_left{
	/* width: 714px; */
	display: flex;
	flex-direction: column;
}
.content_left_header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
	border-bottom: 1px solid #eceaea;
	padding-bottom: 10px;
}
.content_left_header .content_left_title{
	font-size: 24px;
	color: #323232;
	font-weight: bold;
}
.content_left_header .content_left_more{
	font-size: 14px;
	color: #555555;
}
.content_left_list{
	display: flex;
	flex-direction: column;
	padding: 20px;
	box-shadow: 0px 5px 15px #eceaea;
}
.content_left_item{
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	height: 110px;
	margin-bottom: 30px;
}
.content_left_img{
	height: 110px;
	width: 164px;
	margin-right: 20px;
}
.content_left_img img{
	height: 110px;
	width: 164px;
	background-size: cover;
	border-radius: 4px;
	cursor: pointer;  
	transition: all 0.6s; 
}
.content_left_img img:hover{
	transform: scale(1.05);
}  
.content_left_item_content{
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.content_left_item_content .content_left_item_title{
	font-size: 18px;
	line-height: 1.4;
    font-weight: bold;
	color: #323232;
	margin-bottom: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

	word-wrap:break-word;
	word-break:break-all;
	overflow: hidden;
	text-align:justify;
	text-justify:inter-ideograph;
}

.content_left_item_content .content_left_item_abstract{
	font-size: 14px;
	color: #555555;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

	word-wrap:break-word;
	word-break:break-all;
	overflow: hidden;
	text-align:justify;
	text-justify:inter-ideograph;
}

/* 底部 右边 css */
.content_right{
	width: 440px;
	display: flex;
	flex-direction: column;
	display: none;
}
/* 地方政策 css */
.content_right_top{
	display: flex;
	flex-direction: column;
}
.content_right_top_header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
	border-bottom: 1px solid #eceaea;
	padding-bottom: 10px;
}
.content_right_top_header .content_right_title{
	font-size: 24px;
	color: #323232;
	font-weight: bold;
}
.content_right_top_header .content_right_more{
	font-size: 14px;
	color: #555555;
}
.content_right_top_list{
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	box-shadow: 0px 5px 15px #eceaea;
	padding: 20px;
}
.content_right_top_img{
	width: 400px;
	height: 260px;
	border-radius: 4px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	cursor: pointer;  
	transition: all 0.6s; 
}
.content_right_top_img:hover{
	transform: scale(1.05);
}
.content_right_top_img img{
	width: 400px;
	height: 260px;
	background-size: cover;
    object-fit:cover;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.content_right_top_img .content_right_top_title{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	text-align: center;
	font-size: 16px;

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.content_right_top_title a{
	color: white;
	font-size: 16px;
}
.content_right_top_item{
	display: flex;
	flex-direction: column;
	height: 80px;
	padding: 10px 0;
    box-sizing: border-box;
	border-bottom: 1px solid #eceaea;
	justify-content: space-around;
}
.content_right_top_item_last{
	display: flex;
	flex-direction: column;
	height: 80px;
	padding: 10px 0;
	box-sizing: border-box;
	justify-content: space-around;
}
.content_right_top_item_title{
	font-size: 18px;
	font-weight: bold;
	color: #323232;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content_right_top_item_date{
	font-size: 14px;
	color: #737373;
}

/* 科特派在行动 css */
.content_right_bottom{
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.content_right_bottom_header{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
	border-bottom: 1px solid #eceaea;
	padding-bottom: 10px;
}
.content_right_bottom_header .content_left_title{
	font-size: 24px;
	color: #323232;
	font-weight: bold;
}
.content_right_bottom_header .content_left_more{
	font-size: 14px;
	color: #555555;
}
.content_right_bottom_list{
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	box-shadow: 0px 5px 15px #eceaea;
	padding: 10px;
}
.content_right_bottom_item{
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
	overflow: hidden;
}
.content_right_bottom_item_img{
	height: 90px;
	width: 140px;
	cursor: pointer;  
	transition: all 0.6s; 
}
.content_right_bottom_item_img:hover{
	transform: scale(1.05);
}
.content_right_bottom_item_img img{
	height: 90px;
	width: 140px;
	background-size: cover;
	object-fit: cover;
	border-radius: 2px;
}
.content_right_bottom_item_content{
	display: flex;
	flex-direction: column;
	height: 90px;
	padding-left: 15px;
}
.content_right_bottom_item_content .content_right_bottom_item_title{
	font-size: 18px;
	line-height: 1.4;
    font-weight: bold;
	color: #323232;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content_right_bottom_item_content .content_right_bottom_item_date{
	font-size: 14px;
	color: #737373;
	padding-top: 15px;
}
.header_Key_words{
	color: rgb(188,10,22);
	border-bottom: 2px solid rgb(188,10,22);
	padding-bottom: 5px;
}