﻿/* public style start  */
* {
    margin: 0;
    padding: 0;
}
img{	
	border: 0;
	vertical-align:middle;
}
ol, 
ul, 
li {
	list-style: none;
}
input{
	border: none;
	outline:medium;
}
a {
	text-decoration: none;
}
a:hover{text-decoration:underline}
.boxsizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pull-left {
    float: left; 
}
.pull-right { 
    float: right; 
}
.clearfix::after { 
    content: '';
    display: block;
    clear: both;
    *zoom:1;
} 
.pa { 
    position: absolute;
} 
.pr { 
    position: relative;
}
.hide {
    display: none;
}
.show {
    display: block;
}
/* public style end */

body {
    background: url(body_back.gif) repeat;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

/* left */
.container-left { 
    box-sizing: border-box;
    width: 630px;
    height: 1015px;
    padding-bottom: 20px;
    background: url(njrd20200401left_bg.png) repeat-x center top #fff;
}
.guifanxing { 
    width: 89.7%;
    padding: 20px;
    margin: 0 auto 30px;
    border-bottom: 2px solid #90c2ec;
    text-align: center;
}
.guifanxing a {
    display: inline-block;
    width: 100%;
    line-height: 80px;
    background-color: #2285da;
    color: #ffffff;
    font-size: 44px;
    font-family: "SimSun";
    font-weight: bold;
}
.guifanxing a:hover { 
    text-decoration: none;
}
.info-nav {
    border-bottom: 1px solid #90c2ec;
    margin: 30px 30px 20px 0;
}
.info-nav-title {
    width: 50%;
    height: 40px;
    line-height: 40px;
    background: url(njrd20200401info_bg.png) no-repeat left top;
}
.info-nav-title img {
    padding: 0 10px 6px 10px;
}
.info-nav-title span {
    color: #fff;
    font-size: 20px;
}
.info-nav-more {
    width: 49%;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.info-nav-more a {
    font-size: 18px;
    color: #2285da;
}
.info-content {
    margin-right: 30px;
}
.info-content-item {
    height: 40px;
    padding-left: 30px;
    background: url(njrd20200401info_point.png) no-repeat 14px center;
    line-height: 40px;
}
.info-content-item a {
    float: left;
    width: 80%;
    font-size: 18px;
    color: #000;
}
.info-content-item span {
    float: right;
    width: 20%;
    font-size: 18px;
    color: #737373;
    text-align: right;
}

/* right */
.container-right {
    box-sizing: border-box;
    width: 365px;
    height: 1015px;
    border-top: 3px solid #c1c2c3;
    background-color: #fff;
}
.check-system {
    height: 109px;
    line-height: 109px;
    margin-bottom: 10px;
    background: url(njrd20200401right_bg.png) no-repeat center top;
    text-align: center;
}
.check-system a {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.lawyer-nav {
    height: 45px;
    padding: 0 20px;
    background: url(njrd20200401right_bg.png) no-repeat center / 100% 100%;
    line-height: 45px;
}
.lawyer-nav-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.lawyer-nav-more a {
    font-size: 18px;
    color: #fff;
}
.lawyer-list {
    padding: 10px 0 20px;
}
.lawyer-item {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.lawyer-item img {
    padding: 0 5px 3px 0;
}
.lawyer-item a {
    font-size: 18px;
    color: #2285da;
}
.ft_sj a {
    color: #000;
}
#footer .ft_sj p,
#footer .ft_sj a{
    font-family: "SimSun" !important;
}