﻿

/*二级页面左边导航*/
.com_zi {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.com_zi .left_zi {
  width: 250px;
  float: left;
  border-right: 1px solid #f5f5f5;
}
.com_zi .left_zi .top_com {
  background: url(../images/left_top_bg.jpg) no-repeat;
  min-height: 180px;
  padding-top: 100px;
  position: relative;
}
.com_zi .left_zi .top_com span {
  font-size: 27px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  width: 100%;
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 0px 20px;
}
.com_zi .left_zi .top_com:after {

  position: absolute;
  left: 0px;
  top: -33px;
  width: 374px;
  height: 33px;
  z-index: 9999;
}
.com_zi .left_zi .nav_left {
  border-left: 8px solid #e5e5e5;
  padding: 0px 6px;
  position: relative;
}
.com_zi .left_zi .nav_left li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 30px;
  position: relative;
}
.com_zi .left_zi .nav_left li a {
  font-size: 14px;
  color: #666666;
  font-family: "微软雅黑";
  display: block;
  width: 100%;
  padding-right: 12px;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background: url(../images/li_san.png) right center no-repeat;
}
   .test {
        font-size: 14px;
        color: #666666;
        font-family: "微软雅黑";
        display: block;
        width: 100%;
        padding-right: 12px;
        overflow: hidden;
        height: 50px;
        line-height: 50px;
        background: url(../images/li_san.png) right center no-repeat;
    }
.com_zi .left_zi .nav_left li:hover a {
  color: #0d6fb8;
  font-weight: 700;
}
.com_zi .left_zi .nav_left li .er {
  padding: 0px 0px 10px;
}
.com_zi .left_zi .nav_left li .er a {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  height: 24px;
  background: none;
  font-weight: 500;
}
.com_zi .left_zi .nav_left li .er a:hover {
  color: #0d6fb8;
}
.com_zi .left_zi .nav_left .active a {
  color: #0d6fb8;
  font-weight: 700;
}
.com_zi .left_zi .nav_left:before {
  content: "";
  position: absolute;
  height: 46px;
  width: 13px;
  top: 0px;
  left: -13px;
  background: #0d6fb8;
}
.com_zi .left_zi .pro_lei {
  border: 1px solid #f5f5f5;
  margin-top: 40px;
}
.com_zi .left_zi .pro_lei .top {
  background: #0d6fb8 url(../images/li_lei.png) no-repeat 20px center;
  padding-left: 40px;
  height: 38px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
}
.com_zi .left_zi .pro_lei .pro_l_nei {
  padding: 20px 5px 10px;
  border-bottom: 1px solid #F5F5F5;
}
.com_zi .left_zi .pro_lei .pro_l_nei .pic {
  width: 100%;
  position: relative;
}
.com_zi .left_zi .pro_lei .pro_l_nei .pic i {
  display: block;
  padding-bottom: 69.12442396313364%;
}
.com_zi .left_zi .pro_lei .pro_l_nei p {
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
}
.com_zi .left_zi .pro_lei .left_g_new {
  padding: 20px;
}
.com_zi .left_zi .pro_lei .left_g_new li a {
  color: #686868;
  font-size: 13px;
  line-height: 27px;
  height: 27px;
  overflow: hidden;
  widows: 100%;
  display: block;
  background: url(../images/li_dian1.jpg) no-repeat left center;
  padding-left: 10px;
}
.com_zi .left_zi .pro_lei .left_g_new li a:hover {
  color: #3385c1;
  font-weight: 700;
}
@media (max-width: 640px) {
  .com_zi .left_zi {
    display: none;
  }
}
@media (max-width: 996px) {
.com_zi .left_zi {
  width: 225px;
}
}
.com_zi .right_zi {
 /* width: 80%;
  float: right;*/
  padding-right: 10px; min-height: 400px;
}
.com_zi .right_zi .bar {
  border-bottom: 1px solid #eaeaea;
  padding: 30px 0px 10px;
}
.com_zi .right_zi .bar .b_tt {
  float: left;
  font-size: 20px;
  color: #1f1f1f;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 20%;
  overflow: hidden;
}
.com_zi .right_zi .bar .curbar {
  float: right;
  text-align: right;
  font-size: 12px;
  color: #6e6e6e;
  width: 78%;
  vertical-align: middle;
  margin-top: 12px;
}
.com_zi .right_zi .bar .curbar a {
  max-width: 100px;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.com_zi .right_zi .bar .curbar a:hover {
  color: #0083c7;
}
.com_zi .right_zi .bar .curbar i {
  font-style: normal;
  max-width: 100px;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.com_zi .right_zi .bar .curbar i:last-child {
  color: #0033a1;
  border-bottom: 1px solid #0033a1;
}
@media (max-width: 640px) {
  .com_zi .right_zi .bar {
    padding: 15px 0px 10px 10px;
  }
  .com_zi .right_zi .bar .b_tt {
    width: 100%;
  }
  .com_zi .right_zi .bar .curbar {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 786px) {
  .com_zi .right_zi {
    width: 100%;
  }
}

/*@media (max-width: 1024px) {
  .com_zi .right_zi {
    width: 75%;
  }
}
@media (max-width: 980px) {
  .com_zi .right_zi {
    width: 70%;
  }
}
@media (max-width: 786px) {
  .com_zi .right_zi {
    width: 65%;
  }
}
@media (max-width: 640px) {
  .com_zi .right_zi {
    width: 100%;
    padding-right: 0px;
  }
}*/

/*机构概况-右边*/
.about_zi {
  padding: 1% 0px;  padding-bottom: 15%;
}
.about_zi h4 {
      text-align: center;
    line-height: 45px;
    border-bottom: 1px solid #eaeaea; font-weight: bold;
}
.about_zi p {
  line-height: 24px;
  font-size: 13px;
  color: #666;
  font-family: 微软雅黑;
  margin-top: 5px;
  text-indent: 2em;padding-left: 10px; padding-right: 10px;
}
.about_zi .about_img {
  position: relative;
  margin: 3% 0px;
}

.about_zi .about_img img {
  z-index: 1;
}
.about_zi .about_img i {
  display: block;
  padding-bottom: 30.102040816326532%;
}
.about_zi .about_img .kuan_a {
  width: 229px;
  height: 158px;
  background: url(../images/about_kuan.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -79px;
  left: 15%;
  z-index: 999;
  padding: 10px 15px;
}
.about_zi .about_img .kuan_a span {
  display: block;
  font-size: 34px;
  color: #333;
  font-family: AvantGardeBook;
  font-weight: 700;
  line-height: 40px;
  height: 40px;
  width: 100%;
  overflow: hidden;
}
.about_zi .about_img .kuan_a time {
  display: block;
  color: #333;
  font-size: 14px;
  font-family: AvantGardeBook;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}
.about_zi .about_img .kuan_a em {
  width: 188px;
  height: 44px;
  background: #0d6fb8;
  color: #fff;
  display: block;
  line-height: 44px;
  text-align: center;
  font-style: normal;
  margin-top: 25px;
}
@media (max-width: 980px) {
  .about_zi .about_img .kuan_a {
    display: none;
  }
}


/*图片新闻列表*/
.photonews_ul {
     padding: 1% 0px;
    padding-bottom: 2%;
}
.photonews_ul li {
  line-height: 45px;
  height: 45px;
  padding: 0px 10px;
}
.photonews_ul li a {
  display: block;
  height: 100%;
  color: #666;
  font-size: 13px;
}
.photonews_ul li a span {
  display: inline-block;
  width: 80%;
/*  background: url(../images/down_tu.png) no-repeat left center;
  padding-left: 30px;*/
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}
.photonews_ul li a time {
  display: inline-block;
  width: 18%;
  float: right;
  text-align: right;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}
.photonews_ul li:nth-child(2n+2) {
  background: #efefef;
}
.photonews_ul li:hover a {
  font-weight: 700;
}
@media (max-width: 480px) {
  .photonews_ul li a span {
    width: 70%;
  }
  .photonews_ul li a time {
    width: 27%;
  }
}


/*分页*/
.pageing {
  text-align: center;
  padding: 4% 0px;
}
.pageing span{ font-family: arial;}
.pageing a {
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  color: #898989;
  font-size: 12px;
  font-family: arial;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.pageing a:hover {
  background: #0d6fb8;
  color: #fff;
}
.pageing .active {
  background: #0d6fb8;
  color: #fff;
}
.pageing select{ border: 1px solid #e8e8e8; font-family: arial;padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;}


/*图片新闻内容展示*/
.news_show_zi {
  padding: 1% 0px;
}
.news_show_zi h4 {
  color: #333;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}
.news_show_zi p {
  color: #898989;
  font-size: 14px;
  line-height: 24px;margin: 0 0px 20px 0px;
}
.news_show_zi .sh_img {
  position: relative;
/*  padding: 8% 0px;
  margin: 35px 0px 25px;*/
}
.news_show_zi .sh_img img {
  box-shadow: -25px -25px 0px #f2f2f2;
}
.news_show_zi p img {
     width:100%;
     height:0;
     background-position: center  center;
background-repeat: no-repeat;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;}
img {
    max-width: 100%;
}
.news_show_zi .sh_img i {
  display: block;
  padding-bottom: 35.714285714285715%;
}
.news_show_zi .guan_ul {
  padding: 3% 0%;
}
.news_show_zi .guan_ul li {
  line-height: 39px;
  height: 39px;
}
.news_show_zi .guan_ul li a {
  width: 80%;
  float: left;
  display: block;
  color: #666;
  height: 39px;
  overflow: hidden;
  background: url(../images/jian_sian.png) no-repeat 6px center;
  padding-left: 18px;
}
.news_show_zi .guan_ul li span {
  width: 20%;
  float: right;
  color: #999;
  display: block;
  height: 39px;
  overflow: hidden;
  text-align: right;
  padding-right: 6px;
}
.news_show_zi .guan_ul li:hover a {
  color: #007bc8;
}
@media (max-width: 480px) {
  .news_show_zi .guan_ul li a {
    width: 70%;
  }
  .news_show_zi .guan_ul li span {
    width: 26%;
  }
}


/*返回按钮*/
.return-btn a {
    position: relative;
    top: 20px;
   /* left: 20px;*/
    background: #EDEBEB;
    border: none;
    width: 100px;
    height: 39px;
    color: #5A5A5A;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 30px; margin-bottom: 20px;
}

/*公证动态*/
.right_dynamic{
    min-height: 340px;
}

.notary_secCon{ line-height: 35px; margin-left: inherit;}
.notary ul li{ width:auto;/*margin:20px 28px 10px 28px;*/}
.notary ul li span{ display:block; width:86px;height: 86px; border: 1px solid #eee; background:#f5f5f5; border-radius: 10%;text-align: center;}
/*.notary ul li a:hover{ background:#EEFFFF; border:1px solid #CEEBF4}*/
.notary ul li span img{ margin: 20px auto;}
.notary ul li p{ font-size: 16px; padding-left: 10px;}
.notary ul li p span{ color:#001F3F; font-size:18px;border: none;background: none; font-family: Microsoft YaHei UI; height: auto; padding-top:10px;  }
/*.notary ul li p a:hover{border: none;background: none;  }*/

/*公证顾问*/
/*.notary_secCon{ line-height: 35px; margin-left: inherit;}
.notary ul li{ width:auto;*//*margin:20px 28px 10px 28px;*//*}
.notary ul li a{ display:block; width:86px;height: 86px; border: 1px solid #eee; background:#f5f5f5; border-radius: 10%;text-align: center;}
.notary ul li a:hover{ background:#EEFFFF; border:1px solid #CEEBF4}
.notary ul li a img{ margin: 20px auto;}
.notary ul li p{ font-size: 16px; padding-left: 10px;}
.notary ul li p a{ color:#001F3F; font-size:18px;border: none;background: none; font-family: Microsoft YaHei UI; height: auto; padding-top:10px;  }
.notary ul li p a:hover{border: none;background: none;  }*/


/*公证员展示*/
.pro_p {
  line-height: 24px;
  color: #666;
  font-size: 13px;
  margin: 1% 0px;
}
@media (max-width: 640px) {
  .pro_p {
    padding-left: 10px;
  }
}

.noraty_gzy dl{border-bottom: 1px solid #eee;width:auto; display: block; height: 230px;float:left;}
.noraty_gzy dl dd{float:left; padding: 15px}
.noraty_gzy dl dd img{ border-radius: 10px; width: 134px; height: 187px;}
.noraty_gzy dl dt{ margin-left:150px;padding:10px 0px;width:140px}
.noraty_gzy dl dt h1{font-size:22px; font-weight: 400;display: inline-block;padding-right: 10px;padding-top:8px;}

.smlink { margin-left: 17px; margin-top:10px; display: block; border: 1px solid #3F77BE; height: 30px; width:118px; line-height: 30px; color:#3F77BE;/*font-size:18px;*/ border-radius: 15px; text-decoration: none;}
.smlink img{ margin-left:10px;margin-right:6px; margin-top:6px;}
.smlink.blz{ border: 1px solid #D93600; height: 30px; width:118px; line-height: 30px; color:#D93600; border-radius: 15px; text-decoration: none; text-align: center;}
.bzrytop{ padding-top:15px; }

.gzgw_gzy{position: relative;display: block;}
.gzgw_gzy:hover{ color:#333; text-decoration: none;}
.gzgw_gzy .smnr{ display: none;position:absolute; background: #fff; top:8px; left:150px; }
.gzgw_gzy .smnr img{max-width:none;}
.gzgw_gzy:hover .smnr{display: block; }
.gzgw_gzy p{ margin-top: 10px; /*height: 100px;*/ text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
    font-size: 13px;
 line-height: 22px;;
}


/*联系我们-地图*/
.contact_map {
  width: 100%;
  margin-bottom: 30px;
}
.contact_map #map {
  width: 100%;
  height: 490px;
}
@media (max-width: 640px) {
  .contact_map #map {
    height: 200px;
  }
}
.contact_map #map2 {
    width: 100%;
    height: 490px;
}

@media (max-width: 640px) {
    .contact_map #map2 {
        height: 200px;
    }
}
