@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(/smkxyjkgcxy/img/top-bg.png) no-repeat;
	background-size:100% 100%; 
	height: 175px;
	min-width: 1400px;
	position: relative;
}
.top-bg .center{
	display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0px;
}
.logo img{
	width: 600px;
}
/* 输入框 */
.search .sr{
	width: 260px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding-left:15px;
	border-radius: 50px;
	border: none;
	outline: none;
	background:#134592;
}
.search input::placeholder {
  color: #fff;
}
.search .sousuo{
	background: url(/smkxyjkgcxy/img/search.png) no-repeat;
	background-size:17px;
	width: 20px;
	height: 20px;
	position: relative;
	right: 35px;
	outline: none;
	border: none;
	top:2px;
}
/* 导航 */
.nav{
	width: 100%;
    min-width: 1400px;
    position: absolute;
    top: 118px;
    border-top: 1px solid #ffffff1f
}
.nav .center ul{
	display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}
.nav .center .ul1 li{
	line-height: 53px;
	position: relative;
	width:140px;
	text-align: center;
}
.nav .center .ul1 .li1 a{
	color: #fff;
    font-size: 20px;
}
.nav .center .ul1 li:hover{
	background:#134592;
}

.nav .center .ul2{
	position: absolute;
	right:10000px;
	z-index: 999;
}
.nav .center .ul2 li{
    line-height: 45px;
    z-index: 999;
    text-align: center;
    width: 140px;
    position: relative;
}
.nav .center .ul2 li:hover{
	background:#134592; 
	border-radius:0px;
}
.nav .center .ul1 li:hover .ul2{
	display: flex;
    flex-direction: column;
	position: absolute;
    right: 0px;
    top: 55px;
    z-index: 999;
    background: #027efd;
}

.nav .center .ul3{
	position: absolute;
	right:10000px;
	z-index: 999;
}
.nav .center .ul3 li{
    line-height: 45px;
    z-index: 999;
    text-align: center;
    width: 140px;
    position: relative;
}
.nav .center .ul3 li:hover{
	background:#134592; 
	border-radius:0px;
}
.nav .center .ul2 li:hover .ul3{
	display: flex;
    flex-direction: column;
    position: absolute;
    right: -140px;
    top: 0;
    z-index: 999;
    background: #0062b9;
}

/* banner */
.banner{
	height: 670px;
    min-width: 1400px;
}
.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: #027efd;
    opacity: 1;
}
/*标题背景*/

/*新闻资讯*/
.new,.footer{
	min-width: 1400px;
    width: 1400px;
    margin: 0px auto;
}
.new .center{
	display: flex;
    justify-content: space-between;
}
.xinwen{
	width:59%;
	padding: 20px 0px 0px;
}
.title{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.title .title-l img{
	position: relative;
    top: 5px;
    margin-right: 10px;
}
.title .title-l span{
	font-size: 24px;
	font-weight: 600;
	color: #027efd;

}
.title .title-l p{
	position: relative;
    left: 50px;
    color: #ddd;
    font-weight: 400;
    text-transform:uppercase;
}
.title .title-r a{
	color: #027efd;
	font-size:16px ;
}
.title .title-r img{
	position: relative;
    left: 3px;
    top: 2px;
}

.xinwen .pic-list{
	margin-top: 30px;
	height: 500px;
}

.xinwen .pic-list .xw-pic{
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
}

.xinwen .pic-list img{
	width:100%;
	transition: transform 0.3s ease;
      cursor: pointer;
}
.xinwen .pic-list:hover img{
	transform: scale(1.2);
}

.xinwen .pic-list .xw-tit{
	position: relative;
    bottom: 95px;
    background: #5386c7;
    margin: 0px 50px;
    padding: 30px;
    border-radius: 0px 20px 0px 20px;
    box-shadow: 0px 6px 10px 0px #5386c794;
}
.xinwen .pic-list .xw-tit h3{
	color: #fff;
	font-size: 24px;
}
.xinwen .pic-list .xw-tit p{
	font-size: 16px;
    color: #ddd;
    line-height: 21px;
    margin-top: 10px;
}
.xinwen .list{
	display: flex;
    justify-content: space-between;
}
.xinwen .list .text-list{
	width: 48%;
}
.xinwen .list .text-list li{
	display: flex;
    justify-content: space-between;
   line-height: 60px;
    border-bottom:1px #ddd solid;
 
}
.xinwen .list .text-list li p{
	font-size: 16px;
}
.xinwen .list .text-list li span{
	color: #999;
}
.xinwen .list .text-list li:hover p{
	color:#ffa211;
}



/*法甲比赛下注平台公告*/
.tongzhi{
	width: 37%;
    box-shadow: 0px 0px 7px 3px #f3f3f3;
    border-radius: 3px;
    padding: 20px 30px 10px 30px;
    background: url(/smkxyjkgcxy/img/tongzhi-bg.png) no-repeat;
}
.tongzhi .title{
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}
.tongzhi ul{
    padding-top:30px;
}
.tongzhi ul li{
	height: 118px;
}

.tongzhi ul li .time{
	
}
.tongzhi ul li .time p{
	background: url(/smkxyjkgcxy/img/yuan-q.png) no-repeat;
	padding-left: 25px;
	background-position: 0px 3px;
	color: #999;
	font-size: 16px;
}
.tongzhi ul li .time span{
	 color: #027efd;
}
.tongzhi ul li .tz-tit{
	font-size: 18px;
    line-height: 29px;
    font-weight: 600;
    border-left: 2px solid #027efd;
    margin-left: 6px;
    position: relative;
    bottom: 3px;
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 35px;
    height:105px;
}
.tongzhi ul li a:hover .tz-tit{
	color: #ffa211;
}
.tongzhi ul li a{
	width: 95%;
}
.tongzhi .title-r a{
	border-radius: 50px;
	border:1px #ddd solid;
	padding:10px 25px;
	color: #999;
}
.tongzhi .title-r a:hover{
	color: #fff;
	background: #ffa211;
	border:1px #ffa211 solid;
}
.lists{
	width:48%;
}
.lists ul{
}
.lists ul li{
	display: flex;
    line-height: 56px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.lists ul li p{
	font-size: 16px;
}
.lists ul li span{
	font-size: 14px;
    color: #adadad; 
}
.lists .text-list li:hover p{
	color: #ffa211;
}


/*党建*/
.dangj{
	background: url(/smkxyjkgcxy/img/zhong-bg.png) no-repeat;
	min-width: 1400px;
	background-size: cover;
}
.dangj .center{
	min-width: 1400px;
    width: 1400px;
    margin: 30px auto 0px;
    padding: 50px 0px;
}
.dangj .title .title-l span {
	color: #fff;
}
.dangj .title .title-r a {
	color: #fff;
}
.djflex{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding-bottom: 20px;
}
.djflex .picc{
	display: flex;
	justify-content: space-between;
	width: 60.5%;
}
.djflex .picc .picca{
	width: 48%;
	display: block;
}
.djflex .picc li .dong{
	width: 406px;
	height: 273px;
	overflow: hidden;
	position: relative;
    display: block;
}
.djflex .picc li img{
	width:100%;
	transition: transform 0.3s ease;
      cursor: pointer;
}
.djflex .picc li:hover img{
	transform: scale(1.2);
}
.djflex .picc .djflextit{
	background: #fff;
    padding: 20px 30px;
}

.djflex .picc .djflextit span{
	color: #999;
	font-size: 16px;
}
.djflex .picc .djflextit p{
	font-size: 17px;
	font-weight: 600;
	padding-top: 5px;
	line-height: 28px;
}
.djflex .picc .djflextit a{
	display: block;
	text-align: right;
	color: #027efd;
	font-size: 14px;
	margin-top: 10px;
}
/*党建右侧列表*/
.dangj .center .text-list{
	width: 37%;
    background: #ffffff42;
    padding: 30px;
    border-radius: 5px;
}
.dangj .center .text-list a{
	
}
.dangj .center .text-list li{
	display: flex;
    justify-content: space-between;
    line-height: 58px;
    border-bottom: 1px #ffffff69 solid;
}
.dangj .center .text-list li p{
	color: #fff;
	font-size: 16px;
}
.dangj .center .text-list li:hover p{
	color: #ffa211;
}
.dangj .center .text-list li span{
	color: #fff;
}

/**/

.ddt{
	border-bottom: 1px #ddd solid;
}
.ddt .title-l{
	border-bottom: 5px #007aff solid;
    padding-bottom: 15px;
}
/* 友情链接 */
.youqingbox{
	display: flex;
    justify-content: space-between;
    border-bottom: 1px #dddddd38 solid;
    padding-bottom: 20px;
}
.youqing h3{
	font-size: 16px;
    line-height: 32px;
    color: #eee;
    font-weight: normal;
}
.youqing p{
	color: #eee;
    font-size: 14px;
}
.youqing p a{
	color: #fff;
    background: url(/smkxyjkgcxy/img/footico.png) 0 center no-repeat;
    background-size: 13px;
    padding-left: 20px;
    margin-right: 20px;
}
/* 底部 */ 
.footer{
	width: 100%;
	background: #004885;
	min-width: 1400px;
}
.footer .center{
	width:1400px;
	margin: 0px auto;
	padding:50px 0px;
}
.footer .logo img{
	width: 500px;
}
.dizhi{
	display: flex;
    justify-content: space-between;
    padding-top:20px;
}
.dizhi p{
    color: #fff;	
}
.dizhi p a{
    color: #fff;	
}
/* 列表页 */
.bgcolor{
	
}
.nrbanner img{
	width: 100%;
	min-width: 1400px;
	height: 350px;
}
.listbox .center{
	display: flex;
	flex: 1;
	justify-content: flex-start;
	width: 1400px;
	margin: 30px auto;
	align-items: stretch;
}
.listbox .center .nav-left{
	width: 20%;
	border-radius: 10px;
	/* height: 257px; */
	border-top: 5px solid #027efd;
}
.listbox .center .nav-left .nav-tit{
	font-size: 18px;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #027efd;
}
.listbox .center .nav-left ul{
	background: #fff;
    border: 1px #ededed solid;
}
.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: #027efd;
}
.listbox .center .nav-left ul li:hover{
	color: #fff;
}
.nr-list{
	background: #fff;
	border-radius:10px;
	margin-left: 20px;
	width: 80%;
}
.nr-list .nr-list-tit{
	border-bottom: 1px solid #ededed;
	display: flex;
	justify-content: space-between;
	line-height: 66px;
	background: #f2f2f2;
	border-radius: 0px 9px 9px 0px;
}
.nr-list .nr-list-tit .lanmu{
	font-size: 18px;
	font-weight: 600;
	padding: 0px 30px;
	background: #007aff;
	color: #fff;
	border-radius: 9px 0px 0px 9px;
}
.nr-list .nr-list-tit  .mbnav{
	padding-right:30px;
}

.nr-list ul{
	padding: 0px 20px;
}
.nr-list ul li{
	line-height: 60px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ededed;
	position: relative;
	padding-left: 30px;
}
.nr-list ul li a{
	font-size: 16px;
}
.nr-list ul li a:hover{
	color: #027efd;
}
.nr-list ul li span{
	color: #adadad;
}
.nr-list ul li i{
    display: block;
    width: 5px;
    height: 5px;
    background: #027efd;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.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;
	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: #027efd;
}



/* 导航项标题样式 */
.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease;
}

.accordion-item:hover {
    background-color: #f5f5f5;
}

.accordion-item::after {
    content: '+';
    font-size: 18px;
    transition: transform 0.3s ease;
}

.accordion-item.active::after {
    transform: rotate(45deg);
}

/* 导航项内容样式，初始隐藏 */
.accordion-content {
    display: none;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    transition: max-height 0.3sease;
    overflow: hidden;
    background: #ededed ! important;
}

/* 当导航项内容显示时的样式 */
.accordion-content.show {
    display: block;
}

.active1{
    color: #fff;
    background: #027efd;
    border-left:none;
}

.active{
    color: #027efd;
    font-weight: 900;
    border-left: 5px solid #027efd !important;
}