html,body{
    margin: 0px;
    padding: 0px;
    color: #333;
    font-family: "Microsoft YaHei";
}
a,a:link,a:visited,a:hover,a:active{
    text-decoration:none;
    color: #333;
}
ul,li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
h1, h2, h3 {
    font-weight: 600 !important;
}
h1, h2, h3,h4,h5,h6 {
    padding: 0px;
    margin: 0px;
}
img{
    line-height: 0px;
    display: inline-block;
    vertical-align: middle;
    border: 0px;
    outline: none;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?5g45fu');
    src:  url('../fonts/icomoon.eot?5g45fu#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5g45fu') format('truetype'),
    url('../fonts/icomoon.woff?5g45fu') format('woff'),
    url('../fonts/icomoon.svg?5g45fu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-right_solid:before {
    content: "\e907";
}
.icon-left_solid:before {
    content: "\e908";
}
.icon-down:before {
    content: "\e903";
}
.icon-clock:before {
    content: "\e900";
}
.icon-dollar:before {
    content: "\e901";
}
.icon-down-solid:before {
    content: "\e902";
}
.icon-location:before {
    content: "\e904";
}
.icon-person:before {
    content: "\e905";
}
.icon-right:before {
    content: "\e906";
}
.icon-spinner4:before {
    content: "\e97d";
}
.container{
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.single{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.single_2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.single_3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.single_4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
}
.single_5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow: hidden;
}
.single_6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:6;
    overflow: hidden;
}
/*加载动画*/
.loading{
    width: 100%;
    padding: 30px 0px;
    text-align: center;
    display: none;
}
.loading img{
    width: 50px;
}

/*头部与底部样式*/
/*头部导航*/
.navbar{
    background: #fff;
    box-shadow: 0 2px 5px #f1f1f1;
}
.relative{
    position: relative;
}
.fixed-top {
   /* position: fixed !important;
    top: 0;
    left: 0;*/
    z-index: 1030;
    height: 100px;
    box-sizing: border-box;
    width: 100%;
}
.brand{
    width:100%;
    height:100px;
}
.brand a{
    display: inline-block;
    line-height: 100px;
    width: 20.67%;
}
.brand a img{width: 100%;}
.brand .logo_info{
    width: 36.5%;
    margin-left: 3.1%;
}
.navbar-nav{
    width: 100%;
    height: 140px;
    background: url("../images/nav_bg.png") center no-repeat;
  /*  position: fixed !important;
    top:100px;
    left: 0;
    z-index: 1030;*/
    line-height: 140px;
}
.col-50{
    width: 50% !important; 
    float: left;
}
.nav>ul{
    width: 100%;
}
.nav>ul>li{
    float: left;
    display: inline-block;
    position: relative;
}
.nav>ul .active a{
    color: #cc8800;
}
.nav>ul>li>a{
    display: inline-block;
    color: #ffffff;
    padding-right: 40px;
    font-size:18px;
    vertical-align: middle;
}
.nav>ul>li>a:hover{
    color: #cc8800;
}
.navbar-nav .right{
    text-align: right;
}
.navbar-nav .right .province{
     background-color: #ffffff;
     display: inline-block;
     width: 25%;
     border-radius:10px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin: 45px 2% 45px 7.5%;
    float: left;
    position: relative;
    z-index: 99;
    overflow: hidden;
 }
.navbar-nav .right .province .title{
    min-height: 50px;
    line-height: 50px;
    width: 100%;
}
.navbar-nav .right .province .title i{
    color: #999999;
    font-size: 18px;
}
.navbar-nav .right .city{
    background-color: #ffffff;
    display: inline-block;
    width: 25%;
    border-radius:10px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin: 45px 0px;
    margin-right:2%;
    float: left;
    overflow: hidden;
    z-index: 99;
    position: relative;
}
.navbar-nav .right .city .title{
    min-height: 50px;
    line-height: 50px;
    width: 100%;
}
.navbar-nav .right .provinceList{
    width: 110%;
    border-radius:0px 0px 10px 10px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #666666;
    border-top: 1px solid #ececec;
    display: none;
    background-color: #fff;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.navbar-nav .right .provinceList a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
}
.navbar-nav .right .city i{
    color: #999999;
    font-size: 18px;
}
.navbar-nav .right .cityList{
    width: 110%;
    border-radius:0px 0px 10px 10px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #666666;
    border-top: 1px solid #ececec;
    display: none;
    background-color: #fff;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.navbar-nav .right .cityList a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
}
.navbar-nav .right .search{
    background-color: #b47801;
    display: block;
    width: 38.5%;
    border-radius:10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin: 45px 0px;
    float: left;
}
.navbar-nav .right .search #lawyerName{
    height:50px;
    border: 0px;
    width: 79%;
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 0px;
    margin: 0px;
    border-radius: 10px 0px 0px 10px;
    display: inline-block;
    float: left;
    outline: none;
}
.navbar-nav .right .search #lawyerName::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #333333 !important;
}
.navbar-nav .right .search a{
    display: inline-block;
    width: 21%;
    background-color: #b47801;
    border-radius: 0px 10px 10px 0px;
    height: 50px;
    line-height: 50px;
    float: left;
    color: #ffffff;
}
.navbar-nav .right .search a img{
    width: 60%;
    margin: 0 auto;
}
/*中顾大律师*/
.barristerList{
    width: 100%;
    background-color: #f8f8f8;
    height: 250px;
    line-height: 250px;
}
.barristerList .more{
    width: 3%;
    height: 250px;
    line-height: 250px;
    text-align: center;
    position: relative;
    float: left;
}
.barristerList .more img{
    width: 100%;
}
.barristerList .list{
    width: 97%;
    height: 190px;
    position: relative;
    float: left;
    margin-top: 30px;
    line-height: 190px;
    overflow: hidden;
}
.barristerList .scroll_part{
    width: 100%;
    margin-left: 5%;
    height: 190px;
    position: relative;
    float: left;
    line-height: 190px;
    overflow: hidden;
    margin: 0 auto;
}
.barristerList #goLeftBtn{
     width: 3%;
     position: absolute;
     left: 1%;
     top: 0px;

 }
.barristerList #goLeftBtn img{
    width:100%;
}
.barristerList #goRightBtn{
    width: 3%;
    position: absolute;
    right: 1%;
    top: 0px;

}
.barristerList #goRightBtn img{
    width:100%;
}
.barristerList  .content_sc{
    width: 1080px;
    margin: 0px auto;
    height: 190px;
    overflow: hidden;
}
.barristerList .sc_box{
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

.sc_box::-webkit-scrollbar {
    display: none;
}
.barristerList .item{
    width: 250px;
    margin: 0px 8px;
    line-height:normal;
    display: inline-block;
    height: 190px;
    text-align: center;
    vertical-align: top;
}
.barristerList .item:hover .name{
    color: #999999;
}
.barristerList .item:hover .describe{
    color: #999999;
}
.barristerList .item img{
    max-width: 100%;
    line-height: 0px;
    max-height: 100px;
}
.barristerList .item .name{
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
}
.barristerList .item  .describe{
    font-size: 12px;
    color: #666666;
    width: 100%;
    line-height: 25px;
    position: relative;
    white-space: normal !important;
    height: 50px;
    text-align: left;
}
.barristerList .item .describe span{
    color: #e60012;
}
/*大律师访谈*/
.interview{
    width: 100%;
    background-color: #ffffff;
    padding: 30px 0px 40px;
    height: auto;
    overflow: hidden;
}
.interview .interview_main{
     width: 70.9%;
     float: left;

 }
.interview .interview_main .title h2,.interview .today .title h2,.information .info_main .title h2,.information  .new_dynamic .title h2{
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    display: inline-block;
}
.interview .interview_main .title h2 span,.interview .today .title h2 span,.information .info_main .title h2 span ,.information  .new_dynamic .title h2 span{
    color: #b47801;
}
.interview .interview_main .title  h6,.information .info_main .title h6 {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    padding-left: 10px;
}
.interview .interview_main .title,.interview .today .title,.information .info_main .title,.information  .new_dynamic .title{
    width: 100%;
    position: relative;
}
.interview .interview_main .title .more,.interview .today .title .more,.information .info_main .title .more,.information  .new_dynamic .title .more{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}
.interview .interview_main .title .more:hover,.interview .today .title .more:hover,.information .info_main .title .more:hover,.information  .new_dynamic .title .more:hover{
    color: #999999;
    font-size: 16px;
}
.interview .interview_main hr,.interview .today hr,.information .info_main hr,.information  .new_dynamic hr{
    width: 100%;
    height: 30px;
    background: url("../images/hr_bg.png") left no-repeat;
    border: 0px;
}
.interview .interview_main .info{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.interview .interview_main .item{
    width: 50%;
    float: left;
    height: auto;
    overflow: hidden;
    line-height: 240px;
    display: block;
}
.interview .interview_main .item .img{
    width: 40%;
    float: left;
    border-radius: 5px;
    height: 248px;
}
.interview .interview_main .item .introduce{
    width: 50%;
    margin: 0px 5%;
    float: right;
    display: block;
}
.interview .interview_main .item .introduce:hover h2{
    color: #666666 !important;
}
.interview .interview_main .item .introduce:hover .center{
    color: #999999 !important;
}
.interview .interview_main .item .introduce h2{
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.interview .interview_main .item .introduce .center{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
	height: 150px;
}
.interview .interview_main .item .introduce .time{
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    padding-top: 15px;

}
.interview .today,.information  .new_dynamic{
    width: 26.5%;
    float: right;
}
.interview .today .item{
    width:100%;
    padding: 20px 0px;
    border-top: 1px solid #dedede;
    height: auto;
    line-height: 100px;
    overflow: hidden;
    display: block;
    position: relative;
}
.interview .today .list .item:first-child{
    border: 0px !important;
    padding-top: 5px;
}
.interview .today .list .item:first-child .title{
    top: 5px;
}
.interview .today .item .img{
    width: 40%;
    border-radius: 5px;
    height: 98px;
}
.interview .today .item img{
    width: 40%;
    border-radius: 5px;
    max-height: 98px;
}
.interview .today .item:hover .title{
    color: #666;
}
.interview .today .item:hover .introduce{
    color: #999999;
}
.interview .today .item .title{
    width:55%;
    font-size: 16px;
    color: #333333;
    line-height:25px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 0px;
}
.interview .today .item .introduce{
    width: 55%;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    right: 0px;
}
/*律师风采*/
.lawyer_presence{
    width: 100%;
    height: 410px;
    background: url("../images/lawyer_presence_bg.png") center no-repeat;
}
.lawyer_presence .title{
    width: 100%;
    height: 127px;
    line-height: 127px;
}
.lawyer_presence .title h2{
    font-size: 40px;
    color: #000000;
    text-align: center;
}
.lawyer_presence .title h2 span{
    color: #b47801;
}
.lawyer_presence .info{
   width: 100%;
    height: auto;
    overflow: hidden;
}
.lawyer_presence .info .item{
    width: 21%;
    margin: 0px 2%;
    float: left;
}
.lawyer_presence .info .video{
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    height: 163px;
}
.lawyer_presence .info .video  video{
    width: 100%;
    height: 162px;
    border-radius: 10px;
    outline: none;
}
.lawyer_presence .info .video:hover .bg{
    display: block;
}
.lawyer_presence .info .video img{
    width: 100%;
    border-radius: 10px;
    height: 163px;
}
.lawyer_presence .info .video .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    display: none;
}
.lawyer_presence .info .describe{
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
}
/*资讯*/
.information{
    width: 100%;
    background-color: #ffffff;
    padding: 20px 0px;
}
.information .info_main{
    width: 70.9%;
    float: left;
}
.information .info_main .info_list{
    width:100%;
    margin: 10px 0px 30px 0px;
    height: auto;
    overflow: hidden;
}
.information .info_main .info_list .item{
    width:47%;
    float: right;
    text-align: center;
}
.information .info_main .info_list .item:first-child{
    float: left;
}
.information .info_main .info_list .item img{
    max-height: 100px;
    border-radius: 5px;
    width: 100%;
}
.information .info_main .info_list .item ul,.information .info_main .info_list .item ul>li{
    width:100%;
    text-align: left;
}
.information .info_main .info_list .item ul>li{
    line-height: 50px;
    font-size: 16px;
    color: #333333;
}
.information .info_main .info_list .item ul>li a:hover{
    color: #999;
}
.information .info_main .info_list .item ul>li span{
    padding-right: 10px;
}
.information .info_main .read_list {
    width:100%;
    margin: 10px 0px 0px 0px;
    height: auto;
    overflow: hidden;
}
.information .info_main .read_list .item{
    width:33.33%;
    float: left;
    height: 192px;
    line-height: 192px;
}
.information .info_main .read_list .item .left{
    position: relative;
}
.information .info_main .read_list .item .left:hover .bg{
    display: block;
}
.information .info_main .read_list .item .left img{
    width: 100%;
    border-radius: 5px;
    height: 192px;
    vertical-align: top;
}
.information .info_main .read_list .item .left .bg{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images/read_list_bg.png");
    display: none;
	max-height: 192px;
	max-width:142px;
}
.information .info_main .read_list .item .left .bg .name{
    width: 90%;
    margin: 0 auto;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 30%;
}
.information .info_main .read_list .item .left .bg .autor{
    width: 90%;
    margin: 0 auto;
    line-height: 25px;
    font-size: 14px;
    color: #ffffff;
}
.information .info_main .read_list .item .right{
    width:40%;
    margin: 0 5%;
    float: left;
    background-color: #ffffff;
}
.information .info_main .read_list .item .right .name{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 35px;
}
.information .info_main .read_list .item .right .info{
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    height: 100px;
}
.information .info_main .read_list .item .right .view{
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 14px;
    color: #b47801;
    margin-top: 10px;
    border: 2px solid #b47801;
    width: 80%;
    margin-left: 10%;
}
.information .info_main .read_list .item .right .view:hover{
    color: #ffffff;
    background-color: #b47801;
}
.information  .new_dynamic  .img_list{
    width: 100%;
}
.information  .new_dynamic .img_list img{
    width: 100%;
    margin-bottom: 30px;
    max-height: 90px;
    border-radius: 5px;
}
.information  .new_dynamic .dynamic_list{
    width: 100%;
}
.information  .new_dynamic .dynamic_list .item{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #dedede;
    margin: 10px 0px;
}
.information  .new_dynamic .dynamic_list .item:first-child{
    border-top: 0px;
}
.information  .new_dynamic .dynamic_list .item:hover .title{
    font-size: 16px;
    color: #333333;
}
.information  .new_dynamic .dynamic_list .item .title{
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 37px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.information  .new_dynamic .dynamic_list .item .bottom{
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.text-right{
    text-align: right;
}
/*品牌律所*/
.brand_law{
    width: 100%;
    background: url("../images/brand_law_bg.png") center no-repeat;
}
.brand_law .title{
    width: 100%;
    height: 127px;
    line-height: 127px;
}
.brand_law .title h2{
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}
.brand_law .title h2 a{
	color: #ffffff !important;
}
.brand_law .title h2 span{
    color: #b47801;
}
.brand_law  .brand_law_info{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
    height: auto;
    overflow: hidden;
}
.brand_law  .brand_law_info .item{
    width: 18.4%;
    float: left;
    margin: 20px 0.8%;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    height: 105px;
    line-height: 100px;
    display: block;
}
.brand_law  .brand_law_info .item:hover .title{
    display: block;
}
.brand_law  .brand_law_info .item img{
    max-height: 105px;
}
.brand_law  .brand_law_info .title{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background:url("../images/brand_law_info_bg.png") center no-repeat;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    line-height: 100px;
}
/*大律师微博*/
.barristers_twitter{
    width: 100%;
    background-color: #ffffff;
}
.barristers_twitter .title{
    width: 100%;
    height: 127px;
    line-height: 127px;
}
.barristers_twitter .title h2{
    font-size: 40px;
    color: #000000;
    text-align: center;
}
.barristers_twitter .title h2 span{
    color: #b47801;
}
.barristers_twitter .barristers_twitter_info{
    width: 90%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.barristers_twitter .barristers_twitter_info .item{
    width: 14.66%;
    float: left;
    margin: 0px 1%;
    text-align: center;
}
.barristers_twitter .barristers_twitter_info .item .touxiang{
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto;
}
.barristers_twitter .barristers_twitter_info .item .touxiang img{
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.barristers_twitter .barristers_twitter_info .item .touxiang .icon{
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.barristers_twitter .barristers_twitter_info .item .touxiang .icon img{
    width: 18px;
    height: 20px;
}
.barristers_twitter .barristers_twitter_info .item .name{
    font-size: 14px;
    color: #000000;
    line-height: 40px;
}
.barristers_twitter .barristers_twitter_info .item .describe{
    font-size: 12px;
    color: #000000;
    line-height: 25px;
}
.barristers_twitter .barristers_twitter_info .item .focus{
    font-size: 14px;
    color: #b47801;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 30px;
    border: 2px solid #b47801;
    display: block;
}
.barristers_twitter .barristers_twitter_info .item .focus:hover{
    background-color: #b47801;
    color: #ffffff;
}
/*底部*/
.footer{
    width: 100%;
}
.footer_nav{
    background-color: #5f5f60;
    width: 100%;
    padding: 30px 0px 20px 0px;
}
.footer_nav .nav{
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
}
.cntent{
    width: 90%;
    margin: 0px auto;
}
.cntent .support_media{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.cntent .support_media .item{
    width: 10.5%;
    margin: 10px 1%;
    float: left;
	text-align: center;
    background-color: #ffffff;
}
.cntent .support_media .item img{
    width: 100%;
	height: 44px;
}
/****/
.cntent .law_media{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
	display:none;
}
.cntent .law_media .item{
    width: 10.5%;
    margin: 10px 1%;
    float: left;
}
.cntent .law_media .item img{
    width: 100%;
}
/****/
.footer_nav .nav li{
    display: inline-block;
    margin-right: 50px;
}
.footer_nav .nav li a{
  padding-right: 0px;
}
.footer_nav .nav li a:hover{
    color: #ffffff !important;
}
.footer_nav .nav .active a{
    color: #ffffff !important;
    border-bottom: 2px solid #ffffff;
}
.footer .copyInfo{
    width: 100%;
    background-color: #505050;
    height: 75px;
    line-height: 75px;
    color: #cccccc;
    font-size: 14px;
    text-align: center;
}
.footer .copyInfo span{
   padding: 0px 10px;
}
.footer  .font_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    display: none;
}
.footer  .font_list a{
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
}
.footer  .friend_link{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    display: none;
}
.footer  .friend_link a{
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
}
/*大律师资讯*/
/*滳资讯*/
.infomationList{
    width: 100%;
    background-color: #ffffff;
}
.infomationList .content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.infomationList .content .left,.infomation_detail .content .left{
    width: 66.5%;
    float: left;
}
.infomationList .content .left .info_type{
    width: 100%;
    height: 70px;
}
.infomationList .content .left .info_type ul{
    width: 100%;
    height: 70px;
}
.infomationList .content .left .info_type ul>li{
    height: 70px;
    float: left;
    font-size: 22px;
    text-align: center;
}
.infomationList .content .left .info_type ul .active a{
    color: #b47801;
    background: url("../images/border_bottom_bg.png") center no-repeat;
    background-position: bottom;
    min-width: 100px;
}
.infomationList .content .left .info_type ul>li a{
    height: 60px;
    line-height: 70px;
    display: block;
    margin-right: 30px;
}
.infomationList .content .left .info_list{
    width: 100%;
    height: auto;
}
.infomationList .content .left .info_list .info_banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px 0px;
}
.infomationList .content .left .info_list .info_banner .item{
    width: 31.33%;
    margin-left: 3%;
    position: relative;
    float: left;
    display: block;
    text-align: center;
    height: 168px;
}
.infomationList .content .left .info_list .info_banner .item:first-child{
    margin-left: 0px;
    height: 168px;
}
.infomationList .content .left .info_list .info_banner .item img{
    height: 168px;
    width: 250px;
    border-radius: 5px;
}
.infomationList .content .left .info_list .info_banner .item  .title{
    width: 96%;
    max-height: 60px;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 16px;
    color: #ffffff;
    background-image: url("../images/block_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2%;
    text-align: left;
    border-radius: 0px 0px 5px 5px;
}
.infomationList .content .left .info_list .list{
    width: 100%;
    display: table;
}
.infomationList .content .left .info_list .list .item{
    width: 100%;
    display:block;
    padding: 20px 0px;
    border-top: 1px solid #dedede;
    height: auto;
    overflow: hidden;
}
.infomationList .content .left .info_list .list .item:hover  .infomation_info{
    color: #999999;
}
.infomationList .content .left .info_list .list .item:hover  .infomation_info p{
    color: #999999;
}
.infomationList .content .left .info_list .list .item .img{
    float: left;
    height: 149px;
    width: 25%;
    margin-right:5%;
    border-radius:5px;
}
.infomationList .content .left .info_list .list .item .infomation_info{
    color: #333333;
    float: left;
    height: 149px;
    width: 70%;
}
.infomationList .content .left .info_list .list .item .infomation_info .name{
    line-height: 25px;
    font-size: 18px;

}
.infomationList .content .left .info_list .list .item .infomation_info p{
    line-height: 25px;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    height: 75px;
}
.infomationList .content .left .info_list .list .item .infomation_info .bottom{
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
}
.infomationList .content .left .info_list .list .item .infomation_info .bottom img{
    width: 20px;
    margin: 0px;
}
.infomationList .content .left .info_list .list .item .infomation_info .bottom .num,.infomationList .content .left .info_list .list .item .infomation_info .bottom .time{
    display: inline-block;
    line-height: 20px;
}
.infomationList .content .left .info_list .more{
    font-size: 14px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.infomationList .content .right{
    width: 31.5%;
    float: left;
    margin-left: 2%;
    padding: 0px;
}
.infomationList .content .right .new_dynamic{
    width: 90.57%;
    padding: 0px 4.715%;
    background-color: #f8f8f8;
    padding-top: 23px;
    padding-bottom: 20px;
}
.infomationList .content .right .today h2,.infomationList .content .right .new_dynamic h2{
    font-weight: normal !important;
}
.infomationList .content .right .today{
     width: 90.57%;
     padding: 0px 4.715%;
     background-color: #f8f8f8;
     padding-top: 23px;
     padding-bottom: 20px;
     margin-top: 20px;
 }
.infomationList .content .right .today .item{
    width: 100%;
}
.infomationList .content .right .today .video{
    width: 80%;
    margin: 0 10%;
    position: relative;
    display: inline-block;
}
.infomationList .content .right .today .video  video{
    width: 100%;
    height: 162px;
    border-radius: 10px;
    outline: none;
}
.infomationList .content .right .today .video:hover .bg{
    display: block;
}
.infomationList .content .right .today .video img{
    max-width:100%;
    width: auto;
    border-radius: 5px;
    height: 177px;
    max-height: 177px;
}
.infomationList .content .right .today .video .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    display: none;
}
.infomationList .content .right .today .describe{
    width: 80%;
    font-size: 16px;
    margin: 0 10%;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
}
/*资讯详情*/
.infomation_detail{
    width: 100%;
    background-color: #ffffff;
}
.infomation_detail .info_banner{
    width: 100%;
}
.infomation_detail .info_banner img{
    width: 100%;
}
.infomation_detail .content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.infomation_detail .content .left .position_nav{
    width: 100%;
}
.infomation_detail .content .left .position_nav a{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    height: 60px;
    line-height: 60px;
    padding: 0 5px;
    text-align: center;
}
.infomation_detail .content .left .position_nav span:first-child{
    display: none;
}
.infomation_detail .content .left .position_nav a:hover{
    color:#f34747 ;
}
.infomation_detail .content .left .detail{
    width: 100%;
}
.infomation_detail .content .left .detail .title{
    font-size: 26px;
    color: #333333;
    line-height: 40px;
}
.infomation_detail .content .left .detail .time{
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}
.infomation_detail .content .left .detail .info{
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 35px;
}
.infomation_detail .content .left .detail .info p{
    padding: 0px;
}
.infomation_detail .content .left .detail .info img{
    width: 80%;
    margin: 0 10%;
}
.infomation_detail .content .right{
    width: 31.5%;
    float: left;
    background-color: #f8f8f8;
    padding-top: 33px;
    margin-left: 2%;
    padding-bottom: 0px;
}
.infomation_detail .content .right .today{
    width: 90%;
    margin: 0px auto;
    float: none;
}
.infomation_detail .content .right .today h2{
    font-weight: normal !important;
}
.infomation_detail .today .item .title{
    font-weight: normal !important;
}
/*视频列表*/
.videoList{
    width: 100%;
    background-color: #ffffff;
}
.videoList .content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.videoList .content .left,.videoDetail .content .left{
    width: 66.5%;
    float: left;
}
.videoList .content .left .info_type{
    width: 100%;
    height: 70px;
}
.videoList .content .left .info_type ul{
    width: 100%;
    height: 70px;
}
.videoList .content .left .info_type ul>li{
    height: 70px;
    float: left;
    font-size: 22px;
    text-align: center;
}
.videoList .content .left .info_type ul .active a{
    color: #b47801;
    min-width: 100px;
    background: url("../images/border_bottom_bg.png") center no-repeat;
    background-position: bottom;
}
.videoList .content .left .info_type ul>li a{
    height: 60px;
    line-height: 70px;
    display: block;
    margin-right: 30px;
}
.videoList .content .left .info_list{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.videoList .content .left .info_list .flicker-example{
    height: 440px;
    border-radius: 5px;
    width: 100%;
}
.videoList .content .left .info_list .flicker-example ul>li{
    position: relative;
    height: 400px;
}
.videoList .content .left .info_list .flickerplate .dot-navigation{
    height: 40px;
    bottom: 0px !important;
}
.videoList .content .left .info_list .arrow-navigation{
    display: none;
}
.videoList .content .left .info_list .flickerplate .dot-navigation .dot{
    width: 56px !important;
    height: 7px !important;
    border-radius: 7px !important;
    background-color: #cccccc;
    margin-top: 16.5px !important;
}
.videoList .content .left .info_list .flickerplate .dot-navigation .dot.active,.videoList .content .left .info_list .flickerplate .dot-navigation .dot:hover{
    background-color: #b47801 !important;
}
.videoList .content .left .info_list .arrow-navigation{
    display: none;
}
.videoList .content .left .info_list .flicker-example ul>li:hover .bg{
    display: block;
}
.videoList .content .left .info_list .flicker-example .flick-inner{
    width: 98%;
    text-align: center;
}
.videoList .content .left .info_list .flicker-example .bg{
    width: 98%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.flickerplate ul.flicks>li .flick-inner .flick-content{
    line-height: 390px;
}
.videoList .content .left .info_list .flicker-example .bg img{
    width: 100%;
    border-radius: 5px;
    max-height: 390px;
}
.videoList .content .left .info_list .flicker-example .bg h2{
    text-align: center;
    color: #ffffff;
    width: 100%;
    font-size: 24px;
    position: absolute;
    left: 0px;
    bottom: 30%;
    line-height: 40px;
}
.videoList .content .left .info_list .flicker-example li img{
    width: 100%;
    border-radius: 5px;
    max-height: 390px;
}
.videoList .content .left .list{
    width: 100%;
    margin-top: 40px;
    height: auto;
    overflow: hidden;
}
.videoList .content .left .list .item{
    width:31.33%;
    margin-right: 2%;
    text-align: center;
    float: left;
}
.videoList .content .left .list .item .video{
    width:100%;
    position: relative;
    border-radius: 5px;
    display: block;
}
.videoList .content .left .list .item .video:hover .bg{
    display: block;
}
.videoList .content .left .list .item .video img{
    height: 160px;
    max-height: 160px;
    width: 100%;
    border-radius: 10px;
}
.videoList .content .left .list .item .video .bg{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    display: none;
}
.videoList .content .left .list .item .bottom{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    text-align: left;
    height: 60px;
}
.videoList .content .right,.videoDetail .content .right{
    width: 31.5%;
    float: right;
    padding-top: 0px;
}
.videoList .content .right .new_dynamic,.videoList .content .right .today{
    width: 90%;
    padding: 0 5%;
    float: none;
    background-color: #f8f8f8;
    padding-top: 23px;
    padding-bottom: 20px;
}
.videoList .content .right .new_dynamic{
    margin-top: 20px;

}
.videoList .content .right .today .read_list {
    width:100%;
    margin: 10px 0px 0px 0px;
    height: auto;
    overflow: hidden;
}
.videoList .content .right  .today .read_list .item{
    width:90%;
    margin: 0 5%;
    border: 0px;
}
.videoList .content .right  .today .read_list .item .left{
    position: relative;
    width: 50% !important;
}
.videoList .content .right  .today .read_list .item .left:hover .bg{
    display: block;
}
.videoList .content .right  .today .read_list .item .left img{
    border-radius: 5px;
    height: 200px;
    width: 100%;
    max-height: 200px;
}
.videoList .content .right  .today .read_list .item .left .bg{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images/read_list_bg.png");
    display: none;
}
.videoList .content .right .today .read_list .item .left .bg .name{
    width: 90%;
    margin: 0 auto;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 30%;
}
.videoList .content .right .today .read_list .item .left .bg .autor{
    width: 90%;
    margin: 0 auto;
    line-height: 25px;
    font-size: 14px;
    color: #ffffff;
}
.videoList .content .right .today .read_list .item .right{
    width:40% !important;
    margin: 0 5%;
    float: left;
}
.videoList .content .right  .today .read_list .item .right .name{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 35px;
}
.videoList .content .right .today .read_list .item .right .info{
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    margin-top: 0px;
    height: 100px;
}
.videoList .content .right  .today .read_list .item .right .view{
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    font-size: 14px;
    color: #b47801;
    margin-top: 10px;
    border: 2px solid #b47801;
    width: 80%;
}
.videoList .content .right  .today .read_list .item .right .view:hover{
    color: #ffffff;
    background-color: #b47801;
}
.videoList .content .right  .today .title h2, .videoList .content .right .new_dynamic .title h2{
    font-weight: normal !important;
}
/*视频详情*/
.videoDetail{
    width: 100%;
    background-color: #ffffff;
}
.videoDetail .content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.videoDetail .content .left .position_nav{
    width: 100%;
}
.videoDetail .content .left .position_nav a{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    height: 60px;
    line-height: 60px;
    padding: 0 5px;
    text-align: center;
}
.videoDetail .content .left .position_nav span:first-child{
    display: none;
}
.videoDetail .content .left .position_nav a:hover{
    color:#b47801 ;
}
.videoDetail .content .left .detail{
    width: 100%;
}
.videoDetail .content .left .detail .title{
    font-size: 26px;
    color: #333333;
    line-height: 40px;
}
.videoDetail .content .left .detail .time{
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}
.videoDetail .content .left  .info{
    width: 100%;
}
.videoDetail .content .left  .info object{
    width: 90%;
    min-height: 454px;
}
.videoDetail .content .left  .info video{
    width: 90%;
    min-height: 454px;
}
.videoDetail .content .left  .info embed{
    width: 90%;
    min-height: 454px;
}
.videoDetail .content .right{
    width: 31.5%;
    float: right;
    background-color: #f8f8f8;
    padding-top: 33px;
    margin-left: 2%;
    padding-bottom: 0px;
}
.videoDetail .content .right .today{
    width: 90%;
    margin: 0px auto;
    float: none;
}
.videoDetail .content .right .today h2{
    font-weight: normal !important;
}
.videoDetail .content .right .today .item{
    width: 100%;
}
.videoDetail .content .right .today .video{
    width: 80%;
    margin: 0 10%;
    position: relative;
    display: inline-block;
}
.videoDetail .content .right .today .video  video{
    width: 100%;
    height: 162px;
    border-radius: 10px;
    outline: none;
}
.videoDetail .content .right .today .video:hover .bg{
    display: block;
}
.videoDetail .content .right .today .video img{
    width: auto;
    border-radius: 5px;
    height: 177px;
    max-height: 177px;
}
.videoDetail .content .right .today .video .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    display: none;
}
.videoDetail .content .right .today .describe{
    width: 80%;
    font-size: 16px;
    margin: 0 10%;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.embed_playback{
    display: none;
}
/*阅读列表*/
.readingList{
    width: 100%;
    background-color: #ffffff;
    padding: 0px;
    padding-bottom: 50px;
}
.readingList .content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.readingList .content .left,.readingDetail .content .left{
    width: 66.5%;
    float: left;
}
.readingList .content .left .read_list{
    margin-top: 70px;
}
.readingList .content .left .read_list .item{
    margin-bottom: 40px;
}
.readingList .content .right,.readingDetail .content .right{
    width: 31.5%;
    float: left;
    margin-left: 2%;
    padding: 0px;
}
.readingList .content .right .today{
    width:90%;
    margin: 0 auto;
    padding-top: 33px;
}
/*阅读内容*/
.readingDetail{
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 50px;
}
.readingDetail .detail{
    width: 90% !important;
    margin: 0px auto;
}
.readingDetail .readingTitle{
    width: 100%;
    padding: 40px 0px;
    border-bottom: 1px solid #dedede;
    height: auto;
    overflow: hidden;
}
.readingDetail .readingImg{
    width: 19.8%;
    height: 206px;
    line-height: 206px;
    float: left;
    text-align: center;
}
.readingDetail .readingImg img{
    width: 100%;
    height: 206px;
    border-radius: 5px;
}
.readingDetail .readingInfo{
    width: 77.21%;
    max-height: 206px;
    float: right;
}
.readingDetail .readingInfo h2{
    font-size: 20px;
    color: #333333;
    line-height: 40px;
}
.readingDetail .readingInfo .name{
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    font-weight: bold;
}
.readingDetail .readingInfo .reading_people{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}
.readingDetail .readingInfo .content_abstract{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
.readingDetail .info{
    margin-top: 30px;
}
.readingDetail .info h3{
    font-size: 16px;
    color: #333333;
}
.readingDetail .info p{
    font-size: 16px;
    color: #333333;
}
/*品牌律所*/
.brandLawList{
    width: 100%;
    background-color: #ffffff;
    padding: 0px;
    padding-bottom: 50px;
}
.brandLawList .content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.brandLawList .content .left,.brandLawDetail .content .left{
    width: 66.5%;
    float: left;
}
.brandLawList .content .left .brandLaw_list{
    margin-top: 70px;
}
.brandLawList .content .left .brandLaw_list .item{
    width: 100%;
    border-top: 1px solid #dedede;
    padding: 20px 0px;
    height: auto;
    overflow: hidden;
    display: block;
}
.brandLawList .content .left .brandLaw_list .item:hover .law_info h2 ,.brandLawList .content .left .brandLaw_list .item:hover .law_info .info {
   color: #999999;
}
.brandLawList .content .left .brandLaw_list .item .law_img{
    width: 27.5%;
    float: left;
    border: 1px solid #dedede;
    background-color: #ffffff;
    text-align: center;
    height: 127px;
    border-radius: 5px;
    line-height: 127px;
}
.brandLawList .content .left .brandLaw_list .item .law_img img{
    max-width: 100%;
    height: 110px;
    border-radius: 5px;
}
.brandLawList .content .left .brandLaw_list .item .law_info{
    width: 69.5%;
    float: right;
    height: 127px;
}
.brandLawList .content .left .brandLaw_list .item .law_info h2{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brandLawList .content .left .brandLaw_list .item .law_info .info{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-top: 8px;
}
.brandLawList .content .left .brandLaw_list .item:first-child{
    border-top: 0px;
}
.brandLawList .content .right,.brandLawDetail .content .right{
    width: 31.5%;
    float: right;
    margin-left: 2%;
    padding: 0px;
}
.brandLawList .content .right .today{
    width:90%;
    margin-top: 0px;
    padding-top: 33px;
}
/*品牌律所详情*/
.brandLawDetail{
    width: 100%;
    background-color: #ffffff;
    padding: 0px;
    padding-bottom: 50px;
}
.brandLawDetail .content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.brandLawDetail .content .left,.brandLawDetail .content .left{
    width: 66.5%;
    float: left;
}
.brandLawDetail .content .left .brandLaw_list{
    margin-top: 0px !important;
}
.brandLawDetail .content .left .brandLaw_list .item{
    border-bottom: 1px solid #dedede;
}
.brandLawDetail .content .left .brandLaw_list .item .law_info{
    height: auto !important;
}
.brandLawDetail .content .left .brandLaw_list .item:hover h2{
    color: #333333 !important;
}
.brandLawDetail .content .left .brandLaw_list .item:hover .info{
    color: #666666 !important;
}
.brandLawDetail .content .left .brandLaw_list .law_img{
    border: 0px !important;
}
.brandLawDetail .content .left .brandLaw_list  .law_firms_info{
    width: 100%;
    margin-top: 30px;
}
.brandLawDetail .content .left .brandLaw_list  .law_firms_info h2{
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    margin-top: 40px;
}
.brandLawDetail .content .left .brandLaw_list  .law_firms_info p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.brandLawDetail .content .left .brandLaw_list  .law_firms_info .law_list{
    width: 100%;
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    margin: 20px 0px;
}
.brandLawDetail .content .left .brandLaw_list  .law_firms_info .law_list img{
    max-width: 31.33%;
    max-height: 72px;
    margin-right: 2%;
    float: left;
    border-radius: 5px;
}
/*分页图*/
.page_div{
    padding: 30px 0px;
    margin:0px auto;
    text-align:center;
    line-height: 30px;
}
.page_div button{
    border: none;
    background:none;
    width: 30px;
    height: 30px;
    color: #7e7e7e;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #7e7e7e;
    margin: 0px 5px;
    background-color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    padding: 0px;
}
.page_div button[disabled]{
    color: #999999;
}
.page_div .current{
    background-color: #cf9727;
    border-color:#cf9727;
    color: #ffffff;
}
/*中顾大律师*/
.barrister_list{
    width: 100%;
    height: auto !important;
    overflow: hidden;
    background-color: #ffffff;
    padding: 0px;
    padding-bottom: 50px;
}
.barrister_list .content{
    width: 100%;
    background-color: #f8f8f8;
    height: auto;
    overflow: hidden;
}
.barrister_list .list{
    height: auto !important;
    overflow: hidden;
    width: 90%;
    margin: 0px 5%;
}
.barrister_list .list .item{
    height: auto;
    width: 23%;
    float: left;
    margin: 0px 1%;
    margin-bottom: 40px;
    display: block;
}
.barrister_list .list .item img{
    width: 100%;
    line-height: 0px;
    height: 200px;
    max-height: 200px;
}
.barrister_list .title{
    font-size: 40px;
    color: #000000;
    line-height: 100px;
    width: 90%;
    margin-left: 6%;
}
.barrister_list .title span{
    color: #b47801;
}
/*大律师个人主页*/
.barristerDetail{
    width: 100%;
    height: auto !important;
    overflow: hidden;
    background-color: #ffffff;
    padding: 0px;
    padding-bottom: 50px;
}
.barristerDetail .content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.barristerDetail .content .position_nav{
    width: 100%;
}
.barristerDetail .content .position_nav a{
    display: inline-block;
    font-size: 14px;
    color: #666666;
    height: 60px;
    line-height: 60px;
    padding: 0 5px;
    text-align: center;
}
.barristerDetail .content  .position_nav span:first-child{
    display: none;
}
.barristerDetail .content  .position_nav a:hover{
    color:#b47801 ;
}
.barristerDetail .content .detail{
    width: 100%;
    margin: 20px 0px;
}
.barristerDetail .content .person_info{
    width: 100%;
    border-radius: 5px;
    height: 248px;
    overflow: hidden;
    background-color: #f8f2ea;
}
.barristerDetail .content .person_info .touxiang{
     max-width: 22%;
     height: 248px;
     line-height: 244px;
     text-align: center;
     float: left;
     width: 248px;
}
.barristerDetail .content .person_info .touxiang img{
    max-width: 248px;
    max-height: 248px;
    border-radius: 5px;
}
.barristerDetail .content .person_info .info{
    width: 73%;
    float: left;
    margin-left: 5%;
    height: 248px;
}
.barristerDetail .content .person_info .info .name{
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 70px;
    margin-top: 20px;
}
.barristerDetail .content .person_info .info .name  .orange{
    color: #b47801;
    font-size: 30px;
    font-weight: bold;
    padding-left: 0px;
}
.barristerDetail .content .person_info .info .name img{
    margin-left: 5px;
    height:25px;
}
.barristerDetail .content .person_info .info .name span{
    font-size: 16px;
    color: #666666;
    padding-left: 40px;
}
.barristerDetail .content .person_info .info .honor{
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}
.barristerDetail .content .person_info .info .honor p{
    margin: 0px;
    padding: 0px;
}
.barristerDetail .content .synopsis{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    width: 100%;
    margin: 30px 0px;
    margin-bottom: 0px;
}
.barristerDetail .content .synopsis  .info{
     width: 100%;
}
.barristerDetail .content .synopsis  .info p{
    padding: 0px;
    margin: 0px;
}
.barristerDetail .content .synopsis  a,.barristerDetail .content .dynamic .more{
    display: block;
    width: 50%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.barristerDetail .content .synopsis  a img,.barristerDetail .content .dynamic .more img{
    width: 16px;
    height: 17px;
}
.barristerDetail .content .dynamic{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.barristerDetail .content .dynamic .title{
    width: 98%;
    font-size: 16px;
    color: #b47801;
    background-color: #e9d5b8;
    height: 40px;
    line-height: 40px;
    padding-left: 2%;
}
.barristerDetail .content .dynamic .list{
    width: 100%;
}
.barristerDetail .content .dynamic .list .item{
    width: 100%;
    display:block;
    padding: 20px 0px;
    border-top: 1px solid #dedede;
    height: auto;
    overflow: hidden;
    height: 144px;
}
.barristerDetail .content .dynamic .list .item:hover  .infomation_info{
    color: #999999;
}
.barristerDetail .content .dynamic .list .item:hover  .infomation_info p{
    color: #999999;
}
.barristerDetail .content .dynamic .list .item img{
    float: left;
    max-height: 144px;
    margin-right: 30px;
    max-width: 18.25%;
    border-radius: 5px;
}
.barristerDetail .content .dynamic .list  .item .infomation_info{
    color: #333333;
    width: 79%;
    float: right;
    position: relative;
    height: 144px;
}
.barristerDetail .content .dynamic .list  .item .infomation_info .name{
    line-height: 25px;
    font-size: 18px;
}
.barristerDetail .content .dynamic .list  .item .infomation_info p{
    line-height: 25px;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
}
.barristerDetail .content .dynamic .list .item .infomation_info .bottom{
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.barristerDetail .content .dynamic .list .item .infomation_info .bottom img{
    width: 20px;
    margin: 0px;
}
.barristerDetail .content .dynamic .list .item .infomation_info .bottom .num,.barristerDetail .content .dynamic .list .item .infomation_info .bottom .time{
    display: inline-block;
    line-height: 20px;
}
.barristerDetail .content .law_firms .law_firms_info{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    display: block;
}
.barristerDetail .content .law_firms .law_firms_info .law_img{
    width:18.2%;
    float: left;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
}
.barristerDetail .content .law_firms .law_firms_info .law_img img{
    max-width: 100%;
    border-radius: 5px;
}
.barristerDetail .content .law_firms .law_firms_info .law_info{
    width: 79%;
    float: right;
}
.barristerDetail .content .law_firms .law_firms_info .law_info h2{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.barristerDetail .content .law_firms .law_firms_info .law_info .info p{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-top: 8px;
}
.barristerDetail .content .law_firms .law_firms_info .law_info .info p span{
    color: #e60012;
}
.barristerDetail .content .elegant{
    background: none;
}
.barristerDetail .content .elegant .info{
    width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
}
.no_video:hover .bg{
    display: none !important;
}
@media (max-width: 1400px){

}
@media (max-width: 1200px){
   /* .container {
        width: 98%;
    }*/
    .nav>ul>li>a{
        padding-right:30px;
        font-size:18px;
    }
    .interview .interview_main .item .introduce h2{
        font-size: 14px;
        line-height: 25px;
    }
    .interview .interview_main .item .introduce .center{
        font-size: 12px;
        line-height: 22px;
    }
    .interview .interview_main .item .introduce .time{
        font-size:9px;
        padding-top: 20px;
    }
    .interview .today .item .title{
        font-size: 14px;
        line-height:20px;
    }
    .interview .today .item .introduce{
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }
    .interview .today .item{
        padding: 10px 0px;
    }

}
@media (max-width: 1150px){

}
@media (max-width: 1100px){
    .nav>ul>li>a{
        padding-right:25px;
        font-size:16px;
    }
    .interview .interview_main .item .introduce h2{
        line-height: 22px;
    }
    .interview .interview_main .item .introduce .center{
        line-height: 20px;
    }
    .interview .interview_main .item .introduce .time{
        padding-top: 10px;
    }
}
@media (max-width: 1000px){
    .nav>ul>li>a{
        padding-right:20px;
        font-size:14px;
    }
    .interview .interview_main .item .introduce .time{
        padding-top: 5px;
    }
}
@media (max-width: 900px){
    .nav>ul>li>a{
        padding-right:15px;
        font-size:9px;
    }
}
@media (max-width: 800px){

}

