.gray-bg {
    background-color: #e5e5e5
}
.hot-label-block {
    display: block;
    width: 160px;
    float: left;
    background-color: #efefef;
    padding: 20px 0;
    height: 280px
}
.hot-label-block .hot-label-title {
    font-size: 15px;
    color: #353535;
    text-indent: 15px
}
.hot-label-block .hot-label-list {
    display: block
}
.hot-label-block .hot-label-list .list {
    padding-top: 5px
}
.hot-label-block .hot-label-list .list-item {
    display: block;
    height: 30px;
    line-height: 30px;
    text-indent: 15px
}
.hot-label-block .hot-label-list .list-item a {
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .25s;
    transition: all .25s
}
.hot-label-block .hot-label-list .list-item a:hover {
    background-color: #fff;
    color: #f93
}
.hot-banner-block {
    display: block;
    float: left;
    width: 740px;
    height: 320px
}
#banner {
    display: block;
    width: 740px;
    height: 320px;
    overflow: hidden
}
#banner .banner-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}
#banner .banner-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}
#banner .banner-item img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out
}
#banner .banner-item p {
    position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 24px;
    color: #fff;
    text-indent: 20px;
    -webkit-transition: all .25s;
    transition: all .25s;
    width: 600px
}
#banner .banner-item p:hover {
    text-decoration: underline
}
#banner-pagination {
    position: absolute;
    bottom: 20px;
    text-align: right;
    width: 120px;
    right: 0;
    z-index: 19;
    padding-right: 20px;
    height: 30px;
    line-height: 30px
}
#banner-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #848483;
    -webkit-transition: all .25s;
    transition: all .25s;
    margin: 0 4px;
    cursor: pointer
}
#banner-pagination .swiper-pagination-switch.swiper-visible-switch, #banner-pagination .swiper-pagination-switch.swiper-active-switch {
    width: 20px;
    background-color: #f93
}
.chief-lawyer-block {
    display: block;
    width: 300px;
    float: left;
    background-color: #fff
}
.chief-lawyer-block .chief-top {
    border-bottom: 1px solid #e5e5e5
}
.chief-lawyer-block .chief-top:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.chief-lawyer-block .chief-top .chief-photo {
    display: block;
    width: 300px;
    height: 184px;
    overflow: hidden
}
.chief-lawyer-block .chief-top .chief-photo img {
    display: block;
    width: 100%;
    height: auto
}
.chief-lawyer-block .chief-bottom {
    height: 135px;
    width: 100%;
    background: #f2f2f2 url(//img1.findlawimg.com/img/info_front/Zhishi/chief-bg.jpg?ver=1540371154) center no-repeat;
    background-color: #12c48b;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px
}
.chief-lawyer-block .chief-bottom .title {
    display: block;
    padding-bottom: 7px;
    font-size: 16px;
    color: #353535;
    line-height: 24px
}
.chief-lawyer-block .chief-bottom .info-list {
    display: block;
    line-height: 24px;
    font-size: 12px;
    color: #858585
}
.chief-lawyer-block .chief-bottom .info-list .green {
    color: #72b539;
    font-size: 14px
}
.common-left-container {
    width: 840px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.common-title-style2 {
    color: #353535;
    font-size: 26px;
    padding-bottom: 19px;
    border-bottom: 1px solid #ddd
}
.common-image-text1 .image-text-list {
    display: block
}
.common-image-text1 .image-text-list .list-item, .common-image-text1 .image-text-list .list {
    display: block
}
.common-image-text1 .image-text-item {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 26px 0;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}
.common-image-text1 .image-text-item:hover {
    background-color: #f6f6f6
}
.common-image-text1 .image-text-item:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.common-image-text1 .image-text-item .item-image {
    display: block;
    float: left
}
.common-image-text1 .image-text-item .item-image .image-link {
    display: block;
    width: 220px;
    height: 150px;
    overflow: hidden
}
.common-image-text1 .image-text-item .item-image .image-link .image-link-image {
    display: block;
    width: 220px;
    height: auto;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out
}
.common-image-text1 .image-text-item .item-image .image-link .image-link-image:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2)
}
.common-image-text1 .image-text-item .item-text {
    display: block;
    float: left;
    margin-left: 20px;
    width: 580px
}
.common-image-text1 .image-text-item .item-text .text-title-link {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #353535;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in
}
.common-image-text1 .image-text-item .item-text .text-title-link:hover {
    color: #0d7fc5
}
.common-image-text1 .image-text-item .item-text .text-main {
    padding: 10px 0;
    height: 80px;
    line-height: 26px;
    font-size: 14px;
    color: #858585
}
.common-image-text1 .image-text-item .item-text .text-action {
    height: 20px;
    line-height: 20px
}
.common-image-text1 .image-text-item .item-text .text-action a, .common-image-text1 .image-text-item .item-text .text-action span {
    display: inline-block;
    vertical-align: bottom;
    color: #b2b2b2;
    font-size: 12px;
    margin-right: 5px;
    -webkit-transition: color .25s;
    transition: color .25s;
    cursor: pointer
}
.common-image-text1 .image-text-item .item-text .text-action a:hover, .common-image-text1 .image-text-item .item-text .text-action span:hover {
    color: #0d7fc5
}
.common-image-text1 .image-text-item .item-text .text-action .action-item {
    margin-right: 10px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center
}
.common-image-text1 .image-text-item .item-text .text-action .action-item.label-icon {
    background-image: url(//img2.findlawimg.com/img/info_front/Zhishi/icon-label.png?ver=1540371154)
}
.common-image-text1 .image-text-item .item-text .text-action .action-item.watch-icon {
    background-image: url(//img3.findlawimg.com/img/info_front/Zhishi/icon-eye.png?ver=1540371154)
}
.common-image-text1 .image-text-item .item-text .text-action .action-item.awesome-icon {
    background-image: url(//img1.findlawimg.com/img/info_front/Zhishi/icon-awesome.png?ver=1540371154)
}
.common-question-answer {
    display: block
}
.common-question-answer .cqa-list {
    display: block
}
.common-question-answer .cqa-list .list {
    display: block;
    width: 100%;
    margin-top: 10px
}
.common-question-answer .cqa-list .list-item {
    display: block;
    width: 100%
}
.common-question-answer .question-answer-item {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}
.common-question-answer .question-answer-item:hover {
    background-color: #f9f9f9
}
.common-question-answer .question-answer-item.active .answer-main {
    display: block
}
.common-question-answer .question-answer-item .question-main {
    padding: 20px 15px 20px 5px;
    line-height: 30px
}
.common-question-answer .question-answer-item .question-main:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.common-question-answer .question-answer-item .question-main:hover .question-text {
    color: #0d7fc5
}
.common-question-answer .question-answer-item .question-main .question-text {
    padding-left: 50px;
    height: 30px;
    background: transparent url(//img1.findlawimg.com/img/info_front/Zhishi/icon-question.png?ver=1540371154) left center no-repeat;
    color: #353535;
    font-size: 16px;
    display: block;
    float: left;
    cursor: pointer;
    width: 720px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .25s;
    transition: color .25s
}
.common-question-answer .question-answer-item .question-main .question-time {
    float: right;
    display: block;
    width: 100px;
    height: 30px;
    font-size: 12px;
    color: #999;
    text-align: right
}
.common-question-answer .question-answer-item .answer-main {
    display: none;
    padding-bottom: 20px
}
.common-question-answer .question-answer-item .answer-main .answer-text {
    margin-left: 45px;
    position: relative;
    background-color: #f0f8e8;
    padding: 15px
}
.common-question-answer .question-answer-item .answer-main .answer-text:after {
    content: '';
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    display: block;
    top: 5px;
    background: transparent url(//img3.findlawimg.com/img/info_front/Zhishi/icon-answer.png?ver=1540371154) left center no-repeat
}
.common-question-answer .question-answer-item .answer-main .answer-text:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: -10px;
    border: 5px solid transparent;
    border-right-color: #f0f8e8;
    top: 16px
}
.common-question-answer .question-answer-item .answer-main .answer-text .text-main {
    display: block;
    padding-bottom: 10px;
    line-height: 26px;
    border-radius: 4px;
    display: block
}
.common-question-answer .question-answer-item .answer-main .answer-text .text-main:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.common-question-answer .question-answer-item .answer-main .answer-text .text-main .text {
    display: block;
    width: 700px;
    font-size: 16px;
    color: #353535;
    float: left
}
.common-question-answer .question-answer-item .answer-main .answer-text .text-main .reply {
    display: block;
    width: 65px;
    float: left;
    font-size: 12px;
    color: #999;
    text-align: right
}
.common-question-answer .question-answer-item .answer-main .answer-text .text-main .reply:hover {
    text-decoration: underline;
    color: #0d7fc5
}
.common-question-answer .question-answer-item .answer-main .text-info {
    display: block;
    font-size: 14px
}
.common-question-answer .question-answer-item .answer-main .text-info .info-item {
    display: inline-block;
    margin-right: 10px;
    color: #999
}
.common-question-answer .question-answer-item .answer-main .text-info a:hover {
    text-decoration: underline;
    color: #0d7fc5
}
.marry-family-item {
    display: block;
    width: 100%;
    padding: 26px 5px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.marry-family-item:hover {
    background-color: #f9f9f9
}
.marry-family-item .fm-link-title {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #353535;
    line-height: 34px;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in
}
.marry-family-item .fm-link-title:hover {
    color: #0d7fc5
}
.marry-family-item .fm-link-title .recommend-item {
    padding-right: 30px;
    background: transparent url(//img2.findlawimg.com/img/info_front/Zhishi/icon-recommend.png?ver=1540371154) right center no-repeat
}
.marry-family-item .fm-link-title .image-item {
    padding-right: 40px;
    background: transparent url(//img2.findlawimg.com/img/info_front/Zhishi/icon-image.png?ver=1540371154) right center no-repeat
}
.marry-family-item .fm-link-title .recommend-image-item {
    padding-right: 70px;
    background: transparent url(//img3.findlawimg.com/img/info_front/Zhishi/icon-recommend-image.png?ver=1540371154) right center no-repeat
}
.marry-family-item .fm-text {
    padding: 10px 0;
    line-height: 26px;
    font-size: 14px;
    color: #858585
}
.marry-family-item .fm-text .gray {
    color: #b2b2b2
}
.marry-family-item .fm-action {
    height: 20px;
    line-height: 20px
}
.marry-family-item .fm-action a, .marry-family-item .fm-action span {
    display: inline-block;
    vertical-align: bottom;
    color: #b2b2b2;
    font-size: 12px;
    margin-right: 5px;
    -webkit-transition: color .25s;
    transition: color .25s;
    cursor: pointer
}
.marry-family-item .fm-action a:hover, .marry-family-item .fm-action span:hover {
    color: #0d7fc5
}
.marry-family-item .fm-action .action-item {
    margin-right: 10px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center
}
.marry-family-item .fm-action .action-item.label-icon {
    background-image: url(//img2.findlawimg.com/img/info_front/Zhishi/icon-label.png?ver=1540371154)
}
.marry-family-item .fm-action .action-item.watch-icon {
    padding-left: 23px;
    background-image: url(//img3.findlawimg.com/img/info_front/Zhishi/icon-eye.png?ver=1540371154)
}
.marry-family-item .fm-action .action-item.awesome-icon {
    background-image: url(//img1.findlawimg.com/img/info_front/Zhishi/icon-awesome.png?ver=1540371154)
}
.marry-family-law {
    display: block
}
.marry-family-law .mf-law-list1 {
    display: block;
    padding: 26px 0
}
.marry-family-law .mf-law-list1 .list {
    display: block
}
.marry-family-law .mf-law-list1 .list:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.marry-family-law .mf-law-list1 .list .list-item {
    float: left;
    margin-left: 30px
}
.marry-family-law .mf-law-list1 .list .list-item:first-child {
    margin-left: 0
}
.marry-family-law .mf-law-item1 {
    display: block;
    width: 260px;
    height: auto
}
.marry-family-law .mf-law-item1 .mfl-link {
    display: block;
    width: 100%
}
.marry-family-law .mf-law-item1 .mfl-link .img-content {
    display: block;
    width: 260px;
    height: 160px;
    overflow: hidden
}
.marry-family-law .mf-law-item1 .mfl-link img {
    display: block;
    width: 260px;
    height: auto;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out
}
.marry-family-law .mf-law-item1 .mfl-link img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}
.marry-family-law .mf-law-item1 .mfl-link p {
    font-size: 14px;
    text-align: center;
    color: #353535;
    margin-top: 8px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .25s;
    transition: color .25s
}
.marry-family-law .mf-law-item1 .mfl-link p:hover {
    color: #0d7fc5;
    text-decoration: underline
}
.marry-family-law .mf-law-list2 {
    display: block
}
.marry-family-law .mf-law-list2 .list {
    display: block
}
.marry-family-law .mf-law-list2 .list:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.marry-family-law .mf-law-list2 .list .list-item {
    width: 400px;
    float: left
}
.marry-family-law .mf-law-list2 .list .list-item.even-item {
    margin-left: 40px
}
.marry-family-law .mf-law-list2 .list .list-item a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    padding-left: 15px;
    color: #353535;
    font-size: 16px;
    -webkit-transition: color .25s;
    transition: color .25s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.marry-family-law .mf-law-list2 .list .list-item a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 2px solid #ddd;
    left: 0;
    top: 50%;
    margin-top: -2px;
    position: absolute
}
.marry-family-law .mf-law-list2 .list .list-item a:hover {
    color: #0d7fc5
}
.navigation-wrap {
    display: block;
    width: 840px;
    overflow: hidden
}
.navigation-wrap .navigation-main {
    display: block;
    width: 880px
}
.navigation-wrap .navigation-main:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.navigation-wrap .navigation-main .navigation-block {
    display: block;
    float: left;
    margin: 20px 20px 0 0;
    width: 420px
}
.navigation-wrap .navigation-main .navigation-block .list {
    display: block;
    margin-top: 0
}
.navigation-wrap .navigation-main .navigation-block .list:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.navigation-wrap .navigation-main .navigation-block .list .list-item {
    float: left;
    width: 25%;
    margin: 10px 0 0;
    height: 24px;
    display: block
}
.navigation-wrap .navigation-main .navigation-block .navigation-list-item {
    display: inline-block;
    width: auto;
    height: 22px;
    line-height: 22px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 14px;
    color: #999;
    -webkit-transition: all .25s;
    transition: all .25s
}
.navigation-wrap .navigation-main .navigation-block .navigation-list-item:hover {
    color: #0d7fc5;
    border-color: #ddd
}
.navigation-wrap .navigation-main .navigation-block-title {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 12px;
    font-size: 16px;
    color: #353535;
    height: 32px;
    line-height: 18px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e9e9e9
}
.navigation-wrap .navigation-main .navigation-block-title:before {
    content: '';
    display: block;
    height: 16px;
    width: 2px;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #72b539
}
.gray-theme-bg {
    background-color: #f0f0f0
}
.padding-bottom20 {
    padding-bottom: 20px
}
.common-left-container {
    width: 50%;
/*    margin-right: 20px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px;
    margin-left: 20%;
    display: block;
/*    background-color: #fff*/
}
.recommend-col {
    background-color: #fff
}
.recommend-col .rc-title {
    font-size: 16px;
    color: #353535;
    font-weight: bold
}
.recommend-col .rc-list {
    display: block;
    margin-top: 20px
}
.recommend-col .rc-list .link-item {
    display: inline-block;
    padding: 3px 10px;
    color: #1182c6;
    font-size: 14px;
    background-color: #eaf5fa;
    margin: 0 10px 10px 0
}
.model-classify-title {
    display: block;
    color: #333;
    font-size: 28px;
    text-indent: 25px;
    font-weight: normal;
    position: relative
}
.model-classify-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    height: 25px;
    width: 10px;
    background-color: #72b539
}
.header-title {
    height: 40px !important
}
.header-title:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.header-title .title-text {
    float: left;
    line-height: 40px;
    height: 40px;
    cursor: pointer
}
.header-title .title-tips {
    float: left;
    margin: 7px 5px 0
}
.header .header-title-block .header-title .title-img {
    display: block;
    float: left
}
.header .header-title-block .header-title .title-img .logo-img {
    display: block;
    width: 96px;
    height: 37px;
    margin-top: 2px
}
.header .header-title-block .header-title .title-text {
    display: block;
    height: 40px;
    float: left;
    line-height: 40px;
    vertical-align: middle;
    font-size: 26px;
    color: #333;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #eee
}
.header .header-title-block .header-title .title-text .text {
    font-weight: 700
}
.header {
    padding: 20px 0
}
.location-wrap {
    margin-left: 30px;
    padding: 0;
    float: left;
    height: 40px;
    font-family: "Simsun";
    font-size: 12px;
    line-height: 40px
}
.model-classify-module-des {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px 20px;
    font-size: 12px;
    color: #858585;
    background-color: #f6f6f6;
    line-height: 24px;
    margin-top: 15px;
    border: 1px solid #eee;
    border-radius: 2px
}
.model-classify-list {
    display: block;
    margin: 15px 0
}
.model-classify-list .list {
    display: block
}
.model-classify-list .list .list-item {
    display: block;
    border-bottom: 1px solid #f2f2f2
}
.other-recommend-wrap {
    padding: 20px 0 30px;
    border: none;
    margin-top: 0
}
.other-recommend-wrap .other-recommend-block .orb-list {
    width: 930px
}
.other-recommend-wrap .other-recommend-block .orb-list.active {
    width: 930px
}
.block-lg-item {
    padding: 30px 0
}
.block-lg-item:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.block-lg-item .i-img {
    display: block;
    width: 220px;
    height: 136px;
    float: left;
    overflow: hidden;
    position: relative
}
.block-lg-item .i-img img {
    display: block;
    min-width: 220px;
    min-height: 136px;
    transition: all .7s ease-out
}
.block-lg-item .i-img .img-tag {
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    height: 20px;
    padding: 0 4px;
    line-height: 20px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}
.block-lg-item a:hover .i-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}
.block-lg-item a:hover .i-img .img-tag {
    color: #fff;
    transition: all 0.5s
}
.block-lg-item .i-info {
    display: block;
    width: 560px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 20px;
    float: left
}
.block-lg-item .i-info .info-title {
    font-size: 18px;
    color: #333;
    width: 100%;
    margin-top: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.block-lg-item .i-info .info-title a {
    color: #353535;
}
.block-lg-item .i-info .info-title a:hover {
    color: #0d7fc5;
    text-decoration: underline
}
.block-lg-item .i-info .info-title .title-text {
    padding-right: 53px;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    position: relative
}
.block-lg-item .i-info .info-title .title-text:after {
    content: '';
    width: 53px;
    height: 20px;
    right: -5px;
    display: block;
    background: transparent url(//img2.findlawimg.com/img/info_front/Zhishi/icon-spec.png?ver=1540371154) center no-repeat;
    width: 53px;
    height: 20px;
    top: -10px;
    position: absolute
}
.block-lg-item .i-info .info-title .info-time {
    float: right;
    color: #b2b2b2;
    font-size: 12px
}
.block-lg-item .i-info .info-text {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    height: 78px
}
.block-lg-item .i-info .info-text a {
    color: #39c
}
.block-lg-item .i-info .info-text a:hover {
    text-decoration: underline
}
.block-lg-item .i-info .info-tips {
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 0px
}
.block-lg-item .i-info .info-tips .i-tip {
    display: inline-block;
    color: #b2b2b2;
    margin-right: 15px;
    background: transparent url() left center no-repeat;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-size: 12px
}
.block-lg-item .i-info .info-tips .i-tip:hover {
    color: #666
}
.block-lg-item .i-info .info-tips .i-tip.i-icon-eye {
    padding-left: 23px;
    background-image: url(//img3.findlawimg.com/img/info_front/Zhishi/icon-eye.png?ver=1540371154)
}
.block-lg-item .i-info .info-tips .i-tip.i-icon-zan {
    padding-left: 21px;
    background-image: url(//img1.findlawimg.com/img/info_front/Zhishi/icon-awesome.png?ver=1540371154)
}
.right-container {
    width: 320px;
    float: right
}
.common-tab-content {
    background: #fafafa
}
.hot-top10-list {
    background: #fafafa
}
.article-list-hide {
    background: #fafafa
}
.chief-lawyer {
    display: block;
    background-color: #fafafa;
    padding: 26px 20px
}
.chief-lawyer .chief-title {
    display: block;
    font-size: 18px;
    color: #353535;
    line-height: 30px
}
.chief-lawyer .chief-title span {
    display: inline-block;
    height: 30px;
    vertical-align: top
}
.chief-lawyer .chief-title span.icon-info {
    width: 18px;
    margin-left: 10px;
    cursor: pointer;
    background: transparent url(//img1.findlawimg.com/img/info_front/Zhishi2/icon-info.png?ver=1540371154) center no-repeat
}
.chief-lawyer .chief-title span.icon-info:hover .about-chief-lawyer {
    display: block
}
.chief-lawyer .about-chief-lawyer {
    display: none;
    position: relative;
    left: -126px;
    background-color: #fff;
    background: rgba(255,255,255,0.95);
    top: 40px;
    width: 230px;
    height: auto;
    padding: 15px;
    z-index: 1;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 1px
}
.chief-lawyer .about-chief-lawyer:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    z-index: 2;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    top: -20px;
    left: 50%;
    margin-left: -10px
}
.chief-lawyer .about-chief-lawyer p {
    line-height: 26px;
    display: block
}
.chief-lawyer .about-chief-lawyer .acl-title {
    font-size: 15px;
    color: #f90;
    margin-bottom: 5px
}
.chief-lawyer .about-chief-lawyer .acl-list {
    font-size: 13px;
    color: #666
}
.chief-lawyer .about-chief-lawyer .acl-list strong {
    color: #72b539;
    margin-right: 3px
}
.chief-lawyer .chief-photo {
    display: block;
    margin: 15px auto 0
}
.chief-lawyer .chief-name {
    margin-top: 10px;
    color: #353535;
    font-size: 16px;
    text-align: center
}
.chief-lawyer .chief-name .sm-text {
    font-size: 12px;
    color: #858585
}
.chief-lawyer .chief-address {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    text-align: center
}
.chief-lawyer .chief-hotline {
    margin-top: 20px;
    padding-top: 30px;
    background: transparent url(//img2.findlawimg.com/img/info_front/Zhishi2/chief-bg.png?ver=1540371154) top center no-repeat;
    text-align: center;
    font-size: 30px;
    color: #ffa125
}
.chief-lawyer .chief-hotline .text-num {
    background: transparent url(//img2.findlawimg.com/img/info_front/Zhishi2/icon-tel.png?ver=1540371154) left center no-repeat;
    padding-left: 35px
}
.clearfix:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.common-tab-content {
    background-color: #fafafa
}
.common-tab-content .tab {
    width: 100%
}
.common-tab-content .tab .tab-item {
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    cursor: pointer;
    background-color: #e1e1e1
}
.common-tab-content .tab .tab-item.active {
    background-color: #fafafa;
    color: #72b539
}
.common-tab-content .tab .tab-item .tab-text {
    padding-left: 24px;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #666;
    padding-bottom: 2px
}
.common-tab-content .tab .tab-item .tab-text.icon-msg {
    background: transparent url(//img3.findlawimg.com/img/info_front/Zhishi2/icon-msg-active.png?ver=1540371154) left center no-repeat
}
.common-tab-content .tab .tab-item .tab-text.icon-mirror {
    background: transparent url(//img2.findlawimg.com/img/info_front/Zhishi2/icon-mirror.png?ver=1540371154) left center no-repeat
}
.common-tab-content .tab .tab-item .tab-text.icon-mirror:hover {
    color: #72b539;
    background: transparent url(//img3.findlawimg.com/img/info_front/Zhishi2/icon-mirror-green.png?ver=1540371154) left center no-repeat
}
.common-tab-content .content {
    display: block;
    padding: 20px
}
.common-tab-content .content .content-item {
    display: none
}
.common-tab-content .content .content-item.active {
    display: block
}
.common-tab-content .c-form-input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
    display: block;
    background-color: #fff;
    width: 100%;
    padding: 5px 10px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    outline: none;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
    border-radius: 2px
}
.common-tab-content .c-form-input:focus {
    border-color: #b0b5b9
}
.common-tab-content .c-textarea {
    resize: none;
    height: 120px
}
.common-tab-content .c-input {
    height: 36px;
    margin-top: 15px;
    line-height: 36px
}
.common-tab-content .c-button {
    font-size: 16px;
    color: #fff;
    width: 180px;
    margin: 15px auto 0;
    height: 40px;
    line-height: 40px;
    display: block;
    border: none;
    outline: none;
    border-radius: 20px;
    cursor: pointer;
    background-color: #f90;
    -webkit-transition: background .25s;
    transition: background .25s
}
.common-tab-content .c-button:hover {
    background-color: #f5891d
}
.common-tab-content .c-notice {
    font-size: 12px;
    color: #bbb;
    text-align: center;
    margin-top: 15px
}
.block-default-item {
    height: 24px;
    padding: 20px 0;
    line-height: 24px
}
.block-default-item:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.block-default-item a, .block-default-item span {
    display: block;
    height: 20px;
    float: left
}
.block-default-item .i-link {
    max-width: 570px;
    font-size: 16px;
    color: #353535;
    text-indent: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .2s;
    transition: color .2s
}
.block-default-item .i-link:hover {
    color: #0d7fc5;
    text-decoration: underline
}
.block-default-item .i-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0px;
    height: 0;
    width: 0;
    border-radius: 100%;
    border: 2px solid #ddd
}
.block-default-item .info-time {
    float: right;
    color: #b2b2b2;
    font-size: 12px
}
.block-default-item .i-tip {
    display: block;
    color: #b2b2b2;
    margin-left: 15px;
    background: transparent url() left center no-repeat;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-size: 12px
}
.block-default-item .i-tip:hover {
    color: #666
}
.block-default-item .i-tip.i-icon-eye {
    padding-left: 23px;
    background: url(//img3.findlawimg.com/img/info_front/Zhishi/icon-eye.png?ver=1540371154) 0 6px no-repeat
}
.block-default-item .i-tip.i-icon-zan {
    padding-left: 21px;
    background-image: url(//img1.findlawimg.com/img/info_front/Zhishi/icon-awesome.png?ver=1540371154)
}
.block-three-list {
    display: block
}
.block-three-list:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}
.block-three-list .three-list-item {
    float: left;
    width: 236px;
    height: auto;
    padding: 10px 0 20px 0;
    margin: 0 10px
}
.block-three-list .three-list-item .img-link {
    display: block;
    width: 240px;
    height: 150px;
    overflow: hidden;
    position: relative
}
.block-three-list .three-list-item .img-link img {
    min-height: 150px;
    min-width: 240px;
    transition: all .7s ease-out;
    display: block
}
.block-three-list .three-list-item .img-link .img-tip {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    color: rgba(255,255,255,0.8);
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 14px
}
.block-three-list .three-list-item .img-link:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}
.block-three-list .three-list-item .img-link:hover .img-tip {
    color: #fff;
    transition: all 0.5s
}
.block-three-list .three-list-item .text-link {
    display: block;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #0d7fc5;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.block-three-list .three-list-item .text-link:hover {
    text-decoration: underline
}
.common-article-wrap .common-article .common-article-item {
    color: #0d7fc5;
    line-height: 36px;
    font-size: 14px;
    height: 36px
}
body .footer_block {
    margin-top: 0
}
.container .col-wl-9 {
    width: 860px
}
.hidden {
    display: none !important
}
.right-container .common-title-style1:before {
    display: none
}
.right-container .article-list-hide, .right-container .hot-top10-list {
    padding: 30px 0
}
::-webkit-input-placeholder {
color:#ccc
}
:-moz-placeholder {
color:#ccc
}
::-moz-placeholder {
color:#ccc
}
:-ms-input-placeholder {
color:#ccc
}
.right-container .article-list-hide .list .list-item {
    padding-bottom: 10px
}
.right-container .article-list-hide .list .list-item .link-text {
    padding-right: 0;
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.right-container .article-list-hide .list .list-item .link-text:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: 4px solid transparent;
    border-left-color: #f93;
    left: 0;
    top: 9px
}
.right-container .article-list-hide .list .list-item .link-text:after {
    display: none
}
/*
.gray-theme-bg .container .wl-row {
    padding-bottom: 40px
}
*/
.padding-no {
    padding: 0
}
.main-wapper {
    position: relative
}
#cb_zt_ny_right.active {
    position: fixed;
    top: 40px
}
#cb_zt_ny_right.activeBtm {
    position: absolute;
    bottom: 0px
}
.chief-lawyer {
    display: block;
    background-color: #fafafa;
    padding: 0
}
.right-container .common-right-title {
    padding-top: 20px
}
.right-container .common-right-title .right-text {
    color: #353535;
    font-size: 18px
}
.right-container .common-right-title .right-text:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 20px;
    background: #72b539;
    margin-right: 15px
}
.right-container .ty-wrapper {
    padding: 25px 27px;
    text-align: center
}
.right-container .ty-wrapper .ty-link {
    display: block;
    width: 260px;
    height: 260px;
    overflow: hidden
}
.right-container .ty-wrapper .ty-link .ty-img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s
}
.right-container .ty-wrapper .ty-link .ty-img:hover {
    transform: scale(1.1)
}
.right-container .ty-wrapper .name-box {
    margin-top: 10px;
    color: #858585;
    font-size: 16px
}
.right-container .ty-wrapper .name-box .layer-name {
    color: #3396f6;
    font-size: 18px
}
.right-container .ty-wrapper .name-box .layer-name:hover {
    text-decoration: underline
}
.right-container .ty-wrapper .tip {
    color: #858585;
    font-size: 16px;
    margin: 10px 0
}
.right-container .ty-wrapper .layer-phone {
    color: #666;
    font-size: 24px
}
.right-container .ty-wrapper .layer-phone:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    background: url("//img2.findlawimg.com/img/v3/info_front/Zhishi/layer-phone.png?ver=1547772411") no-repeat
}
.right-container .ty-wrapper .btn-zx {
    display: inline-block;
    width: 200px;
    height: 36px;
    background: #f93;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 36px;
    margin-top: 20px;
    border-radius: 4px
}
.right-container .ty-wrapper .btn-zx:hover {
    background-color: #f5891d
}
#right-bottom .sidebar-consult-list {
    height: auto
}
