@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* min-width: 1200px; */
body {
    font-family: "微软雅黑";
    width: 100%;
}

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);
}

.headLines {
    width: auto;
    height: auto;
    min-height: 120px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.headLines_content {
    display: flex;
    flex-direction: column;
    padding: 30px 150px 5px 50px;
    text-align: center;
    flex: 1;
}

.headLines_content .headLine_title {
    font-size: 40px;
    line-height: 42px;
    color: #333333;
    font-weight: bolder;
}

.headLines_content .headLine_abstract {
    font-size: 14px;
    color: #666666;
    align-content: center;
    line-height: 28px;
    padding-bottom: 16px;
    padding-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.headLine_abstract a {
    margin-left: 18px;
    color: #bb0b07;
}

.headLines_img {
    position: relative;
}

.headLines_img img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.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;
    /* display: flex;
    flex-direction: row; */
    /* background-color: rebeccapurple; */
}

.content_top {
    /* display: flex; */
    /* flex-direction: row; */
    width: 1200px;
    /* width: auto; */
    margin: 0 auto;
    /* height: 100px; */

    /* background-color: #bb0b07; */
    /* margin-top: 40px; */
    /* box-shadow: 0px 5px 15px #eceaea; */
}

.top_l {
    width: 700px;
    height: 10px;
    overflow: hidden;
    /* background-color: red; */
}

/* .top_l images{
	width: 700px;
	height: 10px;
	background-size: cover;
    object-fit:cover;
} */
.top_r {
    width: 500px;
    /* height: 10px; */
    /* background-color: #555555; */
    /* 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;
    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 images{
	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 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    justify-content: space-between;
    /* background-color: aquamarine; */
}

/* 最新报道 css */
.content_left {
    width: 714px;
    display: flex;
    flex-direction: column;
    /* background-color: red; */
}

.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: 87.84px;
    margin-bottom: 20px;
}

.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_subTitle {
    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_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;
    /* background-color: aqua; */
}

/* 地方政策 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_subTitle {
    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_subTitle a {
    color: white;
    font-size: 16px;
}

.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_subTitle {
    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_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: 32px;
}

.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_subTitle {
    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_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;
}