@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微软雅黑";
}

body {

	font-family: "微软雅黑";
	height: 100%;
	width: 100%;

}

html {
	height: 100%;
	width: 100%;
	font-family: "微软雅黑";
	background: #fff;
}

ul,
ol {
	list-style: none;
}

a {
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;

	display: inline-block;
	cursor: pointer;

}

img {
	border: 0 none;

}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;


}

.clear {
	clear: both;
}

/*头部开始*/
.ding {
	margin: 0 auto;
	width: 100%;
	height: 282px;
	background: url(../images/top.png) #fad3ce;
	background-repeat: no-repeat;
	background-position: top center;
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-sizing: border-box;

}


.logo {
	width: 48%;

}


/*导航   开始*/


/*nav导航盒子*/

.nav {

	min-width: 1200px;
	height: 60px;
	background: #D43E42;
	width: 100%;
	line-height: 60px;
}

.nav>ul {

	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}

.nav ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	position: relative;
	width: 150px;
	z-index: 99;


}

.nav ul li:hover {
	background: #A91729;


}

.nav ul li:hover a {
	font-weight: bold;
}


.nav ul li a {
	width: 150px;
	display: block;
	color: #fff;
	font-size: 22px;
	font-family: PingFang SC, PingFang SC;
}

.activ {
	background: #A91729;
	color: #fff;
	font-weight: bold;
}


/*导航   结束*/

/* 搜索 */
.shousuo {
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: center;
}

.seaech_k {

	outline: none;
	color: #999999;
	padding: 0px 40px 0px 15px;
	padding-left: 36px;
	width: 326px;
	height: 49px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;

}

.seaech {
	position: absolute;
	top: 30px;
	right: -6px;
	outline: none;
	cursor: pointer;
	width: 108px;
	height: 49px;
	background: #AC1E22;
	border-radius: 0px 6px 6px 0px;
	color: #fff;
	font-size: 18px;
	padding: 8px;
	box-sizing: border-box;
}

.ss {
	float: left;
	width: 429px;
	height: 48px;
	margin-right: 44px;
	margin-top: 31px;
}

.ss p {
	position: absolute;
	bottom: 10px;
	width: 40px;
	text-align: center;
}

#a::placeholder {
	color: #999;
}




.bigkuai {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;

}


/* 焦点图开始 */
.focus {
	float: left;
	display: inline;
	position: relative;
	width: 700px !important;
	height: 450px;

	overflow: hidden;
	text-align: left;
	background: #fff;

}

.focus #pic {
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.focus #pic ul {
	width: 1216px;
	height: 450px;
	float: left;
}

.focus #pic li {
	width: 100%;
	height: 450px;
	float: left;

}

.focus #pic li img {
	width: 700px;
	height: 450px;
	float: left;
	object-fit: cover;
	transition: all 0.8s;
}

.focus #pic li img:hover {
	transform: scale(1.1);
}


.focus .tip-bg {
	width: 100%;
	height: 50px;
	background: #555;
	filter: alpha(opacity=80);
	opacity: 0.6;
	position: absolute;
	left: 0;
	bottom: 0;
}

.focus .txt_han {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 50px;
	width: 100%;
	overflow: hidden;
}

.focus .txt_han li {
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: -36px;
}

.focus .txt_han li a {
	color: #eee !important;
	display: block;
	padding: 0 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.focus #tip {
 
	font-size: 12px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	z-index: 13;


}

.focus #tip ul li {
	font-size: 12px;
	line-height: 8px;
	text-align: center;
	border-radius: 50%;
	color: #B90105;
	background: #fff;
	width: 8px;
	height: 8px;
	float: left;
	display: inline;
	margin: 10px 3px;
	cursor: pointer;
}

.focus #tip ul li.on {
	font-size: 12px;
	background: #B90105;
	color: #fff;
	width: 16px;
	border-radius: 20px;
}

/* 动态 */
.new-left {
	width: 39%;
}

/* 选项卡 */


.TabTwo {}

.TabTwo .hd {
	height: 52px;
	/* border-bottom: 1px solid #e6e6e6; */
	background: url(../images/xian.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.TabTwo .hd ul li {
	float: left;
	margin-right: 60px;
}

.TabTwo .hd ul li h2 a {
	display: block;
	height: 49px;
	font-size: 24px;
	color: #333333;
}

.TabTwo .hd ul li.on h2 a {
	color: #AC1E22;
	border-bottom: 2px solid #AC1E22;

}

.TabTwo .bd ul {
	padding-top: 6px;
	display: flex;
	flex-direction: column;
}

.TabTwo .bd ul li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #e1e1e1;
	margin-top: 20px;

}

.TabTwo .bd ul li a em {
	width: 2px;
	height: 8px;
	background: #B90105;
	border-radius: 4px 4px 4px 4px;
	display: inline-block;
	margin-right: 10px;

}

.TabTwo .bd ul li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #e1e1e1;
	margin-top: 20px;

}

.TabTwo .bd ul li:hover {


	border-bottom: 1px dashed #B90105;

}

.TabTwo .bd ul li:hover span {

	color: #B90105 !important;


}

.TabTwo .bd ul li a:hover {

	color: #B90105 !important;

}

.TabTwo .bd ul li .new-text {
	display: flex;
	flex-direction: column;
	width: 76%;
}

.tempWrap .bd ul>div {
	width: 49%;

}

.TabTwo .bd ul li a {
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	margin-bottom: 10px;
	color: #101010;
}



.TabTwo .bd ul li a img {
	margin-right: 10px;
	width: 8px;
}

.TabTwo .bd ul li a:hover {
	color: #B90105;
}

.TabTwo span {
	font-size: 16px;
	color: #999999;
}

.TabTwo span a {
	color: #999999;
	float: right;
	padding-top: 5px;
}

.TabTwo .bd ul li:hover span {
	color: #B90105;
}

.TabTwo span a:hover {
	color: #B90105;
}


/*焦点图结束*/

/* 头条 */
.toutiao {
	width: 1200px;
	margin: 36px auto 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;

}

.ttt {
	width: 93px;
}

.toutiao span {
	display: flex;
	width: 90%;
	flex-direction: column;
}

.toutiao span>a {
	height: 50px;
	color: #AC1E22;
	font-size: 28px;
	text-align: center;
	width: 100%;
	font-weight: 600;
}

.toutiao span>em>a {

	color: #AC1E22;
	font-size: 17px;
}

.toutiao span em {
	font-size: 17px;
	color: #333333;
	font-style: normal;
}

/* 通知公告 */
.tzgg {
	width: 1200px;
	margin: 36px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;

	height: 52px;
	background: url(../images/tzgg.png) #F5F5F5;
	background-repeat: no-repeat;
}

.tzgg>a {
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	width: 125px;
	text-align: center;
}

.tzgg ul {

	width: 88%;

}

.tzgg ul li {
	height: 52px;
	line-height: 52px;
	margin-right: 20px;white-space: nowrap;
}

.tzgg ul li a {
	color: #333;
	height: 52px;
}

.tzgg ul li a em {
	width: 6px;
	height: 6px;
	background: #B90105;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;

}

.tzgg ul li a:hover {
	color: #B90105
}

.scroll-box {
	width: 1060px;
	overflow: hidden;
}

/* 核心滚动动画：向上位移 */
@keyframes scroll-left {
	0% {
		transform: translateX(0);
		/* 初始位置 */
	}

	100% {
		transform: translateX(-100%);
		/* 向上滚动整个内容高度 */
	}

}

.scroll-box:hover .leftnr {
	animation-play-state: paused;
}

.leftnr {
	display: flex;
	justify-content: space-between;


	align-items: center;
	animation: scroll-left 15s linear infinite;
	/* 动画：名称 时长 匀速 无限循环 */
}

/* 基层动态 */

.mzzj_title {
	width: 100%;

	background-repeat: no-repeat;
	background-position: bottom;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.mzzj_title p {
	border-top: 1px solid #E0E0E0;
	width: 400px;
}

.mzzj_title span {
	font-size: 24px;
	color: #B90105;

	font-weight: bold;
	line-height: 80px;
	background: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: top center;

}

.more {
	background-image: url(../image/more.png);
	background-repeat: no-repeat;
	float: right;
	background-position: bottom right;
}

.more a {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
	float: right;
}

.more a:hover {
	color: #B90105
}

.mzzj1 {
	width: 48%;

}


.mzzj1 ul {
	/* margin-top: 8px; */
}

.mzzj1 ul li {
	float: left;
	width: 100%;
	line-height: 50px;
	height: 50px;
	color: #484848;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.mzzj1 ul li a img {
	margin-right: 10px;

}

.mzzj1 ul li a {
	color: #484848 !important;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.mzzj1 ul li:hover {


	border-bottom: 1px dashed #B90105;

}

.mzzj1 ul li:hover span {

	color: #B90105 !important;


}

.mzzj1 ul li a:hover {

	color: #B90105 !important;

}

.mzzj1 ul li span {

	color: #939393;
	font-size: 14px;
}



/* 第二个横幅css */
.TB-focus {
	width: 1200px;
	height: 132px;
	position: relative;
	overflow: hidden;
	margin: 30px auto;
}

.TB-focus .hd {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 1;
	padding-left: 2px;
}

.TB-focus .hd li {
	color: #AC1E22;
	cursor: pointer;
	margin-left: 8px;
	width: 8px;
	height: 8px;
	background: #fff;
	float: left;
	font-size: 13px;
	line-height: 18px;
	overflow: visible;
	text-align: center;
	border-radius: 10px;
}

.TB-focus .bd li img {

	transition: all 0.8s;
}

.TB-focus .bd li img:hover {
	transform: scale(1.1);
}

.TB-focus .hd li.on {
	background: #AC1E22;
	color: #fff;
	font-weight: bold;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 2;
	position: relative;
}

/* 人物 */
.renwu {
	width: 1200px;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
}

.renwu .mzzj_title p {
	border-top: 1px solid #E0E0E0;
	width: 1020px;
}

/* 本例子css */
.ladyScroll {
	width: 1200px;
	height: 200px;
	margin: 15px auto;
	position: relative;

}

.ladyScroll .prev,
.ladyScroll .next {
	width: 26px;
	height: 39px;
	position: absolute;
	top: 80px;
	/* left: 1360px; */
	z-index: 100;
	cursor: pointer;
	background: url(../images/hui.png) no-repeat;
}

.ladyScroll .next {
	left: auto;
	right: 0;
	background-position: 0 -78px;
}

.ladyScroll .prev:hover {
	background-position: 0 -39px;
}

.ladyScroll .next:hover {
	background-position: 0 -78px;
}

.ladyScroll .scrollWrap {
	width: 1200px;
	overflow: hidden;
	position: absolute;
	margin-left: 100px;
}

.ladyScroll dl {
	float: left;
	width: 170px;
	text-align: left;
	position: relative;
}


.ladyScroll img {
	display: block;
	width: 140px;
	height: 190px;
	transition: all 0.3s;
	border-radius: 8px 8px 8px 8px;
}

/* .ladyScroll img:hover {
	transform: scale(1.1);

} */

.ladyScroll dd {
	width: 140px;

	line-height: 53px;


	text-align: center;
	overflow: hidden;

	margin-top: -56px
}

.ladyScroll dd a {
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/rw.png);
	width: 100%;
	margin-top: 8px;
	background-repeat: no-repeat;
}


/* 友情链接 */

.link {
	width: 100%;

	border-top: 2px solid #B90105;

}

.nk {
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	height: 70px;
	line-height: 70px;
}

.nk select {
	width: 11%;
	height: 40px;
	font-size: 16px;
	padding: 0 10px;
}

.nk option:hover {
	cursor: pointer;
}

.nk span {
	margin: 0 26px 0 28px;
	color: #333;
}

/* 底部 */



.foot {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	box-sizing: border-box;
}

.foot p {
	display: flex;
	flex-direction: column;
	width: 74%;

}

.foot>p>a {
	color: #333;
	font-size: 14px;
	margin-right: 18px;
	height: 30px;

}
.foot>p>span {
    
    margin-right: 18px;
    height: 30px;
}
.foot>p>span>a {
    color: #333;
    font-size: 14px;}
.tt {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.tt a img {
	width: 50px;
}

.bq {
	display: flex;

	color: #fff;
	font-size: 14px;
	align-items: center;
	height: 60px;
	justify-content: center;
}




/* 内容 */


.ab_banner {
	min-width: 1200px;
	width: 100%;
	height: 132px;
	background: linear-gradient(90deg, #F9D4D0 0%, #FFFFFF 100%);

}

.ww12 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.ww12>span {
	font-size: 32px;
	color: #B90105;
	padding-top: 26px;
	display: block;
}

.content {
	width: 1200px;
	padding: 30px;
	border: 1px solid #E0E0E0;
	margin: 60px auto;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 38px;
}
.content img{
    width: 800px;
}
.content p img{
    width: 800px;
}
.content span img{
    width: 800px;
}
.content p span img{
    width: 800px;
}
.content p{
    line-height: 38px;
}

.title {
	line-height: 35px;
	font-size: 29px;
	text-align: center;
	font-weight: bold;


}

.date_x {
	width: 100%;
	height: 50px;
	background: #F7F7F7;
	font-size: 16px;
	color: #666666;
	line-height: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
}

.date_x span {
	margin-left: 20px;
}

/* 位置 */
.weizhi {
	width: 100%;
	color: #D43E42;
	margin-top: 20px;
	font-size: 14px;
}

.weizhi a {
	color: #D43E42;
	font-size: 14px;

}

.wz1 {
	width: 100%;
	height: 50px;
	background: #F6F6F6;
	line-height: 50px;
	color: #565656;
	margin-bottom: 20px;
	font-size: 14px;
}

.weizhi1 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.weizhi1 a {
	color: #565656;
	font-size: 14px;

}

/* 位置 */





/* 侧栏目 */
.ab_center {

	width: 1200px;
	height: auto;
	margin: 18px auto 50px;
	line-height: 36px;
	display: flex;
	justify-content: space-between;
}

.sider_nav_img2 {
	display: flex;
	width: 18px;
	height: 18px;
}

.lanmu ul li .sider_nav_img2 {

	display: none;
}



.lanmu ul li.on {
	background-color: #FFF2EF;
}

/* 侧栏目 */
.lanmu ul li .sider_nav_img1 {
	margin-right: 5px;
	display: none;
}

.lanmu ul li .sider_nav_img2 {
	margin-left: 5px;
	display: none;
}

.lanmu ul li.on .sider_nav_img1 {
	display: inline-block;
}

.lanmu ul li:hover .sider_nav_img1 {
	display: inline-block;
}

.lanmu ul li.on .sider_nav_img2 {
	display: inline-block;
}

.lanmu ul li:hover .sider_nav_img2 {
	display: inline-block;
}


/* .activ-lanmu a {
	color: #A91729 !important;
} */

.lanmu {

	width: 22%;
	box-shadow: 4px 12px 14px 0px #c9c9c9;
	height: 600px;
}

.lanmu ul li {
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #333;
	border-bottom: 1px dashed #E0E0E0;

}

.lanmu ul li span {
	display: flex;
	width: 116px;
}

.lanmu ul li a {
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.lanmu ul li:hover {
	background-color: #FFF2EF;
}

.lanmu ul li a:hover {
	color: #A91729;
}


.lanmudiv {
	width: 100%;
	height: 120px;

	text-align: center;
	line-height: 120px;
	color: #ffffff;

	font-size: 27px;
	font-weight: bold;
	margin-bottom: 8px;
	background: #A91729;
	opacity: 0.95;




}

.kuang {
	height: 4px;
	background: linear-gradient(90deg, #FEA502 0%, #D43E42 100%);
}

.right {
	display: flex;
	flex-direction: column;
	width: 74%;
}



/* 侧列表 */
.list_right_content1 {

	width: 100%;
	padding-bottom: 140px;


}

.list_right_content1 li {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dadfe7;
	display: flex;
	justify-content: space-between;
}

.list_right_content1 li:hover {
	border-bottom: 1px dashed #D43E42;


}

.list_right_content1 li:hover a em {
	background-color: #D43E42;

}

.list_right_content1 li a em {
	border: 2px solid #D43E42;
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-right: 8px;
	float: left;
	margin-top: 22px;
	border-radius: 50%;

}


.list_right_content1 li span {

	color: #999;
	font-size: 13px;
}


.list_right_content1 li a {
	color: #333;
}

.list_right_content1 li a:hover {
	color: #D43E42;
}
.list_right_content1 li:hover span{
	color: #D43E42;
}

/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color:  #A91729;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color:  #A91729;
    border-color:  #A91729;
    cursor: default; }

 

 /* 上下篇 */
 .ShangXia {
 	font-size: 16px;
 	padding-top: 20px;
	border-top: 1px dashed #D9D9D9;
	clear: both;
 }
 
 .ShangXia p {
 	line-height: 30px;
 	color: #333333;
 }
 
 .ShangXia span {
 	color: #A91729;
 	display: inline-block;
 	vertical-align: top;
 }
 
 .ShangXia a {
 	color: #333333;
 	font-size: 16px;
 	display: inline-block;
 	max-width: 90%;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 }
 
 .ShangXia a:hover {
 	color: #A91729;
 }
 
.right1 {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* 列表 */
.lie div {
	width: 90%;
}

.lie li {
    height: 110px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

 

.lie li:hover a {
	color: #A91729;
}

.lie li:hover h1 span {
	color: #fff;
}

.lie li:hover h1 i {
	color: #fff;
}

.lie li:hover h1 {
	background: #A91729;
}

.lie li a {
	height: 40px;
	font-size: 20px;
	color: #333;
	font-weight: 600;
}

.lie li p {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.lie li h1 {
	width: 86px;
	height: 86px;

	border: 1px solid #A91729;

	padding: 11px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: normal;
}

.lie li h1 i {
	font-size: 36px;
	color: #A91729;
	font-style: normal;
}

.lie li h1 span {
	font-size: 15px;color: #A91729;
}
 


