	.titleBox{
		padding:  1rem 1rem 0rem 1rem;
		display: flex;
		text-align:left;
		align-items: flex-start;
	    justify-content: center;
		font-size: 18px;
		flex-direction: column;
		color: #333;
	}
	.titleBox.News{
		padding:  0rem 1rem 0rem 1rem;
	}
	.titleBoxText{
		padding:  1rem 1rem 0rem 1rem;
		color: #999;
		font-size: 14px;
		line-height: 1.5rem;

	}
	.viewMore{
        font-size: 16px;
        position: relative;
        z-index: 3;
	}
	.viewMore:hover{
	    opacity: .8;
	}
	.contentBox img{
		width: 100%;
	}

	.titleBoxText p,
	.contentBoxEx p{
		margin:0;
		padding: 0;
		margin-bottom: 6px;
		text-align: justify;
	}
	.titleBoxText b{
		color:#333;
		font-size:16px
	}
	.allBox.contactBox .titleBoxText{


		display: flex;
		text-align:left;
		text-align:left;
		align-items: flex-start;
	    justify-content: center;
		flex-direction: column;
		line-height:2rem;
	}
	.titleBox:before{
		content:attr(data-before);
		font-size: 18px;
		color: #ddd;
	}
	.titleBox:after{
		color: #333;
		content:'__';
		margin-top: -1rem;
		
	}
	.contentBox{
		padding:0 1rem 1rem 1rem;
		font-size: 16px;
	}
	.contentBox:after{
		content:attr(data-after);
		width: 400px;
		display: inline-block;
	
		line-height:2rem;
		margin-top:1rem;
    font-size: 14px;
    color: #999;
		white-space:pre-wrap ;
	  width: 100%; /* 定义元素宽度 */
/*	  font-family: '微软雅黑';*/

	  word-wrap: break-word; /* 允许在长单词内部或任意点断行 */
	  overflow-wrap: break-word; /* 同上，兼容性更好 */


		
	}

	.contentBox a.dateTime{
		width: 100%;
		padding-bottom:1rem;
		display: inline-block;
		font-size: 16px;
		color: #355593;
		cursor: default;
	}
	.contentBox a:first-of-type:after{
		content:attr(data-after);
		text-decoration:none;
		display: inline-block;
		color:#999;
		font-size: 16px;
		padding-left: 0rem;
		cursor: default;
		pointer-events: none;
	}
	.contentBox a:{
		color: #355593;
	}
	.ourServiveCard{
		padding: 1rem 0 0rem 1rem;
	    display: flex;
	    text-align: left;
	    align-items: center;
	    justify-content: center;
	    box-sizing: border-box;
	    flex-wrap: wrap;
	    text-align: center;
	}
	.allBox.aboutBox .ourServiveCard{
		width: 100%;
		padding: 0rem 1rem 0rem 1rem;
		
	}
	.ourServiveCard img{
		width: 100%;
	}

	.cardBox{
		box-sizing:border-box;
		padding: 1rem .5rem 0rem .5rem;
		flex:50%;
		position: relative;
		cursor: pointer;
		
	}
	.aboutImg{
		margin-left: -2.5em;
		margin-bottom: 1rem;
		width: 100%;
		display: block;
	}
	.cardBox:nth-of-type(odd){
		padding-left:0;
		
	}
	.cardBox:nth-of-type(even){
		padding-right:0;
		
	}
	.cardBox.address{
		height: 390px;
	}
	.allBox.contactBox .cardBox{
		height:290px;
	}
	.allBox.contactBox iframe{
		border:none;
		width:100%;
		height:100%;
	}
	.cardBox:hover img,
	.newsBoxCard:hover img{
		opacity:.8;
	}
	.cardBox:hover div:after{
		color: #355593;
    	background: rgba(255, 250, 250, .8);
	}
	.cardBox:hover,
	.newsBoxCard:hover{
		text-decoration:none;
	}
	.newsBoxCard:hover .newsList:before,
	.newsBoxCard:hover .newsList .title{
		color:#355593;
	}
	.cardBox div{
		position: relative;

	}
	.cardBox div:after{
		content: attr(data-after);
		position: absolute;
		bottom:0px;
		left:0;
		width: 100%;
		height:26px;
		line-height: 26px;
		z-index:2;
		color:#fff;
		font-size: 14px;
		background: rgba(32, 31, 31,.8);
	}
	.copyright{
		display: flex;
		text-align:center;
		align-items: center;
	    justify-content: center;
		width: 100%;
	    box-sizing: border-box;
	    padding: 0.5rem;
	    padding-bottom: 1rem;
	    margin: 0 auto;
	    padding-top: 1rem;
	   
	    color: #000;
		color: #fff;
		background:#355593;
		flex-direction:column;
	
	}
	.copyright span{
		padding-right:0.2rem;
	}
	.copyright a{
		color: #fff;
	}
	.newsBoxCard{
		display: flex;
		text-align:center;
		align-items: flex-start;
	    justify-content: flex-start;
	    box-sizing: border-box;
	    padding: 1rem;
	}
	.newsBoxCardEx{
		padding: 0rem 1rem 0 1rem ;
	}
	.newsRect{
		flex:30%;
		min-width: 150px;
	}
	.newsList{
		padding-left:1rem;
		flex:70%;
		display: flex;
		text-align: left;
		align-items: start;
	    justify-content: flex-start;
	    box-sizing: border-box;
	    flex-direction:column;

	}
	
	.newsList:before,
	.newsList .title{
		content: attr(data-before);
		font-size: 14px;
		color: #000;
		display: block;
		flex:100%;
		display: -webkit-box;
	    overflow: hidden;
	    flex: 100%;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    word-wrap: break-word;
	    overflow-wrap: break-word;
	    word-break: break-all;
	    font-weight: normal;
	}
	.newsList span{
		font-size: 12px;
		color: #999;
		display: block;
		flex:100%;
	}
	.newsList:after,
	.newsList .secondtitle{
		text-indent: 2em;
		content: attr(data-after);
		font-size: 12px;
		color: #666;
		display: -webkit-box;
		overflow: hidden;
		flex:100%;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		    overflow-wrap: break-word;
		    word-break:break-all;
		 font-weight: normal;

	}
	.newsBoxCard img{
		width:100%;
		display: inline-block;	
	}
	.newsBoxCardEx{
		padding-bottom:1rem;
	}
	.bodyContent{
		width: 100%;
		background:#fff;
		position:relative;
		margin-top:-1px;
		overflow: hidden;
	}
	.allBox.aboutBox .bodyContent{
		padding-bottom: 1rem;

	}
	.allBox.aboutBox{
		display: flex;
	    text-align: left;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	}
	.OurPareners{
		
		
		display: flex;
		text-align:left;
		align-items: start;
	    justify-content: flex-start;
	    box-sizing: border-box;
	    flex-direction:row;
	    padding: 1rem 0 0rem 1rem;
	    flex-wrap: wrap;
	   
	}
	.OurParenersBox .OurPareners{
		padding:1rem  1rem 3rem 1rem;
	}
	.OurPareners a{
		margin-right: 1rem;
		line-height: 2rem;

	}
	.OurPareners div{
		box-sizing: border-box;
		padding: 0 1rem 1rem 0;
		display: inline-block;
		flex:33.33%;
	}
	.OurPareners img{
		width:100%;
		border:1px solid #ccc;
	}	
	.friend {
		background: #1C2026;
		text-align: left;
		min-height: 80px;
		padding:1rem;
		float: left;
		width: 100%;
		font-size: 12px;
	}
	.friendBox{
		width: 100%;
	}
	.friendBox:before{
		color: #ccc;
		content: '友情链接：'
	}
	.friend a{
		padding-right:0.5rem;
		color: #999;
	}
	.friend a:hover{
		color: #fff;
	}
a:focus, a:hover {
	color: #355593;;
    text-decoration: none;
}
a {
    color: #355593;
    text-decoration: none;
}
.contentBoxEx img{
	width: 100%;
}
.bread:first-of-type{
	margin-left: 16px;
}
b.bread{
	color: #999;
	font-weight: normal;
}
a.bread:first-of-type:before{
	display: none;
}
b.bread:before{
	display: inline-block;
	padding-left: 0px;
}
b.bread:last-of-type{

	margin-left: 0px;
}
.breadTop:{

	width: 100%;
	display: block;
}
.bread{
	margin:10px 0;
	display: inline-block;
	font-size: 16px;
}
.bread:before{
	content: '';
	background: url("data:image/svg+xml;charset=utf8,%3Csvg t='1714125742679' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='2278' width='200' height='200'%3E%3Cpath d='M392.533333 243.2l266.666667 270.933333-270.933333 266.666667c-8.533333 8.533333-8.533333 21.333333 0 29.866667 8.533333 8.533333 21.333333 8.533333 29.866666 0L704 529.066667c8.533333-8.533333 8.533333-21.333333 0-29.866667L422.4 213.333333c-8.533333-8.533333-21.333333-8.533333-29.866667 0-8.533333 8.533333-8.533333 21.333333 0 29.866667z' p-id='2279' fill='%23cccccc'%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat center 4px / 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding-left: 10px;
}
.contentBox a:first-of-type{
	margin-left: 0px;
}
.contentBox a.knowledge{
	padding-bottom:0;
}
.titleBoxText,
.contentBoxEx p{
	font-size: 14px;
	color:#999;
	line-height: 1.5em;
	text-indent: 2em;

}
.titleBoxText.none{
	text-indent:inherit;
}
.headerNavEx b{
	width: 80px;
	height: 60px;
	display: inline-block;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg width='200.000000' height='200.000000' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E		%3Cdefs%3E		%3CclipPath id='clip77_23'%3E			%3Crect id='下拉.svg' width='200.000000' height='200.000000' fill='white' fill-opacity='0'%2F%3E		%3C%2FclipPath%3E	%3C%2Fdefs%3E	%3Cg clip-path='url(%23clip77_23)'%3E		%3Cpath id='path' d='M100 122.2L25.7 47.89C20.2 42.39 11.4 42.39 5.9 47.89C0.4 53.39 0.4 62.2 5.9 67.69L88.1 149.89C88.6 150.7 89.2 151.39 89.9 152.1C92.7 154.89 96.3 156.3 100 156.2C103.6 156.2 107.3 154.89 110.1 152.1C110.8 151.39 111.4 150.7 111.9 149.89L194.1 67.69C196.8 65 198.2 61.39 198.2 57.79C198.2 54.2 196.8 50.59 194.1 47.89C188.6 42.39 179.8 42.39 174.3 47.89L100 122.2Z' fill='%23ffffff' fill-opacity='1.000000' fill-rule='nonzero'%2F%3E	%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center /20px;
	position: absolute;
	right:0;
	top:0;
	z-index: 222;
	cursor: pointer;
}
.headerNavEx.showList b{

	background: url("data:image/svg+xml;charset=utf8,%3Csvg width='200.000000' height='200.000000' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E		%3Cdefs%3E		%3CclipPath id='clip77_23'%3E			%3Crect id='下拉.svg' width='200.000000' height='200.000000' transform='matrix(1 0 0 -1 0 200)' fill='white' fill-opacity='0'%2F%3E		%3C%2FclipPath%3E	%3C%2Fdefs%3E	%3Cg clip-path='url(%23clip77_23)'%3E		%3Cpath id='path' d='M100 77.8L25.7 152.1C20.2 157.6 11.4 157.6 5.9 152.1C0.4 146.6 0.4 137.8 5.9 132.3L88.1 50.1C88.6 49.3 89.2 48.6 89.9 47.9C92.7 45.1 96.3 43.7 100 43.8C103.6 43.8 107.3 45.1 110.1 47.9C110.8 48.6 111.4 49.3 111.9 50.1L194.1 132.3C196.8 135 198.2 138.6 198.2 142.2C198.2 145.8 196.8 149.39 194.1 152.1C188.6 157.6 179.8 157.6 174.3 152.1L100 77.8Z' fill='%23ffffff' fill-opacity='1.000000' fill-rule='nonzero'%2F%3E	%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center /20px;

}
.contentBoxEx.Expert{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    margin-left: -1rem;


}
.contentBoxEx.Expert a.lawyer{
	display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 2rem;
    float: left;
    box-sizing: border-box;
    padding-left: 1rem;
}
.contentBoxEx.Expert a.lawyer img{
	width: 100%;
}
.contentBoxEx.Expert a.lawyer:after{
	content: attr(data-after);
	font-size: 10px!important;
	color: #333!important;
	white-space:pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
	margin-top: 10px;
}
.contentBoxEx.Expert a.lawyer:nth-of-type(even){

}
.contentBoxEx.Expert a.lawyer:nth-of-type(8){
	margin-right: 0;

}
.tabelRow{
	display: flex;
	margin-top: 20px;
	color: #545353;
	font-size: 12px;
	flex-wrap: wrap;
    align-items: stretch;
    font-weight: bold;
}
.tabelRow:before{
	content: attr(data-before);
	width: 100%;
	height: 60px;
	background: #355593;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	border-radius: 5px 5px 0 0;
}
.tabelRow .tabelCell:nth-of-type(odd){
	color: #355593;
	font-size: 14px;
	flex: 20%;
	display: flex;
	border-left:1px dashed #3c3939;
	border-bottom: 1px dashed #3c3939;
	border-right:1px dashed #3c3939;
	min-height: 40px;
	align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-width: 120px;
}
.tabelRow .tabelCell{
	flex:80%;
	text-align: center;



}
.tabelRow .tabelCell div{
	min-height: 40px;
	line-height: 1.5rem;
	border:1px dashed #3c3939;
	border-top:0;
	display: flex;
	align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.tabelRow .tabelCell:nth-last-child(2){
	border-radius:  0 0 0 5px;

}
.tabelRow .tabelCell:last-of-type div:last-of-type{
	border-radius:  0 0  5px 0;
}
@media screen and (min-width: 650px){
	.tabelRow{
		font-size: 14px;
	}
	.tabelRow:before{
		font-size: 25px;
	}
	.tabelRow .tabelCell:nth-of-type(odd){
		border-right: 0;
		font-size: 16px;
	}
}
.expertBox{
	display: flex;
    flex-wrap: wrap;
    text-align: justify;
}
.expertMan:before{
	content: '';
	width: 100px;
	height: 100px;
	display: inline-block;
	background: #fff;
    border: 4px solid #355593;
    border-radius: 100%;
    z-index: 1;
    position: relative;
    display: block;
    margin-bottom: 10px;
    left: -46px;

}
.expertMan.ssb:before{
	background: #fff url(../images/expert/ssb.png) no-repeat center center / 103%;
}
.expertMan.czk:before{
	background: #fff url(../images/expert/czk.png) no-repeat center center / 103%;
}
.expertMan.syj:before{
	background: #fff url(../images/expert/syj.png) no-repeat center center / 103%;
}
.expertMan.wmc:before{
	background: #fff url(../images/expert/wmc.png) no-repeat center center / 103%;
}
.expertMan.zlx:before{
	background: #fff url(../images/expert/zlx.png) no-repeat center center / 103%;
}
.expertMan.zhg:before{
	background: #fff url(../images/expert/zhg.png) no-repeat center center / 103%;
}
.expertMan.zza:before{
	background: #fff url(../images/expert/zza.png) no-repeat center center / 103%;
}
.expertMan.sx:before{
	background: #fff url(../images/expert/sx.png) no-repeat center center / 103%;
}
.expertMan.sh:before{
	background: #fff url(../images/expert/sh.png) no-repeat center center / 103%;
}
.expertMan.zxf:before{
	background: #fff url(../images/expert/zxf.png) no-repeat center center / 103%;
}
.expertMan{
	font-size: 14px;
	margin-top: 20px;
	position: relative;
	padding-left: 46px;
	margin-bottom: 20px;

	
}
.expertMan:after{
	content: attr(data-after);
    position: absolute;
    left: 50px;
    top: 69px;
    width: 150px;
    height: 31px;
    color: #fff;
    font-size: 16px;
    line-height: 31px;
    padding-left: 61px;
    font-weight: bold;
    display: inline-block;
    background: url(../images/expert/bg.png) no-repeat center center / 100%;
}
.copyright a:hover{
	color: #fff;
}
.book{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 5%;
}
.book img{
    width:100%;  
}