<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("site.min.css");
body {
  background-color: #F5F5F5;
}

/*
* 面包屑导航
*/
.breadcrumb {
  background-color: #FBFBFB;
  font-size: 0.75rem;
  margin-bottom: 20px;
}

.breadcrumb i {
  font-size: 0.75rem;
}

.breadcrumb a:hover {
  color: #C00;
  transition: .33s all ease;
}

/*
*通用新闻列表样式
*/
ul.news_list {
  padding: 0;
}

ul.news_list &gt; li {
  list-style: none;
  background: #FFF;
  padding: 0 10px 0 0;
  margin-bottom: 20px;
  display: flex;
}

ul.news_list &gt; li &gt; .date {
  width: 132px !important;
  background: #666;
  height: 142px;
  color: #FFF;
  margin-right: 10px;
}

ul.news_list &gt; li &gt; .date &gt; span {
  font-size: 3rem;
  line-height: 1.2;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-top: 18px;
  margin-left: 30px;
  width: 80px;
}

ul.news_list &gt; li &gt; .date &gt; date {
  font-size: 0.95rem;
  margin-left: 30px;
}

ul.news_list &gt; li &gt; div.content {
  flex: 1;
  position: relative;
}

ul.news_list &gt; li &gt; div.content h3 {
  padding-top: 10px;
  font-size: 1.2rem;
}

ul.news_list &gt; li &gt; div.content h3 a:hover {
  color: #C00;
}

ul.news_list &gt; li &gt; div.content p {
  color: #666;
  margin-bottom: 0;
  line-height: 1.8;
}

ul.news_list &gt; li &gt; div.content &gt; div.more {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.75rem;
  color: #999;
}

ul.news_list &gt; li &gt; div.content &gt; div.more span {
  margin-left: 7px;
}

ul.news_list &gt; li &gt; div.content &gt; div.more span &gt; i {
  margin-right: 4px;
}

/*新闻业绩*/
ul.case {
  margin-top: 20px;
}

ul.case &gt; li {
  margin-bottom: 20px;
  background: #FFF;
}

ul.case &gt; li .date {
  width: 132px;
  float: left;
  height: 142px;
  background: #666;
}

ul.case &gt; li .date span {
  font-size: 3rem;
  line-height: 1.2;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-top: 18px;
  margin-left: 30px;
  width: 80px;
}

ul.case &gt; li .date small {
  font-size: 0.95rem;
  color: #fff;
  margin-left: 30px;
}

ul.case &gt; li .intro {
  float: left;
  margin-left: 143px;
}

ul.case &gt; li::after {
  content: '';
  clear: both;
}

ul.case &gt; li .yeji_content {
  padding-left: 150px;
  padding-top: 2px;
  width: 800px;
  height: 142px;
}

ul.case &gt; li .yeji_content div.more {
  text-align: right;
  font-size: 0.75rem;
  color: #999;
}

ul.case &gt; li .yeji_content div.more &gt; i {
  margin-right: 4px;
  margin-left: 10px;
}

ul.case &gt; li .yeji_content h3 {
  font-size: 1.0rem;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;
  font-weight: bold;
}

ul.case &gt; li .yeji_content p {
  line-height: 1.8;
  font-size: 0.8rem;
  margin-left: 10px;
}

/*新闻正文内容*/
.news_content {
  background: #FFF;
  padding: 50px 30px;
  height: auto !important;
  height: 800px;
}

.news_content h1 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.news_content .more {
  font-size: 0.8rem;
  color: #999;
}

.news_content .more ul {
  display: flex;
}

.news_content .more ul li {
  margin-right: 20px;
}

.news_content .more ul li i {
  margin-right: 3px;
}

.news_content .desc {
  position: relative;
  padding: 30px 30px 30px 85px;
  background: #F3F3F3;
  color: #444444;
  border-radius: 3px;
  margin-bottom: 20px;
}

.news_content .desc:before {
  position: absolute;
  width: 46px;
  height: 46px;
  left: 20px;
  top: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
  content: '“';
  opacity: .15;
  font-size: 2rem;
}

.news_content p {
  margin: 0 0 20px;
  line-height: 1.8;
}

.news_content p img {
  height: auto;
}

.news_content img {
  max-width: 100%;
  max-height: auto;
}

aside.subnav {
  border-top: 5px solid #ac332a;
  background: #FFF;
  margin-bottom: 20px;
  padding: 15px 20px 20px;
}

aside.subnav .nav .nav-item {
  border-bottom: dotted 1px #bbbbbb;
}

aside.subnav .nav .nav-item a {
  font-size: 0.9rem;
  color: #666;
}

aside.subnav .nav .nav-item a:hover {
  color: #C00;
}

.news_list1 {
  margin-top: 30px;
}

.news_list1 .news_intro {
  background: #fff;
  margin-bottom: 30px;
  padding: 5px 10px 0;
}

.news_list1 .news_intro &gt; div.pic {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.news_list1 .news_intro &gt; div.pic &gt; div.date {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 5px 10px 5px;
  background-color: #000000;
  opacity: 0.8;
  color: #fff;
}

.news_list1 .news_intro &gt; div.pic &gt; div.date &gt; span {
  font-size: 1.3rem;
  line-height: 1.7;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.news_list1 .news_intro &gt; div.pic &gt; div.date date {
  font-size: 0.65rem;
}

.news_list1 .news_intro &gt; div.pic &gt; img {
  width: 100%;
  height: auto;
}

.news_list1 .news_intro p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}

.news_list1 .news_intro h3 {
  font-size: 22px;
  color: #333;
  margin-top: 15px;
}

.news_list1 .news_intro h3 a:hover {
  color: #e60012;
}

.news_list1 .news_intro .more {
  text-align: right;
  margin-top: 20px;
  font-size: 0.75rem;
  color: #999;
}

.news_list1 .news_intro .more &gt; i {
  margin-right: 4px;
  margin-left: 10px;
}

.newintro p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.index_news .news_content {
  height: 500px !important;
  min-height: 500px !important;
}

.index_news .news_body {
  background-color: #fff;
  cursor: pointer;
  padding: 15px 15px 5px;
  margin-bottom: 20px;
}

.index_news .news_body a:hover {
  color: #C00;
}

.index_news .news_body &gt; div {
  position: relative;
}

.index_news .news_body &gt; div img {
  width: 100%;
  height: auto;
}

.index_news .news_body &gt; div &gt; div.date {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 5px 10px 5px;
  background-color: #000000;
  opacity: 0.8;
  color: #fff;
}

.index_news .news_body &gt; div &gt; div.date &gt; span {
  font-size: 1.3rem;
  line-height: 1.7;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.index_news .news_body &gt; div &gt; div.date date {
  font-size: 0.65rem;
}

.index_news .news_body h3 {
  font-size: 1rem;
  line-height: 1.5;
  padding: 9px 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index_news .news_body p {
  margin: 3px 10px 0;
  font-size: 0.75rem;
  line-height: 2.12;
  color: #666;
}

.index_news .news_body div.more {
  text-align: right;
  margin-top: 20px;
  font-size: 0.75rem;
  color: #999;
}

.index_news .news_body div.more &gt; i {
  margin-right: 4px;
  margin-left: 10px;
}

/*律师团队内容页*/
.tab-content &gt; div {
  min-height: 600px;
  height: auto !important;
  height: 600px;
  padding-top: 20px;
  padding-bottom: 50px;
}

/*首页专业领域*/
.practice_index {
  margin-top: 65px;
}

.practice_index &gt; li {
  font-size: 1.5rem;
  font-weight: bold;
  width: 50%;
  float: left;
  text-align: center;
  cursor: pointer;
}

.practice_index &gt; li.active {
  color: #ac332a;
  border-bottom: 2px solid #ac332a;
}

.practice_index_content {
  padding: 45px 0;
  line-height: 1.875;
  display: none;
}

.practice_index_content &gt; ul {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}

.practice_index_content &gt; ul::after {
  content: "";
  clear: both;
  display: block;
}

.practice_index_content &gt; ul &gt; li {
  float: left;
  width: 16.6%;
  text-align: center;
  display: block;
  padding: 20px 0px;
  border-left: 1px dotted #eeeeee;
  border-bottom: 1px dotted #eeeeee;
}

.practice_index_content &gt; ul &gt; li a {
  display: block;
}

.practice_index_content &gt; ul &gt; li a span {
  display: block;
  margin-top: 15px;
}

.practice_index_content &gt; ul &gt; li a img:nth-child(2) {
  display: none;
}

.practice_index_content &gt; ul &gt; li a:hover span {
  color: #ac332a;
}

.practice_index_content &gt; ul &gt; li a:hover img:nth-child(1) {
  display: none;
}

.practice_index_content &gt; ul &gt; li a:hover img:nth-child(2) {
  display: inline-block;
}

.practice_index_content.active {
  display: block;
}

.index_practice_list {
  padding: 20px 0px;
}

.index_practice_list &gt; li {
  text-align: left;
  width: 100%;
  display: block;
  padding: 15px 0px;
  border-bottom: 1px dotted #eeeeee;
}

/**
* 通用banner区域设置
*/
.banner {
	height: 45.322vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner &gt; h3 {
  text-align: center;
  font-size: 3rem;
  color: #FFF;
  font-weight: bolder;
  padding: 15px;
}

.banner &gt; p {
  text-align: center;
  color: #FFF;
  font-size: 1.625rem;
}

.banner &gt; p &gt; span {
  display: inline-block;
  width: 60px;
  height: 34px;
  line-height: 34px;
  font-size: 1.375rem;
  background-color: #e60012;
  border-radius: 3px;
  margin-right: 5px;
}

.banner.about {
  background: url(./images/banner_about.png) center center no-repeat;
}

.banner.article {
  background: url(./images/banner_article.png) center center no-repeat;
}

.banner.service {
  background: url(./images/banner_service.png) center center no-repeat;
}

.banner.team {
  background: url(./images/banner_team.png) center center no-repeat;
}

.banner.office {
  background: url(./images/banner_office.png) center center no-repeat;
}

.hotnews {
  background: #f6f9ff;
  padding: 50px 0;
}

.hotnews h1 {
  text-align: center;
  margin-bottom: 40px;
}

.hotnews .newsitem {
  background-color: #fff;
  padding: 10px;
  height: 440px;
  position: relative;
}

.hotnews .newsitem &gt; .pic {
  margin-bottom: 20px;
}

.hotnews .newsitem &gt; .pic img {
  width: 332px;
  height: 222px;
}

.hotnews .newsitem &gt; .pic &gt; .date {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 10px 5px;
  background-color: #000000;
  opacity: 0.65;
  color: #fff;
}

.hotnews .newsitem &gt; .pic &gt; .date &gt; span {
  font-size: 1.3rem;
  line-height: 1.7;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.hotnews .newsitem &gt; .pic &gt; .date date {
  font-size: 0.65rem;
  font-weight: bold;
}

.hotnews .newsitem a {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  cursor: pointer;
}

.hotnews .newsitem a:hover {
  color: #ac332a;
}

.hotnews .newsitem p {
  font-size: 14px;
  line-height: 26px;
  margin: 12px 0px 18px 0px;
  color: #666;
}

.hotnews .newsitem .more {
  position: absolute;
  right: 10px;
  bottom: 7px;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  font-size: 0.75rem;
  color: #999;
}

.hotnews .newsitem .more span {
  margin-left: 8px;
}

.hotnews .newsitem .more span &gt; i {
  margin-right: 5px;
}

/*#region*/
/*
*专业领域区域
*/

.field &gt; ul &gt; li.active {
    color: #ac332a;
    border-bottom: #ac332a solid 2px;
}

.col-md-9 &gt; div.active {
    display: block;
}

.col-md-9&gt; div {display: none;}

nav.service {
  background: #fff;
  padding: 20px 30px 10px 30px;
  border-top: #ac332a solid 3px;
}

nav.service ul li {
  border-bottom: 1px dotted #bbb;
  padding: 5px 0;
}

nav.service ul li a {
  padding: 10px 0 10px 15px;
  display: block;
  position: relative;
}

nav.service ul li a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 14px;
  font: 400 0.7rem/24px 'FontAwesome';
  color: #ac332a;
}

nav.service ul li a:hover {
  color: #ac332a;
  transition: .33s all ease;
}

nav.service ul li a:hover:before {
  left: 5px;
  transition: .33s all ease;
}

nav.service ul li:last-child {
  border-bottom: none;
}

.service_info {
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 60px;
}

.service_info &gt; h3 {
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.service_info p {
  color: #666;
  line-height: 32px;
}

.service_info &gt; .subtitle {
  margin-top: 30px;
}

.service_info &gt; .subtitle &gt; h5 {
  text-align: center;
  color: #ac332a;
  font-size: 22px;
  font-weight: normal;
  background: url(../images/line.png) center center no-repeat;
  margin-bottom: 0;
}

.service_info &gt; .subtitle small {
  display: block;
  text-align: center;
  font-size: 0.94rem;
}

.service_info &gt; .service_list {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service_info &gt; .service_list &gt; ul {
  width: 44%;
  height: auto;
  overflow: hidden;
  border: 1px solid #d9e5f0;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  margin: 0 15px;
}

.service_info &gt; .service_list &gt; ul li {
  height: auto;
  overflow: hidden;
  border-bottom: 1px dashed #d5e1ec;
  cursor: pointer;
  line-height: 46px;
  padding-left: 15px;
  position: relative;
  font-weight: 900;
}

.service_info &gt; .service_list &gt; ul li:before {
  /* content: '\f105'; */
  position: absolute;
  left: 0;
  top: 12px;
  font: 400 0.7rem/24px 'FontAwesome';
  color: #ac332a;
  transition: .33s all ease;
}

.service_info &gt; .service_list &gt; ul li:last-child {
  border-bottom: none;
}

.service_info &gt; .service_list &gt; ul li:hover {
  color: #ac332a;
}

.service_info &gt; .service_list &gt; ul li:hover:before {
  left: 5px;
}

.service_tab {
  background: #FFF;
  padding: 10px 20px;
}

.service_tab &gt; ul {
  padding: 0;
  border-bottom: 1px dotted #eee;
  margin-bottom: 0;
}

.service_tab &gt; ul &gt; li {
  cursor: pointer;
  display: inline-block;
  margin-right: 40px;
  line-height: 40px;
}

.service_tab &gt; ul &gt; li.active {
  color: #ac332a;
  border-bottom: #ac332a solid 2px;
}

.service_content &gt; div {
  display: none;
/*   min-height: 800px; */
/*   height: 800px; */
  height: auto !important;
}

.service_content &gt; div.active {
  display: block;
}

.service_content &gt; div.lawyer_list &gt; ul {
  padding: 0;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li {
  padding: 0;
  list-style: none;
  background: #FFF;
  margin-top: 20px;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a {
  display: flex;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a .pic {
  width: 166px;
  height: 166px;
  overflow: hidden;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a .pic &gt; img {
  max-width: 166px;
  height: auto;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a .content {
  padding: 0 20px;
  width: 100%;
  flex: 1;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a .content &gt; div.title {
  position: relative;
  border-bottom: #d5e1ec solid 1px;
  padding-top: 8px;
  text-align: start;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a .content &gt; div.title &gt; h3 {
  margin-bottom: 0;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a .content &gt; div.title &gt; small {
  font-size: 0.75rem;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a .content &gt; div.title &gt; .more {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 0.75rem;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a .content &gt; div.title &gt; .more span {
  margin-left: 7px;
  color: #666;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a .content &gt; div.title &gt; .more span i {
  color: #ac332a;
  margin-right: 5px;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a .content &gt; p {
  margin-top: 20px;
  color: #666;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a:hover {
  background: #ac332a;
  color: #FFF;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a:hover .content &gt; .title &gt; .more span {
  color: #FFF;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a:hover .content &gt; .title &gt; .more span &gt; i {
  color: #FFF;
}

.service_content &gt; div.lawyer_list &gt; ul &gt; li &gt; a:hover .content &gt; p {
  color: #FFF;
}

/*#endregion*/
</pre></body></html>