﻿@font-face {font-family: 'webFont';src: url('TimesNewRoman.ttf');font-weight: normal;font-style: normal;}
body.en,body.en a,body.en input,body.en textarea{font-family:webFont,Verdana,Arial,"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";}
:root{--pcMenuH:66px; --mbHeaderH: 50px; --modRgb:var(--siteRgb);}

@media all and (min-width: 768px) {
	.siteW{width:1200px;min-width:1200px;max-width:1200px;margin:auto;}
	body {background:url(webBg.svg) repeat center/118px 118px !important;}
	.crumbs{background:#eee !important;}
	.listNav.pc, .pageNav.pc{padding-left:30px; margin-right:90px !important;}
	.list, .page, .show{background:#fff;}
	.list .listInfo, .page .pageInfo{padding:66px 99px 66px 0  !important;}
	#show_news_html .showInfo{padding:50px 60px 0 60px}
}


@media all and (max-width: 768px) {
	.siteW{width:100%;border-width:0 15px;}
	.titleS h1.title {font-size:18px;}
	#list_news_html .listText001 .flexItem h2{font-size:15px;}
}

.indexModTit{display:Xnone;}
.menu001 .menus .menu-li {padding:0 3px !important;}
.menu001 .menus .child-ul {margin-left:-3px !important;;}

.parentDir_StarLawyer .titleInfo{display:none;}

.dir_JoinUs .titleInfo{display:none;}
.dir_JoinUs .ueditor::before{content:"";display:block;width:100%;aspect-ratio:2/1;margin-bottom:30px;background:url('UI/joinUs.png') no-repeat center/100% auto;}


.dir_PhotoAlbum	.listTeamsAll001 .gridPack {grid-template-columns:repeat(2, 1fr);gap:50px;}
.dir_PhotoAlbum .listTeamsAll001 .gridItem figure{aspect-ratio:3/2}
.dir_PhotoAlbum .ueditor img{width:100% !important;}


body.en .dir_StarLawyer .listTeamsAll001 .catname{text-transform:none;}
body.en .dir_StarLawyer .listTeamsAll001 .catname .catnameText h2{font-size:18px}


/*.flexItem h4.line2:empty::before{content:"网站升级中，数据正在与旧版站点同步，请稍候点击阅读 ……";}*/
/*.show .ueditor:empty::before{content:"网站升级中，数据正在与旧版站点同步，请稍候点击阅读 ……";}*/


/*春雷伙伴*/
.dir_Partners .ueditor {display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;}
.dir_Partners .ueditor p {margin:0;padding:0;}
.dir_Partners .ueditor p a {display:flex;justify-content:center;align-items:center;padding:18px 36px;box-shadow:0 0 5px rgb(0,0,0,.11);height:120px;}
.dir_Partners .ueditor p a:hover{box-shadow:0 0 5px rgb(0,0,0,.36);}
.dir_Partners .ueditor p a img{margin:0;padding:0;max-width:100%;max-height:100%;}
@media all and (max-width: 768px) {
	.dir_Partners .ueditor {gap:15px;}
	.dir_Partners .ueditor p a {padding:20px 10px;height:100px;}
}


/*春雷客户*/
.dir_Customers .ueditor section.list{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;margin-bottom:80px;}
.dir_Customers .ueditor section.list p {margin:0;padding:0;}
.dir_Customers .ueditor section.list p {display:flex;justify-content:center;align-items:center;padding:18px 36px;box-shadow:0 0 5px rgb(0,0,0,.11);height:90px;}
.dir_Customers .ueditor section.list p:hover{box-shadow:0 0 5px rgb(0,0,0,.36);}
.dir_Customers .ueditor section.list p img{margin:0;padding:0;max-width:100%;max-height:100%;}
@media all and (max-width: 768px) {
	.dir_Customers .ueditor section.list {gap:15px;}
	.dir_Customers .ueditor section.list p {padding:20px 10px;height:70px;}
}


/*春雷领域*/
.topDir_Area .ueditor ul li p a{padding-bottom:3px; border-bottom:1px dashed rgba(0,0,0,.18);}
.topDir_Area .ueditor ul li p a:hover{color:rgba(174,30,30,1);border-bottom:1px solid rgba(174,30,30,1);}


/*春雷年鉴*/
.dir_Almanac .listText001 .flexItem {background:url(UI/AlmanacBg.svg) no-repeat center right/auto 75%;}
.dir_Almanac .listText001 .flexItem:hover{
	background:url(UI/AlmanacBg.svg) no-repeat center right/auto 75%,
	linear-gradient(to right,rgba(var(--siteRgb),.2),rgba(var(--siteRgb),.2) 16px,rgba(var(--siteRgb),.03) 16px,rgba(var(--siteRgb),.03));box-shadow:0 0 3px rgba(0,0,0,.1);clip-path:polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
}