@charset "UTF-8";

html,
body {
	font-size: 14px;
	height: 100vh;
}

.float-window {
	position: absolute;
	background-color: transparent;
	z-index: 9999;
	cursor: pointer;
}

.float-window .float-window-close {
	position: absolute;
	right: 5px;
	top: 2px;
	color: white;
}

.header-wrap {
	height: 240px;
	width: 100%;
}

.header-wrap .top-bg {
	height: 180px;
	width: 100%;
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.header-wrap .menu {
	height: 60px;
	width: 100%;
	background-color: #BB0000;
	color: white;
	font-size: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}


.section-split {
	background-color: #F9FBFF;
	height: 20px;
	width: 100%;
	margin: 12px 0;
}

.block-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	margin-top: 40px;

}

.block-flex .block-item {
	flex: 1;
}

.row-flex {
	display: flex;
}

.swipe-content {
	width: 640px;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	padding: 20px 20px 0px 20px;
	margin-right: 30px;
}

.carousel-indicators {
	opacity: 0.4;
	padding: 0 10px 0 0;
	height: 40px;
	justify-content: end;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0;
	position: absolute;
	bottom: 60px;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 5px 10px;
}

.carousel-item {
	height: 410px;
}

.carousel {
	border-radius: 10px;
}

.carousel-title {
	color: #333333;
	font-weight: 600;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 0;
	justify-content: left;
	width: 100%;
}

.carousel-title p {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	padding: 10px 20px;
}
.yuan{
	height: 20px;
	width: 20px;
}

.column-flex {
	flex: 1;
	width: 50%;
}

.row-flex .column-flex:first-child {
	padding-right: 40px;
}

.row-flex .column-flex:last-child {
	padding-left: 40px;
}

.column-flex ul {
	padding-top: 5px;
	position: relative;
	max-width: 100%;
	margin-bottom: 0px;
	overflow: hidden;
}

.column-flex ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 40px;
	font-size: 16px;
}

.column-flex li div {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.column-flex li div .fas {
	font-size: 16px;
	scale: 0.5;
	width: 16px;
	color: #BB0000 !important;
}

.column-flex .border-bottom {
	padding-bottom: 3px;
}

.column-flex li .date {
	min-width: 85px;
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}

.block-flex .system-flex {
	width: 470px;
	height: 320px;
	background: #F7F7F7;
	display: flex;
	flex-direction: column;
	padding: 0px 35px;
	border-radius: 20px;
}

.system-flex .title {
	width: 89px;
	height: 299px;
	margin-right: 55px;
	background-image: url('../images/zhengshuchaxun.png');
}

.system-flex .title2 {
	background-image: url('../images/gongzuowang.png');
}

.system-flex .form-title {
	color: #BB0000;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	margin-top: 10px;
	line-height: 40px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.system-flex .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
	height: 100%;
	padding-left: 10px;
}


.system-flex .content p {
	margin-bottom: 16px;
	width: 100%;
	position: relative;
}

.system-flex .login p {
	margin-bottom: 30px;
	width: 100%;
	position: relative;
}

.system-flex .content p img {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 8px;
	top: 8px;
}

#imgVerifyCode {
	width: 68px;
	height: 30px;
	margin-top: -5px;
}

.system-flex .content .error-info {
	margin-bottom: 10px;
	margin-top: -10px;
	width: 100%;
	text-align: right;
	font-size: 14px;
	font-weight: 300;
	color: #BA3228;
	line-height: 16px;
	height: 0px;
}

.system-flex .content label {
	width: 70px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 19px;
	display: inline-block;
	word-break: keep-all;
	text-align-last: justify;
}

.system-flex .content input,
.system-flex .content select {
	width: 300px;
	height: 33px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #21518E;
	padding: 0 5px;
	border-radius: 20px;
	border: 1px solid #BB0000;
}

.system-flex .content .btn_input {

	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	width: 140px;
	height: 32px;
	background: #BB0000;
	border-radius: 16px;
}

.section-header {
	position: relative;
}

.section-header .title {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	height: 45px;
	width: 130px;
	line-height: 23px;
	/* text-align: center; */
	cursor: pointer;
	padding: 0;
}

.section-header .nav-item {
	margin-top: -15px;

}

.section-header .title img {
	width: 75%;
	height: 9px;
	margin-top: -12px;
}

.section-header .nav-item .active {
	border: 0;
	color: #BB0000;
}

.section-header .active::before {
	background: url('../images/section-header2.png');
	background-size: 100% 100%;
	content: '';
	width: 130px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: -5px;
	text-align: center;
	/* left: 0; */
}

.section-header .active:hover {
	border: 0;
}

.section-header .nav-item .nav-link:hover {
	border: 0;
}

.section-header .title-bg {
	color: #FFFFFF;
	width: 84px;
	background: #21518E;
}

.section-more {
	flex: 1;
	font-size: 16px;
	width: 70px;
	font-weight: 400;
	color: #BB0000;
	line-height: 18px;
	text-align: right;
}

.section-more a {
	display: inline-block;
	border: 1px solid #ffffff;
	margin-right: 20px;
}

.iconMore {
	display: inline-block;
	background-image: url('../images/more.png');
	width: 18px;
	height: 18px;
	line-height: 24px;
	background-size: 100% 100%;
	position: absolute;

}

.navbar-wrap .navbar-nav .nav-link {
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.navbar-wrap .navbar-nav .nav-item:hover,
.navbar-wrap .navbar-nav .nav-item.active {
	background-color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.navbar-nav .nav-item:hover .nav-link {
	color: #BB0000;
}

.navbar-light .navbar-nav .nav-link:focus {
	color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #BB0000;
}

.mt15{
	margin-top: 15px;
}

.navbar-wrap .navbar-nav .nav-item.active .nav-link {
	color: #BB0000;

}

.navbar-wrap .navbar-nav .nav-item:hover .sub-nav-bar {
	display: block;
}

.navbar-nav {
	width: 1400px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.navbar-nav .nav-item {
	position: relative;
	margin: 5px 5px 0px 0px;
	width: 170px;
	height: 55px;
	flex: 1;
}

.sub-nav-bar {
	display: none;
	list-style-type: none;
	background-color: #21518E;
	padding: 0;
	z-index: 99;
	position: absolute;
	top: 47px;
	width: 100%;
}

.sub-nav-bar li {
	line-height: 38px;
	max-width: 100%;
}

.sub-nav-bar li:hover {
	background-color: #1D4980;
}

.sub-nav-bar li a {
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.triangle {
	display: none;
	position: absolute;
	bottom: -3px;
	left: calc(50% - 8px);
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-bottom-color: #FFFFFF;
}

.cm-hidden {
	display: none;
}

.cm-pointer {
	cursor: pointer;
}

.cm-ff-yh {
	font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.cm-block-head-bottom {
	border-bottom: solid 2px;
	border-color: #007bff;
	display: inline-block;
	padding-bottom: 0.3rem;
}

.cm-trans-bottom {
	width: 100%;
	bottom: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
	max-width: 180px;
	max-height: 120px;
}

.tit-wrap {
	color: #333333;
}

.tit-wrap:hover {
	color: #BB0000;
}

.es-highlight em {
	color: #dc3545;
	font-style: normal;
}
.padd0{
	padding: 0 !important;
}
.mb40{
	margin-bottom: 40px;
}
.mt40{
	margin-top: 40px;
}
.img-wrap{
	width: 100%;
	height: 136px;
}
.img-wrap img{
	width: 100%;
	height: 136px;
	border-radius: 10px;
}

.user-wrap{
	padding: 15px;
	border: 1px solid #eee;
	display: inline-block;
}

.user-wrap img{
	width: calc(100%);
}

.user-wrap span{
	font-size: 16px;
	color: #333;
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}

.user-wrap:hover{
	background-color: #e44b3b;
}

.user-wrap:hover span{
	color: #fff;
}

.bianjie_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
  }
  .bianjie_wrap a{
	display: flex;
	flex-wrap: wrap;
	margin-right: 30px;
	/* background-color: #bc0000; */
	width: calc(50% - 15px);
	height: 110px;
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
  }
  .bianjie_wrap a:nth-child(2n){
	margin-right: 0;
  }
  .bianjie_wrap a:nth-last-child(2n),.bianjie_wrap a:last-child{
	margin-bottom: 0;
  }
  .bg1{
	background-image: url(../images/kj_1.png);
  }
  .bg2{
	background-image: url(../images/kj_2.png);
  }
  .bg3{
	background-image: url(../images/kj_3.png);
  }
  .bg4{
	background-image: url(../images/kj_4.png);
  }
  .bg5{
	background-image: url(../images/kj_5.png);
  }
  .bg6{
	background-image: url(../images/kj_6.png);
  }

  .bg7{
	background-image: url(../images/kj_7.png);
  }
  .d-flex{
	display: flex;
	align-items: center;
  }

/* 面包屑 */
.nav-breadcrumb {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #E6EEFF;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.nav-breadcrumb .nowPath {
	font-size: 18px;
	position: relative;
}

.nav-breadcrumb .nowPath .line {
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #bb0000;
}

.breadcrumb-wrap .row .col .list-inline-item a {
	color: #bb0000;
}
.breadcrumb-wrap img {
	width: 16px;
	padding-bottom: 6px;
}

.list-inline-item:not(:last-child) {
	margin-right: 6px;
	margin-left: 0;
}

.list-inline-item a {
	color: #21518E;
	font-size: 16px;
}

.content-container {
	display: flex;
}

/* 左侧子菜单 */
.left-menu-container {
	min-height: 480px;
	max-height: 600px;
	width: 280px;
	margin-right: 30px;
	background-color: #F2F2F2;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.left-menu-container .left-menu-item {
	width: 200px;
	height: 32px;
	font-size: 16px;
	font-weight: 400;
	color: #21518E;
	line-height: 19px;
}

/* 频道 */
.channel-flex {
	flex: 1;
	max-width: 100%;
	position: relative;
}

.channel-ul {
	position: relative;
	max-width: 100%;
	margin-bottom: 0;
}

.channel-ul li {
	display: flex;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 100%;
}

.channel-ul li .date {
	padding-left: 15px;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}

.channel-ul li .date .date-day {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
}

.channel-ul li .split-line {
	height: 40px;
	width: 0px;
	opacity: 1;
	border: 1px solid #F4F4F4;
	margin-left: 35px;
	margin-right: 30px;
}

.channel-ul li .title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
	max-width: 100%;
	font-size: 16px;
}

/* 文章article */
.article-container {}

.article-container .main-title {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	width: 100%;
}

.article-container .main-title1 {
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	padding-top: 30px;
}

.article-container .sub-title {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
}

.article-container .sub-title span {
	margin: 0 5px;
}

.article-container .sub-title cite {
	font-style: normal;
}

.article-container .article-content {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}

.article-container .attach-title {
	display: flex;
	align-items: center;
}

.article-container .attach-title .attach-pre {
	width: 4px;
	height: 16px;
	background: #bb0000;
	margin-right: 5px;
}

.article-container .attach-ul {
	margin-left: 45px;
}

.article-container .attach-ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.article-container .attach-ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #21518E;
	line-height: 19px;
}

/* 页眉页脚 */
.header-info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	flex-direction: row;
}

.header-info .header-right {
	height: 110px;
	width: 300px;
	background-image: url('../images/zs.png');
	background-size: 100% 100%;

}

.header-title {
	height: 45px;
	font-size: 40px;
	font-weight: 600;
	color: #333;
	line-height: 43px;
	letter-spacing: 3px;
}

.header-title1 {
	height: 30px;
	font-size: 25px;
	font-weight: 400;
	color: #BB0000;
	line-height: 40px;
	letter-spacing: 15px;
	text-align: center;
}

.header-sub-title {
	font-size: 18px;
	font-weight: 400;
	color: #BB0000;
	line-height: 19px;
	letter-spacing: 3.7px;
}



.link-section {
	align-self: flex-end;
	display: flex;
	justify-content: end;
	align-items: center;
	font-size: 16px;
	color: #333333;

}

.link-section .itemTime {
	margin-bottom: 15px;
	display: inline-block;
	align-self: flex-end;


}

.link-section .item {
	cursor: pointer;
	border: 1px solid #BB0000;
	/* width: 120px; */
	height: 28px;
	padding-right: 10px;
	border-radius: 20px;
	color: #BB0000;
	line-height: 28px;
	text-align: center;
	margin: 0px 5px;
	font-weight: 600;
	display: flex;
}

.iconHome,
.iconCollect,
.iconContact {
	position: relative;
	top: 5px;

	background-size: 100%;
	width: 16px;
	height: 15.9px;
	margin: 0px 10px;
}

.iconHome {
	background-image: url('../images/home.png');
}

.iconCollect {
	background-image: url('../images/collect.png');
}

.iconContact {
	background-image: url('../images/contact.png');
}

.link-section .item a {
	color: #21518E;
}



.link-section .split-line:last-child {
	display: none;
}

.swiper-container {
	width: 1400px;
	height: 200px;
	background-color: #F7F7F7;
	border-radius: 10px;
	display: flex;
	align-self: center;
	justify-content: center;
}

.swiper-container .swiper-wrapper {
	width: 1300px;
	height: 140px;
	/* overflow: hidden; */
	margin-top: 30px;
}

.swiper-container .swiper-wrapper .swiper-slide {
	margin-right: 38px;
	width: 300px;
	height: 140px;
}

.swiper-container .swiper-button-next {
	background-image: url('../images/arrowright.png');
	right: 0;

}

.swiper-container .swiper-button-prev {
	background-image: url('../images/arrowright.png');
	left: 0;
	transform: rotate(180deg);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
	top: 108px;
	height: 24px;
	width: 35px;
	background-repeat: no-repeat;

}

.swiper-container1 {

	position: relative;

}



.swiper-container1 .swiper-button-next1 {
	background-image: url('../images/arrowright.png');

	right: 0;
	position: absolute;
	z-index: 99;
}

.swiper-container1 .swiper-button-prev1 {

	background-image: url('../images/arrowright.png');
	left: 0;

	transform: rotate(180deg);
	position: absolute;
	z-index: 99;
}


.swiper-container1 .swiper-button-next1,
.swiper-container1 .swiper-button-prev1 {
	top: calc(50% - 12px);
	height: 24px;
	width: 35px;
	background-repeat: no-repeat;

}


.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

.footer {
	height: 176px;
	width: 100%;
	clear: both;
}

.footer-container {
	background-color: #333333;
	height: 230px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer-container .footer-content {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ffffff;
	padding-bottom: 10px;
}

.footer-content .link-section {
	display: flex;
	justify-content: flex-start;
	line-height: 40px;
	height: 50px;
	border-bottom: 1px solid #E8EDF3;
	width: 100%;
}

.footer-content .link-section .item {
	border: 0;
	font-size: 16px;
	font-weight: 400;
	width: 74px;


}

.footer-content .link-section .split-line {
	border-left: 1px solid #ffffff;
	width: 1px;
	height: 20px;
	margin: 0px 30px;

}

.footer-content .link-section .item a {
	border: 0;
	color: #FFFFFF;
}

.footer-content .info-section {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}


.footer-content .info-section .info {
	margin-top: 20px;
}

.footer-content .info-section .info div {
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 16px;
}

.footer-content .line {
	width: 100%;
	height: 1px;
	background: #E8EDF3;
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer-content .extra-section {
	line-height: 20px;
	font-size: 16px;
}

.footer-content .extra-section span {
	margin: 0 10px;
}
.mt20{
	margin-top: 20px;
}

/* 分页控件 */
.pagination {
	margin-top: 45px;
	justify-content: center;
	margin-bottom: 45px;
}

.pagination .page-count {
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	margin-right: 30px;
}

.pagination .page-count span {
	color: #000000;
	margin: 0 5px;
}

.page-link {
	padding: 0 13px;
	margin: 0 4px;
	line-height: 23px;
	color: #BB0000;
	background-color: #fff;
	border: 1px solid #BB0000;
	height: 25px;
	border-radius: 4px 4px 4px 4px;
}

.page-link:hover {
	z-index: 2;
	color: #FFFFFF;
	background-color: #BB0000;
	border-color: #dee2e6;
}

/*手机菜单*/
.mobile-header-wrap {
	display: none;
	background-color: white;
	height: 44px;
	padding: 0 10px;
	box-shadow: 0 0 5px rgba(115, 115, 115, .25);
}

.mobile-header-wrap .title {
	line-height: 44px;
	font-size: 20px;
	font-weight: bold;
	color: #21518E;
}

#toggler {
	display: none;
}

.hamburger-contanier {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 16px;
	right: 1rem;
}

.hamburger-contanier span {
	display: block;
	height: 2px;
	background-color: #444444;
	position: relative;
	transition: transform .1s ease-in-out, top .1s ease-in-out .1s;
	top: 0;
}

.hamburger-contanier span:nth-child(2) {
	margin-top: 7px;
	padding: 0;
}

#toggler:checked+label .hamburger-contanier span:nth-child(1) {
	transform: rotate(45deg);
	top: 4px;
	transition: top .1s ease-in-out, transform .1s ease-in-out .1s;
}

#toggler:checked+label .hamburger-contanier span:nth-child(2) {
	transform: rotate(-45deg);
	top: -4px;
	transition: top .1s ease-in-out, transform .1s ease-in-out .1s
}

.mask {
	width: 100%;
	height: 100vh;
	background-color: black;
	position: absolute;
	top: 44px;
	left: 0;
	transform: scaleY(0);
	transition: transform .0s ease-in-out .2s, opacity .2s ease-in-out .2s;
	transform-origin: 50% 0;
	opacity: 0;
}

.nav-items {
	border-top: 1px #dddddd solid;
	background-color: rgba(255, 255, 255, 255);
	width: 100%;
	height: 60vh;
	position: absolute;
	top: 44px;
	left: 0;
	transform: scaleY(0);
	transition: transform .2s ease-in-out .2s, opacity .2s ease-in-out .2s;
	transform-origin: 50% 0;
	opacity: 0;
	overflow: auto;
	z-index: 20;
}

#toggler:checked~.nav-items {
	transform: scaleY(1);
	opacity: 1;
}

#toggler:checked~.mask {
	transform: scaleY(1);
	opacity: 0.6;
}

.nav-items ul {
	list-style: none;
	padding: 0 0 0 1rem;
	color: #666666;
}

.items {
	margin-top: 1rem;
}

.items>li {
	margin: .5rem 0;
}

.items li ul li {
	margin: .8rem;
}

.items p {
	margin: 0;
	padding: 0;
}

.items p a {
	font-size: 16px;
	color: #666666;
}

.items .first-menu a {
	color: #21518E;
}

.page-item.active .page-link {
	color: #BB0000;
	background-color: white;
}

.num a {
	color: #000000;
}

.num .page-link:hover {
	color: #BB0000;
	background-color: white;
}

.back {
	display: flex;
	justify-content: center;
	padding: 120px 0px 60px 0px;
}

.back .backList {
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	border: 1px solid #bb0000;
	cursor: pointer;
}

.back .backList:hover {
	color: #BB0000;
}

.custom-control-input:checked~.custom-control-label::before {
	background-color: #BB0000 !important;
	border: #BB0000;
}




.container .findResult .resultTips {
	font-size: 17px;
	line-height: 35px;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	margin-top: 40px;
	margin-bottom: 0px;
	font-weight: 600;
	letter-spacing: 1px;
}

.container .findResult .resultTips::before {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #BB0000;
	border-radius: 70px;
	position: absolute;
	bottom: -1px;
}

.container .noFind {
	width: 100%;
	height: 545px;
	display: flex;
	justify-content: center;
	align-items: center;
}



.container .noFind .content .img {
	background: url('../images/nofind.png') no-repeat;
	width: 335px;
	height: 258px;
}

.container .noFind .content .imgTip {
	text-align: center;
	font-size: 17px;
	line-height: 40px;
}

.findDataTable {
	width: 1400px;
	border-radius: 50%;
	/* border: 1px solid #F5D9D9; */
	margin: 30px 0;
}

.findDataTable .findTr {
	height: 70px;
	width: 100%;
}

.findDataTable thead {}




.findDataTable .findTr p {
	margin: 0;
	color: white;
	font-size: 18px;
	height: 70px;
	line-height: 70px;
	border-radius: 20px 20px 0 0;
	border: 0px solid #BB0000;
	background-color: #BB0000;
}

.findDataTable .findTr p .icon {
	background-image: url('../images/findtip.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	line-height: 24px;
	margin: 0px 10px 0px 40px;
}

.findDataTable .findTr span:nth-last-of-type(1) {
	color: #FFFFFF;
	font-size: 14px;
	opacity: 0.4;
	font-weight: 400;
}

.findDataTable .findTr td {
	border: 1px solid #F5D9D9;
}

.findDataTable .findTr td:nth-of-type(odd) {
	width: 200px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

list-unstyled .findDataTable .findTr td:nth-of-type(even) {
	width: 500px;
	text-align: center;
	font-size: 16px;

}

.content {
    display: flex;
    margin: 80px 0;
}
.content .line{
    width: 2px;
    background-color: #ccc;
    margin: 0 50px;
}

.content .main {
    display: flex;
    justify-content: space-between;
}

.main .mainlef {
    background: #ffffff;
    padding: 32px 56px 100px;
}

.main .mainlef .detailtop .dettit {
    text-align: center;
    padding: 0 0 16px 0;
    font-size: 30px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    color: #333;
}

.main .mainlef .detailtop .titbom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .mainlef .detailtop .titbom .time {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.main .mainlef .detailtop .titbom .imgs img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.main .mainlef .detailcon {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
}

.main .mainlef .detailcon p{
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #666666;
}
.main .mainlef .detailcon img{
    width: 100%;
}

.main .mainlef .detailcon .imglist .imgitem {
    margin-bottom: 20px;
}

.main .mainlef .detailcon .imglist .imgitem img {
    width: 100%;
}

.main .mainlef .detailcon .video {
    width: 100%;
    margin-bottom: 20px;
    background: #000000;
}

.main .mainlef .editor {
    padding: 30px 0;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #333333;
    border-bottom: 1px solid #e2e2e2;
}

.main .mainlef .detailbom {
    padding-top: 10px;
}

.main .mainlef .detailbom .shang,
.main .mainlef .detailbom .xia {
    margin-top: 24px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
    cursor: pointer;
}

.main .mainlef .detailbom .shang a:nth-child(1),
.main .mainlef .detailbom .xia a:nth-child(1) {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #235cb2;
    border-radius: 2px;
}

.main .mainlef .detailbom .shang a:nth-child(2),
.main .mainlef .detailbom .xia a:nth-child(2) {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    align-self: center;
    margin-left: 16px;
    flex: 1;
}

.main .mainlef .detailbom .shang a:nth-child(2):hover,
.main .mainlef .detailbom .xia a:nth-child(2):hover {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #235cb2;
}


.zs-main.zhengshu {
    background-color: #fff;
    border-radius: 5px;
    padding: 50px 0;
    width: 50%;
}
.zs-main.zhengshu1{
    display: none;
}
.zs-main.zhengshu1 th{
    height: 50px;
    font-size: 20px;
    color: #578bed;
    background-color: #ddebfc;
}
.zs-main.zhengshu1 td:first-child,.zs-main.zhengshu1 td:nth-child(3n){
    height: 50px;
    font-size: 20px;
    color: #000;
}
.zs-main.zhengshu1 td:nth-child(2n),.zs-main.zhengshu1 td:nth-child(4n){
    height: 50px;
    font-size: 18px;
    color: #333;
}
.zs-main.zhengshu .zhengshu-form-add .head {
    text-align: center;
}
.zs-main.zhengshu .zhengshu-form-add .head .c {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.zs-main.zhengshu .zhengshu-form-add .list {
    width: 550px;
    margin: 40px auto 0;
}
.zs-main.zhengshu .zhengshu-form-add .list dl {
    padding-left: 75px;
    margin-top: 20px;
    text-align: center;
}
.zs-main.zhengshu .zhengshu-form-add .list dl dt {
    float: left;
    margin-left: -85px;
    line-height: 30px;
    font-size: 14px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl dt::before {
    content: '*';
    color: #ea3430;
    margin-right: 5px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl dd .input {
    width: 100%;
    height: 45px;
    border: 1px solid #e6e6e6;
    outline: 0px;
    box-sizing: border-box;
    padding: 0 10px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn1 dd {
    margin-top: 35px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn1 dt {
    display: none;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn1 dd .submit-btn {
    background-color: #235cb2;
    border-radius: 5px;
    border: 0px;
    width: 100px;
    height: 40px;
    color: #fff;
    outline: 0px;
    cursor: pointer;
    font-size: 20px;
    background-image: url(../images/zhengshu-button.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: right;
    padding: 0 10px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn1 dd .submit-info {
    background-color: #235cb2;
    border-radius: 5px;
    border: 0px;
    width: 100px;
    height: 40px;
    color: #fff;
    outline: 0px;
    cursor: pointer;
    font-size: 20px;
    background-image: url(../images/zhengshu-button.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: right;
    padding: 0 10px;
}
.zs-main.zhengshu .zhengshu-form-add .list dl.btn1 dd .submit-btn1 {
    background-color: #BB0000;
    border-radius: 5px;
    border: 0px;
    width: 100px;
    height: 40px;
    color: #fff;
    outline: 0px;
    cursor: pointer;
    font-size: 20px;
    background-image: url(../images/ly.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: right;
    padding: 0 10px;
}

.zs-main.zhengshu .zhengshu-form-add .list dl dd .textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #e6e6e6;
    outline: 0px;
    box-sizing: border-box;
    padding: 10px;
}

.zs-main.zhengshu .zhengshu-form-add .btn1 {
    width: 100%;
}

.fujian{
    font-size: 16px;
    margin-top: 10px;
}

.rightdiv{
    width: 50%;
    padding: 50px 0;
}

.rightdiv h1{
   font-size: 30px;
   text-align: center;
   font-weight: bold;
   margin-top: 7px;
}
.infoarea{
    margin-top: 80px;
}
.infoarea p{
    margin-top: 30px;
    font-size: 20px;
}


.content-new .headerinfo {
	background: #fff;
  }
  
  .content-new .headerinfo h2 {
	color: #333;
	font-size: 35px;
	font-weight: 700;
	height: 35px;
	line-height: 35px;
	margin: auto;
	padding: 43px 0 68px;
	position: relative;
	text-align: center
  }
  
  .content-new .headerinfo h2:after {
	background: #c32a39;
	border-radius: 3px;
	bottom: 18px;
	content: "";
	height: 8px;
	left: 685px;
	position: absolute;
	width: 37px
  }
  
  .compytitle {
	border-radius: 5px;
	height: 171px;
	margin: auto;
	position: relative;
	width: 1143px
  }
  
  .compytitle img {
	width: 125px
  }
  
  .compytitle .info {
	display: inline-block;
	padding-left: 20px;
	padding-top: 10px;
	width: 960px
  }
  
  .compytitle h3 {
	color: #999;
	font-size: 16px
  }
  
  .compytitle p {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 33px;
	margin-top: 13px
  }
  
  .codeinfo {
	background: #fff;
	width: 1400px;
	margin-top: 20px;
  }
  
  .codeinfo img {
	margin-left: 78px;
	margin-right: 12px;
	position: relative;
	top: 19px
  }
  .xinxi{
	  display: flex;
	  font-size: 17px;
	  color: #999;
  }
  .xinxi>div{
	 width: 33%;
  }
  
  .detailInfo {
	background: #fff;
	overflow: hidden;
	padding-bottom: 20px;
	width: 1400px;
	margin-top: 30px;
  }
  
  .detailInfo td {
	border: 1px solid #7b93d0;
	font-size: 21px;
	height: 54px;
	line-height: 33px;
	min-height: 54px;
	padding-left: 32px
  }
  .detailInfo table {
   border-collapse: collapse;
	  border-spacing: 0;
  }
  
  .detailInfo th {
	border: 1px solid #7b93d0;
	border-radius: 0 0 0 0;
	color: #999;
	font-size: 24px;
	height: 62px;
	letter-spacing: 4px;
	line-height: 62px;
	opacity: 1
  }
  
  .detailInfo tr td {
	color: #000;
	font-size: 18px;
	width: 1266px
  }
  .tdtitle {
	  color: #999 !important;
	  width: 350px !important;
  }
  
  .perinfo .back {
	border-bottom: 1px solid;
	color: #2e8eeb;
	font-size: 16px;
	line-height: 25px;
	position: absolute;
	right: 78px
  }
  
  .perinfo {
	color: #333;
	font-family: PingFang SC;
	font-size: 24px;
	font-weight: 700;
	height: 24px;
	line-height: 24px;
	margin-bottom: 42px;
	margin-top: 60px;
	padding-left: 84px;
	position: relative;
	width: 1216px
  }
  
  .title-wrap{
	  display: flex;
	  align-items: center;
	  margin-bottom: 30px;
  }
  .title-wrap span:nth-child(1){
	  display: inline-block;
	  width: 3px;
	  height: 14px;
	  background: #c32a39;
	  align-items: center;
	  border-radius: 3px;
  }
  
  .title-wrap span:nth-child(2){
	  font-size: 18px;
	  margin-left: 5px;
	  font-weight: 600;
  }