* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
html {
	scroll-behavior: smooth;
	width: 100%;
	height: auto;
}

img {
	display: block;
}

table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 10px 0;
	line-height: 1.5;
	border-collapse: collapse;
	padding: 0;
	box-sizing: border-box;
}

td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px 5px;
	min-height: 30px;
	height: 30px;
}

li {
	list-style: none;
}

input {
	outline: none;
	border: none;
}

a {
	text-decoration: none;
}

.flex_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 导航 */
.pc_nav {
	width: 100%;
	height: 100px;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 9998;
	transition: .35s;
	border-bottom: 1px solid #FBFBFB;
	padding: 0 30px;
	box-sizing: border-box;
}
.pc_nav>div{
    width: 100%;
	height: 100px;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_right{
    margin-top: 4px;
}
.nav_right,
.nav_title {
	display: flex;
	justify-content: space-between;
	align-items: normal;
}


.nav_title li {
	width: auto;
	margin-right: 70px;
}

@media screen and (max-width: 1800px) {
    .nav_title li {
    	width: auto;
    	margin-right: 50px;
    }
}
@media screen and (max-width: 1700px) {
    .nav_title li {
    	width: auto;
    	margin-right: 30px;
    }
}
@media screen and (max-width: 1500px) {
    .nav_title li {
    	width: auto;
    	margin-right: 15px;
    }
}

.nav_title li a {
	color: #343E52;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	transition: .35s;
}

.nav_title li a div {
	font-weight: 400;
	font-size: 12px;
	color: #929EA9;
}

.nav_title li a .line {
	background-color: #154D8E;
	width: 100%;
	height: 3px;
	margin-top: 8px;
	visibility: hidden;

}

.nav_title li a:hover .line,
.nav_title li.nav_actives a .line {
	visibility: visible;
	transition: .5s;
}

.index_login .users {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #4F5D77;
	cursor: pointer;
	float: left;
}

.index_login .users img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 5px;
}

.index_login{
    margin-bottom: 10px;
}

/* 头部结束 */


/* 底部 */
.footnav {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	background: #131E1F;
	border-radius: 0px 0px 0px 0px;
}

.foot_top {
	padding: 37px 0;
	border-bottom: 1px solid #3B4445;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.foot_top a {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.foot_copyright {
	font-weight: 400;
	font-size: 14px;
	color: #C8DFE1;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding: 23px 0 30px;
}

@media screen and (max-width: 1130px) {}



.ellipsis_one {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis_two {
	/* 超出两行省略号 */
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}


.w1200 {
	width: 1200px;
	box-sizing: border-box;
	margin: auto;
}

.w1400 {
	width: 1400px;
	box-sizing: border-box;
	margin: auto;
}

.pageblue {
	background-color: #F5F8FC;
}

/* 首页开始 */
.sy_banner {
	width: 100%;
	/* height: 935px; */
	/* height: 100vh; */
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.sy_banner .swiper-container {
	width: 100%;
	height: 762px;
	margin-left: auto;
	margin-right: auto;
}

.sy_banner .swiper-container .swiper-slide {
	overflow: hidden;
	position: relative;
}

.sy_banner .swiper-container .swiper-slide .bannerimg {
	/* width: 100% !important; */
	height: 100%;
	margin: 0 50%;
	transform: translateX(-50%);
}

.sy_banner .Scrol {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99;
	bottom: 40px;
	width: 82px;
	height: 82px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
	color: #fff;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
	color: #fff;
}


.sy_banner .swiper-button-next,
.sy_banner .swiper-button-prev {
	width: 60px;
	height: 60px;
	overflow: hidden;
	opacity: 0.3;
	transition: all .35s;
}

.sy_banner .swiper-button-next:hover,
.sy_banner .swiper-button-prev:hover {
	opacity: 1;
	transition: all .35s;
}

.sy_banner .swiper-pagination {
	position: absolute;
	text-align: left;
	left: 50% !important;
	transform: translate(-50%, 0);
	z-index: 10;
	bottom: 73px !important;
}

.sy_banner .swiper-pagination-bullet {
	width: 82px;
	height: 3px;
	display: inline-block;
	border-radius: 0 !important;
	background: #ffffff;
	opacity: 0.2;
	margin: 0 7px !important;
}

.sy_banner .swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.bannercon {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -4%);
	z-index: 5;
	width: 1137px;
	height: 142px;
	background: rgba(189, 194, 204, 0.57);
	border-radius: 12px 12px 12px 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
}

.bannercon .input-field {
	padding: 0 24px;
	font-weight: 400;
	font-size: 16px;
	box-sizing: border-box;
	width: 432px;
	height: 62px;
	background: #FFFFFF;
	box-shadow: 8px 8px 18px 0px rgba(128, 134, 149, 0.08);
	border-radius: 6px 6px 6px 6px;
}

.bannercon .dropdown {
	width: 432px;
	height: 62px;
	background: #FFFFFF;
	box-shadow: 8px 8px 18px 0px rgba(128, 134, 149, 0.08);
	border-radius: 6px 6px 6px 6px;
	position: relative;
}

.bannercon .dropdown-select {
	width: 100%;
	height: 62px;
	padding: 0 24px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: white;
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 1em;
	outline: none;
}

.bannercon .query-button {
	width: 153px;
	height: 62px;
	background: linear-gradient(180deg, rgba(157, 206, 251, 0.72) 0%, rgba(94, 152, 221, 0.68) 100%);
	box-shadow: 10px 10px 10px 0px rgba(26, 98, 166, 0.12);
	border-radius: 6px 6px 6px 6px;
	border: none;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.placeholder-text {
	color: #929EA9;
}

.title_one {
	font-weight: 600;
	font-size: 42px;
	color: #343E52;
	line-height: 52px;
	text-align: center;
}

.title_two {
	font-weight: 400;
	font-size: 16px;
	color: #4F5D77;
	line-height: 26px;
	text-align: center;
	margin-top: 20px;
}

.index_sq {
	padding-top: 106px;
}

.sq_container {
	max-width: 1200px;
	margin: 110px auto 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(287px, 1fr));
	gap: 17px;
}

.sq_container .card {
	background-color: white;
	padding: 25px;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	padding-top: 73px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.sq_container .card img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -29px;
	z-index: 99;
}

.sq_container .card-title {
	font-weight: bold;
	font-size: 22px;
	color: #303A42;
	line-height: 30px;
}

.sq_container .card-subtitle {
	font-weight: 400;
	font-size: 12px;
	color: #5D8AB9;
	line-height: 30px;
}

.sq_container .card-desc {
	font-weight: 400;
	height: 48px;
	font-size: 14px;
	color: rgba(48, 58, 66, 0.8);
	line-height: 24px;
	margin: 30px 0 34px;
}

.sq_container .apply-btn {
	width: 125px;
	height: 49px;
	margin: auto;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #5D8AB9;
	font-weight: 500;
	font-size: 16px;
	color: #5D8AB9;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
	background-color: #fff;
	cursor: pointer;
}

.sq_container .apply-btn:hover {
	background-color: #5D8AB9;
	color: #fff;
}

.index_lf {
	padding: 80px 0 60px;
}

.country_container {
	margin-top: 55px;
	padding-bottom: 94px !important;
}

.country-card {
	background-color: white;
	display: flex;
	flex-direction: column;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	width: 271px;
	height: 290px;
	border-radius: 8px 8px 8px 8px;
	transition: 0.5s;
}
.country-card>img{
    height: 158px;
}

.country-name {
	font-weight: bold;
	font-size: 16px;
	color: #343E52;
	line-height: 34px;
}

.country-name-en {
	font-weight: 400;
	font-size: 14px;
	color: #5D8AB9;
	line-height: 20px;
	margin-bottom: 26px;
}

.country-card>div {
	width: 100%;
	box-sizing: border-box;
	padding: 13px 15px;
}

.view-button {
	font-weight: 400;
	font-size: 14px;
	color: #929EA9;
	display: flex;
	align-items: center;
	transition: 0.3s;
}

.view-button img {
	margin-left: 17px;
}

.view-button .img_active {
	display: none;
}

.country-card:hover {
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.09);
}

.country-card:hover .view-button {
	color: #5D8AB9;
}

.country-card:hover .view-button .img_active {
	display: block;
}

.country-card:hover .view-button .img_none {
	display: none;
}


/* 自定义Swiper导航按钮 */
.country_container .swiper-button-next,
.country_container .swiper-button-prev {
	width: 34px;
	height: 34px;
	top: auto;
	bottom: 0;
}

.country_container .swiper-button-next {
	right: 46%;
}

.country_container .swiper-button-prev {
	left: 46%;
}

.country_container .swiper-button-prev:after,
.country_container .swiper-container-rtl .swiper-button-next:after,
.country_container .swiper-button-next:after,
.country_container .swiper-container-rtl .swiper-button-next:after {
	content: '';
}

.country_container .swiper-button-prev {
	background: url('../imgs/left@2x.png') no-repeat;
}

.country_container .swiper-button-next {
	background: url('../imgs/right@2x.png') no-repeat;
}

.index_swzy {
	padding: 60px 0 37px;
	background: url('../imgs/bg_map@2x.png') no-repeat;
}

.index_news {
	padding-top: 26px; 
    min-height: calc(100vh - 421px);
    box-sizing: border-box;
}

.guide-card {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 36px 0;
	border-bottom: 1px solid #EEEEEE;
}

.guide-card:last-child {
	border-bottom: none;
}

.guide-card div:first-child {
	width: 80%;
}

.guide-title {
	font-weight: 500;
	font-size: 20px;
	color: #343E52;
	text-align: left;
	margin-bottom: 10px;
}

.guide-region {
	font-weight: 400;
	font-size: 14px;
	color: #5D8AB9;
	line-height: 23px;
}

.detail-btn {
	font-weight: 400;
	font-size: 14px;
	color: #929EA9;
	letter-spacing: 1px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	transition: color 0.3s;
}

.guide-card:hover .detail-btn {
	color: #5D8AB9;
}

.more-btn {
	display: block;
	width: 157px;
	height: 44px;
	background: linear-gradient(180deg, rgba(26, 98, 166, 0.72) 0%, rgba(21, 77, 142, 0.68) 100%);
	box-shadow: 10px 10px 10px 0px rgba(26, 98, 166, 0.12);
	border-radius: 6px 6px 6px 6px;
	margin: auto;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
}

.index_Partners {
	padding: 70px 0 60px;
}

.index_Partners .list {
	padding: 80px 0 30px;
	display: flex;
	flex-wrap: wrap;
}

.index_Partners .list .item {
	width: 288px;
	margin-bottom: 33px;
	font-weight: 400;
	font-size: 16px;
	color: #343E52;
	text-align: center;
	margin-right: 15px;
}
.index_Partners .list .item a{
    text-decoration: none; /* 去除下划线 */
color: inherit; /* 继承父元素的颜色 */
}

.index_Partners .list .item:nth-child(4n+4) {
	margin-right: 0;
}

.index_Partners .list .imgdiv {
	width: 95%;
	height: 105px;
	margin-bottom: 12px;
	overflow: hidden;
}

.index_Partners .list img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.index_Partners .list .item:hover img {
	transform: scale(1.1);
}

/* 首页结束 */

/* 手机端隐藏内容 */
.mobile {
	display: none;
}

@media screen and (max-width: 1310px) {}


/* 登录 */
.loginPopup,
.agreementPopup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 9999;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}


.loginPopup {
	/* display: flex; */
}

.login {
	width: 1440px;
	height: 850px;
	display: flex;
	justify-content: space-between;
}

.login_left {
	width: 677px;
	height: 100%;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

.login_left .logo {
	padding: 35px 125px 24px;
	border-bottom: 1px solid #EBEDF3;
	margin-bottom: 80px;
}

.login_left .logo a {
	display: inline-block;
	border-right: 1px solid rgba(0, 32, 104, 0.1);
	padding-right: 28px;
}

.login_left_con {
	padding-left: 125px;
	height: auto;
	box-sizing: border-box;
}

.login_account {
	width: 368px;
	height: 56px;
	background: #5D8AB9;
	border-radius: 8px 8px 8px 8px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 40px;
	cursor: pointer;
}

.login_tips {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 368px;
	margin: 24px 0;
	font-weight: 400;
	font-size: 16px;
	color: #929EA9;
	text-align: center;
}

.login_tips .line {
	width: 87px;
	height: 1px;
	background-color: #E5E6EB;
}

.login_account img {
	margin-right: 16px;
}

.login_text {
	font-weight: bold;
	font-size: 40px;
	color: #343E52;
	line-height: 48px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.wx_button {
	margin-top: 32px;
	width: 100%;
	height: 56px;
	background: #EBF8FF;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #E5E6EB;
	cursor: pointer;
}

.wx_button img {
	width: 22px;
	height: 18px;
}

.wx_button p {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #192126;
	margin-left: 16px;
}


.login_left_con .zc_p {
	font-weight: 400;
	font-size: 16px;
	color: #929EA9;
	line-height: 24px;
	margin: 8px 0 29px;
}



.form-group {
	margin-bottom: 24px;
	position: relative;
	width: 368px;
	height: 56px;
	background: #F9FAFB;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #E5E6EB;
	box-sizing: border-box;
	padding: 5px 16px;
}

.yzm_group {
	padding: 0;
	border: none;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.yzm_group .yzm {
	width: 214px;
	height: 56px;
	background: #F9FAFB;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #E5E6EB;
	padding: 5px 16px;
}

.form-group label {
	font-weight: 400;
	font-size: 11px;
	color: #9EA3AE;
	letter-spacing: 1px;
	text-align: left;
}

.form-group input {
	width: 100%;
	border: none;
	background-color: transparent;
	border-radius: 4px;
	font-size: 16px;
}


.captcha-btn {
	width: 139px;
	height: 56px;
	background: #192126;
	border-radius: 8px 8px 8px 8px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}



.captcha-btn:disabled {
	background-color: #c0c4cc;
	cursor: not-allowed;
}

.submit-btn,
.login-btn {
	width: 368px;
	height: 56px;
	background: #343E52;
	border-radius: 8px 8px 8px 8px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin: 37px 0 24px;
	outline: none;
	border: none;
	cursor: pointer;
}


.login-link {
	font-weight: 400;
	font-size: 16px;
	color: #343E52;
}

.login-link span {
	cursor: pointer;
	text-decoration: underline;
}

.login_left .bottom_xy {
	position: absolute;
	left: 125px;
	bottom: 40px;
	z-index: 99;
	font-weight: 400;
	font-size: 12px;
	color: #9EA3AE;
}

.login_left .bottom_xy a {
	font-weight: 400;
	font-size: 12px;
	color: #5D8AB9;
}

.error-message {
	color: #f56c6c;
	font-size: 12px;
	margin-top: 8px;
	display: none;
}

.login_right {
	width: 763px;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}


.login_right img {
	width: 100%;
	display: block;
}

.login_right .close {
	width: 60px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 999;
	cursor: pointer;
}

.login_yzm_css {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login_yzm_css .captcha-btn {
	background-color: transparent;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	width: auto;
}

.login-btn {
	margin-top: 0;
}

.password-input:focus {
	border-color: #409eff;
	outline: none;
}

.toggle-icons {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 5px;
}

.eyeon,
.eyeoff {
	cursor: pointer;
}

/* 验证码登录 */
/* .verificationCode, */
.login_zc,
.passwordLogin {
	display: none;
}

/* 协议弹窗 */
.agreementPopup .con {
	margin: 2.5% auto;
	width: 1115px;
	height: 90%;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	box-sizing: border-box;
	padding: 53px 45px 32px;
	font-weight: 400;
	position: relative;

}

.agreeclose {
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 99;
	cursor: pointer;
}

.agreementPopup .con_name {
	font-size: 24px;
	color: #343E52;
	padding-bottom: 30px;
}

.agreementPopup .con_word {
	border-top: 1px solid #EEEEEE;
	width: 100%;
	box-sizing: border-box;
	padding: 24px 6px;
	font-size: 14px;
	color: #4F5D77;
	line-height: 21px;
	white-space: pre-line;
	height: 78%;
	overflow-y: scroll;
}

.agreementPopup .line {
	width: 100%;
	height: 1px;
	background-color: #EEEEEE;
	margin: 30px 0 24px;
}

.agreementPopup .agreebtn {
	width: 168px;
	height: 56px;
	background: #5D8AB9;
	border-radius: 8px 8px 8px 8px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	margin: auto;
	cursor: pointer;
}


/* 分页效果 */
.pagination-container {
	display: flex;
	align-items: center;
	padding-left: 36%;
	font-size: 14px;
	color: #333;
	margin: 30px 0 60px;
}

.page-size-selector {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.page-size-selector select {
	padding: 4px 8px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	outline: none;
	cursor: pointer;
	color: #333;
	background-color: white;
	height: 28px;
	line-height: 28px;
}

.pagination2 {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}

.pagination2 li {
	margin: 0 4px;
}

.pagination2 a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	padding: 0 5px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 14px;
}

.pagination2 a:hover:not(.disabled) {
	border-color: #5D8AB9;
	color: #5D8AB9;
}

.pagination2 a.active {
	color: #5D8AB9;
	border-color: #5D8AB9;
}

.pagination2 a.ellipsis {
	border: none;
	pointer-events: none;
	width: 28px;
	letter-spacing: 2px;
}

.pagination2 a.disabled {
	color: rgba(0, 0, 0, 0.25);
	cursor: not-allowed;
	border-color: #d9d9d9;
}

.pagination2 a.disabled:hover {
	color: rgba(0, 0, 0, 0.25);
	border-color: #d9d9d9;
}

.prev-next {
	display: flex;
	align-items: center;

}

.prev-next a {
	margin: 0 4px;
}

#prevPage,
#nextPage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DDDDDD;
	border: 1px solid #DDDDDD;
	color: #999999;
}




/* 关于我们 */
.nybanner {
	width: 100%;
	height: 155px;
	overflow: hidden;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 100px;
	position: relative;
	background: url('../imgs/bg_title@2x.png') no-repeat;
}

.crumbs {
	padding: 16px 0;
}

.crumbs,
.crumbs a {
	font-weight: 400;
	font-size: 16px;
	color: #4D5461;
}

.nyban_tit .one {
	font-weight: bold;
	font-size: 32px;
	color: #343E52;
	text-align: center;
	font-style: normal;
	margin-bottom: 10px;
}

.nyban_tit .two {
	font-weight: 400;
	font-size: 14px;
	color: #929EA9;
	text-align: center;
	font-style: normal;
}

/* 实务指引详情 */
.practiceDet {
	width: 100%;
	height: auto;
	padding-top: 160px;
	    min-height: calc(100vh - 166px);
}

.practiceDettit {
	width: 100%;
	padding-bottom: 36px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
	font-size: 32px;
	color: #343E52;
	line-height: 40px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}


.practiceDetcon {
	width: 100%;
	padding: 25px 100px 80px;
	box-sizing: border-box;
	white-space: pre-line;
	font-weight: 400;
	font-size: 14px;
	color: #343E52;
	line-height: 28px;
}

.practiceDetcon p img {
	display: block;
	margin: auto;
}

/* 平台规则 */
.disclaimerstit {
	padding: 40px 0 20px;
	font-weight: 500;
	font-size: 16px;
	color: #343E52;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

/* 专家名录 */
.expertList {
	padding-top: 46px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: box-sizing;    min-height: calc(100vh - 421px);
}

.expertList .item {
	width: 280px;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid rgba(207, 219, 213, 0.6);
	margin-right: 26px;
	margin-bottom: 26px;
	box-sizing: border-box;
	padding: 19px 29px 19px 30px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #929EA9;
	transition: 0.5s;
}

.expertList .item:nth-child(4n) {
	margin-right: 0;
}

.expertList .divimg {
	width: 221px;
	height: 295px;
	overflow: hidden;
	border-radius: 8px 8px 8px 8px;
}

.expertList .divimg img {
	transition: 0.5s;
	width: 100%;
	height: 100%;
	display: block;
}

.expertList .item:hover {
	background-color: #EAEEF1;
}

/* .expertList .item:hover img {
	transform: scale(1.1);
} */


.expertList .item .name {
	font-weight: bold;
	font-size: 18px;
	color: #343E52;
	margin: 17px 0 10px;
}

.experdetail {
	display: flex;
	justify-content: space-between;
	padding: 45px 0 68px;
}

.experdetail .left {
	width: 295px;
}

.experdetail .left .person {
	width: 295px;
	background: #EAEEF1;
	border-radius: 18px 18px 18px 18px;
	padding: 19px 28px 39px;
	flex-direction: column;
	justify-content: flex-start;
	font-weight: 400;
	font-size: 14px;
	color: #929EA9;
}

.experdetail .left .divimg img {
	width: 238px;
	height: 318px;
	border-radius: 8px 8px 8px 8px;
}

.experdetail .left .person .name {
	font-weight: bold;
	font-size: 18px;
	color: #343E52;
	margin: 25px 0 10px;
}

.experdetail .more {
	width: 149px;
	height: 46px;
	background: #5D8AB9;
	border-radius: 23px 23px 23px 23px;
	margin: 35px auto 0;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

.experdetail .more img {
	margin-right: 8px;
}

.experdetail .right {
	width: 1029px;
	box-sizing: border-box;
	padding-top: 22px;
}

.experdetail .right_name {
	font-weight: bold;
	font-size: 32px;
	color: #343E52;
	line-height: 40px;
}

.experdetail .right_en {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	font-size: 14px;
	color: #929EA9;
	line-height: 21px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
}

.right_con {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 25px 20px 0;
	font-weight: 400;
	font-size: 14px;
	color: #343E52;
	line-height: 28px;
	white-space: pre-line;
}

/*  */
.myPartners {
	padding-top: 58px;
}

.myPartners .list {
	padding-top: 0;
}

.myPartners .list .item {
	margin-bottom: 43px;
}

/* 招聘 */
.zhaopin_nr {
	padding-bottom: 110px;
	min-height: 500px;
}

.zhaopin_nr .zp_item {
	border-bottom: 1px solid #DFDFDF;
	position: relative;

}

.zhaopin_nr .zp_item .line {
	position: absolute;
	left: -24px;
	top: 22px;
	height: 80%;
	content: '';
	display: none;
	clear: both;
	width: 3px;
	background: #EEEEEE;
}

.zhaopin_nr .zp_item:first-child .line {

	display: block;
}

.zhaopin_nr .zp_item ul {
	display: flex;
	align-items: center;
	padding: 33px 0;
	box-sizing: border-box;
	width: 100%;
	justify-content: space-between;
}

.zhaopin_nr .zp_item ul li {
	font-weight: 500;
	font-size: 19px;
	color: #4F5D77;
	cursor: pointer;
}

.zhaopin_nr .zp_item ul li:first-child {
	width: calc(100% - 120px);
	font-weight: bold;
}

.zhaopin_nr .zp_item ul li:last-child {
	width: auto;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}

.zhaopin_nr .zp_item:first-child ul li {
	color: #5D8AB9;
}

.zhaopin_nr .zp_item ul li img {
	width: 14px;
	transition: 0.6s;
}

.zhaopin_nr .zp_item .zp_itemson {
	/* padding: 15px 2.1vw; */
	font-weight: 400;
	font-size: 15px;
	color: #929EA9;
	line-height: 25px;
	display: none;
	margin-bottom: 2.1vw;
	white-space: pre-line;
}

.zhaopin_nr .zp_item:first-child .zp_itemson {
	display: block;
}

/* 咨询申请 */
.consultation {
	width: 100%;
	max-width: 745px;
	margin: 49px auto 47px;
}

.consultation_tip {
	font-weight: 400;
	font-size: 14px;
	color: #343E52;
	line-height: 21px;
	margin-bottom: 5px;
}

.consultation_tip a {
	color: #5D8AB9;
}

.consultation_entip {
	font-size: 12px;
	color: #929EA9;
	line-height: 18px;
	margin-bottom: 53px;
}

.consultation_title {
	font-weight: 500;
	font-size: 20px;
	color: #343E52;
	line-height: 25px;
	margin-bottom: 20px;
}

.consultation_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 36px;
}

.consultation_ul li {
	flex: 1;
	min-width: 355px;
	height: 56px;
	background: #F9FAFB;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #E5E6EB;
	padding-left: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.consultation_ul li input {
	width: calc(100% - 20px);
	height: 100%;
	line-height: 100%;
	background: transparent;
	font-weight: 400;
	font-size: 16px;
}

.required::before {
	content: '*';
	font-weight: 400;
	font-size: 20px;
	color: #D80027;
	line-height: 20px;
	margin-right: 10px;
	margin-top: 6px;
}

.baseascertain_ul .required::before {
	margin-right: 0;
	margin-left: 12px;
}




.consultation_need {
	width: 100%;
	height: 214px;
	background: #F9FAFB;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #E5E6EB;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	padding: 12px;
	margin-bottom: 26px;
}

.consultation_need textarea {
	width: 100%;
	height: 100%;
	resize: none;
	outline: none;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;

	line-height: 24px;
	background: transparent;
	border: none;
}

/*修改提示文字的颜色*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #9EA3AE !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #9EA3AE !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #9EA3AE !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #9EA3AE !important;
}

.consultation_upload {
	width: 352px;
	height: 164px;
	background: #F9FAFB;
	border-radius: 8px 8px 8px 8px;
	border: 2px dashed #E5E6EB;
	position: relative;
	margin-bottom: 22px;
}

.consultation_upload_file {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	z-index: 2;
}

.consultation_upload_con img {
	display: block;
	width: 96px;
	margin: 21px auto 15px;
}

.consultation_upload_con_a {
	font-weight: 400;
	font-size: 14px;
	color: #343E52;
	line-height: 20px;
	text-align: center;
}

.consultation_upload_con_b {
	font-weight: 400;
	font-size: 12px;
	color: #9EA3AE;
	line-height: 16px;
	text-align: center;
	margin-top: 4px;
}

.consultation_upload_img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
}

.consultation_check {
	display: flex;
	align-items: center;
}

.consultation_check_one {
	-webkit-appearance: none;
	/* 移除默认样式 */
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 1px solid #E5E6EB;
	box-sizing: border-box;
	outline: none;
	/* 移除焦点时的轮廓 */
	margin-right: 10px;
}

.consultation_check_one:checked {
	border-color: #5D8AB9;
}

.consultation_check_one:checked::after {
	content: '';
	/* 创建一个伪元素 */
	display: block;
	width: 12px;
	height: 12px;
	margin: 3px;
	/* 居中 */
	background-color: #5D8AB9;
	/* 圆点的颜色 */
	border-radius: 50%;
	/* 圆形 */
}

.consultation_check_two {
	font-weight: 400;
	font-size: 14px;
	color: #929EA9;
	line-height: 21px;
}

.consultation_check_two span {
	color: #4F5D77;
	cursor: pointer;
}

.consultation_submit {
	width: 168px;
	height: 56px;
	background: #5D8AB9;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 33px;
}

/* 查明申请 */
.ascertain {
	width: 100%;
	max-width: 946px;
	margin: 46px auto 73px;
}

.ascertain_need {
	width: 100%;
	height: 133px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #E5E6EB;
	box-sizing: border-box;
	margin-bottom: 36px;
	padding: 20px 36px 20px 20px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ascertain_need li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ascertain_need_title {
	width: 245px;
	font-weight: 400;
	font-size: 16px;
	color: #4F5D77;
	line-height: 24px;
	display: flex;
	align-items: center;
}

.ascertain_need_radio,
.ascertain_need_radio>div {
	display: flex;
	align-items: center;
}

.ascertain_need_radio>div:last-child {
	margin-left: 24px;
}

.ascertain_ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 36px;
}

.ascertain_ul li {
	flex: 1;
	min-width: 400px;
}

.ascertain_ul_title {
	font-weight: 400;
	font-size: 16px;
	color: #4F5D77;
	line-height: 24px;
	margin-bottom: 9px;
}

.ascertain_ul_input,
.ascertain_ul_select {
	width: 100%;
	height: 56px;
	background-color: #F9FAFB;

	border-radius: 8px 8px 8px 8px;
	border: 1px solid #E5E6EB;
	box-sizing: border-box;
	padding-right: 50px;

	display: flex;
	align-items: center;
}

.ascertain_ul_select {
	background-image: url('../imgs/arrow-down@2x.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 16px) center;
}

.ascertain_ul_input input {
	width: 100%;
	height: 100%;
	background: transparent;
	font-weight: 400;
	font-size: 14px;
	padding-left: 16px;
}

.ascertain_ul_select select {
	outline: none;
	border: none;
	background: transparent;
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari 和 Chrome */
	appearance: none;
	/* 推荐的现代浏览器写法 */
	width: 100%;
	height: 100%;
	padding-left: 16px;
}

/* 咨询进度 */
.consultationprogress {
	margin-top: 100px;
	height: 801px;
	display: flex;
}

.consultationprogress_left {
	width: 336px;
	height: 100%;
	background: rgba(132, 151, 185, 0.1);
	padding: 32px 16px;
	box-sizing: border-box;
}

.consultationprogress_left_title {
	margin-left: 10px;
	margin-bottom: 28px;
}

.consultationprogress_left_title div:nth-child(1) {
	font-weight: 500;
	font-size: 24px;
	color: #343E52;
	line-height: 30px;
}

.consultationprogress_left_title div:nth-child(2) {
	font-weight: 500;
	font-size: 14px;
	color: #929EA9;
	line-height: 18px;
}

.consultationprogress_left_ul a {
	width: 100%;
	height: 56px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	background-color: transparent;
	background-image: url('../imgs/Icon_more@2x.png');
	background-repeat: no-repeat;
	background-position: 270px center;
	padding-left: 17px;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #4F5D77;
}

.consultationprogress_left_ul a.active {
	background-color: #EAEEF1;
	color: #5D8AB9;
}

.consultationprogress_left_ul a img {
	margin-right: 16px;
}


.consultationprogress_right {
	width: calc(100% - 336px);
	padding-left: 56px;
	box-sizing: border-box;
}
.cprogress_right_title_text{ float: left; margin-right: 40px;}
.consultationprogress_right_title {
	/* display: flex; */
	/* justify-content: space-between; */
	overflow: hidden;
	cursor: pointer;
	padding: 22px 10px 10px 0;
	border-bottom: 3px solid rgba(146, 158, 169, 0.2);
	display: block;

	
}
.consultationprogress_right_title .active{
	
	position: relative;
}
.consultationprogress_right_title .active::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #5D8AB9;
}

.cprogress_right_title_text div {
	font-weight: 500;
	font-size: 24px;
	color: #5D8AB9;
	line-height: 30px;
}

.cprogress_right_title_text span {
	font-weight: 400;
	font-size: 12px;
	color: #929EA9;
	line-height: 15px;
}

.cprogress_right_title_a {
	width: 123px;
	height: 40px;
	background: #5D8AB9;
	box-shadow: 10px 10px 10px 0px rgba(21, 77, 142, 0.14);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	float: right;
}

.consultationprogress_table {
	margin-top: 24px;
}

.cprogress_table_head {
	width: 100%;
	height: 65px;
	background: #EAEEF1;
	border-radius: 8px;
	display: flex;
	align-items: center;
}

.cprogress_table_head li,
.cprogress_table_body li {
	flex: 1;
	font-weight: 500;
	font-size: 14px;
	color: #343E52;
	text-align: center;
	line-height: 22px;
	padding: 16px 0;
	box-sizing: border-box;
}

.cprogress_table_head li:first-child,
.cprogress_table_body li:first-child {
	max-width: 75px;
}

.cprogress_table_body li:first-child {
	text-align: left;
}

.cprogress_table_body {
	max-height: 450px;
	overflow: hidden;
	overflow-y: auto;
}

.cprogress_table_body ul {
	width: 100%;
	display: flex;
	align-items: center;
}

.cprogress_table_body li {
	min-height: 54px;
	border-bottom: 1px solid rgba(146, 158, 169, 0.2);
}

.cprogress_table_no {
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #929EA9;
	text-align: center;
	line-height: 54px;
	border-bottom: 1px solid rgba(146, 158, 169, 0.2);
}

.legalrecords_table_body {
	padding: 0 20px;
	box-sizing: border-box;
}

.legalrecords_table_head li:last-child,
.legalrecords_table_body li:last-child {
	max-width: 136px;
}

.legalrecords_table_body li:last-child {
	text-align: right;
}

/* 基本资料 */
.userinfo {
	width: 100%;
	padding: 30px 7px;
	box-sizing: border-box;
}

.userinfo_ul {
	max-width: 745px;
}

.userinfo_ul li:not(:nth-child(2)) {
	background: transparent;
	color: #4F5D77;
}

.userinfo_ul li:nth-child(2) {
	color: #9EA3AE;
}

.userinfo_but {
	display: flex;
	align-items: center;
}

.userinfo_but button {
	cursor: pointer;
}

.userinfo_submit {
	width: 168px;
	height: 56px;
	background: #5D8AB9;
	border-radius: 8px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;

	margin-right: 17px;
}

.userinfo_close {
	width: 168px;
	height: 56px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid rgba(146, 158, 169, 0.3);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	color: #929EA9;
}

/* 密码修改 */
.userpassword_ul {
	display: block;
	margin-bottom: 26px;
}

.userpassword_ul li {
	background: transparent;
	max-width: 552px;
	margin-top: 30px;
}

/* 联系我们 */
.contactus {
	width: 100%;
	box-sizing: border-box;
	padding: 0 2px;
	height: 667px;
	background: #FFFFFF;
	box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
	border-radius: 10px 10px 10px 10px;
	margin: 35px 0;
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.contactus .left-section {
	background-image: url('../imgs/bg_contact@2x.png');
	background-size: cover;
	background-position: center;
	width: 491px;
	height: 647px;
	box-sizing: border-box;
	padding: 40px;
	display: flex;
	flex-direction: column;
	color: white;
	position: relative;
}

.contactus .left-content {
	position: relative;
	z-index: 2;
}

.contactus .left-title {
	font-weight: 500;
	font-size: 28px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 6px;
}

.contactus .left-text {
	font-weight: 400;
	font-size: 14px;
	color: #C9C9C9;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.contactus .contact-info {
	margin-top: 59px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.contactus .contact-info p {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.contactus .contact-info p.last{margin-bottom:0}

.contactus .contact-info p img {
	width: 24px;
	height: 24px;
	margin-right: 25px;
}

.contactus .right-section {
	width: 685px;
	box-sizing: border-box;
	padding: 50px 40px 50px 50px;
}

.contactus .form-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 45px;
}

.contactus .form-item label {
	font-weight: bold;
	font-size: 14px;
	color: #4F5D77;
	line-height: 20px;
}

.contactus .form-item input,
.contactus .form-item textarea {
	padding: 22px 5px 11px;
	border: none;
	border-bottom: 2px solid #C8CED4;
	font-size: 16px;
}

.contactus .form-item input::placeholder,
.contactus .form-item textarea::placeholder {
	font-size: 14px;
}


.contactus .form-item-two {
	flex-direction: row;
	justify-content: space-between;
}

.contactus .form-item-two>div {
	display: flex;
	flex-direction: column;
	width: 278px;
}

.contactus .form-item textarea {
	height: 120px;
	outline: none;
}


.contactus .form-group {
	margin-bottom: 45px;
}

.contactus .btn_div {
	display: flex;
	justify-content: flex-end;
}

.contactus .submit {
	width: 160px;
	height: 54px;
	background: #4F5D77;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
	border-radius: 5px 5px 5px 5px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	outline: none;
	border: none;
	cursor: pointer;
}


.ascertain .tab-container {
	margin: 0 auto;
}

.ascertain .tab-header {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #777D8A;
}

.ascertain .tab {
	margin: 0 50px;
	width: 115px;
	padding: 30px 0;
	text-align: center;
	cursor: pointer;
	font-weight: 400;
	font-size: 24px;
	color: #4F5D77;
	transition: all 0.3s ease;
	position: relative;
}

.ascertain .tab.active {
	color: #5D8AB9;
}

.ascertain .tab.active::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 3px;
	background-color: #5D8AB9;
	border-radius: 3px 3px 0 0;
}

.ascertain .tab-content {
	display: none;
	padding: 60px 0;
}

.ascertain .tab-content.active {
	display: block;
}

/* 律法数据库 */
.legaldatabase {
	padding: 60px 0 50px;
}


.legaldatabase .search {
	margin: auto;
	width: 1137px;
	height: 142px;
	background: rgba(132, 151, 185, 0.1);
	border-radius: 12px 12px 12px 12px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 30px;
	margin-bottom: 54px;
}

.legaldatabase .search .input-field {
	padding: 0 24px;
	font-weight: 400;
	font-size: 16px;
	box-sizing: border-box;
	width: 650px;
	box-shadow: 8px 8px 18px 0px rgba(128, 134, 149, 0.08);
	border-radius: 6px 6px 6px 6px;
	height: 62px;
	background: #FFFFFF;
}

.legaldatabase .search .dropdown {
	width: 217px;
	height: 62px;
	background: #FFFFFF;
	position: relative;
	box-shadow: 8px 8px 18px 0px rgba(128, 134, 149, 0.08);
	border-radius: 6px 6px 6px 6px;
}

.legaldatabase .search .dropdown-select {
	width: 100%;
	height: 62px;
	padding: 0 24px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: white;
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 1em;
	outline: none;
}

.legaldatabase .search .query-button {
	width: 153px;
	height: 62px;
	background: #5D8AB9;
	box-shadow: 10px 10px 10px 0px rgba(26, 98, 166, 0.12);
	border-radius: 6px 6px 6px 6px;
	border: none;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.legaldatabase .baselist {
	margin-bottom: 30px;
}

.legaldatabase .baselist .basename {
	font-weight: 500;
	font-size: 24px;
	color: #343E52;
	line-height: 29px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 20px;
}

.legaldatabase .baselist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	background: rgba(246, 248, 252, 0.62);
	border-radius: 8px 8px 8px 8px;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	padding: 26px 35px 0 35px;
}

.legaldatabase .baselist ul li {
	width: 45%;
	margin-bottom: 30px;
}

.legaldatabase .baselist ul li a {
	font-weight: 400;
	font-size: 16px;
	color: #929EA9;
	line-height: 22px;
}

.legaldatabase .baselist ul li a:hover {
	color: #5D8AB9;
}
	.pagination {
	    display: inline-block;
	    padding-left: 0;
	    margin: 20px 0;
	    border-radius: 4px;
	}
	.pagination > li {
	    display: inline;
	}
	.pagination > li > a,
	.pagination > li > span {
	    position: relative;
	    float: left;
	    padding: 6px 12px;
	    margin-left: -1px;
	    line-height: 1.42857143;
	    color: #337ab7;
	    text-decoration: none;
	    background-color: #fff;
	    border: 1px solid #ddd;
	}
	.pagination > li:first-child > a,
	.pagination > li:first-child > span {
	    margin-left: 0;
	    border-top-left-radius: 4px;
	    border-bottom-left-radius: 4px;
	}
	.pagination > li:last-child > a,
	.pagination > li:last-child > span {
	    border-top-right-radius: 4px;
	    border-bottom-right-radius: 4px;
	}
	.pagination > li > a:hover,
	.pagination > li > span:hover,
	.pagination > li > a:focus,
	.pagination > li > span:focus {
	    z-index: 2;
	    color: #23527c;
	    background-color: #eee;
	    border-color: #ddd;
	}
	.pagination > .active > a,
	.pagination > .active > span,
	.pagination > .active > a:hover,
	.pagination > .active > span:hover,
	.pagination > .active > a:focus,
	.pagination > .active > span:focus {
	    z-index: 3;
	    color: #fff;
	    cursor: default;
	    background-color: #337ab7;
	    border-color: #337ab7;
	}
	.pagination > .disabled > span,
	.pagination > .disabled > span:hover,
	.pagination > .disabled > span:focus,
	.pagination > .disabled > a,
	.pagination > .disabled > a:hover,
	.pagination > .disabled > a:focus {
	    color: #777;
	    cursor: not-allowed;
	    background-color: #fff;
	    border-color: #ddd;
	}
	.page{ text-align: center;}
	.no-data{ text-align: center;font-size: 16px; color: #999; padding: 20px 0;}
		.shengluehao{
			padding: 3px 0 !important;
		}
	.shengluehao div{
		/* 内容过长显示两行，多余为省略号 */
  text-overflow:ellipsis;/*设置隐藏部分为省略号*/
  overflow: hidden;/*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 2;/*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;

	}
	
	
.code{ width:150px;height:150px; margin-top:67px; text-align:center;font-size:14px;margin-left:49px}
.code img{ width:150px !important;height:150px !important;display:block;margin-bottom:8px}