/* ---- ¿ò¼Ü ---- */
.theRight{
    width: 33.3333%;
    float: right;
}
.theLeft{
    width: 63.3333%;
    float: left;
}

@media (max-width:768px) {
    .theRight{
        width: 100%;
        margin-bottom: 3%;
    }
    .theLeft{
        width: 100%;
        margin-bottom: 3%;
    }
}

/* ---- µÇÂ¼ ---- */
.loginBox{
    margin-bottom: 1rem;
}
.loginBox .tabHead_coat{
    height: 2.5rem;
    border-bottom: 0.05rem solid #ececec;
    position: relative;
    background: #fafafa;
}
.loginBox .tabHead {
    overflow:hidden;
    zoom:1;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.loginBox .tabHead li{
    float:left;
    height: 2.5rem;
    width: 5.6rem;
    line-height: 2.4rem;
    padding: 0.1rem 0 0px;
    background: #fafafa;
    border-bottom: 0.05rem solid #ececec;
    font-size: 0.9rem;
    color:#666666; 
    text-align:center; 
    cursor:pointer;
    text-align: center;
}
.loginBox .tabHead li.active{
    padding: 0px 0 0px;
    background: #fff;
    border-right: 0.05rem solid #ececec;
    border-left: 0.05rem solid #ececec;
    border-top: 0.1rem solid #a49174;
    border-bottom: 0.05rem solid #fafafa;
    color: #7f6c4f;
}
.loginBox .tabBody>li{
    display:none; 
    border:0.05rem solid #eeeeee;
    border-top:none;
    padding: 1.2rem 1rem 0.6rem 1rem;
    position: relative;
}
.loginBox .tabBody>li.thisclass{
    display:list-item;
}
.loginBox .tabBody>li .login{
    position: relative;
    padding: 0 3.8rem 0 0;
    margin-bottom: 1rem;
}
.loginBox .tabBody>li ul li{
    height: 1.7rem;
    width: 100%;
    padding: 0 0 0 0rem;
    margin-bottom: 0.8rem;
    position: relative;
    line-height: 0;
}
.loginBox .tabBody>li .longBtn{
    padding: 0 4.6rem 0 0;
}
.loginBox .tabBody>li ul li.yan{
    padding-right: 5.65rem;
}
.loginBox .tabBody>li ul li label{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: 0.9rem;
    color: #333;
}
.loginBox .tabBody>li ul li .text_input{
    width: 100%;
    height: 1.7rem;
    line-height: 1.6rem;
    border: 0.05rem solid #dedede;
    background: #fff;
    outline: none;
    padding: 0 0.3rem;
    font-size: 0.8rem;
    color: #333;
}
.loginBox .tabBody>li ul li .sub_bt{
    position: absolute;
    right: 0;
    top: 0;
    border: 0.05rem solid #dedede;
    border-left: none;
    width: 5.65rem;
    height: 1.7rem;
    line-height: 1.6rem;
    outline: none;
    background: #fff;
    font-size: 0.8rem;
    color: #806b50;
    padding: 0;
}
.loginBox .tabBody>li .login_btn{
    position: absolute;
    right: 0px;
    top: 0;
    height: 4.2rem;
    width: 3.3rem;
    border: 0.05rem solid #e0e0e0;
    background: url(../img/login_btn.png) no-repeat;
    background-size: 100% 100%;
    outline: none;
    line-height: 1.25rem;
    text-align: center;
    font-size: 0.9rem;
    color: #806b50;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.loginBox .tabBody>li .longBtn .login_btn{
    font-size: 0.8rem;
    width: 4.2rem;
}
.quickLogon{
    min-height: 1.6rem;
    line-height: 1rem;
    padding: 0.3rem 0rem;
    font-size: 0.8rem;
    color: #dedede;
    text-align: center;
}
.quickLogon a,
.quickLogon span{
    display: inline-block;
    color: #806b50;
}
.quickLogon img{
    width: 0.8rem;
    height: auto;
}
@media screen and (max-width:1200px) {
    .loginBox .tabHead li{
        width: 33.333%;
    }
}
@media screen and (max-width:1024px) {
    .loginBox .tabHead li{
        font-size: 1rem;
    }
    .loginBox .tabBody>li ul li label{
        font-size: 1rem;
    }
    .loginBox .tabBody>li ul li .text_input{
        font-size: 1rem;
    }
    .loginBox .tabBody>li .login_btn{
        font-size: 1rem;
    }
    .quickLogon{
        line-height: 1.2rem;
        padding: 0.2rem 0rem;
        font-size: 0.9rem;
    }
    .quickLogon img{
        width: 0.9rem;
    }
}
@media screen and (max-width:414px) {
    .quickLogon{
        line-height: 1.4rem;
        padding: 0.1rem 0rem;
        font-size: 1rem;
    }
    .quickLogon img{
        width: 1rem;
    }
}
/* ---- ËÑË÷ ---- */
.searchBox_coat{
    border: 1px solid #ececec;
    background: #fafafa;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.searchBox{
    border: 1px solid #dedede;
    padding: 0 167px 0 0;
    height: 35px;
    position: relative;
}
.searchBox .text_input{
    height: 33px;
    width: 100%;
    line-height: 33px;
    padding:0 9px;
    border: none;
    background: #fff;
    outline: none;
    font-size: 16px;
    color: #333;
}
.searchBox .search_btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 33px;
    width: 67px;
    line-height: 33px;
    border: none;
    border-left: 1px solid #dedede;
    background: #f7f7f7;
    outline: none;
    font-size: 18px;
    color: #7f6c4f;
    text-align: center;
}
.searchBox select{
    position: absolute;
    right: 67px;
    top: 0px;
	display: block;
	width: 100px;
	height: 33px;
	line-height:33px;
	font-size: 18px;
    color: #666;
    text-align: center;
    border: none;
    border-left: 1px solid #dedede;
	outline: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url("../img/arrow_select.png") no-repeat scroll right center #fff;
	background-size: 21px auto;
    padding-right: 25px;
    padding-left: 4px;
}
select::-ms-expand {
    display: none;
}
@media screen and (max-width:1200px) {
    .searchBox .text_input{
        font-size: 15px;
    }
    .searchBox .search_btn{
        font-size: 16px;
    }
    .searchBox select{
        font-size: 16px;
    }
}
@media screen and (max-width:1024px) {
    .searchBox_coat{
        padding: 8px 10px;
        margin-bottom: 10px;
    }
    .searchBox{
        padding: 0 120px 0 0;
        height: 30px;
    }
    .searchBox .text_input{
        height: 28px;
        line-height: 28px;
        padding:0 5px;
        font-size: 14px;
    }
    .searchBox .search_btn{
        height: 28px;
        width: 50px;
        line-height: 28px;
        font-size: 14px;
    }
    .searchBox select{
        right: 50px;
        width: 70px;
        height: 28px;
        line-height:28px;
        font-size: 14px;
        background-size: 16px auto;
        padding-right: 20px;
        padding-left: 3px;
    }
}
/* ---- µ¼º½ ---- */
.rightNav li{
    width: 47.5%;
    float: left;
    height: 3rem;
    margin-bottom: 0.9rem;
}
.rightNav li:nth-child(2n){
    float: right;
}
.rightNav li:nth-last-child(1),
.rightNav li:nth-last-child(2){
    margin-bottom: 0;
}
.rightNav li a{
    width: 100%;
    height: 3rem;
    padding: 0 0.25rem 0 2.25rem;
    line-height: 1.2rem;
    font-size: 1rem;
    color: #806b50;
    background-color: #f3f2ed;
    background-repeat: no-repeat;
    background-position: 0.5rem center;
    background-size: 1.6rem auto;
    position: relative;
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.rightNav li a:hover{
    text-decoration: none;
}
.rightNav li a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 0.4rem;
    height: 0.4rem;;
    background: url(../img/nav_i.png) no-repeat;
    background-size: 100% 100%;
    line-height: 0;
    font-size: 0;
}
.rightNav li.zixun a{
    background-image: url(../img/nav_zixun.png);
}
.rightNav li.weituo a{
    background-image: url(../img/nav_weituo.png);
}
.rightNav li.yuanzhu a{
    background-image: url(../img/nav_yuanzhu.png);
}
.rightNav li.lvshi a{
    background-image: url(../img/nav_lvshi.png);
}
.rightNav li.wenshu a{
    background-image: url(../img/nav_wenshu.png);
}
.rightNav li.anli a{
    background-image: url(../img/nav_anli.png);
}
.rightNav li.shenqing a{
    background-image: url(../img/nav_shenqing.png);
}
.rightNav li.jieguo a{
    background-image: url(../img/nav_jieguo.png);
}
.rightNav li.dayin a{
    background-image: url(../img/nav_dayin.png);
}
.rightNav li.liucheng a{
    background-image: url(../img/nav_liucheng.png);
}
/* ---- swiperBox Style ---- */
.swiperBox {
	float: left;
	width: 63.5%;
	position: relative;
    background:#fff;
    height: 23rem;
}
.swiperBox .swiper-container{
    height: 100%;
	overflow: hidden;
}
.swiperBox .swiper-container{
    height: 100%;
}
.swiperBox .swiper-wrapper{
    height: 100%;
}
.swiperBox .swiper-slide{
    height: 100%;
	position: relative;
}
.swiperBox .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.swiperBox .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.swiperBox .swiper-slide .infor{
	height: 4.8rem;
	padding:0.45rem 1rem 0;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0px;
	left: 0px;
    width: 100%;
    color: #fff;
}
.swiperBox .swiper-slide h1{
    height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
    padding: 0 7.5rem 0 0;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-weight: normal;
}
.swiperBox .swiper-slide p{
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    color: #999;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.pagination {
    position: absolute;
    right: 1rem;
    text-align: center;
    bottom:2.9rem;
    line-height:0px;
    z-index:8;
}
.swiper-pagination-bullet {
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    background:#ffffff;
    margin: 0 0.45rem;
    border-radius: 50%;
    cursor: pointer;
    overflow:hidden;
    opacity: 1;
}
.swiper-pagination-bullet-active{
	background:#a49174;
}

@media (max-width:1024px) {
    .swiperBox .swiper-slide p{
        font-size: 0.9rem;
    }
}
@media (max-width:768px) {
	.swiperBox {
        width: 100%;
        height: auto;
    }
    .swiperBox .swiper-container{
        height: auto;
        overflow: hidden;
    }
    .swiperBox .swiper-container{
        height: auto;
    }
    .swiperBox .swiper-wrapper{
        height: auto;
    }
    .swiperBox .swiper-slide{
        height: 1auto;
        position: relative;
    }
    .swiperBox .swiper-slide img {
        height: auto;
    }
    .swiperBox .swiper-slide .infor{
        height: 4.2rem;
        padding:0.3rem 0.6rem 0;
        color: #fff;
    }
    .swiperBox .swiper-slide h1{
        height: 2rem;
        line-height: 2rem;
        font-size: 1.2rem;
        padding: 0 5rem 0 0;
    }
    .swiperBox .swiper-slide p{
        height: 1.2rem;
        line-height: 1.2rem;
    }
    .pagination {
        right: 0.6rem;
        bottom:2.5rem;
    }
    .swiper-pagination-bullet {
        margin: 0 0.2rem;
    }
}


/* ---- imageText Style ---- */
.lawTable{
    width: 100%;
    border-collapse: collapse;
}
.lawTable th{
    height: 2.05rem;
    border-bottom: 0.05rem solid #ececec;
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    vertical-align: middle;
    line-height: 0.9rem;
    background: linear-gradient(#f7f7f7,#fff);
}
.lawTable td{
    height: 2.05rem;
    border-bottom: 0.05rem dashed #e5e5e5;
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    vertical-align: middle;
    line-height: 0.9rem;
    padding:0.15rem 0.2rem;
    word-break: break-all;
}
.lawTable td span.coffee{
    color: #7f6c4f;
}
.lawTable td.title{
    text-align: left;
}
.lawTable td.title a{
    display: inline-block;
    padding: 0 0.25rem 0 0.6rem;
    background: url(../img/point_r.png) left 0.4rem no-repeat;
    background-size: 0.25rem auto;
    font-size: 0.75rem;
}
.lawTable td .btn{
    display: inline-block;
    width: 1.5rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.8rem;
    color: #806b50;
    background: #f3f2ed;
    position: relative;
}
.lawTable td .btn::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/nav_i.png) no-repeat;
    background-size: 100% 100%;
}
@media (max-width:1024px) {
    .lawTable .hiden{
        display: none;
    } 
    .lawTable td.title a{
        font-size: 0.8rem;
    }
}
@media (max-width:768px) {
    .lawTable th{
        height: 2.05rem;
        font-size: 0.9rem;
        line-height: 1rem;
    }
    .lawTable td{
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .lawTable td.title a{
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .lawTable td .btn{
        font-size: 0.9rem;
    }
}
/* ---- lawyerlist Style ---- */
.queryBox{
    background: #fafafa;
    border-top: 0.05rem solid #ececec;
    border-bottom: 0.05rem solid #ececec;
    height: 2.9rem;
    margin-top: 0.7rem;
    padding: 0.5rem 5.3rem 0 8.5rem;
    position: relative;
    line-height: 0;
}
.queryBox>label{
    position: absolute;
    top: 0.5rem;
    left: 0px;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 0 0 2.5rem;
    background: url(../img/icon_query.png) 12px center no-repeat;
    background-size:auto 1.2rem;
    font-size: 0.8rem;
    color: #7f6c4f;
}
.queryBox .btn{
    position: absolute;
    top: 0.5rem;
    right: 0px;
    width: 4.6rem;
    height: 1.8rem;
    border: 0.05rem solid #dedede;
    background: url(../img/login_btn.png) left center no-repeat #f3f3f3;
    background-size: auto 100%;
    outline: none;
    line-height: 1.7rem;
    font-size: 0.9rem;
    color: #7f6c4f;
}
.queryBox .long_input{
    width: 100%;
    border: 0.05rem solid #dedede;
    background: #fff;
    outline: none;
    height: 1.8rem;
    line-height: 1.7rem;
    padding: 0 0.4rem;
    font-size: 0.8rem;
    color: #333;
}
.queryBox ul {
    display: none;
}
.queryBox ul li{
    float: left;
    width: 48.5%;
    position: relative;
    height: 35px;
    padding: 0 0 0 66px;
}
.queryBox ul li:nth-child(2n){
    float: right;
}
.queryBox ul li label{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 64px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #333333;
    text-align: right
}
.queryBox ul li .tect_input{
    height: 35px;
    line-height: 33px;
    padding:0 10px;
    width: 100%;
    border:1px solid #e1e1e1;
    font-size: 16px;
    color: #333;
    background: #fff;
    outline: none;
}

/* ---- lawyerlist Style ---- */
.lawyerlist li{
    height: 1.1rem;
    line-height: 1.1rem;
    padding:0 4.5rem 0 1.5rem;
    position: relative;
    font-size: 0.9rem;
    color: #333;
    float: left;
    width: 46%;
    margin-bottom: 0.7rem;
}
.lawyerlist li:nth-child(2n){
    float: right;
}
.lawyerlist li i{
    position: absolute;
    left: 0px;
    top: 0.05rem;
    height: 1rem;
    width: 1rem;
    line-height: 1rem;
    font-size: 0.7rem;
    color: #806b50;
    background: #f3f2ed;
    font-style: normal;
    text-align: center;
}
.lawyerlist li:nth-child(1) i,
.lawyerlist li:nth-child(2) i,
.lawyerlist li:nth-child(3) i{
    color: #fff;
    background: #a49073;
}
.lawyerlist li span{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0.7rem;
    color: #7f6c4f;
}
@media (max-width:1200px) {
    .lawyerlist li i{
        font-size: 0.8rem;
    }
    .lawyerlist li span{
        font-size: 0.8rem;
    }
}
@media (max-width:1024px) {
    .lawyerlist li{
        padding:0 4.2rem 0 1.2rem;
        width: 48%;
    }
}
@media (max-width:768px) {
    .lawyerlist li{
        font-size: 1rem;
    }
    .lawyerlist li i{
        font-size: 0.9rem;
    }
    .lawyerlist li span{
        font-size: 0.9rem;
    }
}

/* ---- consultBox Style ---- */
.lawFirm{
    border: 0.05rem solid #bc3132;
    padding: 0.75rem 0.75rem 0.75rem 3rem;
    position: relative;
    margin-bottom: 1.5rem;
}
.lawFirm h1{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2.2rem;
    height: 100%;
    display: table;
}
.lawFirm h1 a{
    display: table-cell;
    width: 2.2rem;
    height: 100%;
    padding: 0.5rem;
    line-height: 1.1rem;
    font-size: 1rem;
    color: #fff;
    background: #bc3132;
    text-align: center;
    vertical-align: middle;
}
.lawFirm h1 a{
    text-decoration: none;
}
.lawFirm ul li{
    width: 15.14%;
    float: left;
    position: relative;
    border: 0.05rem solid #a79578;
    margin-right: 1.832%;
    overflow: hidden;
}
.lawFirm ul li:last-child{
    margin-right: 0;
}
.lawFirm ul li img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.lawFirm ul li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.lawFirm ul li p{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1.3rem;
    line-height: 1.3rem;
    padding: 0 0.3rem;
    font-size: 0.7rem;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:1024px) {
    .lawFirm ul li p{
        font-size: 0.8rem;
    }
}
@media (max-width:768px) {
    .lawFirm ul li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .lawFirm ul li:nth-child(3n){
        margin-right: 0;
    }
    .lawFirm ul li p{
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.9rem;
    }
}
@media (max-width:414px) {
    .lawFirm ul li{
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .lawFirm ul li:nth-child(3n){
        margin-right: 3%;
    }
    .lawFirm ul li:nth-child(2n){
        margin-right: 0;
    }
}

/* ---- loveLawyer Style ---- */
.loveLawyer h2{
    height: 1.75rem;
    border-bottom: 0.05rem solid #ececec;
    padding:0 0 0 1rem;
    line-height: 1.7rem;
    font-size: 0.8rem;
    color: #666666;
    position: relative;
    margin-bottom: 0.8rem;
    background: linear-gradient(#f7f7f7,#fff);
}
.loveLawyer h2 a.more{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 1.7rem;
    font-size: 0.7rem;
    color: #666666;
}
.loveLawyer ul li{
    position: relative;
    padding: 0 5.3rem 0 1.1rem;
    border-bottom: 0.05rem dashed #e5e5e5;
    height: 1.95rem;
    line-height: 1.9rem;
    font-size: 0.9rem;
    color: #333333;
    background: url(../img/point.gif) 0.4rem center no-repeat;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.loveLawyer ul li span{
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 1.9rem;
    font-size: 0.8rem;
    color: #7f6c4f;
}
@media (max-width:1024px) {
    .loveLawyer h2{
        font-size: 1rem;
    }
    .loveLawyer h2 a.more{
        font-size: 0.8rem;
    }
    .loveLawyer ul li{
        font-size: 1rem;
    }
    .loveLawyer ul li span{
        font-size: 0.8rem;
    }
}
@media (max-width:768px) {
    .loveLawyer h2{
        font-size: 1.1rem;
    }
    .loveLawyer ul li{
        padding: 0.3rem 5.3rem 0.3rem 0.9rem;
        height:auto;
        min-height: auto;
        line-height: 1.3rem;
        font-size: 1rem;
        background: url(../img/point.gif) left 0.8rem no-repeat;
        overflow: auto;
        white-space: normal;
        text-overflow: normal;
        -o-text-overflow: normal;
    }
    .loveLawyer ul li span{
        line-height: 1.9rem;
    }
}
/* ---- loveLawyer Style ---- */
.reporterNews{
    margin-bottom: 0.5rem;
}
.reporterNews li{
    padding: 0 0 0 0.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.9rem;
    color: #333;
    background: url(../img/point.gif) left center no-repeat;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.reporterNews li span{
    color: #a49073;
}
.reporterNews li a{
    color: #333;
    display: inline-block;
}
@media (max-width:1024px) {
    .reporterNews li{
        font-size: 1rem;
    }
}
@media (max-width:768px) {
    .reporterNews li{
        padding: 0.3rem 0 0.3rem 0.8rem;
        height: auto;
        min-height: auto;
        line-height: 1.3rem;
        font-size: 1rem;
        background: url(../img/point.gif) left 0.8rem no-repeat;
        overflow: auto;
        white-space: normal;
        text-overflow: normal;
        -o-text-overflow: normal;
        }
}
/* ---- loveLawyer Style ---- */
.judicialList {
    margin-bottom: 1rem;
}
.judicialList li{
    padding: 0 0 0.5rem;
    margin-bottom: 0 0 0.8rem;
    border-bottom: 1px solid #eeeeee;
}
.judicialList li h1{
    min-height: 2.6rem;
    font-size: 1.2rem;
    color: #333;
    line-height: 1.6rem;
    padding: 0.5rem 0;
}
.judicialList li p{
    height: 2rem;
    line-height: 2rem;
    font-size: 0.7rem;
    color: #666666;
    position: relative;
}
.judicialList li p span.time{
    float: left;
    display: inline-block;
    margin-top: 0.5rem;
    height: 1rem;
    width: 3.6rem;
    border: 1px solid #a49174;
    line-height: 0.9rem;
    font-size: 0.7rem;
    color: #a49174;
    margin-right: 0.5rem;
    text-align: center;
    border-radius: 0.1rem;
}
.judicialList li p a.share{
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 2rem;
    font-size: 0.7rem;
    color: #666666;
}
.judicial_more{
    display: block;
    height: 2.9rem;
    line-height: 2.8rem;
    width: 100%;
    border: 0.05rem solid #eeeeee;
    text-align: center;
    font-size: 1rem;
    color: #404040;
}
.judicial_more:hover{
    text-decoration: none;
}
@media (max-width:1024px) {
    .judicialList li p{
        font-size: 0.8rem;
    }
    .judicialList li p span.time{
        height: 1.2rem;
        font-size: 0.8rem;
    }
    .judicialList li p a.share{
        font-size: 0.8rem;
    }
}
@media (max-width:768px) {
    .judicialList li p{
        font-size: 0.9rem;
    }
    .judicialList li p span.time{
        width: 4rem;
        height: 1.2rem;
        line-height: 1.1rem;
        font-size: 0.9rem;
    }
    .judicialList li p a.share{
        font-size: 0.9rem;
    }
}