@charset "utf-8";
/* CSS Document */



body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "微软雅黑", Arial;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	margin: 0px auto;
	overflow-x: auto;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a:hover { color: #417CFE;}

img {
	border: 0;
	display: inline;
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}

div,
ul,
li,
dl,
dd,
span,
h1,
h2,
p,
h4,
h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
}

.container {
	margin: 0px auto;
	width: 1200px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* {
	box-sizing: border-box;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-center-y {
	display: flex;
	align-items: center;
}

::-webkit-scrollbar {
    width: 5px;
	height:5px;
	background:#d6d6d6;
	border-radius:10px;
}
::-webkit-scrollbar-thumb {
    background: #a0a0a0;
    scrollbar-arrow-color:#a0a0a0;
	border-radius:10px;
}

html.active {
	height: 100%;
	overflow: hidden;
}
.tpleft{ float: left;}
.tpright{ float: right;}
.imgpic{ width:100%; height:100%; object-fit: cover;
	object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.imgpic:hover{transform:scale(1.03);-webkit-transform:scale(1.03);}

/* 首页 */
.header{ width: 100%;
    height: 150px; background:#417CFE;
    background:url(../images/head_bg.png) no-repeat;
    background-size: cover; }
.header .logo{ display: flex; line-height: 1; align-items: flex-end;padding-top: 36px; font-size: 50px; font-weight: bold; color: #fff;}
.header .logo img{height: 70px;
    margin-right: 15px; width: auto; float: left;}
.menu{ height: 70px;}
.menu ul li{ float:left;}
.menu ul li a{font-size: 16px;
    font-weight: 400;
    line-height: 70px;
    padding: 0 36px;
    display: inline-block;}
	.menu ul li a:hover{ color: #417CFE;}
.menu ul li.active a{font-weight: bold;
    color: #FFFFFF;
    background: #417CFE;}
.menu .changer a{    display:block; display: flex; margin:15px 0;
    align-items: center;
    padding: 0 15px 0 20px;
    height: 40px;
    background: #F67449;
    border-radius: 4px;
    line-height: 40px;
    padding-left: 13px;
    font-size: 16px;
    font-weight: bold; text-align:center;
    color: #FFFFFF;}
.menu .changer a span{ float:left;}
.menu .changer a img{margin-left: 10px;
		width: 14px; float:left;
		height: 14px;}
.notice{height: 48px; line-height:48px;
    background: #F8F8F8;
    padding: 0 20px;
    overflow: hidden;}
.notice .date{ font-weight: bold; margin-right: 30px;}
.notice .title{ font-weight: bold;
    line-height: 48px;
    padding: 0 28px; height: 48px;
    flex-shrink: 0;
    background: url('../images/msg.png') left center no-repeat; }
.dance{ margin-top: 20px;}
.notice .list{ flex:1; height:48px; overflow:hidden;}
.notice .list ul li{}
.notice .list ul li a{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; width: 100%;height: 48px;
    color: #3E7EFF;
    line-height: 48px;
    overflow: hidden;}
.wid_one{ width:32.2%; float:left;}
.part_1{ display: flex; align-items: stretch; justify-content: space-between; overflow:hidden;}

.main_lab{width: 100%;
    height: 50px; line-height:50px;
    background: #417CFE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
   
    letter-spacing: 1px;}
.newbox .comm_list{border: 1px solid #EEEEEE;
    border-top: none;
    padding: 12px 20px;
    height: 250px;
    width: 100%;
    overflow-y: auto;}
.newbox .comm_list ul { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between;}
.newbox .comm_list ul li{    height: 36px;
    padding: 0 5px;
    line-height: 36px; float:left;
    background: #F8F8F8; margin: 4px 0px; width: 48%;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; cursor:pointer;}
.newbox .comm_list ul li a{}
.newbox .comm_list ul li.cur{color: #417CFE;}
.newbox .comm_list::-webkit-scrollbar{ display: none;}
.index_adr{ background-color: #f8f8f8; padding: 15px;overflow-y: auto; height: 300px; overflow-y: auto;
    line-height: 28px;}
.index_adr .tabcontent_1 .box{
	display:none;
}
.index_adr .tabcontent_1 .box.cur{
	display: block;
}
.index_sys{ height: 300px; overflow: hidden;}
.new_cont{border: 1px solid #EEEEEE;}
.index_bt{width: 100%;
    height: 46px;
    border-bottom: 1px solid #EEEEEE;
    background: #F8F8F8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px; margin-bottom: 12px;
  }
.index_bt .tpleft{ width: 150px;
		height: 46px;
		background: #417CFE;
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 46px;
		text-align: center;}
.index_bt .tpright{
			font-weight: 400;
			color: #666;
			line-height: 21px;
			padding-right: 12px;
			background: url('../images/right_gray.png') right center no-repeat;}
.new_list{ padding: 0px 12px 5px;}
.new_list ul li {line-height: 26px;
    margin: 8px 0;
    position: relative; padding-left: 12px;}
.new_list ul li a{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.new_list ul li::before{    position: absolute;
    left: 0px;
    top: 10px;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #ccc;}
.index_quew{padding: 0px 12px 5px;}
.index_quew ul li{ margin: 11px 0px; line-height: 26px;}
.index_quew ul li .ask{    
    padding-left: 30px;
    background: url(../images/ask.png) left center no-repeat;
    background-size: 20px;
    margin-bottom: 5px;
    }
	.index_quew ul li .ask a{ display: block;text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;color: #3E7EFF;}
.index_quew ul li .answer{padding-left: 30px;
    background: url(../images/answer.png) left center no-repeat;
    background-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }
.part_2{ text-align: center; margin: 20px 0px; overflow: hidden;}
.footer{background: #F8F8F8;
    text-align: center;
    font-weight: 400;
    color: #e8e5e5; padding: 20px 12px;}

/*移动菜单*/
.menubtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 40px;
	left: 0px;
	z-index: 100;
	display: none;
	position: fixed;
	margin-right: 15px;
	z-index: 100000; top: 2px; left: 10px;

}

.menubtn .name {
	font-size: 16px;
	left: -60px;
	font-weight: 500;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	font-weight: 600;
}

.menubtn .navbar-icons {
	height: 20px;
	width: 100%;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.menubtn .navbar-icons span {
	display: block;
	height: 2px;
	width: 100%;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	top: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	background-color: #333;
	position: relative;
	border-radius: 5px;
}

.menubtn .navbar-icons span:first-child {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn .navbar-icons span:nth-child(2) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	width: 70%;
}

.menubtn .navbar-icons span:nth-child(3) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn.open .navbar-icons span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.menubtn.open .navbar-icons span:nth-child(2) {
	opacity: 0;
}

.menubtn.open .navbar-icons span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 1px;
}

.menu-mc {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 90;
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	padding-top: 54px;
	display: flex;
	flex-direction: column;
	display: none;

}

.menu-mc.active {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.menu-mc .list {
	flex: 1;
	overflow: auto;
}

.menu-mc .list ul {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.menu-mc .list ul li {
	line-height: 60px;
}

.menu-mc .list ul li .submenu {
	display: none;
	background: #f7f7f7;
}

.menu-mc .list ul li .title {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	color: #333;
	padding: 0 24px;
}

.menu-mc .list ul li .title .iconfont:before{transition: all .3s ease;-webkit-transition: all .3s ease;}

.menu-mc .list ul li a {
	display: block;
	font-size: 15px;
	color: #333;
}

.menu-mc .list ul li .submenu a {
	padding-left: 20px;
	line-height: 45px;
}
.menu-mc .p_logo{ position: absolute; left: 40px; font-size: 16px; background-color: #fff; top: 8px; font-size: 18px;}
.p_logo img{ width: 34px; height: auto; margin-right: 10px;}
.main{ margin: 20px auto 0px; display: flex; align-items: stretch; justify-content: space-between; overflow:hidden;}
.main_adv{ overflow: hidden; width: 27.4%;}
.main_adv a{ display: block; height: 100%;}
.main .left-aside{ border: 1px solid #EEEEEE; width: 174px; float:left;}
.new_box{ width:657px;flex:1;margin: 0px 20px; border: 1px solid #EEEEEE; padding: 10px 20px; overflow: hidden; float:left; }
.left-aside ul li a{display:block;
    text-align: center; width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 1px;
    border-bottom: #F8F8F8 1px solid;}
.left-aside ul li.active a{    background: #417CFE;
    color: #fff;}
.new_box .new_list{ padding: 0px 0px 5px;}

/*翻页*/
.fany{display:flex;align-items: center; justify-content: center; margin-top:10px;text-transform: uppercase;
}
/*分页*/
.divid-a {
   display: flex;
   align-items: center;
   justify-content: center;
flex-wrap: wrap; font-size:14px;
}
.divid-a a {
   background: #f8f8f8;
  min-width:35px;
   padding:0px 10px; height:29px;
   cursor:pointer; margin:5px 4px;
   display: flex;
   align-items: center;
   justify-content: center;
  border-radius:2px;
   
} 
.divid-a span{ margin:5px 10px;}
.divid-a .active ,.divid-a a:hover{
  color: #fff;
   background:#417CFE;

}

.show_box{ display: flex; align-items: stretch; margin-top: 20px; overflow:hidden;}
.show_box .tpright2{ width: 27.4%; float:left;}
.show_box .left_cont{ width:851px; flex:1; margin-right: 20px; overflow: hidden;border: 1px solid #EEEEEE; float:left;}
.show_box .left_cont .local{    height: 46px;
    background: #F8F8F8;
    padding: 0 30px;
    font-weight: bold;
    line-height: 46px;
    display: flex;
    align-items: center;}
.show_box .left_cont .local .ico{ width: 7px; height: 12px; display: inline-block; background-image: url(../images/right.png); background-repeat: no-repeat; background-position: center; background-size: cover; margin: 0px 20px;}
.show_box .left_cont .box{ padding: 20px 30px 40px;}
.show_box .left_cont .box .title{font-size: 20px; margin-bottom: 20px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;}
.show_box .left_cont .detail{ line-height: 2;}
.show_box .left_cont .detail p{ margin-bottom: 15px;}
.show_box .left_cont .detail h2{ margin-bottom: 10px;}
.show_box .tpright2 .new_cont{ width: 100%; margin-top: 15px;}
.show_box .tpright2 .index_bt .tpleft{ width: 114px;}
.show_box .tpright2 .main_adv1{ overflow: hidden;}
.change_box{ margin: 20px auto;}
.change_box .items{    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.3);
    padding: 18px;
    margin-bottom: 20px;}
.change_box .items .title{    font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
		}
.change_box .items .list{display: flex;
			flex-wrap: wrap; align-items: stretch;   border-left: 1px solid #EEEEEE;}
.change_box .items .list li{border-right: 1px solid #EEEEEE;    border-bottom: 1px solid #EEEEEE; float: left;}
.change_box .items .list li:nth-child(-n+6){border-top: 1px solid #EEEEEE;}
.change_box .items .list{display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 0px 0px;
align-items: stretch;}
.change_box .items .list li a{  max-width: 192px;   padding: 9px 12px;
    display: block;
    justify-content: center;
    flex-direction: column;}
.change_box .items .list li a .city-name{    font-size: 16px;
    font-weight: 500;
    line-height: 24px; color: #333;}
	.change_box .items .list li a span{
		font-weight: 400;
		color: #999999;
		line-height: 20px;}
.nodance{ padding-top: 0px;}
.index:after{content:"\200B";display:block; height:0px; overflow:hidden;clear:both;}
.change_box .items:after{content:"\200B";display:block; height:0px; overflow:hidden;clear:both;}

@media screen and (max-width: 1200px) {
	.container{ width: 93%;}
	.header {display: flex; align-items: center;}
	.header .logo{  font-size: 40px; padding-top: 0px; }
	.header .logo img{ height: 60px;}
	.menu ul li a{ padding: 0px 26px;}


}
@media screen and (max-width: 767px) {
	.container{ width: 100%;}
	.header { height: 100px;  background: url(../images/head_bg.png) center no-repeat;}
	.header .logo{ font-size: 20px; align-items: center;}
	.header .logo img{ height: 34px; margin-right: 7.5px;}
	.header .container{ width:93%;}
	.menubtn,
	.menu-mc {
		display: flex;
	}

	.menu ul  {
		display: none;
	}
	.menu{ position: fixed; top: 0px; width: 100%; left: 0px; z-index: 10; background-color: #fff; height: 44px; padding: 0px 3%;box-shadow: 0px 0px 6px rgb(0 0 0 / 12%);}
	body{ padding-top: 44px; font-size: 12px;}
	.menu .changer a{ height: 22px; line-height: 22px; font-size: 12px; margin:0; padding: 0px 7px;}
	.menu .changer a img{ height: 10px; margin-left: 5px;}
	header .container{ width: 93%;}
	.notice{ padding: 0px 12px;}
	.part_1{ padding: 0px 12px;}
	.part_1{ flex-direction: column; gap:15px;}
	.wid_one{ width: 100%; float:none;}
	.dance{ margin-top: 15px;}
	.main_lab{ font-size: 14px; height: 40px; line-height:40px;}
	.newbox .comm_list{ padding: 12px 15px;}
	.notice .date{ margin-right: 10px;}
	.notice .title{ padding-right: 14px;}
	.index_bt .tpleft{ height: 40px; line-height: 40px; font-size: 14px; width: 130px;}
	.index_bt{ height: 40px; padding-right: 10px;}
	.part_2 img{ min-height:55px;}
	.part_2{ margin: 15px 0px;}
	.main{ padding: 0px 12px; margin: 15px 0px 0px;}
	.main .left-aside{ width: 100%; border: 0px; margin-bottom: 10px;}
	.main .left-aside ul{ display: flex;}
	.main{ flex-direction: column;}
	.main .left-aside{ width: 100%; overflow-x:auto;}
	.main .left-aside ul{}
	.main .left-aside ul li{ flex:1;}
	.main .left-aside ul li a{}
	.new_box{ width: 100%; flex:none; margin-left:0px; margin-right: 0px; padding: 10px 15px;}
	.main_adv{ display: none;}
	.left-aside ul li a{ height: 40px; line-height: 40px; font-size: 14px; padding: 0px 10px;text-align: center;}
	.show_box{ padding: 0px 12px; flex-direction: column; margin-top: 15px;}
	.show_box .left_cont{ flex:none; margin-right: 0px; width: 100%;}
	.show_box .left_cont .local{ height: 40px; line-height: 40px; padding: 0px 12px;}
	.show_box .left_cont .local .ico{ margin: 0px 10px;}
	.show_box .left_cont .box{ padding: 10px 15px 20px;}
	.show_box .left_cont .box .title{ font-size: 16px; padding: 10px 0px 0px; margin-bottom: 10px;}
	.show_box .left_cont .detail h2{ margin-bottom: 5px;}
	.show_box .left_cont .detail { line-height: 1.6;}
	.show_box .tpright2{ width: 100%;}
	.show_box .tpright2 .main_adv1{ display: none;}
	.change_box .items .list{
		grid-template-columns: repeat(3, 1fr);}
		.change_box .items .list li:nth-child(-n+6){ border-top: 0px;}

		.change_box .items .list li:nth-child(-n+3){border-top: 1px solid #EEEEEE;}
		.change_box .items .list li a .city-name{    font-size: 14px;}	
		.change_box .items{ padding: 12px;}
		.change_box .items .title{ font-size: 16px;}
		.notice .title span{ display: none;}
		.notice .title{ padding: 0px 16px;}
}