@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑";
	background: #faf5e7;
	line-height: 32px;
	color: #333;
	overflow-x: hidden;
	max-width: 1920px;
	margin:0 auto;
	min-width:1230px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
a:hover {
	color: #cb0600;
	text-decoration: none;
}
.clear {
	clear: both;
}
dl {
	margin: 0px;
	padding: 0px;
}
dd {
	display: block;
	margin: 0px;
	padding: 0px;
	-webkit-margin-start: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.imgbg {
	background: no-repeat center center;
	background-size: cover;
}
.imgbg img {
	opacity: 0;
}
.topbg {
	background: url(../images/topbg.jpg) no-repeat top center;
	height: 583px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.topbg img.logo{
	position:absolute;
	left:10px;
	top:10px;
}
.newsshow {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
.news_title {
	color: #333333;
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	padding: 25px 0px 15px;
	font-weight: bold;
	clear: both;
}
.xian {
	border-bottom: 1px solid #e7e8eb;
	height: 44px;
	margin-top: 8px;
	text-align: center;
	color: #92a2b1;
	font-size: 14px;
}
.box01 {
	padding: 30px 0px;
	clear: both;
	font-size: 16px !important;
	color: #333;
	line-height: 32px !important;
	text-align: justify;
}
.box01 p {
	text-indent: 34px;
}
.box01 img {
	max-width: 800px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.posi {
	width: 100%;
	clear: both;
	margin: 0 auto;
	height: 59px;
	line-height: 59px;
	background: #ba0613;
	color: #ffdda3;
}
.posi a {
	color: #fff;
}

/*底部*/



.synews {
	width: 100%;
	padding-top: 18px;
	clear: both;
}
.synews li {
	float: left;
	height: 87px;
	background:#fff;
	border:1px solid #ffe5c2;
	background:url(../images/lidd.jpg) #fff no-repeat  10px center;
	width: 49%;
	margin:18px 0px 0px ;
	text-align: left;
	line-height:32px;
	padding-left:10px;
	 display:flex;
            flex-direction: column;
            /* co1umn 从上到下*/
            align-items: center;
            /* center代表水平方向 */
            justify-content: center;
            /* center代表垂直方向 */
}
.synews li:nth-child(2n) {
    float: right;
}
.synews li {
	position: relative;
}
.synews li a {
	width: 93%;
	float: left;
	color: #262626;
	font-size: 18px;
}
.synews li a:hover {
	color: #c90606;
}







.date {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
.nynews {
	width: 100%;
	padding-top: 33px;
	clear: both;
	padding-bottom: 30px;
	overflow: hidden;
}
.nynews li {
	float: left;
	height: 55px;
	line-height: 55px;
	width: 100%;
	text-align: left;
	position: relative;
	margin-bottom:10px;
	padding:0px 15px;
	background:#fbf9f3;
}
.nynews li:before {
	content: "";
	position: absolute;
	top: 22px;
	left: 13px;
	border-radius: 50%;
	background: #c90606;
	width: 7px;
	height: 7px;
}
.nynews li a {
	width: 85%;
	float: left;
	color: #262626;
	padding-left: 15px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}
.fenye {
	clear: both;
	padding: 20px 0px 90px 0px;
	text-align: center;
	float: right;
	overflow: hidden;
}
.fenye span {
	border: 1px solid #e1e1e1;
	background: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 9px;
}
.fenye span:hover {
	background: #d01a1c;
	color: #fff;
	border: 1px solid #d01a1c;
}
.fenye span:hover a {
	background: #d01a1c;
	color: #fff;
}
/*二十大*/



.bottombg {
	width: 100%;
	clear: both;
	background: #bf0009;
	color: #fff;
	padding: 50px 0px 0px;
	text-align: center;
	line-height: 36px;
	height: 170px;
}

.zt_box {
	padding-bottom:60px;
	overflow:hidden;
}
.zt_box img {
	margin-right: 30px;
	float: left;
	width: 380px;
	height: 150px;
	margin-bottom: 18px;
}

.zt_box li:nth-child(3n) img {
	float: right;
		margin-right:0px;
}

.chykb {
	overflow:hidden;
	padding-top:50px;
}
.chykb img {
	margin-right: 30px;
	float: left;
	width: 380px;
	height: 230px;
	margin-bottom: 18px;
}

.chykb  a:nth-child(3n) img {
	float: right;
	margin-right:0px;
}

.tabs {
	width:658px;
	float: left;
	height:447px;
  background-image: linear-gradient(#fbeac7, #f2ddb3);
}
.tabs a {
	color: #505050;
	cursor: pointer;
	height: 149.3px;
	width: 100%;
	display: block;
	clear: both;
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #fcedcb;
	position: relative;
	padding:27px 30px;
}
.tabs a.active {
	background: #bc1a2f;
	color: #fff;
	position: relative;
}
.tabs a.active:before {
	content: "";
	position: absolute;
	bottom: 60px;
	right: -15px;
	z-index: 6;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #bc1a2f;
}

		
#tabs-container {
	width: 542px;
	float: right;
	height: 447px;
	overflow: hidden;
}
#tabs-container img {
	width:100%;
	height:100%;
}

.tabs_l {
	width: 100%;
	color: #4d4d4d;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 22px;
	font-weight: bold;
}

.tabs_r {
	width: 100%;
	color: #727272;
     overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	line-height:29px;
	padding-top:6px;
}

.tabs a.active .tabs_l  {
	color: #ffe5b0;
}
.tabs a.active .tabs_r  {
	color: #ffe5b0;
}




.title09{
	font-size:30px;
}
.intro09{
	padding-top:16px;
	font-size:18px;
}
.intro09 span{
	color:#cc1100;

}
.more09 a{
	text-align:right;
	font-size:18px;
	color:#ba0609;
	float:right;
	font-weight:bold;
}


/*20221027add*/

.menubg {
	width: 100%;
	clear: both;
	margin: 0 auto;
	height: 77px;
	background: url(../images/menubg.jpg) no-repeat top center;
	z-index: 999;
}
.menu {
	width: 1200px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}
.nav {
	width: 100%;
}
.nav li {
	position: relative;
}
.nav li a {
	font-size: 22px;
	float: left;
	width: 16.666%;
	text-align: center;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	color: #f9ce72;
	line-height: 77px;
	height: 77px;
	font-weight: bold;
}

.ldjh {
	clear: both;
	padding-top:20px;
}
.ldjh li {
	float: left;
	height: 87px;
	line-height: 30px;
	width: 586px;
	text-align: left;
	position: relative;
	background: url(../images/askbg.jpg) no-repeat 0px 0px;
	margin-bottom: 17px;
	padding: 0px 10px 0px 30px;
	/* 设置弹性容器 */
                 display: flex;
                 /* 设置主轴居中 */
                 justify-content: center;
                 /* 设置侧轴居中 */
                 align-items: center;
}
.ldjh li:nth-child(2n) {
	float: right;
}
.ldjh li a {
	width: 100%;
	float: left;
	color: #b21313;
	font-size: 18px;
	font-weight: bold;
}
.ldjh li a:hover {
	color: #c90606;
}
.hannews {
    width: 542px;
    float: right;
	background-image: linear-gradient(to bottom, #f85c2c, #c33446);
	padding:20px;
	box-sizing:border-box;
	height:493px;
}
.gtxdnews {
	width: 100%;
	clear: both;
}
.gtxdnews li {
	float: left;
	line-height: 40px;
	width: 100%;
	text-align: left;
	position: relative;
	padding:0px 20px;
	padding-bottom:20px;
}

.gtxdnews li:before{
	position:absolute;
	width:7px;
	height:7px;
	border-radius:50%;
	position:absolute;
	content:"";
	left:4px;
	top:16px;
	background:#f9ce72;
}


.gtxdnews li a {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
}
.gtxdnews li.on a {
color:#f9ce72;
	
}

.yqjs{
	float:left;
		width:658px;
	height:493px;
	position:relative;
}
.info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 128px;
	line-height: 188px;
	color: #fdeccd;
	padding: 0px 10px;
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(200,20,23,1));
}
.infochy{
	position: absolute;
	left: 20px;
	bottom: 10px;
	height: 52px;
	line-height: 52px;
	background: #bf0009;
	color: #f9d6ae;
	padding: 0px 10px;
	box-sizing: border-box;
	width: 94%;
	font-weight:bold;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:center;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}
.imgs-zl {
	clear:both;
	margin-top:20px;
}
.imgs-zl li {
  float: left;
  width: 390px;
  height: 226px;
  margin-left: 15px;
}

.imgs-zl li:first-child {
  margin-left: 0;
}

.zlzx-wrap {
  padding: 40px 0 0px;
  clear:both;
}

.zlzx-wrap .list-zlzx {
  font-size: 0;
  text-align: center;
}

.zlzx-wrap .list-zlzx li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 133px;
  text-align: center;
  border-right: 1px solid #e08384;
}

.zlzx-wrap .list-zlzx li:last-child {
  border: 0;
}

.zlzx-wrap .list-zlzx li .img-zl-1 {
  margin-top: 12px;
}

.zlzx-wrap .list-zlzx li .img-zl-2 {
  display: none;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.zlzx-wrap .list-zlzx li:hover .img-zl-2 {
  display: inline-block;
  margin-top: -5px;
}

.zlzx-wrap .list-zlzx li:hover .img-zl-1 {
  display: none;
}

.titlebg {
	width: 100%;
	margin: 80px auto 33px;
	height: 128px;
	position: relative;
	clear: both;
	text-align: center;
}
.zj1005 {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;
}
.zj1005 .swiper-slide {
	width: 965px;
	height: 530px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.zj1005 .swiper-slide img {
	max-height: 530px!important;
	max-width: 965px!important;
	width: auto!important;
	height: auto!important;
}

.zj1005 .swiper-button-prev{
	background: url(../images/left.png) no-repeat top center;
	width: 32px;
	height: 74px;
	left: 117px;
	top:42%;
}
.zj1005 .swiper-button-next{
	background: url(../images/left02.png) no-repeat top center;
	width: 32px;
	height: 74px;
	right: 117px;
	top:42%;
}
.lunbo_l{
	width:658px;
	height:493px;
	float:left;
}
.quanweinews{
	width:100%;
	border:3px solid #db0f0b;
	background:#fffdf6;
	border-radius:20px;
	overflow:hidden;
	padding:30px 20px;
}
.bcxnews {
	width: 100%;
	clear: both;
}
.bcxnews li {
	float: left;
	height: 49px;
	background:#fff;
	background:url(../images/21713056.png)no-repeat  10px center;
	width: 48%;
	margin:0 1%;
	text-align: left;
	padding-left:40px;
}
.bcxnews li {
	position: relative;
}
.bcxnews li a {
	width: 99%;
	float: left;
	color: #333;
	height: 49px;
	line-height:49px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}
.bcxnews li a:hover {
	color: #c90606;
}
.ziliao{
	background:#f4edda; padding-bottom:22px; overflow:hidden;
}
	



