html{margin: 0px;padding: 0px;}
body,ul,h1,h2,h3,h4,h5,h6{margin: 0px;padding: 0px;font-family: "Microsoft YaHei" !important;    letter-spacing: 1.5px;}
a,a:link,a:visited,a:hover,a:active{text-decoration:none !important;color: #333;}
img{border: 0px;}
.w1200{width: 1200px;margin: 0 auto;}
/*地址选择*/
a,img{border:0;text-decoration:none;}
em{font-style:normal;}
ol, ul{list-style:none outside none;padding:0;margin:0;}
.tab li, .tab a, .tab-item{float:left;text-align:center;}
.tab li, .tab a, .tab-item{cursor:pointer;float:left;text-align:center;}
@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;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-earth:before {
    content: "\e907";
}
.icon-computer:before {
    content: "\e908";
}
.icon-service:before {
    content: "\e909";
}
.icon-company:before {
    content: "\e90a";
}
.icon-administrative:before {
    content: "\e90b";
}
.icon-criminal:before {
    content: "\e90c";
}
.icon-person_1:before {
    content: "\e90d";
}
.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";
}
.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;
}
a:hover{
    text-decoration: none !important;
}
/*顶部导航*/
.toolTop{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #333333;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999;
    letter-spacing: 1.5px;
}
.toolTop .left{
    width: 75%;
    float: left;
}
.toolTop .left ul>li .address_icon{
   background: url("../images/positioning.png") center no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.toolTop .left ul>li .down_icon,.toolTop .right ul>li .down_icon{
    background: url("../images/down_icon.png") center no-repeat;
    background-size: 100% 100%;
    width:15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.toolTop .right ul>li .person_icon{
    background: url("../images/person.png") center no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.toolTop .left ul,.toolTop .right ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.toolTop .left ul .active{
    position: relative;
    background-color: #ffffff;
    color: #333333;
}
.toolTop .left ul li,.toolTop .right ul li{
    display: inline-block;
    font-size: 14px;
    color: #eaeaea;
    height: 40px;
    line-height: 40px;
}
#address_show{
    padding: 0px 15px;
    margin: 0px -15px;
}
.toolTop .left ul li a,.toolTop .right ul li a{
    color: #eaeaea;
    margin-left:20px;
}
.toolTop .left ul li a{
    margin-left:30px;
}
.toolTop .right ul li .singn{
    border: 1px solid #ffffff;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    line-height: 17px;
    padding: 0px 8px;
}
.toolTop .left ul li .address{
    margin-left: 0px;
}
.toolTop .right ul li .special{
    display: inline-block;
    padding: 0px 15px;
    border: 1px solid #ffffff;
    height: 24px;
    border-radius: 5px;
    line-height: 24px;
}
 .cityList{
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px #eaeaea;
    height: auto;
    max-height: 500px;
    overflow-y: auto;
    font-size: 12px;
    color: #666666;
    width: 560px;
    display: none;
    padding-bottom: 20px;
     z-index: 999;
}
.cityList .hot_city{
    margin: 0 auto;
    padding: 0px 10px;
}
 .cityList .hot_city .title{
    font-size: 14px;
    color: #54a2f1;
    padding-left: 5px;
    line-height: 50px;
    height: 50px;
}
.cityList .hot_city .hot_city_list{
    width: 100%;
}
 .cityList .hot_city .hot_city_list a{
    display: inline-block;
    padding: 0px 6px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
     margin-left: 0px;
}
.cityList .hot_city .hot_city_list .all{
    color: #54a2f1;
}
 .cityList .first_letter{
    margin: 0 auto;
     padding: 0px 10px;
}
.cityList .first_letter .title{
    font-size: 14px;
    color: #f9731a;
    padding-left: 5px;
    line-height: 50px;
    height: 50px;
}
.cityList .first_letter .letter{
    width: 100%;
    line-height: 40px;
    font-size: 12px;
}
.cityList .first_letter .letter a{
    color: #666666;
    margin-left:0px;
}
.cityList .first_letter .letter .active a{
    color:#f9731a;
}
.letter ul{
    margin: 0px;
    padding: 0px;
}
.cityList .first_letter .letter li{
    display: inline-block;
    padding: 0px 6px;
}
.cityList .first_letter .letter_city{
    font-size: 12px;
}
 .cityList .first_letter .letter_city a{
    display: inline-block;
    line-height: 30px;
    color: #666666;
    padding: 0px 10px;
     margin-left:0px;
}
.toolTop .right{
    width: 25%;
    float: left;
    text-align: right;
    position: relative;
}
.toolTop .site_nav{
    position: absolute;
    right: 0px;
    top: 40px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px #eaeaea;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #666666;
    width: 980px;
    display: none;
}
.toolTop .site_nav .item{
    text-align: left;
    float: left;
    margin: 20px 0px;
    padding: 0px 20px;
    border-left: 1px solid #f2f2f2;
    height: 320px;
    max-width: 310px;
}
.toolTop .site_nav .item:first-child{
    border-left: 0px;
}
.toolTop .site_nav .item:first-child+div+div{
    padding-right: 0px;
}
.toolTop .site_nav .substation{
    font-size: 14px;
    width: 300px;
    color: #95c95d;
    margin-left: 13px;
}
.toolTop .site_nav .substation_info{
    font-size: 12px;
    color: #666666;
    width: 300px;
}
.toolTop .site_nav .substation_info a{
    display: inline-block;
    font-size: 12px;
    color: #666666;
    width: 50px;
    text-align: center;
}
.toolTop .site_nav .substation_info a:hover{
    color: #95c95d !important;
}
.toolTop .site_nav .legal_services{
    font-size: 14px ;
    color: #f9731a;
}
.toolTop .site_nav .legal_services_info{
    font-size: 12px;
    color: #666666;
}
.toolTop .site_nav .legal_services_info a{
    display: block;
    font-size: 12px;
    color: #666666;
    width: 90px;
    letter-spacing: 0px;
}
.toolTop .site_nav .legal_services_info a:hover{
    color: #f9731a !important;
}
.toolTop .site_nav .legal_knowledge{
    font-size: 14px ;
    color: #54a2f1;
}
.toolTop .site_nav .legal_knowledge_info{
    font-size: 12px;
    color: #666666;
    max-width: 150px;
}
.toolTop .site_nav .legal_knowledge_info a{
    display: inline-block;
    font-size: 12px;
    color: #666666;
    padding-right: 15px;
}
.toolTop .site_nav .legal_knowledge_info a:hover{
    color: #54a2f1 !important;
}
.toolTop .site_nav .marketing_services{
    font-size: 14px ;
    color: #5cc4ae;
}
.toolTop .site_nav .marketing_services_info{
    font-size: 12px;
    color: #666666;
    max-width: 100px;
}
.toolTop .site_nav .marketing_services_info a{
    display: block;
    font-size: 12px;
    color: #666666;
    padding-right: 15px;
}
.toolTop .site_nav .marketing_services_info a:hover{
    color: #5cc4ae !important;
}
.toolTop .site_nav  .web_info_title{
    color: #4a4949;
    font-size: 14px;
    width: 155px;
    text-align: center;
    line-height: 50px;
}
.toolTop .site_nav  .web_info{
     color: #666666;
     font-size: 12px;
     width: 155px;
     text-align: center;
     line-height: 25px;
 }
.toolTop .site_nav  .web_info img{
    width: 100px;
}
/*logo模块内容展示*/
.hearder{
    width: 100%;
    height: auto;
    position: fixed;
    top: 40px;
    left: 0px;
    z-index: 999999;
    background-color: #ffffff;
    border-bottom:2px solid #eaeaea;
    text-align: left;
    letter-spacing: 1.5px
}
.hearder .logo_img{
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 0px;
    position: relative;
}
.hearder .logo_img .font_logo{
    width: 13.5%;
    margin-top: 1.5%;
    float: left;
}
.hearder .logo_img .line{
    width: 1px;
    height: 36px;
    background-color: #cccccc;
    display: inline-block;
    float: left;
    margin: 32px 1%;
}
.hearder .logo_img h1{
    font-size: 34px;
    color: #333333;
    display: inline-block;
    line-height: 100px;
    padding: 0px;
    margin: 0px;
    width: 15%;
    float: left;
    text-align: left;
}
.hearder .logo_img .nav{
    width: 33%;
    float: left;
    height: 100px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.hearder .logo_img .nav ul .active a{
    color: #e9463f;
    border-bottom: 0px !important;
}
.hearder .logo_img .nav ul li{
    float: left;
    padding-right: 4%;
    line-height: 100px;
    height:100px;
}
.hearder .logo_img .title_font_logo{
    width: 30.8%;
    box-shadow: 0px 5px 10px #eaeaea;
}
.hearder .logo_img img{
    display: inline-block;
    vertical-align: middle;
}
.hearder .logo_img .logo{
    width: 15.25%;
    float: left;
}
.hearder .logo_img .sublogo{
    width: 19.83%;
}
.hearder .logo_img .subtitle{
    width: 17.83%;
    font-size: 32px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #333333;
    border-left: 2px solid #333333;
    vertical-align: middle;
    margin-left: 1%;
    padding-left: 1%;
}
.hearder .logo_img  .title_logo{
    width: 30.92%;
    margin-left:0.5%;
    box-shadow: 0px 5px 10px #eaeaea;
}
.hearder .logo_img  .title_logo_1{
    width: 31%;
    margin-left:0.5% ;
    box-shadow: 0px 5px 10px #eaeaea;
}
.hearder .logo_img .search_nav{
    width: 36.25%;
    float: right;
    height: 45px;
    margin-top: 27.5px;
}
.hearder .logo_img .search_nav .search{
    width: 71%;
    float: left;
    height: 45px;
}
.hearder .logo_img .search_nav .search form{
    display: block;
    border: 2px solid #fd8164;
    height: 45px;
    border-radius: 3px;
}
.hearder .logo_img .search_nav .search form .law_type{
    width: 27%;
    float: left;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
    color: #888888;
    letter-spacing: 5px;
    position: relative;
    cursor: pointer;
}
.hearder .logo_img .search_nav .search form .law_type i{
    position: absolute;
    right: 2%;
    top: 14px;
}
.hearder .logo_img .search_nav .search form .law_type .law_list{
    position: absolute;
    top: 41px;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    display: none;
}
.hearder .logo_img .search_nav .search form .law_type .law_list .item{
    line-height: 40px;
    border-top: 1px solid #f1f1f1;
    font-size: 12px;
}
.hearder .logo_img .search_nav .search form input{
    width: 52%;
    float: left;
    height: 24px;
    text-align: left;
    font-size: 14px;
    color: #333333;
    letter-spacing: 2px;
    border: 0px;
    border-left: 1px solid #9f9f9f;
    margin-top: 8.5px;
    padding-left: 14px;
    outline: none;
}
.hearder .logo_img .search_nav .search form button{
    width: 21%;
    float: right;
    height:41px;
    border: 0px;
    outline: none;
    background-color: #fd8164;
    font-size: 16px;
    color: #ffffff;
    line-height: 41px;
    cursor: pointer;
}
.hearder .logo_img .search_nav  .online_button{
    width: 25.3%;
    float: right;
    height:45px;
    border-radius: 3px;
    background-color: #fd8164;
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
.hearder .logo_img .search_nav .search form input::placeholder{
    color: #888888;
}
.hearder .nav{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
}
.hearder .nav ul{
    width: 98%;
    margin: 0 auto;
    height: 80px;
    list-style: none;
    margin-top: 20px;
}
.hearder .nav ul>li{
    display: inline-block;
    padding-right: 40px;
    height: 80px !important;
    line-height: 80px !important;
}
.hearder .nav ul .active a{
    color: #e9463f;
    border-bottom: 2px solid #e9463f;
}
.hearder .nav ul>li a{
    display: inline-block;
    height: 40px;
    font-size: 18px;
    color: #333333;
}
.hearder .nav ul>li a:hover{
    color: #e9463f;
}
/*内容主体*/
.content{
    width: 100%;
    background-color: #f6f6f8;
    height: auto;
    overflow: hidden;
    padding-top: 200px;
}
.col-xs-12,.col-sm-6,.col-sm-3{
    padding: 0px !important;
}
.city_substation_content{
    width: 100%;
    margin: 20px auto;
    margin-top: 142px;
    background-color: #ffffff;
    height: auto;
    overflow: hidden;
}
.city_substation_content .partner_top{
    width: 100%;
    height: 217px;
    background: url("../images/partner_top.jpg") center no-repeat;
    background-size: auto 100%;
}
.city_substation_content .partner_top .h1{
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    margin: 0px;
    padding-top: 35px;
}
.city_substation_content .partner_top .line{
    width: 43px;
    height: 1px;
    margin: 0 auto;
    background-color: #ffffff;
}
.city_substation_content .partner_top .h3{
    line-height: 64px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 0px;
}
.city_substation_content .left{
   float: left;
}
.city_substation_content .right{
    float: right;
    width: 31.7%;
    margin-top: 20px;
}
.city_substation_content .left .law_banner_slide{
    width: 100%;
    height: 300px;
    margin-top: 20px;
}
.city_substation_content .left .law_banner_slide  .dot-navigation ul{
    text-align: left;
}
.city_substation_content .left .law_banner_slide .item{
    background-size: cover !important;
    border-radius: 5px;
}
.partner_content .right{
    margin-top: 0px;
}
.advice_index_top+.w1200 .right{
    margin-top: 20px;
}
.city_substation_content .left .law_banner_slide .arrow-navigation.left{
    width: 18px;
    height: 31px;
    background: url("../images/icon_left.png") center no-repeat;
    background-size: 100% auto;
    background-position-y: center;
    top: 135px;
    left: 24px
}
.city_substation_content .left .law_banner_slide .arrow-navigation.right{
    width: 18px;
    height: 31px;
    background: url("../images/icon_righ.png") center no-repeat;
    background-size: 100% auto;
    background-position-y: center;
    top: 135px;
    right: 24px
}
.city_substation_content .left .law_banner_slide .item_a{
    display: block;
    padding-top: 200px;
    line-height: 60px;
    padding-left:20px;
    padding-right: 20px;
    font-size: 22px;
    color: #ffffff;
    text-align: left;
    letter-spacing: 2px;
}
.city_substation_content .left .law_banner_slide .dot-navigation{
    z-index: 9;
}
.city_substation_content .hot_recommended{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.city_substation_content .hot_recommended h2{
    width: 100%;
    height:30px;
    line-height:28px;
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    margin: 0px !important;
    text-align: left;
    padding: 25px 0px;
    height: auto;
    overflow: hidden;
}
.city_substation_content .hot_recommended h2 .icon-vertical{
    float: left;
}
.city_substation_content .hot_recommended h2 .join{
    color: #fd8164;
    display: inline-block;
    border-bottom: 1px solid #fd8164;
    font-weight: normal;
    font-size: 14px;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
}
.city_substation_content .hot_recommended h2 .more{
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}
.city_substation_content .hot_recommended h2 .more:hover{
    color: #fd8164;
}
.city_substation_content .hot_recommended .partner_list{
    padding: 30px;
    background-color: #fff2ef;
    border-radius: 2px;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
}
.city_substation_content .hot_recommended .partner_list .item{
    display: block;
    width: 18%;
    padding-bottom: 18%;
    background-size: auto 100% !important;
    border-radius: 5px;
    position: relative;
    float: left;
    margin-left: 2.5%;
    margin-bottom: 20px;
}
.city_substation_content .hot_recommended .partner_list .item:nth-child(5n+1){
    margin-left: 0px;
}
.city_substation_content .hot_recommended .partner_list .item .icon_recommend{
    display: inline-block;
    position: absolute;
    top: -1px;
    right: 9.5%;
    width: 22px;
    padding-bottom: 24px;
    background: url("../images/icon_recommend.png") center no-repeat;
    background-size: 100% 100%;
}
.city_substation_content .hot_recommended .partner_list .item .font{
    height: 34px;
    text-align: center;
    line-height: 34px;
    position: absolute;
    bottom: 0px;
    left:0;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
    border-radius: 0px 0px 5px 5px;
}
.city_substation_content .hot_recommended .partner_list .item:hover .font{
    font-size:17px;
}
.city_substation_content .hot_recommended .info_list{
    width: 100%;
    height: auto;
    letter-spacing: 1.5px;
}
.city_substation_content .hot_recommended .info_list .info_banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.city_substation_content .hot_recommended .info_list .info_banner .item{
    width: 31.33%;
    margin-left: 3%;
    position: relative;
    float: left;
    display: block;
    padding-bottom: 21% !important;
    cursor: pointer;
}
.city_substation_content .hot_recommended .info_list .info_banner .item:first-child{
    margin-left: 0px;
}
.city_substation_content .hot_recommended .info_list .info_banner .item:nth-child(3n+1){
    margin-left: 0px;
}
.city_substation_content .hot_recommended .info_list .info_banner .item img{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 99;
}
.city_substation_content .hot_recommended  .info_list .info_banner .item  .title{
    width: 100%;
    max-height: 70px;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    color: #ffffff;
    background-image: url("../images/block_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5px 4%;
    z-index: 999;
    text-align: left;
}
.city_substation_content .hot_recommended .info_list .info_banner .item:hover .title{
    font-size: 16px;
}
.city_substation_content .hot_recommended  .info_list .list{
    width: 100%;
    text-align: left;
}
.city_substation_content .hot_recommended  .info_list .list .item{
    width: 100%;
    display:block;
    padding: 20px 0px;
    border-top: 1px solid #dedede;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}
.city_substation_content .hot_recommended  .info_list .list .item:last-child{
    padding-bottom: 0px;
}
.city_substation_content .hot_recommended .regulations .list .item:first-child {
    border-top: 0px;
    padding-top: 0px;
}
.city_substation_content .hot_recommended  .info_list .list .item>img{
    float: left;
    width: 282px;
    height: 180px;
    margin-right: 30px;
    border-radius: 5px;
}
.city_substation_content .hot_recommended .regulations .item>img{
    width: 219px !important;
    height: 146px !important;
}
.city_substation_content .hot_recommended  .info_list .list .item .infomation_info{
    color: #333333;
}
.city_substation_content .hot_recommended  .info_list .list .item .infomation_info .name{
    line-height: 25px;
    font-size: 18px;
}
.city_substation_content .hot_recommended  .info_list .list .item:hover .name{
  color: #e9463f;
}
.city_substation_content .hot_recommended  .info_list .list .item .infomation_info p{
    line-height: 25px;
    margin-top: 5px;
    font-size: 14px;
    color: #666666;
}
.city_substation_content .hot_recommended  .info_list .list .item .infomation_info .bottom{
    margin-top: 50px;
    color: #999999;
    font-size: 14px;
}
.city_substation_content .hot_recommended .regulations .item .infomation_info .bottom{
    margin-top: 20px !important;
}
.city_substation_content .hot_recommended  .info_list .list .item .infomation_info .bottom img{
    width: 20px;
    margin: 0px;
}
.city_substation_content .hot_recommended  .info_list .list .item .infomation_info .bottom .num,.city_substation_content .hot_recommended  .info_list .list .item .infomation_info .bottom .time{
    display: inline-block;
    line-height: 20px;
    letter-spacing: 0px;
}
.city_substation_content .hot_recommended  .info_list .more{
    font-size: 14px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.online-consulting .form .legalAdvice{width: 100%;  color: #ffffff; font-size: 14px;height: 40px;line-height: 40px;background-color: #fa7b58;display: block;text-align: center;}
.icon-vertical{display: inline-block;width: 8px;height: 30px; background-color: #fd8164; border-radius: 3px;vertical-align: middle;margin-right: 20px;}
.city_substation_content .hot_recommended .info_list .list .item .infomation_info .bottom .time{
    float: right;
}
.city_substation_content .hot_recommended {
    text-align: center;
}
.city_substation_content .hot_recommended  .more_find{
    height: 40px;
    border-radius: 40px;
    line-height: 36px;
    padding: 0px 20px;
    border: 2px solid #f0f0f0;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin: 20px auto;
}
.city_substation_content .hot_recommended  .more_find:hover{
    background-color: #ff7058;
    border-color: #ff7058;
    color: #ffffff;
}
.right_content .find_law .feat_choice .choice_list .item:hover{
    color: #e9463f;
}
.right_content{
    letter-spacing: 1.5px;
}
.right_content .find_law{
    width: 100%;
    background-color: #f8f8f8;
    padding-bottom: 28px;
    height: 150px;
}
.right_content .find_law .arrow-navigation{
    display: none;
}
.right_content .find_law .top_img{
    width: 100%;
}
.right_content .find_law .flicks{
    height: 150px;
}
.right_content .find_law .flicks .item{
    background-size: auto 100%;
    height: 150px;
}
.right_content .find_law .flicks .item a{
    display: block;
    width: 100%;
    height: 100%;
}
.right_content .find_law .dot-navigation .dot{
    width: 12px;
    height: 5px;
    border-radius: 5px;
    background-color: #e5e5e5;
}
.right_content .find_law .dot-navigation .dot.active{
    background-color: #fd8164;
}
.right_content .find_law .dot-navigation {
    position: absolute;
    bottom: -5px;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.right_content .find_law .dot-navigation .dot b,.right_content .find_law .dot-navigation .dot i{
    display: none;
}
.right_content .find_law .feat_choice{
    width: 80%;
    margin: 26px auto;
    border-radius: 5px;
    border: 1px solid #cccccc;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    color: #999999;
    position: relative;
}
.right_content .find_law .feat_choice .feat_choice_main{
    width: 60%;
    float: right;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    color: #999999;
    position: relative;
    text-align: left;
}
.right_content .find_law .feat_choice .feat_choice_main i{
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.right_content .find_law .feat_choice .choice_list{
    width: 100%;
    position: absolute;
    top: 34px;
    left: 0px;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
    text-align: left;
    background-color: #ffffff;
    display: none;
    z-index: 99;
    max-height: 300px;
}
.right_content .find_law .feat_choice  .choice_list .item{
    height: 30px;
    padding-left: 10px;
}
.right_content .find_law .feat_choice  .choice_list .item:first-child{
    border-top: 0px;
}
.right_content .find_law .button{
    width: 80%;
    margin: 26px auto;
    border-radius: 5px;
    border: 1px solid #ea4032;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    color: #ea4032;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.right_content  .popular_reading{
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 30px;
    margin-top: 15px;
}
.right_content  .popular_reading .title{
    width: 95%;
    height: 30px;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}
.right_content  .popular_reading .title span{
    font-size: 14px;
    color: #666666;
}
.right_content  .popular_reading .title .join{
    font-size: 16px;
    color: #fd8164;
    float: right;
}
.right_content  .popular_reading .hot_read{
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
}
.right_content  .popular_reading .hot_read img{
    width: 100%;
}
.right_content  .popular_reading .hot_read .hot_list{
    width: 100%;
}
.right_content  .popular_reading .hot_read .hot_list .item{
    width: 100%;
    padding: 14px 0px;
    border-top: 1px solid #dedede;
    display: block;
}
.right_content .popular_reading .hot_read .hot_list .item:first-child{
    border-top: 0px;
}
.right_content .popular_reading  .hot_read .hot_list .item:hover .name{
    color: #333333;
    font-size: 16px;
}
.right_content .popular_reading .hot_read .hot_list .item .name{
    width: 100%;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}
.right_content .popular_reading .hot_read .hot_list .item .bottom{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #999999;
    padding-top: 10px;
}
.right_content .popular_reading .hot_read .hot_list .item .bottom .num{
    width: 100%;
    float: left;
}
.right_content  .online-consulting{
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 30px;
    margin-top: 20px;
    float: none;
}
.right_content  .online-consulting .title{
    width: 95%;
    height: 30px;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}
.right_content  .online-consulting .form{
    width: 85%;
    height: auto;
    padding-bottom: 33px;
    margin: 0 auto;
    margin-top: 30px;
}
.right_content  .online-consulting .form .demand{
    width: 100%;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    height: 150px;
    padding: 0px;
}
.right_content  .online-consulting .form .demand textarea{
    padding:20px 4%;
    background-color: #ffffff;
    border: 0px;
    width: 100%;
    height: 148px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
}
.right_content  .online-consulting .form .phone{
    width: 100%;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    height: 44px;
    padding: 0px;
    margin-top: 24px;
    margin-bottom: 20px;
    line-height: 44px;
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
}
.right_content  .online-consulting .form .phone input{
    height: 40px;
    border: 0px;
    width: 73%;
    outline: none;
}
.right_content  .online-consulting .form .demand textarea::placeholder{
    color: #999999;
    font-size: 14px;
}
.right_content  .online-consulting .form .legalAdvice{
    font-size: 18px;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
}
.right_content .quick_access{
    width: 100%;
    margin-top: 15px;
}
.right_content .quick_access img{
    width: 100%;
    max-width: 380px;
}
.city_substation_bottom{
    width: 100%;
    height: 140px;
    background-color: #333333;
    font-size: 0px;
}
.city_substation_bottom .logo_img{
    width: 17.42%;
    height: 140px;
    line-height: 140px;
    display: inline-block;
    float: left;
}
.city_substation_bottom .logo_img img{
    width:100%;
}
.city_substation_bottom .center{
   display: inline-block;
    width: 53.2%;
    margin-left: 2%;
    font-size: 14px;
    color: #d8d8d8;
    float: left;
}
.city_substation_bottom .center .copyright{
    line-height: 20px;
    margin-top: 40px;
    padding: 10px 0px;
    letter-spacing: 0px;
}
.city_substation_bottom .center .copyright2{
    line-height: 20px;
}
.city_substation_bottom .center .copyright2 img{
    height: 18px;
    margin-right: 10px;
}
.city_substation_bottom .right{
    width: 24.916%;
    line-height: 140px;
    float: right;
}
.city_substation_bottom .right img{
    width: 100%;
}
.city_substation_bottom_phone{
     width: 92%;
     border-top: 1px solid #e1e1e1;
     margin: 0 auto;
     text-align: center;
     padding-bottom: 80px;
 }
.city_substation_bottom_phone .logo{
    height: 40px;
    margin: 10px auto;
    margin-top: 20px;
}
.city_substation_bottom_phone .font{
    height: 40px;
    margin: 10px auto;
    font-size: 12px;
    color: #999999;
    line-height: 30px;
}
.city_substation_consulting_phone{
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff !important;
    font-weight: bold;
    width: 100%;
    background-color: #ff7058;
    display: flex;
    align-items: center;
    z-index: 999999999;
}
.city_substation_consulting_phone img{
    height: 24px;
    margin-right: 10px;
}
.legal_type_list{
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 0px;
    text-align: left;
}
.legal_type_list .item{
    display: inline-block;
    height: 28px;
    border: 1px solid #efefef;
    border-radius: 28px;
    font-size: 16px;
    color: #666666;
    padding: 0px 10px;
    line-height: 26px;
    margin-right: 12px;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: #efefef;
}
.legal_type_list .active{
    background-color: #fef4f1;
    border-color: #fef4f1;
    color: #eb5247;
}
.position{
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.position ul>li{
    display: inline-block;
    font-size: 14px;
    color: #999999;
}
.position ul>li a{
    font-size: 14px;
    color: #999999;
}
.position ul>li:first-child span{
    display: none;
}
.legal_detail{
    width: 100%;
}
.legal_detail .title{
    width: 100%;
    font-weight: bold;
    color: #333333;
    font-size: 28px;
    padding-bottom: 20px;
    line-height: 40px;
}
.legal_detail .subtitle{
    width: 100%;
    color: #999999;
    font-size: 14px;
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
}
.legal_detail .subtitle .time{
    display: inline-block;
    margin-left: 10%;
    clear: both;
    line-height: 15px;
}
.legal_detail .subtitle .num{
    display: inline-block;
    margin-left: 10%;
    clear: both;
    line-height: 15px;
}
.legal_detail .subtitle .time img{
    margin: 0px auto;
    margin-right: 5px;
    float: left;
}
.legal_detail .subtitle .num img{
    float: left;
    margin: 0px auto;
    margin-right: 5px;
}
.legal_detail .audio_share .like{
    width: 84px;
    height: 30px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.legal_detail .introduce{
    padding: 20px 44px;
    border-radius: 5px;
    background-color: #f8f8f8;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}
.legal_detail img{
    width: 100%;
    margin: 30px auto;
}
.legal_detail  .font{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
}
.legal_detail  .top{
   font-style: italic;
    font-size: 24px;
    color: #565a6c;
    padding-bottom: 20px;
    font-weight: normal;
}
.legal_detail  .font p{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
}
.legal_detail_list .item{
    margin-bottom: 24px;
}
.legal_detail  .statement{
    padding: 12px 18px;
    line-height: 20px;
    border-radius: 5px;
    background-color: #fff4f2;
    font-size: 14px;
    color: #ea4032;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.legal_detail  .statement img{
    width: 17px;
    height: 17px;
    margin: 0px;
    margin-left: auto;
}
.legal_detail .audio_share{
    width: 100%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}
.legal_detail .audio_share .radio{
    width: 492px;
    height: 70px;
    margin-top: 10px;
    float: left;
}
.legal_detail .audio_share .radio .radioBtn{
    width: 45px;
    height:45px;
    float: left;
    cursor: pointer;
    background: url("../images/play_271bc3f.png") no-repeat;
    background-size: 100%;
    margin-top: 12.5px;
}
.legal_detail .audio_share .radio .radioImg{
    width: 427px;
    height: 70px;
    float: right;
}
.legal_detail .audio_share .radio .radioBtn.stop{
    background: url("../images/pause_517a223.png") no-repeat;
    background-size: 100%;
}
.time._56 {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
}
.time.total-time._56 {
    float: right;
    color: #a3a3ac;
}
.current-time{
    color: #fc5832;
}
.legal_detail .audio_share .radio .radioImg .waveform{
    width:427px;
    height: 50px;
    background: url("../images/yinpin_3.png") no-repeat;
    position: relative;
    background-size: 427px 50px;
}
.legal_detail .audio_share .radio .radioImg .wavaform_2{
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    background: url("../images/yinpin_6.png") no-repeat;
    height: 50px;
    background-size: 427px 50px;
}
.legal_detail .audio_share .radio .radioImg .wavaform_2 .smallBtn{
    margin-right: -15px;
    margin-top: 21.5px;
    float: right;
}
.legal_detail .audio_share .radio .radioImg .wavaform_2 .smallBtn img{
    width: 36px;
    height: 36px;
    margin: 0px;
}
.legal_detail .audio_share .radio .time_main{
    width: 100%;
    height: 20px;
}
.legal_detail .audio_share .radio .time_main .total-time{
    float: right;
}
.legal_detail .audio_share .radio .video{
    display: none;
}
.legal_detail .audio_share .share {
    width: 205px;
    float: right;
    margin-top: 26.5px;
}
.legal_detail .audio_share .share .xui-btn.bgheart {
    padding-left: 10px;
    line-height: 35px;
}
.legal_detail .audio_share .share .xui-btn.bgheart img{
    width: 19px;
    height: 17px;
    margin: 0px;
    margin-right: 15px;
}
.legal_detail .audio_share .share .xui-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #f86442;
    background-color: #fff;
    border-color: #e8e8e8;
    float: right;
}
.legal_detail .audio_share .share #bdshare {
    _overflow-x: hidden;
    z-index: 999999;
    padding-bottom: 2px;
    font-size: 12px;
    float: right;
    text-align: left!important;
    zoom: 1;
    background-color: #ffffff;
}
.legal_detail .audio_share .share #bdshare {
    z-index: 1!important;
}
.legal_detail .audio_share .share .xui-btn.bgshare1 {
    background: url(../images/icon_share.png) no-repeat!important;
    padding-left: 40px;
    background-position: 10px 9px!important;
    font-size: 16px!important;
    margin-left: 10px;
    float: left;
}
.legal_detail .audio_share .share .xui-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 16px !important;
    height: 35px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #f86442;
    background-color: #fafafa;
    border-color: #e8e8e8;
    float: left;
}
.advice_type{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
}
.advice_type .item{
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 50px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}
.advice_type .active{
    color: #ea4032;
    border-bottom: 2px solid #ea4032;
}
.city_substation_content .hot_recommended  .font_list{
    width: 100%;
    margin-bottom: 20px;
}
.city_substation_content .hot_recommended  .font_list .item{
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 15px 0px;
    border-bottom: 1px solid #dedede;
    text-align:left;
}
.city_substation_content .hot_recommended  .font_list .item .name{
    width: 100%;
    line-height: 28px;
    color: #666666;
    font-size: 16px;
}
.city_substation_content .hot_recommended  .font_list .item:hover .name{
    color: #e9463f;
}
.city_substation_content .hot_recommended  .font_list .item .time_info{
    width: 100%;
    line-height: 25px;
    color: #999999;
    font-size: 14px;
    padding-top: 10px;
}
.city_substation_content .hot_recommended  .font_list .item .time_info span{
   margin: 0px 2%;
}
.city_substation_content .hot_recommended  .font_list .item .law_replied{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.city_substation_content .hot_recommended  .font_list .item .law_replied .touxiang{
    width:28px;
    height: auto;
    float: left;
}
.city_substation_content .hot_recommended  .font_list .item .law_replied .touxiang img{
    width:28px;
    height: 28px;
    border-radius: 50%;
}
.city_substation_content .hot_recommended  .font_list .item .law_replied .law_replied_info{
    margin-left: 50px;
}
.city_substation_content .hot_recommended  .font_list .item .law_replied .law_replied_info .compellation{
    line-height: 28px;
    font-size: 14px;
    color: #999999;
}
.city_substation_content .hot_recommended  .font_list .item .law_replied .law_replied_info .replied{
    line-height: 25px;
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}
.advice_detail{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.advice_detail .consulting_content{
    width: 100%;
    height: auto;
}
.advice_detail .consulting_content .title{
    width: 100%;
    height: auto;
    line-height: 33px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.advice_detail .consulting_content .title img{
    height: 33px;
    margin-right: 20px;
    float: left;
}
.advice_detail .consulting_content .content{
    padding: 17px 30px;
    border-radius: 5px;
    background-color: #f8f8f8;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.advice_detail .consulting_content .bottom{
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
    padding-bottom: 20px;
}
.advice_detail .consulting_content .bottom span{
   margin: 0px 2%;
}
.advice_detail .consulting_content .bottom img{
    height: 20px;
    width: 20px;
    margin-right: 5px;
    float: left;
}
.advice_detail .consulting_content .bottom .time{
    float: right;
    margin: 0px;
}
.advice_detail .consulting_law {
  display: block;
    margin-bottom: 20px;
}
.advice_detail .consulting_law img{
    width: 100%;
}
.advice_detail .quality_solutions{
   width: 100%;
}
.advice_detail .quality_solutions .title{
    width: 100%;
    font-size: 26px;
    color: #000000;
    padding-bottom: 0px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: bold;
    position: relative;
    height: 30px;
}
.advice_detail .quality_solutions .title .icon-vertical{
    float: left;
}
.advice_detail .quality_solutions .title .line{
    position: absolute;
    height: 1px;
    background-color: #dedede;
    left: 150px;
    right: 290px;
    top: 14px;
}
.advice_detail .quality_solutions .title .adopted{
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
}
.advice_detail .quality_solutions .title .adopted a{
    display: inline-block;
    line-height: 15px;
    border-bottom: 1px solid #fd8164;
    color: #fd8164;
    margin-left: 5px;
}
.advice_detail .quality_solutions .title .adopted img{
    height: 17px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}
.advice_detail .quality_solutions  .law_info{
    padding: 22px 0px;
}
.advice_detail .quality_solutions  .law_info .touxiang{
    width: 50px;
    height: 50px;
    float: left;
}
.advice_detail .quality_solutions  .law_info .touxiang img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.advice_detail .quality_solutions  .law_info .info{
    margin-left: 70px;
    height:50px;
}
.advice_detail .quality_solutions  .name2{
    line-height: 50px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 10px;
}
.advice_detail .quality_solutions  .name2 .address{
    display: inline-block;
    font-size:14px;
    color: #999999;
    font-weight: normal;
    margin-left: 20px;
}
.advice_detail .quality_solutions  .law_info .info .name{
    line-height: 50px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.advice_detail .quality_solutions  .law_info .info .name img{
    height: 20px;
    margin: 0px 5px;
}
.advice_detail .quality_solutions  .law_info .info .name .complay{
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}
.advice_detail .quality_solutions  .law_info .info .name .tyee{
    margin-left: 15px;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}
.advice_detail .quality_solutions  .law_info .info .bottom{
    font-size: 14px;
    color: #999999;
}
.advice_detail .quality_solutions .list a{
    display: block;
    border-top: 1px solid #dedede;
    padding-bottom: 22px;
}
.advice_detail .quality_solutions .list a:first-child{
    border-top: 0px;
}
.advice_detail .quality_solutions  .law_info .info .bottom span{
    color: #333333;
    margin-left: 2%;
}
.advice_detail .quality_solutions  .font_info{
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    clear: both;
}
.advice_detail .quality_solutions  .font_info span{
    font-size: 14px;
    color: #999999;
}
.advice_detail .quality_solutions  .time{
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.advice_detail .quality_solutions .inquiry{
    margin-top: 30px;
}
.advice_detail .quality_solutions .inquiry .type{
    width: 68px;
    padding-right: 4px;
    height: 26px;
    background: url("../images/icon_inquiry_bg.png") center no-repeat;
    background-size: 100% 100%;
    float: left;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #ffffff;
}
.advice_detail .quality_solutions .inquiry .inquiry_content{
    margin-left: 93px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.advice_detail .other_reply{
    width: 100%;
}
.advice_detail .other_reply .title{
    width: 100%;
    font-size: 26px;
    color: #000000;
    padding-bottom: 0px;
    line-height: 30px;
    margin-top: 0px;
    height: 30px;
}
.advice_detail .other_reply .title .icon-vertical{
   float: left;
}
.advice_detail .other_reply a{
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 20px 0px;
}
.advice_detail .hot_recommended .list .item:first-child{
   border-top: 0px;
}
.legal_detail .info{
    color: #999999;
    font-size: 12px;
    width: 100%;
}
.legal_detail .info table{
    width: 100%;
    border-collapse:collapse;
}
.legal_detail .info td{
    border:1px dashed #e4e4e4;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
}
.legal_detail .font_content{
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
}
.legal_detail .font_content p{
    padding: 10px 0px;
}
.legal_detail .disclaimer{
    font-size: 12px;
    color: #999999;
    padding: 20px 0px;
}
.city_substation_blogroll{
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px 0px;
}
.city_substation_blogroll .title{
    line-height: 50px;
    font-size: 20px;
    color: #333333;
}
.city_substation_blogroll .title .line{
    width: 28px;
    height: 3px;
    background-color: #ff7058;
    border-radius: 3px;
    margin-left: 28px;
}
.city_substation_blogroll .link_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.city_substation_blogroll .link_list a{
    display: inline-block;
    float: left;
    line-height: 33px;
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
    cursor: pointer;
}
.city_substation_blogroll .link_list span{
    display: inline-block;
    float: left;
    line-height: 33px;
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
    cursor: pointer;
}
.city_substation_blogroll .link_list span img{
    height: 8px;
    float: right;
    margin-top: 12.5px;
    margin-left: 3px;
}
.city_substation_blogroll .link_list a:hover{
    color: #ff7058;
}
.city_substation_content .left .partner_detail{
    width: 100%;
    margin-top: 30px;
}
.city_substation_content .left .partner_detail .partner_info{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: table;
}
.city_substation_content .left .partner_detail .partner_info .img{
    width: 37.625%;
    margin-right: 3.625%;
    float: left;
    padding-bottom: 45.125%;
    background-size: auto 100% !important;
    border-radius: 5px;
}
.city_substation_content .left .partner_detail .partner_info .info_right{
}
.city_substation_content .left .partner_detail .partner_info .info_right .name{
    padding-top: 4px;
    line-height: 70px;
    font-size: 28px;
    color: #000000;
}
.city_substation_content .left .partner_detail .partner_info .info_right .info{
    line-height: 30px;
    font-size: 16px;
    color: #5e5e5e;
    margin-bottom: 0px;
}
.city_substation_content .left .partner_detail .partner_info .info_right hr{
    border-top: 1px dashed #cccccc;
}
.city_substation_content .left .partner_detail .partner_info .info_right .specialty{
    margin-top: 22px;
}
.city_substation_content .left .partner_detail .partner_info .info_right .specialty h6{
    line-height: 32px;
    font-size: 16px;
    color: #5e5e5e;
    font-weight: bold;
}

.city_substation_content .left .partner_detail .partner_info .info_right .specialty p{
    line-height: 30px;
    font-size: 16px;
    color: #5e5e5e;
}
.city_substation_content .left .partner_detail .detail{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
.city_substation_content .left .partner_detail .detail p{
   margin-top: 25px;
    margin-bottom: 0px;
}
.right_content .popular_reading .partner_list {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    height: auto;
    overflow: hidden;
    padding-bottom: 45px;
}
.right_content .popular_reading .partner_list .item{
    width: 45.8%;
    padding-bottom: 45.8%;
    float: left;
    background-size: auto 100%;
    margin-left: 8.4%;
    position: relative;
    margin-bottom: 25px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}
.right_content .popular_reading .partner_list .item:nth-child(2n+1){
    margin-left: 0px;
}
.right_content .popular_reading .partner_list .item .icon_recommend {
    display: inline-block;
    position: absolute;
    top: -1px;
    right: 9.5%;
    width: 22px;
    padding-bottom: 24px;
    background: url(../images/icon_recommend.png) center no-repeat;
    background-size: 100% 100%;
}
.right_content .popular_reading .partner_list .item .font {
    height: 34px;
    text-align: center;
    line-height: 34px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
    border-radius: 0px 0px 5px 5px;
}
.right_content .popular_reading .partner_list .item:hover .font{
    font-size: 17px;
}
.partner_content{
    margin-top: 142px;
    margin-bottom: 0px;
}
.partner_content .w1200{
    position: relative;
    height: auto;
    overflow: hidden;
}
.partner_content .partner_join{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 66.66666667%;
    bottom: 0px;
    background-color: #fff4f1;
}
.partner_content .partner_join .title{
    text-align: center;
    line-height: 47px;
    padding-top: 53px;
    font-weight: bold;
    font-size: 26px;
    color: #fd8164;
}
.partner_content .partner_join .sub_title{
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #999999;
}
.partner_content .partner_join .form{
    width: 64.625%;
    margin: 0 auto;
    margin-top: 56px;
}
.partner_content .partner_join .form .item{
    width: 100%;
    height: 40px;
    margin-bottom: 22px;
}
.partner_content .partner_join .form .item .label{
    width: 112px;
    height: 40px;
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    font-weight: normal;
    padding: 0px;
}
.partner_content .partner_join .form .item .label span{
    color: #fd8164;
}
.partner_content .partner_join .form .item .inputDiv{
    margin-left: 112px;
    height: 40px;
}
.partner_content .partner_join .form .item .inputDiv input{
    display: block;
    background-color: #ffffff;
    font-size: 14px;
    color: #333333;
    padding: 0px 15px;
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 40px;
    outline: none;
    border-radius: 3px;
}
.partner_content .partner_join .form .item .inputDiv button{
    width: 100%;
    height: 40px;
    background-color: #fd8164;
    border: 0px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
}
.partner_content .partner_join .form .item .inputDiv .law_type {
    background-color: #ffffff;
    display: inline-block;
    width: 30%;
    border: 1px solid #e0e0e0;
    float: left;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    position: relative;
    z-index: 99;
    margin-left: 5%;
    background-color: #ffffff;
}
.partner_content .partner_join .form .item .inputDiv .law_type:first-child {
    margin-left: 0px;
}
.partner_content .partner_join .form .item .inputDiv .law_type .title{
    min-height: 40px;
    line-height: 40px;
    padding-left: 15%;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    padding-top: 0px;
    text-align: left;
}
.partner_content .partner_join .form .item .inputDiv .law_type .info_list{
    width: 100%;
    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;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 9999;
}
.partner_content .partner_join .form .item .inputDiv .law_type .info_list a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #999999;
}
.partner_content .partner_join .form .item .inputDiv .law_type .info_list::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
}
.partner_content .partner_join .form .item .inputDiv .law_type .info_list::-webkit-scrollbar-track
{
    border-radius: 0px;
    background: none;
}
.partner_content .partner_join .form .item .inputDiv .law_type .info_list::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: rgba(255,255,255,1)
}
.partner_content .partner_join .form .item .inputDiv .law_type .info_list::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: rgba(85, 85, 85, 0.4);
}
.partner_content .partner_join .form .item .inputDiv .law_type i {
    position: absolute;
    right: 20%;
    top: 12px;
}
.city_substation_content .partner_top .type_list{
    padding-top: 60px;
    height: 98px;
    position: relative;
}
.city_substation_content .partner_top .type_list ul{
    margin: 0 auto;
    height: 98px;
    text-align: center;
}
.city_substation_content .partner_top .type_list ul li{
    display: inline-block;
    height: 98px;
}
.city_substation_content .partner_top .type_list ul li .item{
    height: 98px;
    display: inline-block;
    height: 98px;
    position: relative;
    padding: 0px 36px;
    cursor: pointer;
}
.city_substation_content .partner_top .type_list ul li .item .circle{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 30px;
    color: #000000;
    background-color: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.city_substation_content .partner_top .type_list ul li .item .font{
    font-size: 16px;
    color: #fafafa;
    line-height: 47px;
    margin-top: 3px;
}
.city_substation_content .partner_top .type_list ul li .link_nav{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    left: 0px;
    top: 158px;
    z-index: 1;
    text-align: left;
    display: none;
}
.city_substation_content .partner_top .type_list ul li .link_nav .every{
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #999999;
    margin-right: 13px;
    cursor: pointer;
}
.city_substation_content .partner_top .type_list ul li .link_nav .every:hover{
    color: #e9463f;
}
.city_substation_content .partner_top .type_list ul li .item .box {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid #190c13;
    border-right: 6px solid rgba(0,0,0,0);
    border-bottom: 6px solid rgba(0,0,0,0);
    border-left: 6px solid rgba(0,0,0,0);
    display: block;
    z-index: 99999;
    display: none;
}
.city_substation_content .partner_top .type_list ul li:hover .circle,.city_substation_content .partner_top .type_list ul .active .circle{
    color: #fa461b;
}
.city_substation_content .partner_top .type_list ul li:hover .box,.city_substation_content .partner_top .type_list ul li:hover .link_nav,.city_substation_content .partner_top .type_list ul .active .link_nav{
    display: block;
}
.city_substation_content .hot_recommended .latest_reply_list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.city_substation_content .hot_recommended .latest_reply_list .item{
    display: block;
    width: 48%;
    float: left;
    border-top: 1px solid #dedede;
    padding: 20px 0px;
    margin-right: 4%;
    cursor: pointer;
}
.city_substation_content .hot_recommended .latest_reply_list .item:first-child,.city_substation_content .hot_recommended .latest_reply_list .item:first-child+.item{
    border-top: 0px;
    padding-top: 0px;
}
.city_substation_content .hot_recommended .latest_reply_list .item:nth-child(2n){
    margin-right: 0px;
}
.city_substation_content .hot_recommended .latest_reply_list .item .info{
    line-height: 30px;
    height: 60px;
    font-size: 16px;
    color: #666666;
    text-align: left;
    letter-spacing: 1px;
}
.city_substation_content .hot_recommended .latest_reply_list .item .bottom{
    line-height: 25px;
    font-size: 14px;
    color: #999999;
    text-align: left;
    margin-top: 6px;
}
.city_substation_content .hot_recommended .latest_reply_list .item .bottom span{
    margin: 0px 20px;
}
.city_substation_content .hot_recommended .latest_reply_list .item:hover .info{
    font-size: 17px;
}
.city_substation_content .hot_recommended .advertising{
    width: 100%;
    display: block;
}
.city_substation_content .hot_recommended .advertising img{
    width: 100%;
}
.city_substation_content .hot_recommended .advice_index .list .item .infomation_info .name{
    line-height: 40px;
}
.city_substation_content .hot_recommended .advice_index .list .item:first-child{
    border-top: 0px;
    padding-top: 0px;
}
.city_substation_content .hot_recommended .latest_regulations_list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.city_substation_content .hot_recommended .latest_regulations_list .item{
    display: block;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 15px 0px;
    margin-right: 4%;
    cursor: pointer;
}
.city_substation_content .hot_recommended .latest_regulations_list .item:first-child{
    padding-top: 0px;
}
.city_substation_content .hot_recommended .latest_regulations_list .item .info{
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    text-align: left;
    letter-spacing: 1px;
}
.city_substation_content .hot_recommended .latest_regulations_list .item .bottom{
    line-height: 25px;
    font-size: 14px;
    color: #999999;
    text-align: left;
}
.city_substation_content .hot_recommended .latest_regulations_list .item .bottom span{
    margin: 0px 20px;
}
.city_substation_content .hot_recommended .latest_regulations_list .item:hover .info{
    font-size: 19px;
}
.city_substation_content .hot_recommended .recommend_for_you{
    line-height: 30px;
    font-size: 18px;
    color: #666666;
    padding: 30px 0px;
    height: auto;
    overflow: hidden;
    text-align: left;
}
.city_substation_content .hot_recommended .recommend_for_you .icon{
     height: 31px;
     float: left;
    margin-right: 10px;
 }
.city_substation_content .hot_recommended .recommend_for_you a{
    display: inline-block;
    font-size: 16px;
    color: #999999;
    margin-right: 15px;
    cursor: pointer;
}
.city_substation_content .hot_recommended .recommend_for_you a:hover{
    color: #fd8164;
}
.city_substation_content .hot_recommended .classification{
   line-height: 30px;
    text-align: left;
    font-size: 18px;
    color: #fd8164;
    margin-bottom: 5px;
}
.city_substation_content .hot_recommended .classification .first{
    font-size: 20px;
}
.city_substation_content .hot_recommended .classification .gray{
    font-size: 20px;
    color: #cccccc;
}
.city_substation_content .hot_recommended .classification .total{
    font-size: 16px;
}
.city_substation_content .hot_recommended  .last_list .item:last-child{
    border-bottom: 0px;
}
.flickerplate ul.flicks>li .flick-inner .flick-content{
    height: 100%;
}
.mask_layer{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0,0,0,0.3);
    display: none;
}
.mask_layer_main{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 360px;
    min-height: 340px;
    z-index: 9999999;
    border-radius: 5px;
    margin-top: -170px;
    margin-left: -180px;
    background-color: #ffffff;
    display: none;
}
.mask_layer_main .top{
    width: 100%;
    height: 50px;
}
.mask_layer_main .top .close{
    cursor: pointer;
    width: 54px;
    height: 26px;
    margin-top: 13px;
    float: right;
    text-align: center;
}
.mask_layer_main .top .close img{
    height: 26px;
    width: 26px;
}
.mask_layer_main .content{
    width: 300px;
    margin: 0 auto;
    padding: 0px;
    background-color: #ffffff;
}
.mask_layer_main .content h1{
    line-height: 23px;
    height: 23px;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: #fd8164;
    padding-bottom: 9px;
}
.mask_layer_main .content h4{
    line-height: 21px;
    height: 21px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    padding-bottom: 38px;
}
.mask_layer_main .content .every{
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    line-height: 33px;
    height: 33px;
    padding: 0px 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999999;
}
.trademark_service{
    width: 100%;
}
.trademark_service .service_title{
    width: 100%;
    height: 277px;
    background: url("../images/trademark_service_bg.jpg") center no-repeat;
    background-size: auto 100%;
    text-align: center;
}
.trademark_service .service_title img{
    margin-top: 79px;
    height: 98px;
}
.trademark_service .form{
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding-top: 68px;
    padding-bottom: 17px;
}
.trademark_service .form form{
    width: 730px;
    margin: 0 auto;
}
.trademark_service .form form .item{
    width: 100%;
    min-height: 40px;
    margin-bottom: 20px;
}
.trademark_service .form form .item label{
    width: 12.6%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 14px;
    color: #333333;
    margin-bottom: 0px;
    font-weight: normal;
}
.trademark_service .form form .item label span{
    color: #fc0303;
}
.trademark_service .form form .item .right{
    margin-left: 12.6%;
    height: auto;
    position: relative;
}
.trademark_service .form form .item .right input{
    width: 100%;
    height: 40px;
    border: 1px solid #ececec;
    background-color: #f8f8f8;
    outline: none;
    padding: 0px 20px;
    font-size: 14px;
}
.trademark_service .form form .item .right textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #ececec;
    background-color: #f8f8f8;
    outline: none;
    padding: 10px 20px;
    font-size: 14px;
}
.trademark_service .form form .item .right  ::placeholder{
    color: #cccccc;
}
.trademark_service .form form .item .right .title{
    height: 38px;
    border: 1px solid #ececec;
    background-color: #f8f8f8;
    line-height: 38px;
    padding: 0px 20px;
    font-size: 14px;
    color: #cccccc;
    cursor: pointer;
}
.trademark_service .form form .item .right .serviceType{
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 99999;
}
.trademark_service .form form .item .right .serviceTypeList{
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #666666;
    border: 1px solid #ececec;
    display: none;
    background-color: #fff;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    padding-left: 30px;
}
.trademark_service .form form .item .right .serviceTypeList::-webkit-scrollbar {
    width: 1px;
}
.trademark_service .form form .item .right .serviceTypeList a{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #666666;
}
.trademark_service .form form .item .phone{
    width: 47.53%;
    height: 40px;
    float: left;
}
.trademark_service .form form .item .phone label{
    width: 26.22%;
}
.trademark_service .form form .item .phone .right{
    margin-left:26.22%;
}
.trademark_service .form form .item .area{
    width: 50.95%;
    height: 40px;
    float: right;
    position: relative;
}
.trademark_service .form form .item .area label{
    width: 16.4%;
}
.trademark_service .form form .item .area .province{
    display: inline-block;
    width: 38.7%;
    text-align: center;
    min-height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    float: left;
    position: absolute;
    left:16.4%;
    z-index: 99;
    overflow: hidden;
    border: 1px solid #ececec;
}
.trademark_service .form form .item .area .province .title{
    min-height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #cccccc;
    padding: 0px 18px;
    background-color: #f8f8f8;
    font-weight: normal;
    text-align: left;
    cursor: pointer;
}
.trademark_service .form form .item .area .city{
    display: inline-block;
    min-height: 38px;
    line-height: 38px;
    width: 38.7%;
    text-align: center;
    font-size: 14px;
    color: #333333;
    float: right;
    overflow: hidden;
    z-index: 99;
    position: absolute;
    right:0px;
    border: 1px solid #ececec;
}
.trademark_service .form form .item .area .city .title{
    min-height: 38px;
    line-height: 38px;
    padding: 0px 18px;
    color: #cccccc;
    font-size: 14px;
    background-color: #f8f8f8;
    font-weight: normal;
    text-align: left;
    cursor: pointer;
}
.trademark_service .form form .item .area .provinceList{
    width: 100%;
    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;
}
.trademark_service .form form .item .area .provinceList::-webkit-scrollbar {
    width: 1px;
}
.trademark_service .form form .item .area .provinceList a{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #666666;
}
.trademark_service .form form .item .area a:hover, .online_message .item .cityList a:hover{
    color: #333333;
}
.trademark_service .form form .item .area .city i{
    color: #999999;
    font-size: 18px;
}
.trademark_service .form form .item .area .cityList{
    width: 100%;
    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;
    position: relative;
    top: 0px;
    padding-bottom: 0px;
}
.trademark_service .form form .item .area .cityList::-webkit-scrollbar {
    width: 1px;
}
.trademark_service .form form .item .area .cityList a{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #666666;
}
.trademark_service .form form .item .icon-down-solid {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 14px;
    background: url(../images/down.png) center no-repeat;
    background-size: 100% 100%;
    float: right;
    font-size: 0px !important;
}
.trademark_service .form form .button{
    width: 100%;
    margin-top: 40px;
    padding-bottom: 50px;
    text-align: center;
}
.trademark_service .form form .button button {
    border: 0px;
    outline: none;
    width: 256px;
    height: 40px;
    margin-top: 20px;
    color: #ffffff;
    background-color: #bb4242;
    font-size: 16px;
}
.gauge_detail{
    width: 100%;
}
.gauge_detail .title{
    line-height: 67px;
    font-size: 22px;
    color: #333333;
}
.gauge_detail .subtitle{
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}
.gauge_detail .subtitle span{
    display: inline-block;
    width: 64px;
    text-align: justify;
    text-align-last: justify;
}
.gauge_detail .detail{
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}
@media screen and (max-width: 1200px){
    .w1200,.trademark_service .form{width: 98%;}
    .toolTop .left ul li,.toolTop .right ul li{
        font-size: 14px;
    }
    .toolTop .left ul li a{
        margin-left: 25px;
    }
    .toolTop .right ul li .special{
        font-size: 14px;
        padding: 0px 12px;
    }
    .banner .banner_info .left .search select {
        font-size: 18px;
    }
    .banner .banner_info .left .subtitle{
        font-size: 16px;
    }
    .banner .banner_info .right .info .left{
        font-size: 16px;
    }
    .banner .banner_info .right .info .right a{
        font-size: 9px;
        height: 18px;
        line-height: 18px;
    }
    .banner .banner_info .right .info .bottom .h{
        font-size: 9px;
    }
    .case_entrusted_detail .case_info .title h2{
        font-size: 22px;
    }
    .hearder .logo_img h1{
        font-size: 32px;
    }
    .hearder .nav ul>li a{
        font-size: 16px;
    }
    .right_content  .popular_reading .title span{
        font-size: 12px;
    }
    .right_content  .popular_reading .title .join{
        font-size: 14px;
    }
    .city_substation_content .left .partner_detail .partner_info .info_right .name{
        line-height: 65px;
        font-size: 26px;
    }
    .city_substation_content .left .partner_detail .partner_info .info_right .info{
        line-height: 28px;
        font-size: 14px;
        padding-bottom: 22px;
    }
    .city_substation_content .left .partner_detail .partner_info .info_right .specialty{
        margin-top: 20px;
    }
    .city_substation_content .left .partner_detail .partner_info .info_right .specialty h6{
        line-height: 30px;
        font-size: 14px;
    }
    .city_substation_content .left .partner_detail .partner_info .info_right .specialty p{
        line-height: 28px;
        font-size: 14px;
    }
    .city_substation_content .left .partner_detail .detail{
        font-size: 14px;
        line-height: 23px;
    }
    .city_substation_content .left .partner_detail .detail p{
        margin-top:20px;
    }
}
@media screen and (max-width: 1100px){
    .lawyerList .lawyer .info{font-size: 12px;}
    .infoRight .top .title{font-size: 15px;}
    .infoRight .top .info {font-size: 12px;}
    .consultation .consultation-list .each .title{font-size: 14px;}
    .consultation .consultation-list .each .bottom{font-size: 12px;}
    .consultation .consultation-list .each span{padding: 0px 8px;}
    .detail-list .detail .title{font-size: 12px;}
    .detail-list .detail .bottom .reply{padding: 0px 16px;font-size: 12px;}
    .toolTop .left ul li,.toolTop .right ul li{
        font-size: 14px;
    }
    .toolTop .left ul li a{
        margin-left: 20px;
    }
    .toolTop .right ul li .special{
        font-size: 14px;
        padding: 0px 10px;
    }
    .hearder .nav ul>li{
        padding-right: 35px;
    }
    .hearder .nav ul>li a{
        font-size: 14px;
    }
    .banner .banner_info .left{
        width:80% ;
    }
    .banner .banner_info .right{
        width:20% ;
    }
    .infoRight .top .title b{
        font-size: 18px;
    }
    .banner .banner_info .left .search select{
        height: 45px;
    }
    .case_entrusted_detail .case_info .title h2{
        font-size: 20px;
    }
    .legal_services .flicker-example img{
        display: inline-block;
        vertical-align: middle;
    }
    .inputDiv>span{
        font-size: 14px;
    }
    .hearder .logo_img h1{
        font-size: 30px;
    }
    .hearder .logo_img .font_logo{
        margin-top: 2%;
    }
    .city_substation_content .left .law_banner_slide .item_a{
        font-size: 20px;
    }
    .city_substation_bottom .center .copyright{
        margin-top: 25px;
    }
    .hearder .logo_img .search_nav .search form .law_type{
        letter-spacing: 3px;
    }
    .right_content  .popular_reading .title span{
        display: none;
    }
    .right_content  .popular_reading .title .join{
        font-size: 14px;
    }
    .city_substation_content .left .partner_detail .partner_info .info_right .name{
        line-height: 60px;
        font-size: 24px;
    }
    .city_substation_content .left .partner_detail .partner_info .info_right .info{
        line-height: 25px;
        font-size: 12px;
        padding-bottom: 18px;
    }
    .city_substation_content .left .partner_detail .partner_info .info_right .specialty{
        margin-top: 18px;
    }
    .city_substation_content .left .partner_detail .partner_info .info_right .specialty h6{
        line-height: 25px;
        font-size: 12px;
    }
    .city_substation_content .left .partner_detail .partner_info .info_right .specialty p{
        line-height: 25px;
        font-size: 12px;
    }
    .city_substation_content .left .partner_detail .detail{
        font-size: 12px;
    }
    .city_substation_content .left .partner_detail .detail p{
        margin-top:15px;
    }
}
@media screen and (max-width: 1090px){
    .legal_detail .audio_share .share{
        float: left;
        margin-top: 20px;
    }
}
@media screen and (max-width: 1000px){
    .lawyerList .lawyer .info{font-size: 9px;}
    .infoRight .top .title{font-size: 12px;}
    .infoRight .top .info {font-size: 9px;}
    .consultation .consultation-list .each .title{font-size: 12px;}
    .consultation .consultation-list .each .bottom{font-size: 9px;}
    .consultation .consultation-list .each span{padding: 0px 6px;}
    .detail-list .detail .title{font-size: 9px;}
    .detail-list .detail .bottom .reply{padding: 0px 12px;font-size: 9px;}
    .consulting-type .type {font-size: 14px;}
    .toolTop .left ul li,.toolTop .right ul li{
        font-size: 12px;
    }
    .toolTop .right ul li .special{
        font-size: 12px;
        padding: 0px 5px;
    }
    .hearder .nav ul>li a{
        font-size: 12px;
    }
    .banner .banner_info .left .search select {
        font-size: 16px;
    }
    .banner .banner_info .left .subtitle{
        font-size: 14px;
    }
    .infoRight .top .title b{
        font-size: 16px;
    }
    .banner .banner_info .left{
        width:78% ;
    }
    .banner .banner_info .right{
        width:22% ;
    }
    .banner .banner_info .left .search select{
        height: 40px;
    }
    .case_entrusted_detail .case_info .title h2{
        font-size: 18px;
    }
    .case_entrusted_detail  .left .case_entrusted_type .entrusted_info .title{
        font-size: 14px;
    }
    .toolTop .site_nav{
        font-size: 9px !important;
        max-width:850px;
    }
    .toolTop .site_nav .item{
        padding: 0px 5px;
    }
    .inputDiv>span{
        font-size: 12px;
    }
    .hearder .logo_img h1{
        font-size:28px;
    }
    .hearder .logo_img .font_logo{
        margin-top: 2.5%;
    }
    .city_substation_content .left .law_banner_slide .item_a{
        font-size: 18px;
    }
    .city_substation_content .right .find_law .feat_choice .feat_choice_main{
        width: 55%;
    }
    .hearder .logo_img .search_nav .online_button,.hearder .logo_img .search_nav .search form button{
        font-size: 14px;
    }
    .hearder .logo_img .search_nav .search form .law_type{
        letter-spacing: 1px;
        font-size: 12px;
    }
    .city_substation_content .hot_recommended .partner_list .item .font,.right_content .popular_reading .partner_list .item .font{
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .city_substation_content .hot_recommended .partner_list .item:hover .font,.right_content .popular_reading .partner_list .item:hover .font{
        font-size: 13px;
    }
    .city_substation_content .left .partner_detail .detail p{
        margin-top:10px;
    }
    .city_substation_content .partner_top .type_list ul li .item{
        padding: 0px 20px;
    }
    .city_substation_content .partner_top .type_list ul li .link_nav .every {
        font-size: 12px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 900px){
    .infoRight .top .title{font-size: 9px;}
    .consultation .consultation-list .each .title{font-size: 9px;}
    .consultation .consultation-list .each span{padding: 0px 4px;}
    .detail-list .detail .bottom .reply{padding: 0px 10px;}
    .consulting-type .type {font-size: 12px;}
    .toolTop .left ul li,.toolTop .right ul li{
        font-size: 9px;
    }
    .toolTop .left ul li a{
        margin-left: 10px;
    }
    .toolTop .right ul li .special{
        font-size: 9px;
        padding: 0px 2px;
    }
    .hearder .nav ul>li{
        padding-right: 20px;
    }
    .hearder .nav ul>li a{
        font-size: 12px;
    }
    .hearder .logo_img .title_logo{
        margin-left: 0.3%;
    }
    .hearder .logo_img .title_logo_1{
        margin-left: 0.3%;
    }
    .banner .banner_info .left .search select {
        font-size: 14px;
    }
    .banner .banner_info .left .subtitle{
        font-size: 12px;
    }
    .banner .banner_info .left .search select{
        height: 35px;
    }
    .hearder .logo_img .subtitle{
        font-size: 25px;
    }
    .case_entrusted_detail  .left .relevant_laws .law_info .item .type{
        font-size: 9px;
    }
    .case_entrusted_detail  .left .relevant_laws .law_info .item .name{
        font-size: 9px;
    }
    .case_entrusted_detail  .left .case_entrusted_type .entrusted_info .title{
        font-size: 9px;
    }
    .case_entrusted_detail .right .entrust_way .title{
        font-size: 20px;
    }
    .case_entrusted_detail .right .entrust_way .title b{
        font-size: 30px;
    }
    .toolTop .site_nav{
        max-width:700px;
    }
    .toolTop .site_nav .substation{
         width: 150px;
    }
    .toolTop .site_nav .substation_info{
        width: 150px;
    }
    .toolTop .site_nav .item a{
        width: auto !important;
        padding-right: 5px !important;
    }
    .toolTop .site_nav .item{
        height: 400px;
    }
    .inputDiv>span{
        font-size: 9px;
    }
    .hearder .logo_img h1{
        font-size:24px;
    }
    .city_substation_content .left .law_banner_slide .item_a{
        font-size: 16px;
    }
    .hearder .logo_img .font_logo{
        margin-top: 33px;
    }
    .hearder .logo_img .search_nav .online_button,.hearder .logo_img .search_nav .search form button{
        font-size: 12px;
    }
}
@media screen and (max-width: 850px){
    .hearder .logo_img .font_logo{
        margin-top: 3.5%;
    }
    .hearder .logo_img .nav ul li{
        padding-right: 2%;
    }
    .hearder{
        letter-spacing: 0.8px;
    }
}
@media screen and (max-width: 767px){
    .w1200{
        width: 92%;
    }
    .toolTop .right ul li{
        font-size: 9px;
        padding: 0px;
    }
    .toolTop .right ul li a{
        margin-left: 15px;
    }
    .toolTop .right ul li .special{
        font-size: 9px;
        padding: 0px 5px;
    }
    .cityList{
        width:300px;
    }
    .toolTop .left{
        width: 40%;
    }
    .toolTop .right{
        width: 60%;
    }
    .hearder .logo_img h1{
        font-size: 20px;
    }
    .hearder .logo_img{
        height: 50px;
        line-height: 50px;
        position: static;
    }
    .hearder .logo_img .font_logo{
        float: left;
        height: 30px;
        width: auto;
        margin-top: 10px;
    }
    .hearder .logo_img .line{
        width: 1px;
        height: 18px;
        margin: 16px 10px;
    }
    .hearder .logo_img h1{
        line-height: 50px;
        width: auto;
        float: none;
        font-size: 18px;
    }
    .hearder .logo_img .nav{
        position: absolute;
        top: 52px;
        left: 0px;
        width: 100%;
        height: auto;
        line-height: 50px;
        z-index: 999;
        background-color: #ffffff;
    }
    .hearder .logo_img .nav ul li{
        width: 92%;
        margin-left: 4%;
        height: 50px !important;
        line-height: 50px !important;
        text-align: left;
        border-bottom: 1px solid #dedede;
    }
    .navbar-toggle .icon-bar{
        background-color: #333333;
    }
    .navbar-toggle{
        padding-right: 0px;
        margin-right:0px !important;
    }
    .city_substation_content{
        margin-top: 102px !important;
        margin-bottom: 0px;
    }
    .partner_content{
        margin-top: 92px !important;
    }
    .city_substation_content .left .law_banner_slide .item_a{
        font-size: 14px;
    }
    .city_substation_content .left .law_banner_slide{
        height: 150px;
        margin-top: 0px;
    }
    .city_substation_content .left .law_banner_slide .item_a{
        padding-top: 100px;
        line-height: 30px;
    }
    .city_substation_content .left .law_banner_slide .arrow-navigation{
        display: none;
    }
    .city_substation_content .hot_recommended h2{
        line-height: 20px;
        padding: 12px 0px;
        font-size: 18px;
        margin: 0px !important;
    }
    .city_substation_content .hot_recommended h2 .join{
        font-size: 12px;
        height: 15px;
        line-height:15px;
        margin-top: 2.5px;
    }
    .icon-vertical{
        height: 20px;
        width: 4px;
        margin-right: 10px;
    }
    .col-xs-12{
        width: 100% !important;
    }
    .hearder .nav ul{
        height: auto;
        overflow: hidden;
        margin-top: 0px;
    }
    .city_substation_content .hot_recommended .info_list .info_banner .item{
        margin-bottom: 20px;
    }
    .city_substation_content .hot_recommended .info_list .list .item .infomation_info p{
        line-height: 25px;
        font-size: 9px;
        color: #666666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .city_substation_content .hot_recommended .new_consultation .list .item .infomation_info p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        line-height: 25px;
    }
    .city_substation_content .hot_recommended .new_consultation .list .item .infomation_info .name{
        line-height: 35px;
    }
    .city_substation_content .hot_recommended .info_list .list .item .infomation_info .bottom{
        margin-top: 5px;
        font-size: 0px;
    }
    .city_substation_content .hot_recommended .new_consultation .list .item .infomation_info .bottom{
        line-height: 25px;
        height: auto;
        overflow: hidden;
    }
    .city_substation_content .hot_recommended .info_list .list .item .infomation_info .bottom span{
        font-size:9px;
    }
    .city_substation_content .hot_recommended .info_list .list .item .infomation_info .bottom img{
        width: 12px !important;
        float: left;
    }
    .city_substation_content .hot_recommended .info_list .list .item .infomation_info .bottom .time{
        float: right;
        line-height: 12px;
        display: none;
    }
    .city_substation_content .hot_recommended .new_consultation .list .item .infomation_info .bottom .time{
        line-height: 25px;
        display: block;
    }
    .city_substation_content .hot_recommended .new_consultation .list .item .infomation_info .bottom .time img{
       margin-top: 6px;
        display: block;
    }
    .city_substation_content .hot_recommended .info_list .info_banner .item{
        margin-left: 0px !important;
    }
    .city_substation_content .hot_recommended .info_list .info_banner{
        margin-bottom: 0px;
    }
    .city_substation_content .hot_recommended .info_list .info_banner .item{
        width: 31.33%;
        margin-left: 3%;
        position: relative;
        float: left;
        display: block;
        padding-bottom:0px !important;
    }
    .city_substation_content .hot_recommended .info_list .info_banner .item img{
       height: auto;
        position: relative;
    }
    .city_substation_content .hot_recommended  .info_list .list .item>img{
        height: 90px;
        width: 141px;
        margin-right: 10px;
    }
    .city_substation_content .hot_recommended .regulations .item>img{
        width: 120px !important;
        height: 80px !important;
    }
    .city_substation_content .hot_recommended .regulations .item .infomation_info .bottom{
        margin-top: 0px !important;
    }
    .city_substation_bottom{
        height: auto;
        overflow: hidden;
        text-align: center;
    }
    .city_substation_bottom .logo_img{
        height: 100px;
        line-height: 100px;
    }
    .city_substation_bottom .logo_img img{
        height: 70px;
        width: auto;
    }
    .city_substation_bottom .center{
        margin-left: 0px;
        font-size: 12px;
    }
    .city_substation_bottom .center .copyright{
        margin-top: 0px;
    }
    .city_substation_bottom .right{
        line-height: 100px;
        height: 100px;
    }
    .city_substation_bottom .right img{
        height: 70px;
        width: auto;
    }
    .flickerplate .dot-navigation .dot b{
        width: 10px !important;
        height: 10px !important;
    }
    .flickerplate .dot-navigation .dot i{
        width: 10px !important;
        height: 10px !important;
    }
    .flickerplate .dot-navigation .dot {
        margin: 0px !important;
        height: 20px !important;
        line-height: 20px !important;
    }
    .flickerplate .dot-navigation{
        bottom: -5px !important;
    }
    .legal_type_list{
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .legal_type_list .item{
        font-size: 9px;
        height: 20px;
        line-height: 20px;
        margin-right: 8px;
    }
    .position{
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .legal_detail .title{
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 25px;
    }
    .position ul{
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 0px;
        white-space: nowrap;
        padding-right: 10px;
    }
    .position ul>li a, .position ul>li{
        font-size: 9px;
    }
    .legal_detail .subtitle{
        font-size: 9px;
        padding-bottom: 10px;
        line-height: 30px;
    }
    .legal_detail .subtitle span{
        margin-left: 0px !important;
        line-height: 30px !important;
        width: 100%;
    }
    .legal_detail .subtitle span img{
        width: 12px !important;
        margin-top: 9px !important;
    }
    .legal_detail .introduce {
        padding: 10px 12px;
        border-radius: 5px;
        line-height: 20px;
        font-size: 12px;
    }
    .legal_detail .top{
        font-size: 16px;
    }
    .legal_detail .font{
        font-size: 9px;
    }
    .legal_detail .font p{
        padding: 5px 0px;
    }
    .legal_detail .statement{
        font-size: 9px;
    }
    .legal_detail .audio_share .radio{
        width: 300px;
        float: none;
        margin: 0 auto;
        height: 45px;
    }
    .legal_detail .audio_share .radio .radioBtn{
        width: 30px;
        height: 30px;
        margin-top: 7px;
    }
    .legal_detail .audio_share .radio .radioImg{
        width: 260px;
        height: 50px;
    }
    .legal_detail .audio_share .radio .radioImg .waveform{
        width: 260px;
        height:30px;
        background-size: 260px 30px;
    }
    .legal_detail .audio_share .radio .radioImg .wavaform_2{
        height: 30px;
    }
    .legal_detail .audio_share .radio .radioImg .wavaform_2 .smallBtn img{
        width: 20px;
        height: 20px;
    }
    .legal_detail .audio_share .radio .radioImg .wavaform_2 .smallBtn{
        margin-top: 12px;
        margin-left: -10px;
    }
    .legal_detail .audio_share .radio .time_main{
        width: 260px;
        height:15px;
        font-size: 9px;
    }
    .legal_detail .audio_share .radio .time_main .total-time{
        display: inline-block;
    }
    .legal_detail .audio_share{
        height: 107px;
        overflow: inherit;
        margin: 10px auto;
    }
    .legal_detail .audio_share .share .xui-btn.bgheart{
        line-height: 30px;
    }
    .legal_detail .audio_share .share .xui-btn.bgheart img{
        margin-right: 10px;
        width: 13px;
        height: auto;
        float: left;
        margin-top: 8px;
    }
    .legal_detail .audio_share .share .xui-btn{
        height: 30px;
        padding: 0px 10px;
        font-size: 12px !important;
    }
    .legal_detail .audio_share .share .xui-btn.bgshare1{
        font-size: 12px !important;
        padding-left: 30px;
        line-height: 30px;
        background-size: 13px 13px !important;
        background-position: 8px 8px!important;
    }
    .legal_detail .audio_share .share #bdshare{
        float: left;
    }
    .legal_detail .audio_share .share{
        float: right;
        width: 150px;
    }
    .legal_detail .audio_share .radio .radioImg .wavaform_2{
        background-size: 260px 30px;
    }
    .advice_type{
        margin-top: 0px;
        height: 30px;
        line-height: 30px;
    }
    .advice_type .item{
        height: 30px;
        line-height: 30px;
        margin-right: 15px;
        font-size: 14px;
    }
    .city_substation_content .hot_recommended .font_list .item .name{
        line-height: 20px;
        font-size: 12px;
    }
    .city_substation_content .hot_recommended .font_list .item .time_info{
        line-height: 20px;
        font-size: 12px;
    }
    .city_substation_content .hot_recommended .font_list .item .law_replied .law_replied_info .compellation{
        font-size: 12px;
    }
    .city_substation_content .hot_recommended .font_list .item .law_replied .law_replied_info .replied{
        line-height: 20px;
        font-size: 12px;
        padding-top: 5px;
    }
    .city_substation_content .hot_recommended .font_list .item .law_replied .law_replied_info{
        margin-left: 35px;
    }
    .advice_detail .consulting_content .title{
        width: 100%;
        height: auto;
        line-height: 20px;
        font-size: 14px;
    }
    .advice_detail .consulting_content .title img{
        height: 20px;
        margin-right: 10px;
    }
    .advice_detail .consulting_content .content{
        padding: 10px 15px;
        line-height: 25px;
        font-size: 12px;
        margin-top: 10px;
    }
    .advice_detail .consulting_content .bottom{
        line-height: 25px;
        font-size: 9px;
        margin-top: 10px;
        padding-bottom: 20px;
        height: auto;
        overflow: hidden;
    }
    .advice_detail .consulting_content .bottom .time{
        display: block;
        width: 100%;
        text-align: left;
    }
    .advice_detail .consulting_content .bottom img{
        height: 16px;
        width:16px;
        margin-top: 5px;
        margin-right: 5px;
        float: left;
    }
    .advice_detail .quality_solutions .title{
        font-size: 18px;
        padding: 10px 0px;
        line-height: 20px;
        margin-top: 0px;
    }
    .advice_detail .quality_solutions .title .adopted img {
        height: 14px;
        margin-top: 3px;
    }
    .advice_detail .quality_solutions .title .adopted{
        font-size: 9px;
    }
    .advice_detail .quality_solutions .title .adopted a{
        margin-left: 0px;
    }
    .advice_detail .quality_solutions .law_info{
        padding: 10px 0px;
    }
    .advice_detail .quality_solutions .law_info .touxiang{
        width: 50px;
        height: 50px;
    }
    .advice_detail .quality_solutions .law_info .touxiang img{
        width: 50px;
        height: 50px;
    }
    .advice_detail .quality_solutions .law_info .info{
        margin-left: 60px;
        height: 50px;
        display: flex;
        align-items: center;
    }
    .advice_detail .quality_solutions .law_info .info .name {
        line-height: 25px;
        font-size: 14px;
    }
    .advice_detail .quality_solutions .law_info .info .name .phone {
        font-size: 9px;
    }
    .advice_detail .quality_solutions .law_info .info .name .phone img{
        height: 15px;
        margin-top: 7px;
    }
    .advice_detail .quality_solutions .law_info .info .bottom {
        font-size: 12px;
    }
    .advice_detail .quality_solutions .font_info {
        line-height: 25px;
        font-size: 9px;
    }
    .advice_detail .quality_solutions .inquiry{
        margin-top: 15px;
    }
    .advice_detail .quality_solutions .inquiry .type {
        width:55px;
        height: 19px;
        line-height: 19px;
        font-size: 9px;
    }
    .advice_detail .quality_solutions .inquiry .inquiry_content {
        margin-left: 60px;
        line-height: 25px;
        font-size: 9px;
    }
    .city_substation_content .hot_recommended .info_list .list .item .infomation_info .name{
        font-size: 14px;
        line-height: 30px;
    }
    .legal_detail .info td{
        height: auto;
        line-height: 25px;
        font-size: 9px;
        padding: 5px;
    }
    .legal_detail .font_content {
        line-height: 25px;
        font-size: 9px;
        margin-top: 10px;
    }
    .legal_detail .font_content p {
        padding: 5px 0px;
    }
    .legal_detail .disclaimer {
        padding: 10px 0px;
        line-height: 20px;
        padding-bottom: 30px;
    }
    .city_substation_blogroll{
        padding: 10px 0px;
    }
    .city_substation_blogroll .title {
        line-height: 30px;
        font-size: 16px;
    }
    .city_substation_blogroll .title .line {
        margin-left: 20px;
    }
    .city_substation_blogroll .link_list{
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .city_substation_blogroll .link_list a {
        line-height: 25px;
        font-size: 9px;
        margin-right: 0px;
    }
    .city_substation_content .hot_recommended .partner_list{
        padding: 15px;
        padding-bottom: 5px;
    }
    .city_substation_content .hot_recommended .partner_list .item {
        display: block;
        width: 48%;
        padding-bottom: 48%;
        margin-left: 4%;
        margin-bottom: 10px;
    }
    .city_substation_content .hot_recommended .partner_list .item:nth-child(5n+1) {
        margin-left: 4%;
    }
    .city_substation_content .hot_recommended .partner_list .item:nth-child(2n+1){
        margin-left: 0%;
    }
    .city_substation_content .hot_recommended .partner_list .item .icon_recommend{
        width: 22px;
        padding-bottom: 24px;
    }
    .city_substation_content .partner_top {
        height: 100px;
    }
    .city_substation_content .partner_top .h1 {
        line-height: 40px;
        font-size: 16px;
        padding-top: 10px;
    }
    .city_substation_content .partner_top .line{
        width: 20px;
    }
    .city_substation_content .partner_top .h3 {
        line-height: 40px;
        font-size: 9px;
    }
    .city_substation_content .left .partner_detail .partner_info .img {
        width: 130px;
        height: 160.5px;
        padding-bottom: 0px;
    }
    .city_substation_content .left .partner_detail .partner_info .info_right .name {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 8px;
        padding-top: 0px;
    }
    .city_substation_content .left .partner_detail .partner_info .info_right .info {
        line-height: 20px;
        font-size: 9px;
        padding-bottom: 9px;
    }
    .city_substation_content .left .partner_detail .detail{
        padding-bottom: 20px;
    }
    .partner_content .partner_join {
        position: relative;
        background-color: #ffffff;
    }
    .partner_content .partner_join .title {
        line-height: 30px;
        padding-top: 20px;
        font-size: 16px;
    }
    .partner_content .partner_join .sub_title {
        line-height: 20px;
        font-size: 12px;
    }
    .partner_content .partner_join .form {
        width: 98%;
        margin-top: 20px;
    }
    .partner_content .partner_join .form .item {
        margin-bottom: 20px;
        position: relative;
    }
    .partner_content .partner_join .form .item .label {
        width: 80px;
        font-size: 12px;
    }
    .partner_content .partner_join .form .item .inputDiv {
        margin-left: 90px;
    }
    .partner_content .partner_join .form .item .inputDiv button{
        margin-left: 0px;
        padding: 0px 40px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .partner_content .partner_join .form .item .inputDiv .law_type i {
        position: absolute;
        right: 8%;
        top: 12px;
    }
    .advice_index_top{
        height: 200px !important;
    }
    .city_substation_content .partner_top .type_list {
        padding-top: 20px;
        height: auto;
        position: static;
        width: 92%;
        margin: 0 auto;
    }
    .city_substation_content .partner_top .type_list ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .city_substation_content .partner_top .type_list ul li {
        width: 25%;
        height: auto;
        position: relative;
    }
    .city_substation_content .partner_top .type_list ul li .item {
        height: auto;
        display: inline-block;
        padding: 0px;
        padding-bottom: 20px;
    }
    .city_substation_content .partner_top .type_list ul li .item .circle {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin: 0 auto;
    }
    .city_substation_content .partner_top .type_list ul li .item .font {
        font-size: 12px;
        line-height: 30px;
        margin-top: 0px;
    }
    .city_substation_content .partner_top .type_list ul li .link_nav {
        height: auto;
        max-height: 300px;
        top: 70px;
        text-align: center;
        border-radius: 5px;
        overflow-x: hidden;
        overflow-y: auto;
        border: 1px solid #dedede;
    }
    .city_substation_content .partner_top .type_list ul li .link_nav .every {
        display: block;
        float: none;
        font-size: 12px;
        line-height: 40px;
        height: auto;
        margin-right: 0px;
    }
    .city_substation_content .partner_top .type_list ul li .item .box{
        display: none;
    }
    .city_substation_content .partner_top .type_list ul li:hover .box,.city_substation_content .partner_top .type_list ul li:hover .link_nav{
        display: none;
    }
    .city_substation_content .partner_top .type_list ul .active+.link_nav{
        display: block !important;
    }
    .advice_index+.w1200{
        margin-top: 0px !important;
    }
    .city_substation_content .hot_recommended .latest_reply_list .item {
        display: block;
        width: 100%;
        float: none;
        padding: 10px 0px;
        margin-right: 0px;
    }
    .city_substation_content .hot_recommended .latest_reply_list .item:first-child+.item{
        border-top: 1px solid #dedede;
    }
    .city_substation_content .hot_recommended .latest_reply_list .item .info {
        font-size: 14px;
    }
    .city_substation_content .hot_recommended .latest_reply_list .item .bottom {
        line-height: 25px;
        font-size: 12px;
        margin-top: 3px;
    }
    .city_substation_content .hot_recommended .latest_reply_list .item .bottom span {
        margin: 0px 10px;
    }
    .city_substation_content .hot_recommended .advice_index .list .item .infomation_info p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 20px;
    }
    .city_substation_content .hot_recommended .latest_regulations_list .item .info {
        font-size: 14px;
    }
    .city_substation_content .hot_recommended .latest_regulations_list .item .bottom {
        font-size: 12px;
    }
    .city_substation_content .hot_recommended .latest_regulations_list .item .bottom span{
       margin: 0px 10px;
    }
    .city_substation_content .hot_recommended .recommend_for_you .icon {
        height: 20px;
        margin-right: 5px;
        margin-top: 5px;
    }
    .city_substation_content .hot_recommended .recommend_for_you {
        font-size: 12px;
        padding:15px 0px !important;
    }
    .city_substation_content .hot_recommended .recommend_for_you a {
        font-size: 12px;
        margin-right: 0px;
    }
    .advice_index_top+.w1200{
        margin-top: 0px !important;
    }
    .city_substation_content .hot_recommended .latest_reply_list .item:first-child{
       padding-top: 0px;
    }
    .city_substation_content .hot_recommended .classification {;
        font-size: 14px;
    }
    .city_substation_content .hot_recommended .classification .first, .city_substation_content .hot_recommended .classification .gray{
        font-size: 18px;
    }
    .position{
        height: auto;
    }
    .advice_detail .quality_solutions .law_info .info .name img {
        height: 14px;
        margin: 0px 5px;
    }
    .advice_detail .quality_solutions .law_info .info .name .complay {
        font-size: 9px;
    }
    .advice_detail .quality_solutions .law_info .info .name .tyee {
        font-size: 9px;
    }
    .advice_detail .quality_solutions .list a{
        padding-bottom: 10px;
    }
    .advice_detail .other_reply a {
        padding: 10px 0px;
    }
    .advice_detail .quality_solutions .font_info span {
        font-size: 9px;
    }
    .hot_recommended{
        margin-top: 0px !important;
    }
    .advice_detail .quality_solutions .title .line {
        position: absolute;
        height: 1px;
        background-color: #dedede;
        left:95px;
        right: 185px;
        top: 20px;
    }
    .advice_detail .quality_solutions .time {
        font-size: 9px;
    }
    .trademark_service .service_title {
        height: 150px;
    }
    .trademark_service .service_title img {
        margin-top: 50px;
        height:50px;
    }
    .trademark_service .form {
        width:100%;
        padding-top: 20px;
        padding-bottom: 17px;
    }
    .trademark_service .form form{
        width:92%;
    }
    .trademark_service .form form .item{
        margin-bottom: 0px;
    }
    .trademark_service .form form .item label {
        width: 100%;
        float: none;
        font-size: 12px;
    }
    .trademark_service .form form .item .right {
        width: 100%;
        margin-left: 0%;
        min-height: 40px;
    }
    .trademark_service .form form .item .phone{
        width: 100%;
        min-height: 40px;
        height: auto;
        float: none;
    }
    .trademark_service .form form .item .area {
        width:100%;
        height: 80px;
        float: none;
    }
    .trademark_service .form form .item .phone .right{
        margin-left: 0px;
    }
    .trademark_service .form form .item .area label,.trademark_service .form form .item .phone label{
        width: 100%;
    }
    .trademark_service .form form .item .area .province{
        left: 0px;
        width: 47%;
    }
    .trademark_service .form form .item .area .city{
        width: 47%;
    }
    .trademark_service .form form .item .right input {
        width: 100%;
        height: 40px;
        border: 1px solid #ececec;
        background-color: #f8f8f8;
        outline: none;
        padding: 0px 20px;
        font-size: 12px;
    }
    .trademark_service .form form .item .right textarea,.trademark_service .form form .item .area .province .title,.trademark_service .form form .item .area .city .title,.trademark_service .form form .item .right .title{
        font-size: 12px;
    }
    .mask_layer_main{
        width: 80%;
        margin-left: -40%;
        min-height: 300px !important;
    }
    .mask_layer_main .content{
        width: 90%;
    }
    .mask_layer_main .content h1{
        margin-top: 0px;
        font-size: 16px;
    }
    .mask_layer_main .content h4 {
        font-size: 9px;
        padding-bottom: 18px;
    }
    .mask_layer_main .content .every {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .gauge_detail .title{
        padding-bottom: 10px;
        line-height: 30px;
        font-size: 16px;
    }
    .gauge_detail .subtitle {
        line-height: 25px;
        font-size: 9px;
    }
    .gauge_detail .subtitle span{
       width: 55px;
    }
    .gauge_detail .detail {
        line-height: 25px;
        font-size: 9px;
        margin-top: 10px;
    }
}