* {
	margin: 0;
	padding: 0;
}

dl,
dd {
	list-style: none;
}

body {
	margin: 0 auto;
}

.header {
	display: flex;
	justify-content: space-between;
	padding: 15px 10px 10px 10px;
	border-bottom: 3px solid #0d609d;
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}

.header img {
	width: 160px;
}

.header span {
	position: absolute;
	right: 58px;
	bottom: 14px;
	font-size: 14px;
	color: #0b5e9b;
}

.header div:nth-child(2) {
	width: 33px;
	height: 33px;
	background-image: url("../img/icon-nav.png");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}

#regForm {
	margin-top: 65px;
}

#regForms {
	margin-top: 80px;
}

.indexBanner {
	width: 100%;
	height: 180px;
}

.indexBanner .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: 150% !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.indexBanner .swiper-pagination-bullet-active {
	background-color: #fff !important;
}

.indexHot {
	padding: 15px 10px;
	background-color: #fff;
	border-bottom: 1px dashed #eee;
}

.indexHot a {
	display: flex;
	font-size: 18px;
	color: #0d609d;
	font-weight: bold;
	line-height: 26px;
	flex-flow: column;
}

.indexHot a strong {
	font-size: 14px;
	color: #999;
	/* text-align: center; */
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: 400;
}

.indexHot a div {
	background-color: #0d609d;
	color: #fff;
	display: flex;
	width: 60px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	font-size: 15px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.indexHot a div::after {
	content: "";
	position: absolute;
	right: -5px;
	top: 41%;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #0d609d;
}

.indexHot a span {
	width: 100%;
	display: flex;
	/* align-items: center; */
	font-size: 23px;
	/* justify-content: center; */
}

.indexHotList {
	display: flex;
	flex-flow: column;
	padding: 15px 10px 0px 10px;
	background-color: #fff;
}

.indexHotList a {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.indexHotList a img {
	width: 130px;
	height: 90px;
	display: block;
	float: left;
	vertical-align: middle;
	object-fit: cover;
}

.indexHotList a dl {
	width: calc(100% - 145px);
	height: 90px;
	display: flex;
	align-content: space-between;
	flex-flow: column;
	position: relative;
}

.indexHotList a dl dd:nth-child(1) {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.indexHotList a dl dd:nth-child(2) {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 10px;
	bottom: 0;
}

.indexTitle {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.indexTitle h3 {
	font-size: 17px;
	font-weight: normal;
	margin-left: 10px;
	align-items: center;
}

.indexTitle a {
	font-size: 13px;
	margin-right: 10px;
	padding-right: 15px;
	position: relative;
	color: #999;
	top: 2px;
}

.indexTitle a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	background-image: url("../img/icon-more.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.tbbdList {
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tbbdList a {
	width: 49%;
	background-color: #fff;
	margin-bottom: 13px;
}

.tbbdList a img {
	width: 100%;
	height: 120px;
}

.tbbdList a span {
	display: block;
	margin: 10px;
	margin-top: 0px;
	font-size: 14px;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mjzkSwiper {
	height: 300px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	width: calc(100% - 20px);
}

.bgf {
	background-color: #fff;
	overflow: hidden;
}

.nwesLiat {
	justify-content: flex-end;
}

.newsList a {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
}

.newsList a:last-child {
	margin-bottom: 0;
	border: none;
}

.zxzzList {
	height: 280px;
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-top: 10px;
}

.zxzzList .swiper-slide {
	background-repeat: no-repeat !important;
	background-size: 100% !important;
}

.tbbdList dl {
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
}

.tbbdList dl dd {
	overflow: hidden;
	line-height: 20px;
	color: #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.tbbdList dl dd:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tbbdList dl dd a {
	width: 100%;
	font-size: 14px;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.footer {
	height: 130px;
	text-align: center;
	font-size: 12px;
	color: #999;
	padding-top: 10px;
	line-height: 31px;
}

.rightNav {
	display: none;
	width: 81%;
	height: calc(100% - 50px);
	background-color: #0d609d;
	position: fixed;
	right: 0;
	z-index: 99999;
	top: 65px;
}

.rightNav-search {
	margin: 20px;
	display: flex;
	align-items: center;
	width: calc(100% - 40px);
}

.rightNav-search input {
	background-color: #0f76c5;
	border-radius: 30px;
	height: 30px;
	padding-left: 30px;
	color: #fff;
	font-size: 12px;
	margin: 0;
	width: 100%;
}

.rightNav-search div {
	font-size: 14px;
	color: #fff;
}

.rightNav-search div:nth-child(1) {
	width: 75%;
	position: relative;
}

.rightNav-search div:nth-child(1)::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background: url("../img/icon-search.png");
	background-size: 14px;
	left: 12px;
	top: 8px;
}

.rightNav-search div:nth-child(2) {
	width: 12%;
	margin-left: 5%;
}

.rightNav-search input::-webkit-input-placeholder {
	/* WebKit browsersï¼Œwebkitå†…æ ¸æµè§ˆå™¨ */
	color: #fff;
	font-size: 12px;
}

.rightNav-search input::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	font-size: 12px;
}

.rightNav-search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 12px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
	font-size: 12px;
}

.rightNav-index {
	display: flex;
	align-items: center;
	margin-left: 24px;
	margin-bottom: 20px;
}

.rightNav-index a {
	color: #fff;
	font-size: 14px;
	margin-left: 6px;
}

.rightNavList {
	margin-left: 50px;
	position: relative;
}

.rightNavList::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("../img/icon-list.png");
	background-size: 23px;
	left: -26px;
	top: 0;
	background-repeat: no-repeat;
}

.rightNavList div {
	font-size: 14px;
	color: #64b7f8;
	margin-bottom: 10px;
}

.rightNavList ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.rightNavList ul a {
	width: 30%;
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
}

.listTop {
	margin: 15px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
}

.listTop img {
	width: 100%;
	border-radius: 5px;
}

.listTop span {
	font-size: 18px;
	margin-top: 10px;
	display: block;
	font-weight: 400;
}

.mjzkList {
	display: flex;
	flex-wrap: wrap;
}

.mjzkList a {
	display: block;
	height: 230px;
	width: 45.45%;
	margin-left: 2.5%;
	margin-bottom: 10px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e3e3e3;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.mjzkList a dl {
	position: absolute;
	bottom: 10%;
	left: 10px;
}

.mjzkList a dl dd:nth-child(1) {
	color: #fff;
	font-size: 14px;
}

.mjzkList a dl dd:nth-child(2) {
    margin-bottom: 4px;
    margin-top: 3px;
    height: 2px;
    width: 57px;
    background-color: #015796
}

.mjzkList a dl dd:nth-child(3) {
	color: #fff;
	font-size: 12px;
}

.zxzzList-box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.zxzzList-box a {
	width: 46.25%;
	margin-left: 2.5%;
	background-color: #fff;
	margin-bottom: 10px;
}

.zxzzList-box a img {
	width: 100%;
	display: block;
}

.zxzzList-box a span {
	margin: 10px;
	display: block;
	font-size: 14px;
	color: #000;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 20px;
	height: 42px;
	overflow: hidden;
}

.videoList-box a {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.videoList-box a h3 {
	font-size: 20px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 9px;
	line-height: 34px;
}

.videoList-box a img {
	width: 100%;
	border-radius: 5px;
}

.videoList-box a span {
	font-size: 14px;
	color: #999;
	margin-top: 8px;
	display: block;
	line-height: 29px;
}

.imgA {
	width: 100%;
	height: 120px;
	display: block;
	vertical-align: middle;
	object-fit: cover;
	MARGIN-BOTTOM: 10PX;
}

.imgB {
	width: 100%;
	height: 285px !important;
	display: block;
	vertical-align: middle;
	object-fit: cover;
	MARGIN-BOTTOM: 10PX;
}

.imgC {
	width: 100%;
	height: 120px !important;
	display: block;
	vertical-align: middle;
	object-fit: cover;
	MARGIN-BOTTOM: 10PX;
}

.wa {
	width: 100% !important;
	height: auto;
}

.mjzkSwiper .swiper-pagination {
	bottom: 0 !important;
}

.mjzkSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2);
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#pageData {
	display: flex;
	justify-content: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #1f6497;
}

.zxzzTab {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 15px;
}

.zxzzTab li {
	background-color: #ffffff;
	padding: 7px 0px;
	width: 28%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mjzktypeList{
    width: 100%;
    overflow: auto;
     overflow: -moz-scrollbars-none;
     -ms-overflow-style: none;
}
.mjzktypeList::-webkit-scrollbar { width: 0!important }
.mjzktypeList{
    width:100%;
}
.mjzktypeListBox{
    width: 282%;
    overflow: auto;
    
}
.mjzktypeListBox div{
    display: block;
    float: left;
    padding: 5px 10px;
}
.onType{
      background-color:  #0b5e9b;
      color: #fff;
      padding: 4px 8px;
}
.twentyTwomember{
    margin-top: 80px;
    width: calc(100% - 30px);
    margin-left: 15px;
}
.membertt-user dl dd{
    font-size: 12px;
    color: #666;
}
.membertt-user{
    display: flex;
    flex-flow: column;
}
.membertt-user ul{
    list-style: none;
}
.membertt-user ul li:nth-child(1){font-size:22px;margin-bottom:10px;margin-top:10px}

.membertt-user ul li:nth-child(2){font-size:16px;color:#999;margin-bottom:10px}

.membertt-user ul li:nth-child(3){    font-size: 15px;
    margin-top: 10px;
    line-height: 27px;}

.membertt-user ul li:nth-child(4){font-size:15px;margin-bottom:10px}
.membertt-user ul li:nth-child(5){display:none}