@charset "utf-8";
* {
	box-sizing: border-box;
	margin:0;
	padding:0;
	font-family:"微软雅黑","Microsoft Yahei","宋体", Arial;
	font-size:14px;
}
a {
	color:#000;
	text-decoration:none;
}
ul,li{
	list-style: none;
}

/*头部*/
.top-bg{
	width: 100%;
	background: url(/jykxxy/xb2024/img/top-bg.jpg) no-repeat;
	background-size:100% 100%; 
	height: 130px;
	min-width: 1300px;
}
.top-bg .center{
	display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0px;
}
/* 输入框 */
.search .sr{
	width: 260px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left:15px;
	border-radius: 50px;
	border: none;
	outline: none;
	background: #ffffffb0;
}
.search input::placeholder {
  color: #fff;
}
.search .sousuo{
	background: url(/jykxxy/xb2024/img/search.png) no-repeat;
	background-size:17px;
	width: 20px;
	height: 20px;
	position: relative;
	right: 35px;
	outline: none;
	border: none;
}
/* 导航 */
.nav{
	width: 100%;
    background: #c23c55;
    min-width: 1300px;
height: 56px
}
.nav .center ul{
	display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}
.nav .center .ul1 li{
	line-height: 55px;
	position: relative;
}
.nav .center .ul1 .li1 a{
	color: #fff;
    padding: 17px 26px;
    font-size: 18px;
}
.nav .center .ul1 li:hover{
	background: #ab2740; 
}

.nav .center .ul2{
	position: absolute;
	right:10000px;
	z-index: 999;
}
.nav .center .ul2 li{
    line-height: 45px;
    z-index: 999;
    width: 124px;
    text-align: center;
}
.nav .center .ul2 li:hover{
	background: #ab2740; 
}
.nav .center .ul1 li:hover .ul2{
	display: flex;
    flex-direction: column;
	position: absolute;
    right: 0px;
    top: 55px;
    z-index: 999;
    background: #c23c55;
}
/* banner */
.banner{
	height: 639px;
    min-width: 1300px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
    background: #A0A1A4;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background: #B12424;
    opacity: 1;
}
/*新闻资讯*/
.new,.footer,.youqing{
	min-width: 1300px;
    width: 1300px;
    margin: 30px auto 0px;
}
.new .center{
	display: flex;
    justify-content: space-between;
}
.xinwen{
	width: 66%;
	padding: 20px 0px 0px;
}
.title{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.title .title-l{
	font-size: 22px;
    font-weight: 600;
    border-left: 5px solid #c23c55;
    padding-left: 10px;
    color: #a1001f;
}
.title .title-r a{
	color: #adadad;
}
.title .title-r img{
	position: relative;
    top: 2px;
    left: 3px;
}
.xinwen .pic-list{
	display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #ededed;
}
.xinwen .pic-list li{
	width: 48.5%;
}
.xinwen .xw-pic{
	width: 100%;
	height: 270px;
}
.xinwen .pic-list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;








}
.xinwen .xw-tit p{
	font-size: 14px;
    color: #adadad;
    line-height: 42px;
}
.xinwen .xw-tit h3{
	font-size: 16px;
}
.xinwen .list{
	display: flex;
    justify-content: space-between;
}
.xinwen .text-list{
	padding:20px 0px 0px 0px;
	width: 49%;
}
.xinwen .text-list li{
	display: flex;
    line-height: 48px;
    justify-content: flex-start;
}
.xinwen .text-list li span{
	font-size: 14px;
    color: #adadad; 
    padding-right:10px;
}
.xinwen .text-list li p{
	font-size: 15px;
}
.xinwen .text-list li:hover p{
	color: #c23c55;
}
.tongzhi{
	width: 32%;
	box-shadow: 0px 0px 7px 3px #f3f3f3;
	border-radius: 3px;
	padding:20px 20px 10px 20px;
	border-bottom: 10px solid #c23c55;
}
.tongzhi .title{
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}
.tongzhi ul li{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 90px;
    border-bottom: 1px solid #ededed;
}
.tongzhi ul li .time{
	width: 32%;
	text-align: center;
	border-right: 1px solid #ededed;
}
.tongzhi ul li .time p{
	font-size: 28px;
	margin-bottom: 5px
}
.tongzhi ul li .time span{
	color: #adadad;
}
.tongzhi ul li .tz-tit{
	font-size: 15px;
	padding-left: 20px;
}
.tongzhi ul li a:hover .tz-tit{
	color: #c23c55;
}
.tongzhi ul li a{
	width: 95%;
}
.lists{
	width: 31.5%;
}
.lists ul{
	padding-top: 15px;
}
.lists ul li{
	display: flex;
    line-height: 48px;
    justify-content: space-between;
}
.lists ul li p{
	font-size: 15px;
}
.lists ul li span{
	font-size: 14px;
    color: #adadad; 
}
.lists .text-list li:hover p{
	color: #c23c55;
}

/* 友情链接 */
.youqing .title{
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}
.youqing ul{
	padding:20px 0px;
	display: flex;
	justify-content:flex-start;
}
.youqing ul li{
	margin-right: 20px;
}


/* 底部 */
.footer{
	width: 100%;
	background: url(/jykxxy/xb2024/img/footer-bg.jpg) no-repeat;
	background-size:100% 100%; 
	height: 200px;
	min-width: 1300px;
}
.footer .logo{
	margin-bottom: 10px;
}
.footer .logo img{
	display: block;
	width: 300px;
	margin:0px auto;
	padding-top: 30px;
}
.footer p{
	text-align: center;
	color: #fff;
	line-height: 40px;
}
.footer p a{
	color: #fff;
}
.footer p img{
	position: relative;
    top: 4px;
    margin-right: 5px;
}

/* 列表页 */
.bgcolor{
	background: #efefef;
}
.nrbanner img{
	width: 100%;
	min-width: 1300px;
	height: 350px;
}
.listbox .center{
	display: flex;
	flex: 1;
	justify-content: flex-start;
	width: 1300px;
	margin: 30px auto;
	align-items: stretch;
}
.listbox .center .nav-left{
	width: 20%;
	
	border-radius: 3px;
	/* height: 257px; */
	border-top: 5px solid #c23c55;
}
.listbox .center .nav-left .nav-tit{
	font-size: 18px;
	padding:0px 20px;
	font-weight: 600;
	line-height: 55px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}
.listbox .center .nav-left ul{
	background: #fff;
}
.listbox .center .nav-left ul li{
	line-height: 48px;
	padding:0px 20px;
	border-bottom: 1px solid #ededed;
}
.listbox .center .nav-left ul li{
	font-size: 16px;
}
.listbox .center .nav-left ul li:hover{
	background: #c23c55;
}
.listbox .center .nav-left ul li:hover{
	color: #fff;
}
.nr-list{
	background: #fff;
	border-radius: 3px;
	margin-left: 20px;
	width: 80%;
}
.nr-list .nr-list-tit{
	
	padding:20px 20px;
	border-bottom: 1px solid #ededed;
	display: flex;
	justify-content: space-between;
}
.nr-list .nr-list-tit .lanmu{
	font-size: 18px;
	font-weight: 600;
	border-left: 5px solid #c23c55;
	padding-left: 10px;
}
.active{
	background: #c23c55;
	color: #fff;
}
.nr-list ul{
	padding: 0px 20px;
}
.nr-list ul li{
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ededed;
}
.nr-list ul li a{
	font-size: 16px;
}
.nr-list ul li a:hover{
	color: #c23c55;
}
.nr-list ul li span{
	color: #adadad;
}
.page{
	margin-top:20px;
}

/* 详情页 */
.infobox{
	padding:0px 20px;
}

.infobox h2{
	font-size: 20px;
	text-align: center;
	padding:20px 0px;
}
.infobox .p{
	text-align: center;
	padding-bottom:20px;
	border-bottom: 1px solid #ededed;
	color:#adadad;
}
.ppp{
	padding:20px;
	line-height: 28px;
	font-size: 16px;
	border-bottom: 1px solid #ededed;
}
.pagenext{
	padding: 20px 0px;
}
.pagenext p{
	text-align: left;
	line-height: 40px;
	padding-left: 20px;
	color: #adadad;
}
.pagenext p a{
	color: #adadad;
}
.pagenext p a:hover{
	color: #c23c55;
}