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-icon_xin:before {
    content: "\e90e";
}
.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 .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;
}
.toolTop .left ul li a,.toolTop .right ul li a{
    color: #eaeaea;
    margin-left:20px;
}
.toolTop .left ul li a{
    margin-left:30px;
}
.toolTop .left ul li .address {
    margin-left: 0px;
}
.toolTop .right ul li .singn {
    border: 1px solid #ffffff;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    line-height: 17px;
    padding: 0px 8px;
}
.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;
}
/*logo模块内容展示*/
.hearder{
    width: 100%;
    height: auto;
    position: fixed;
    top: 40px;
    left: 0px;
    z-index: 999999;
    background-color: #ffffff;
    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 .nav ul li:last-child{
    padding-right: 0px;
}
.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;
    line-height: 40px;
}
.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;
    background-color: #ffffff;
    height: auto;
    overflow: hidden;
}
.city_substation_content .left{
   float: left;
}
.city_substation_content .right{
    float: right;
    width: 31.66666667%;
}
.city_substation_content .hot_recommended{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.city_substation_content .hot_recommended {
    text-align: center;
}
.right_content .find_law .feat_choice .choice_list .item:hover{
    color: #e9463f;
}
.right_content{
    letter-spacing: 1.5px;
}
.right_content .find_law{
    width: 100%;
    height: auto;
    padding-bottom: 0px;
}
.right_content .find_law .item img{
    width: 100%;
}
.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;
    margin-top: 20px;
    padding-top: 0px;
}
.icon-vertical{
    display: none;
}
.right_content  .popular_reading .title{
    width: 85%;
    margin: 0 auto;
    height: 58px;
    color: #333333;
    font-size: 20px;
    line-height: 38px;
    padding-top: 20px;
}
.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: 20px;
}
.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;
}
.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;
}
.city_substation_content .hot_recommended  .font_list{
    width: 100%;
    margin-bottom: 10px;
}
.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:last-child{
    border-bottom: 0px solid #dedede;
}
.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;
}
.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;
}
.banner_top_info{
    width: 100%;
    height: 183px;
    background: url("../images/banner_top_info.jpg") center no-repeat;
    background-size: auto 100%;
    margin-top: 140px;
}
.banner_top_info .font_info{
    padding-top: 57px;
    display: flex;
    justify-content: space-between;
}
.banner_top_info .font_info .item{
    height: 62px;
    padding-left: 10px;
    display: inline-block;
}
.banner_top_info .font_info .item img{
    width: 38px;
    float: left;
    margin-top: 12px;
}
.banner_top_info .font_info .item .font{
    margin-left: 60px;
}
.banner_top_info .font_info .item .font .name{
   line-height: 34px;
    color: #fd8164;
    font-weight: bold;
    font-size: 20px;
}
.banner_top_info .font_info .item .font .info{
    line-height:29px;
    color: #fd8164;
    font-size: 16px;
}
.caption_title{
    height: 60px;
    line-height: 45px;
    font-size: 20px;
    color: #333333;
    padding-bottom: 15px;
}
.caption_orange{
    background-color: #fd8164;
    height: 60px;
    line-height: 60px;
    padding-bottom: 0px;
    border-top: 3px solid #fda996;
}
.caption_title .fnt{
    display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    position: relative;
}
.caption_orange .fnt{
    margin-left: 15px;
    line-height: 55px;
    color: #ffffff;
}
.caption_title .fnt .icon_bottom{
    display: block;
    width: 92%;
    height: 4px;
    border-radius: 4px;
    background-color: #fd8164;
    position: absolute;
    left: 4%;
    bottom: -4px;
}
.caption_title .more{
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.caption_orange .more{
    color: #ffffff;
    margin-right: 15px;
    line-height: 55px;
}
.caption_title .more:hover{
    color: #fd8164;
}
.caption_orange .more:hover{
    color: #ffffff;
}
.city_substation_content .ad_info{
    width: 100%;
}
.city_substation_content .ad_info img{
    width: 100%;
}
.legal_knowledge{
    margin-top: 20px;
}
.legal_knowledge .font_list .item{
    display: block;
    padding: 30px 0px;
    border-top: 1px solid #dedede;
}
.legal_knowledge .font_list .item .img{
    width: 280px;
    height: 180px;
    float: left;
    background-size: 100% auto !important;
    border-radius: 5px;
    margin-right: 25px;
}
.legal_knowledge .font_list .item .font_info{
}
.legal_knowledge .font_list .item .font_info .name{
   padding-top: 10px;
    line-height:40px;
    font-size: 18px;
    color: #333333;
}
.legal_knowledge .font_list .item .font_info .p{
    padding-top: 5px;
    line-height:25px;
    font-size: 14px;
    color: #666666;
}
.legal_knowledge .font_list .item:hover .font_info .name{
    color: #e9463f;
}
.legal_regulations .font_list{
    padding-top: 8px;
    border-left: 1px solid #f2f5f6;
    border-right: 1px solid #f2f5f6;
    border-bottom: 1px solid #f2f5f6;
}
.legal_regulations .font_list .item{
    display: block;
    padding: 5px 0px 20px;
    border-top: 1px dotted #dedede;
    margin: 0px 22px;
}
.legal_regulations .font_list .item:first-child{
    border-top: 0px;
}
.legal_regulations .font_list .item .name{
    line-height: 45px;
    font-size: 14px;
    color: #333333;
}
.legal_regulations .font_list .item .p{
   display: block;
    padding: 15px 10px 15px 15px;
    border: 1px solid #f2f2f3;
    background-color: #f8f8f9;
    line-height: 16px;
    font-size: 12px;
    color: #999999;
    text-indent: 2em;
}
.legal_regulations .font_list .item:hover .name{
    color: #e9463f;
}
.legal_regulations .font_list .item:hover .p{
    background-color: #f9f6f4;
}
.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: #e9463f;
}
.city_substation_content .hot_recommended .classification{
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    color: #fd8164;
    margin-bottom: 5px;
    float: left;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 30px;
    background-color: #fef4f1;
}
.legal_type_list{
    font-size: 0px;
    height: 60px;
    border-bottom: 4px solid #f4f4f5;
    text-align: left;
    margin-bottom: 30px;
}
.legal_type_list .item{
    display: inline-block;
    height: 60px;
    font-size: 20px;
    color: #666666;
    margin-right: 67px;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    background: none;
    border: 0px;
    border-radius: 0px;
}
.legal_type_list .active:after{
    content: "";
    height: 4px;
    width: 80px;
    border-radius: 5px;
    background-color: #fd8164;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 0px;
}
.city_substation_content .hot_recommended .classification .gray {
    font-size: inherit;
    color: inherit;
}
.city_substation_content .hot_recommended .classification .first {
    font-size: inherit;
}
.partner_content{
    margin-top: 140px;
}
.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: 20px;
    font-weight: normal;
    color: #000000;
    padding-bottom: 10px;
    line-height: 40px;
    margin-bottom: 0px;
    position: relative;
    height:50px;
    border-bottom: 1px solid #dedede;
}
.advice_detail .quality_solutions .title .num{
    color: #fd8164;
    padding: 0px 5px;
}
.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 span{
    display: inline-flex;
    height: 40px;
    align-items: center;
}
.advice_detail .quality_solutions .title .adopted i{
    font-size: 19px;
    color: #fd8164;
    margin-right: 5px;
}
.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: 19px;
    float: left;
    margin-top: 10px;
    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;
    margin-left: 15px;
}
.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: #999999;
}
.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;
}
.advice_detail .other_reply a:hover .font_info{
    color: #e9463f;
}
.advice_detail .other_reply a:hover .font_info span{
    color: #999999;
}
.partner_content{

}
.partner_content .right{
    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;
    }
    .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_bottom .center .copyright {
        padding:5px 0px 0px;
    }
}
@media screen and (max-width: 1100px){
    .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;
    }
    .infoRight .top .title b{
        font-size: 18px;
    }
    .inputDiv>span{
        font-size: 14px;
    }
    .hearder .logo_img h1{
        font-size: 30px;
    }
    .hearder .logo_img .font_logo{
        margin-top: 2%;
    }
    .right_content  .popular_reading .title span{
        display: none;
    }
    .right_content  .popular_reading .title .join{
        font-size: 14px;
    }
}
@media screen and (max-width: 1090px){
}
@media screen and (max-width: 1000px){
    .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;
    }
    .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%;
    }
    .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;
    }
    .banner_top_info .font_info .item .font .name {
        font-size: 18px;
    }
    .banner_top_info .font_info .item .font .info {
        font-size: 14px;
    }
    .toolTop .left {
        width:84%;
    }
    .toolTop .right {
        width: 16%;
        float: left;
        text-align: right;
        position: relative;
    }
    .legal_type_list .item {
        font-size: 18px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 900px){
    .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%;
    }
    .hearder .logo_img .subtitle{
        font-size: 25px;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .col-xs-12{
        width: 100% !important;
    }
    .hearder .nav ul{
        height: auto;
        overflow: hidden;
        margin-top: 0px;
    }
    .position{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .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;
    }
    .banner_top_info {
        width: 100%;
        height: 160px;
        background: url(../images/banner_top_info.jpg) center no-repeat;
        background-size: auto 100%;
        margin-top: 90px;
    }
    .banner_top_info .font_info {
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .banner_top_info .font_info .item{
        width: 50%;
        height: 60px;
        padding-left: 0px;
    }
    .banner_top_info .font_info .item img {
        width: 28px;
        margin-top: 16px;
    }
    .banner_top_info .font_info .item .font {
        margin-left: 34px;
    }
    .banner_top_info .font_info .item .font .name {
        line-height: 20px;
        font-size:14px;
        padding-top: 10px;
    }
    .banner_top_info .font_info .item .font .info {
        line-height: 20px;
        font-size: 12px;
    }
    .city_substation_content {
        margin: 10px auto;
    }
    .caption_title {
        height: 40px;
        line-height: 30px;
        font-size: 16px;
        color: #333333;
        padding-bottom: 10px;
    }
    .caption_title .fnt {
        height: 30px;
        line-height: 30px;
    }
    .caption_title .fnt .icon_bottom {
        height: 2px;
        bottom: -2px;
    }
    .city_substation_content .hot_recommended .font_list .item {
        padding: 8px 0px;
    }
    .city_substation_content .hot_recommended .font_list .item .name {
        line-height: 25px;
        font-size: 14px;
    }
    .city_substation_content .hot_recommended .font_list .item .time_info {
        line-height: 20px;
        font-size: 12px;
        padding-top:0px;
    }
    .legal_knowledge .font_list .item {
        padding: 10px 0px;
    }
    .legal_knowledge .font_list .item .img {
        width: 155px;
        height: 100px;
        margin-right:10px;
    }
    .legal_knowledge .font_list .item .font_info .name {
        padding-top: 0px;
        line-height: 20px;
        font-size: 14px;
    }
    .legal_knowledge .font_list .item .font_info .p {
        line-height: 15px;
        font-size: 12px;
    }
    .caption_orange {
        height: 40px;
        line-height: 40px;
    }
    .caption_orange .fnt {
        line-height: 34px;
    }
    .legal_regulations .font_list .item {
        padding: 5px 0px 10px;
        margin: 0px 12px;
    }
    .legal_regulations .font_list .item .name {
        line-height: 35px;
    }
    .caption_orange .more {
        line-height: 35px;
    }
    .legal_regulations .font_list .item .p {
        padding: 10px 5px 10px 10px;
        border: 1px solid #f2f2f3;
        background-color: #f8f8f9;
        line-height: 16px;
        font-size: 12px;
        color: #999999;
        text-indent: 2em;
    }
    .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;
    }
    .hot_recommended {
        margin-top: 0px !important;
    }
    .legal_type_list .item {
        font-size: 13px;
        margin-right: 9px;
        height: 40px;
        line-height: 40px;
    }
    .legal_type_list {
        height: auto;
        border-bottom: 2px solid #f4f4f5;
        margin-bottom: 20px;
    }
    .legal_type_list .active:after {
        height: 2px;
        width: 50px;
        margin-left: -25px;
    }
    .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: 10px;
        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: 16px;
        padding: 10px 0px;
        line-height: 19px;
        margin-top: 0px;
        height: auto;
    }
    .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;
    }
    .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;
    }
    .partner_content{
        margin-top: 90px;
        border-top: 1px solid #eaeaea;
    }
    .city_substation_content{
        margin-top: 10px !important;
    }
    .city_substation_content .hot_recommended .classification {
        font-size: 14px;
    }
    .partner_content {
        margin-top: 90px !important;
        border-top: 0px;
    }
}