.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bszn,
.gzfw {
    width: 1400px;
    margin: 50px auto;
}

.bszn-matters {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.bszn-matters .hd {
    height: 45px;
    border-bottom: 1px solid #eeeeee;
}

.bszn-matters .hd ul,
.bszn-matters .bd ul {
    overflow: hidden;
}

.bszn-matters .hd ul li {
    float: left;
    margin-right: 50px;
}

.bszn-matters .hd ul li:nth-child(1) {
    padding-left: 15px;
    position: relative;
}

.bszn-matters .hd ul li:nth-child(1)::before {
    content: '';
    width: 5px;
    height: 30px;
    background: #3e6dcb;
    position: absolute;
    left: 0;
    top: 5px;
}

.bszn-matters .hd ul li {
    line-height: 38px;
}

.bszn-matters .hd ul li a {
    font-size: 24px;
    color: #a0a0a0;
    font-weight: bold;
}

.bszn-matters .hd ul li.on a {
    font-size: 28px;
    color: #333333;
}

.bszn-matters .bd {
    margin-top: 30px;
}

.bszn-matters .bd ul li {
    width: 425px;
    height: 145px;
    float: left;
    margin-right: 30px;
    border-radius: 5px;
    background-size: 100% 100%;
    text-align: center;
}

.bszn-matters .bd ul li img {
    margin-top: 35px;
}

.bszn-matters .bd ul li a img{
	transition: All 0.4s ease-in-out;
}
.bszn-matters .bd ul li:hover a img{
	transform:rotateY(180deg);
}

.bszn-matters .bd ul li:nth-child(3) {
    margin-right: 0;
}

.bszn-matters .bd ul li p {
    font-size: 18px;
    text-align: center;
    color: #Fff;
    font-weight: bold;
    margin-top: 15px;
}

.bszn-con {
    overflow: hidden;
    margin-top: 20px;
    border-radius: 5px;
}

.bszn-list {
    width: 695px;
    background: #fff;
    border-radius: 5px;
}

.bszn-list ul {
    padding: 30px 30px 10px 30px;
}

.bszn-list .column .column-more a {
    font-size: 14px;
    text-transform: uppercase;
    color: #a0a0a0;
    line-height: 45px;
}
.bszn-list .column .column-more a:hover{
	color: #3e6dcb;
}
.bszn-list ul li {
    height: 105px;
    border-bottom: 1px solid #eeeeee;
}

.bszn-list ul li:last-child {
    border-bottom: none;
}

.bszn-list ul li .time {
    font-size: 18px;
    color: #a0a0a0;
    line-height: 58px;
}

.bszn-list ul li .title {
    font-size: 18px;
    color: #333;
    padding-left: 15px;
    position: relative;
}

.bszn-list ul li:hover .title {
    color: #3e6dcb;
    font-weight: bold;
}

.bszn-list ul li .title::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b7b7b7;
    position: absolute;
    left: 3px;
    top: 9px;
}

.bszn-list ul li:hover .title::before {
    background: #3e6dcb;
}

.gzfw,
.gzfw-left ul {
    overflow: hidden;
}

.gzfw-left {
    width: 690px;
}

.gzfw-left ul li {
    width: 335px;
    height: 245px;
    border-radius: 5px;
    background: #fff;
    float: left;
    text-align: center;
}

.gzfw-left ul li img {
    margin-top: 65px;
}

.gzfw-left ul li:nth-child(1) {
    margin: 0 20px 20px 0;
}

.gzfw-left ul li:nth-child(2) {
    margin: 0 0 20px 0;
}

.gzfw-left ul li:nth-child(3) {
    margin: 0 20px 0 0;
}

.gzfw-left ul li a {
}

.gzfw-left ul li p {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    margin-top: 40px;
}

.gzfw-left ul li:hover {
    background: #3e6dcb;
}

.gzfw-left ul li:hover p {
    color: #fff;
}

.gzfw-left ul li img:nth-child(2) {
    display: none;
}

.gzfw-left ul li:hover img:nth-child(1) {
    display: none;
}

.gzfw-left ul li:hover img:nth-child(2) {
    display: inline-block;
}

.about {
    height: 340px;
    background: #fff;
}

.about ul {
    width: 1400px;
    margin: auto;
    height: 340px;
}

.about ul li {
    width: 25%;
    height: 100%;
    float: left;
    text-align: center;
}

.about ul li .img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 125px;
    margin: auto;
    margin-top: 50px;
}

.about ul li p:nth-of-type(1) {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.about ul li p:nth-of-type(2) {
    width: 295px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin: auto;
    margin-top: 5px;
    text-align: center;
}

.about ul li:hover {
    background: #4872c7;
}

.about ul li:hover p {
    color: #fff !important;
}

.about-message {
    width: 1340px;
    height: 735px;
    margin: auto;
    background: #fff;
    margin-top: 20px;
    border-radius: 5px;
    padding: 30px;
}

.about-message .column .column-more a {
    font-size: 14px;
    text-transform: uppercase;
    color: #a0a0a0;
    line-height: 45px;
}
.about-message .column .column-more a:hover{
	color: #4872c7;
}
.lawyer_train {
    width: 1400px;
    margin: auto;
    margin-top: 50px;
    overflow: hidden;
}

.lawyer_train .notice {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.column {
    height: 45px;
    border-bottom: 1px solid #eeeeee;
}

.column .column-name {
    height: 30px;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.column .column-name::before {
    content: '';
    width: 5px;
    height: 30px;
    background: #3e6dcb;
    position: absolute;
    left: 0;
    top: 5px;
}

.column .column-name a {
    color: #000;
}

.column .column-more a {
    font-size: 14px;
    text-transform: uppercase;
    color: #a0a0a0;
    line-height: 45px;
}
.column .column-more a:hover{
	color: #3e6dcb;
}
.lawyer_train .notice {
    margin-bottom: 20px;
}

.lawyer_train .notice ul {
    overflow: hidden;
    margin-top: 30px;
}

.lawyer_train .notice ul li {
    width: 425px;
    height: 145px;
    float: left;
    border: 1px solid #999999;
    margin-right: 29px;
}

.lawyer_train .notice ul li:nth-child(3) {
    margin-right: 0;
}

.lawyer_train .notice ul li:hover {
    border-color: #3e6dcb;
}

.lawyer_train .notice ul li a {
    display: block;
    padding: 30px;
}

.lawyer_train .notice ul li .time {
    width: 80px;
    height: 70px;
    text-align: center;
    margin-top: 6px;
    border-right: 1px solid #eeeeee;
    margin-right: 5px;
}

.lawyer_train .notice ul li .time p:nth-child(1) {
    font-size: 30px;
    color: #333333;
}

.lawyer_train .notice ul li:hover .time p:nth-child(1) {
    font-weight: bold;
    color: #3e6dcb;
}

.lawyer_train .notice ul li .time p:nth-child(2) {
    font-size: 16px;
    color: #b0b0b0;
    font-weight: 100;
}

.lawyer_train .notice ul li .text {
    width: 275px;
}

.lawyer_train .notice ul li .text .title {
    font-size: 18px;
    color: #333333;
}

.lawyer_train .notice ul li:hover .text .title {
    font-weight: bold;
    color: #3e6dcb;
}

.lawyer_train .notice ul li .text .abs {
    font-size: 16px;
    color: #b0b0b0;
    line-height: 26px;
    margin-top: 10px;
    font-weight: 100;
}

.calendar {
    width: 540px;
    height: 555px;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
}

.lawyer_train .bszn-list {
    width: 780px;
}

/* 日历 */

#date tr:nth-child(2) {
    display: none;
}

#date {
    width: 460px;
    margin: auto;
}

#date table {
    width: inherit;
    user-select: none;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0px;
}

#date table tr th {
    color: #5e5f63;
    text-align: center;
    font-size: 18px;
    line-height: 100px;
}

#date table tr:nth-of-type(2) th {
    font-weight: 300;
}

#date table tr td {
    text-align: center;
}

#date table tr td a {
    text-decoration: none;
    background: #f5f8ff;
    width: 60px;
    height: 60px;
    border: 1px solid #b7b7b7;
    margin: 4px;
    font-size: 22px;
    display: block;
    line-height: 60px;
}

#date table tr td a.now {
    color: #757575;
}

#date table tr td a.day {
    background: #3e6dcb;
    color: #fff;
    border: 1px solid #3e6dcb;
}

#date table tr td a.href {
    border: 1px solid #ccc;
    transition: all 1s linear;
}

#date table tr td a.href:hover {
    border: 1px dotted #5E5F63;
    background: gold;
}

#date table tr td a.non-arrival {
    color: #f5f8ff;
}

.date_diglogs {
    font-size: 10px;
    background: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #EDEDED;
    color: #757575;
}

#prev {
    background: url(../picture/rili-left.png) no-repeat;
    background-size: 19px 19px;
    background-position-x: 50px;
    background-position-y: 40px;
}

#next {
    background: url(../picture/rili-right.png) no-repeat;
    background-size: 19px 19px;
    background-position-y: 40px;
}

.newsCenter {
    width: 1400px;
    margin: auto;
    margin-top: 50px;
}

.newsCenter .dynamic {
    padding: 30px;
    background: #fff;
    overflow: hidden;
}

.newsCenter .dynamic .dynamic-img {
    margin-top: 30px;
    position: relative;
}

.newsCenter .dynamic .dynamic-img .bd ul li,
.newsCenter .dynamic .dynamic-img .bd ul li img {
    width: 600px;
    height: 340px;
    border-radius: 5px;
}

.newsCenter .dynamic .dynamic-img .bd ul li {
    position: relative;
    overflow: hidden;
}

.newsCenter .dynamic .dynamic-img .bd ul li img {
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newsCenter .dynamic .dynamic-img .bd ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.newsCenter .dynamic .dynamic-img .bd ul li p {
    width: 100%;
    line-height: 50px;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    background: rgba(0, 0, 0, .5);
}

.newsCenter .dynamic .dynamic-img .bd ul li p a {
    color: #fff;
    font-weight: bold;
}

.newsCenter .dynamic .dynamic-img .hd {
    position: absolute;
    bottom: 18px;
    right: 30px;
    z-index: 9;
}

.newsCenter .dynamic .dynamic-img .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: 10px;
}

.newsCenter .dynamic .dynamic-img .hd ul li.on {
    background: #fff;
}

.newsCenter .dynamic .dynamic-list {
    width: 705px;
    margin-top: 30px;
}

.newsCenter .dynamic .dynamic-list ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 24.5px;
}

.newsCenter .dynamic .dynamic-list ul li:last-child {
    margin-bottom: 0;
}

.newsCenter .dynamic .dynamic-list ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999999;
    position: absolute;
    left: 0;
    top: 10px;
}

.newsCenter .dynamic .dynamic-list ul li:hover::before {
    background: #3e6dcb;
}

.newsCenter .dynamic .dynamic-list ul li a {
    font-size: 16px;
    color: #333;
}

.newsCenter .dynamic .dynamic-list ul li:hover a {
    color: #3e6dcb;
    font-weight: bold;
}

.newsCenter .dynamic .dynamic-list ul li span {
    font-size: 18px;
    color: #999;
    float: right;
}

.newsCenter .container {
    overflow: hidden;
    margin-top: 20px;
}

.newsCenter .container .con-list {
    width: 453px;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
}

.newsCenter .container .con-list:last-child {
    margin-right: 0;
}

.cons {
    padding: 30px;
    overflow: hidden;
}

.newsCenter .container .con-list ul {
    padding-top: 15px;
}

.newsCenter .container .con-list ul li {
    line-height: 44px;
    padding-left: 15px;
    position: relative;
}

.newsCenter .container .con-list ul li a {
    font-size: 16px;
    color: #333;
}

.newsCenter .container .con-list ul li span {
    font-size: 18px;
    color: #999;
    float: right;
}

.newsCenter .container .con-list ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999999;
    position: absolute;
    left: 0;
    top: 20px;
}

.newsCenter .container .con-list ul li:hover::before {
    background: #3e6dcb;
}

.newsCenter .container .con-list ul li a {
    font-size: 16px;
    color: #333;
}

.newsCenter .container .con-list ul li:hover a {
    color: #3e6dcb;
    font-weight: bold;
}

.newsCenter .container .judicial ul li {
    height: 75px;
    padding: 10px;
    overflow: hidden;
    background: #f7f7f7;
    margin-top: 15px;
}

.newsCenter .container .judicial {
    width: 453px;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
}

.newsCenter .container .judicial ul li::before {
    display: none;
}

.newsCenter .container .judicial ul li .time {
    width: 75px;
    height: 55px;
    border-right: 1px solid #dcdcdc;
    padding-right: 10px;
}

.newsCenter .container .judicial ul li .time p {
    margin: 0;
    line-height: 24px;
}

.newsCenter .container .judicial ul li .time p:nth-child(1) {
    font-size: 28px;
    color: #333;
	text-align: center;
}

.newsCenter .container .judicial ul li .time p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
    font-weight: 100;
	text-align: center;
}

.newsCenter .container .judicial ul li .text {
    width: 265px;
}

.newsCenter .container .judicial ul li .text .title {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.newsCenter .container .judicial ul li:hover .text .title {
    color: #3e6dcb;
}

.newsCenter .container .judicial ul {
    padding-top: 15px;
}

.newsCenter .container .judicial ul li:hover .time p {
    color: #3e6dcb;
}

.img-video {
    padding: 30px;
    text-align: left;
    background: #fff;
    border-radius: 5px;
}

.img-video .parHd {
    height: 45px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.img-video .parHd ul {
    float: left;
    position: absolute;
    top: -1px;
}

.img-video .parHd ul li {
    float: left;
    cursor: pointer;
    margin-right: 55px;
    line-height: 37px;
}

.img-video .parHd ul li:nth-child(1) {
    padding-left: 15px;
    position: relative;
}

.img-video .parHd ul li:nth-child(1)::before {
    content: '';
    width: 5px;
    height: 30px;
    background: #3e6dcb;
    position: absolute;
    left: 0;
    top: 5px;
}

.img-video .parHd ul li a {
    font-size: 24px;
    font-weight: bold;
    color: #949494;
}

.img-video .parHd ul li.on a {
    font-size: 28px;
    color: #333;
}

.img-video .img-video-slideBox {
    zoom: 1;
    position: relative;
}

.img-video .sPrev,
.img-video .sNext {
    position: absolute;
    right: 55px;
    top: -70px;
    display: block;
    width: 30px;
    height: 30px;
}

.img-video .sNext {
    left: auto;
    right: 5px;
}

.img-video .sPrev:hover,
.img-video .sNext:hover {}

.img-video .parBd {
    margin-top: 30px;
}

.img-video .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.img-video .parBd ul li {
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.img-video .parBd ul li .pic {
    text-align: center;
    overflow: hidden;
}

.img-video .parBd ul li .pic img {
    width: 320px;
    height: 180px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.img-video .parBd ul li .pic:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.img-video .parBd ul li .title {
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.img-video .parBd ul li .title a {
    color: #fff;
}

.newsCenter .container .con-list ul li#one {
    height: 70px;
    padding-left: 0;
    background: #f7f7f7;
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
}

.newsCenter .container .con-list ul li#one .img {
    width: 128px;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.newsCenter .container .con-list ul li#one .img img {
    width: 100%;
    height: 100%;
}

.newsCenter .container .con-list ul li#one .text {
    width: 240px;
    height: 100%;
    line-height: 28px;
    padding-right: 10px;
}

.newsCenter .container .con-list ul li#one .text .title {
    margin-top: 6px;
}

.explore .container .con-list {
    width: 690px;
}

.explore .container .con-list ul li#one {
    height: 105px;
    margin: 15px 0;
}

.explore .container .con-list ul li#one .img {
    width: 190px;
}

.explore .container .con-list ul li#one .text {
    width: 400px;
}

.explore .container .con-list ul li#one .text .title {
    margin-top: 10px;
}

.explore .container .con-list ul li#one .text .time {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.explore .container .explore-item ul li {
    float: left;
    margin-right: 20px;
}

.explore .container .explore-item ul li:last-child {
    margin-right: 0;
}

.explore .container .explore-item ul li img {
    width: 453px;
    height: 140px;
}

.explore .container #explore-img {
    margin-top: 35px;
    position: relative;
}

.explore .container #explore-img ul li {
    width: 630px;
    height: 340px;
    padding: 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.explore .container #explore-img ul li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.explore .container #explore-img ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.explore .container #explore-img ul li::before {
    display: none;
}

.explore .container #explore-img ul li p {
    width: 100%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.explore .container #explore-img ul li:hover p a {
    font-weight: normal;
}

.explore .container #explore-img ul li p a {
    font-size: 16px;
    color: #fff;
}

.explore .container #explore-img .prev,
.explore .container #explore-img .next {
    position: absolute;
    top: 45%;
    z-index: 99;
}

.explore .container #explore-img .prev {
    right: 0;
}

.explore .container #explore-img .next {
    left: 0;
}

.association {
    width: 1400px;
    margin: auto;
    overflow: hidden;
    margin-top: 50px;
}

.association .introduce {
    width: 1000px;
    background: #fff;
    border-radius: 5px;
}

.association .introduce .img {
    width: 380px;
    height: 215px;
    margin-top: 30px;
    overflow: hidden;
}

.association .introduce .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.association .introduce .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.association .introduce .text {
    width: 530px;
    margin-top: 30px;
}

.association .introduce .text p:nth-child(1) {
    line-height: 60px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.association .introduce .text p:nth-child(2) {
    font-size: 16px;
    color: #999;
    line-height: 36px;
}

.association .duty {
    width: 380px;
    height: 350px;
    background: #fff;
    border-radius: 5px;
}

.association .duty p {
    font-size: 16px;
    line-height: 34px;
    color: #999;
    text-indent: 2em;
    margin-top: 15px;
}

.association .link-list ul li {
    float: left;
    margin-right: 20px;
}

.association .link-list ul li img {
    width: 335px;
    height: 100px;
}

.association .link-list ul li:last-child {
    margin-right: 0;
}

.association .container,
.association .link-list ul {
    overflow: hidden;
    margin-top: 20px;
}

/* .association-man {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.association-man .association-list {
    width: 660px;
}

.association-man .association-list ul li {
    float: left;
    line-height: 75px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: #f7f7f7;
    margin: 0 20px 20px 0;
    border-radius: 5px;
}

.association-man .association-list ul li a {
    color: #9b9b9b;
}

.association-man .association-list ul li.li1 {
    width: 100%;
    margin-right: 0;
}

.association-man .association-list ul li.li2 {
    width: 150px;
}

.association-man .association-list ul li.li3 {
    width: 205px;
    margin-bottom: 0;
}

.association-man .association-list ul li:nth-of-type(5),
.association-man .association-list ul li:last-child {
    margin-right: 0;
}

.association-man .association-list ul li.on {
    background: #3e6dcb;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

.association-man .association-list ul li.on a {
    color: #fff;
}

.association-man .accordion-con-list {
    width: 660px;
}

.accordion-item {
    width: 660px;
    height: 265px;
    overflow: hidden;
    position: relative;
    display: none;
}

.accordion-item .hd {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 48%;
}

.accordion-item .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
}

.accordion-item .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #3e6dcb;
}

.accordion-item .hd ul li.on {
    border: 1px solid #3e6dcb;
    background: #3e6dcb;
}

.accordion-item .bd {
    height: 240px;
    border-bottom: 1px solid #eeeeee;
}

.accordion-item .bd ul {
    overflow: hidden;
    zoom: 1;
}

.accordion-item .bd ul li {
    width: 320px;
    height: 215px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
}

.accordion-item .bd ul li .pic {
    text-align: center;
    float: left;
    overflow: hidden;
    border-radius: 5px;
}

.accordion-item .bd ul li .pic p {
    line-height: 35px;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: #eeeeee;
}

.accordion-item .bd ul li .pic:hover p {
    background: #3e6dcb;
    color: #fff;
}

.accordion-item .bd ul li .pic img {
    width: 135px;
    height: 180px;
    display: block;
}

.accordion-item .bd ul li .pic a:hover img {}

.accordion-item .bd ul li .title {
    width: 170px;
    float: right;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
}

.accordion-item .bd ul li .title a {
    color: #a1a1a1;
} */

/* .active {
    display: block !important;
} */

.committee ul {
    overflow: hidden;
}

.committee ul li {
    float: left;
}

.committee ul li img {
    width: 690px;
    height: 140px;
}

.committee ul li:nth-child(1) {
    margin-right: 20px;
}

.party-building {
    width: 1400px;
    margin: auto;
    margin-top: 50px;
}

.party-building .party {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.party-building .building {
    margin-top: 30px;
    overflow: hidden;
}

.party-building .building .hd ul {
    width: 740px;
}

.party-building .building .hd ul li {
    padding-left: 20px;
    border-radius: 0 5px 5px 0;
}

.party-building .building .hd ul li a {
    display: block;
    border-bottom: 1px solid #eee;
}

.party-building .building .hd ul li:hover a {
    border-bottom: 1px solid #3e6dcb;
}

.party-building .building .hd ul li:last-child a {
    border-bottom: none;
}

.party-building .building .hd ul li:hover {
    background: #3e6dcb;
}

.party-building .building .hd ul li:last-child {
    border-bottom: none;
}

.party-building .building .hd ul li .title {
    font-size: 18px;
    color: #333;
    line-height: 50px;
}

.party-building .building .hd ul li .abs {
    font-size: 14px;
    color: #999;
    font-weight: 100;
}

.party-building .building .hd ul li .time {
    font-size: 14px;
    color: #999;
    line-height: 43px;
}

.party-building .building .hd ul li:hover p {
    color: #fff;
}

.party-building .building .bd ul li {
    width: 600px;
    height: 341px;
    border-radius: 5px;
    overflow: hidden;
}

.party-building .building .bd ul li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.party-building .building .bd ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.party-building .container {
    overflow: hidden;
    margin-top: 20px;
}

.party-building .container .paty-zt img {
    width: 1400px;
    height: 202px;
}

.party-building .paty-list .hd {
    height: 50px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.party-building .paty-list .hd ul {
    float: left;
    position: absolute;
    top: -1px;
}

.party-building .paty-list .hd ul li {
    float: left;
    cursor: pointer;
    margin-right: 55px;
    line-height: 37px;
}

.party-building .paty-list .hd ul li:nth-child(1) {
    padding-left: 15px;
    position: relative;
}

.party-building .paty-list .hd ul li:nth-child(1)::before {
    content: '';
    width: 5px;
    height: 30px;
    background: #3e6dcb;
    position: absolute;
    left: 0;
    top: 5px;
}

.party-building .paty-list {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}

.party-building .paty-list .hd ul li a {
    font-size: 24px;
    font-weight: bold;
    color: #949494;
}

.party-building .paty-list .hd ul li.on a {
    font-size: 28px;
    color: #333;
}

.party-building .paty-list .bd {
    margin-top: 10px;
}

.party-building .paty-list .bd ul {
    overflow: hidden;
}

.party-building .paty-list .bd ul li {
    width: 660px;
    height: 100px;
    float: left;
    background: #f7f7f7;
    margin-right: 20px;
    margin-top: 20px;
}

.party-building .paty-list .bd ul li:nth-of-type(2n) {
    margin-right: 0;
}

.party-building .paty-list .bd ul li a {
    display: block;
    padding: 20px 20px 20px 0;
    overflow: hidden;
}

.party-building .paty-list .bd ul li .time {
    width: 100px;
    height: 65px;
    text-align: center;
    border-right: 1px solid #dcdcdc;
}

.party-building .paty-list .bd ul li .time p:nth-child(1) {
    font-size: 28px;
    line-height: 36px;
    color: #333;
}

.party-building .paty-list .bd ul li .time p:nth-child(2) {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    font-weight: 100;
}

.party-building .paty-list .bd ul li:hover .time p {
    color: #3e6dcb;
}

.party-building .paty-list .bd ul li .text {
    width: 520px;
}

.party-building .paty-list .bd ul li .text .title {
    font-size: 16px;
    color: #333;
    line-height: 34px;
}

.party-building .paty-list .bd ul li:hover .text .title {
    color: #3e6dcb;
    font-weight: bold;
}

.party-building .paty-list .bd ul li .text .abs {
    font-size: 14px;
    color: #999;
    margin-top: 3px;
    font-weight: 100;
}

.party-building .paty-list .bd ul .paty-more {
    font-size: 14px;
    text-transform: uppercase;
    color: #a0a0a0;
    line-height: 45px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.party-building .paty-list .bd ul .paty-more:hover{
	color: #3e6dcb;
}
.party-building .patyAd-list {
    overflow: hidden;
}

.party-building .patyAd-list li {
    float: left;
}

.party-building .patyAd-list li img {
    width: 690px;
    height: 140px;
}

.party-building .patyAd-list li:nth-child(1) {
    margin-right: 20px;
}

.party-building .newsCenter {
    margin-top: 0;
}

.party-building .newsCenter .container .con-list {
    width: 690px;
}

.theory-research {
    width: 1400px;
    margin: auto;
    margin-top: 50px;
}

.theory-research .bszn-list {
    width: 100%;
}

.theory-research .bszn-list ul {
    overflow: hidden;
    padding: 30px;
}

.theory-research .bszn-list ul li {
    width: 650px;
    float: left;
}

.theory-research .bszn-list ul li:nth-child(2n) {
    float: right;
}

.theory-research .bszn-list ul li:last-child {
    border-bottom: 1px solid #eeeeee;
}

.theory-research .container {
    overflow: hidden;
    margin-top: 20px;
}

.theory-research .container .theory-list {
    position: relative;
}

.theory-research .container .theory-list .hd {
    width: 452px;
    position: absolute;
    top: 35px;
    right: 30px;
    border: none;
}

.theory-research .container .theory-list .hd ul li a {
    font-size: 16px;
    font-weight: normal;
}

.theory-research .container .theory-list .hd ul li {
    margin: 0;
    margin-left: 30px;
}

.theory-research .container .theory-list .hd ul li:nth-child(1) {
    padding: 0;
}

.theory-research .container .theory-list .hd ul li:nth-child(1)::before {
    display: none;
}

.theory-research .container .theory-list .hd ul li.on a {
    color: #3e6dcb;
    border-bottom: 1px solid #3e6dcb;
    font-weight: bold;
}

.lawyer-query {
    width: 1400px;
    margin: auto;
    margin-top: 30px;
    background: #fff;
}

.lawyer-query .location,
.lawyer-query .type,
.lawyer-query .keyword {
    margin-bottom: 20px;
}

.lawyer-query .location,
.lawyer-query .location ul {
    overflow: hidden;
}

.lawyer-query .location span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.lawyer-query .location ul input {
    display: none;
}

.lawyer-query .location ul label {
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
}

.lawyer-query .location ul input:checked+label {
    background: #3e6dcb;
    color: #fff;
}

.lawyer-query .type,
.lawyer-query .type ul {
    overflow: hidden;
}

.lawyer-query .type span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.lawyer-query .type ul label {
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
}

.lawyer-query .type ul input:checked+label {
    background: #3e6dcb;
    color: #fff;
}

.lawyer-query .type ul input {
    display: none;
}

.lawyer-query .keyword,
.lawyer-query .keyword ul {
    overflow: hidden;
}

.lawyer-query .keyword span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.lawyer-query .keyword .keyword-inp {
    width: 255px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
    margin-left: 15px;
}

.lawyer-query .keyword .keyword-btn {
    width: 60px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.lawyer-query .result {
    margin-top: 20px;
}

.lawyer-query .result ul li {
    margin-bottom: 20px;
}

.lawyer-query .result ul li:last-child {
    margin-bottom: 0;
}

.lawyer-query .result ul li a {
    overflow: hidden;
    display: inline-block;
}

.lawyer-query .result ul li .text {
    width: 1030px;
    height: 98px;
    padding: 20px 30px;
    border-radius: 5px;
    border: 1px solid #f7f7f7;
    line-height: 33px;
}

.lawyer-query .result ul li .text p {
    font-size: 16px;
    color: #999;
}

.lawyer-query .result ul li .text p span {
    color: #666;
}

.lawyer-query .result ul li .text p:nth-child(1) {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.lawyer-page {
    width: 1400px;
    margin: 60px auto;
}

.lawyer-page ul {
    text-align: center;
}

.lawyer-page ul li {
    padding: 0 10px;
    line-height: 30px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(31, 35, 41, .15);
    display: inline-block;
    margin: 0 5px;
}

.lawyer-page ul li,.lawyer-page ul li a {
    font-size: 14px;
}

.lawyer-page ul li.prev a,
.lawyer-page ul li.next a{
    color: #999;
}

.lawyer-page ul li.prev.on a,
.lawyer-page ul li.next.on a{
    color: #3e6dcb;
}

.lawyer-page ul li.index,
.lawyer-page ul li.index a {
    color: #3e6dcb;
}

.lawyer-page ul li.current {
    background: #3e6dcb;
}

.lawyer-page ul li.index.current,
.lawyer-page ul li.index.current a {
    color: #fff;
}








.association-man {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.association-man .association-list {
    width: 120px;
}

.association-man .association-list ul li {
    text-align: center;
    font-size: 16px;
    background: #f7f7f7;
    margin: 0 0 10px 0;
    border-radius: 5px;
    width: 120px;
    height: 45px;
    line-height: 45px;
}

.association-man .association-list ul li:last-of-type {
    margin-bottom: 0;
}

.association-man .association-list ul li a {
    color: #333;
}

.association-man .association-list ul li.on {
    background: #3e6dcb;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}





.association-man .association-list ul li.on a {
    color: #fff;
}

.association-man .accordion-con-list {
    width: 805px;
}

.association1-list {
    margin-right: 25px;
}

.association1-list ul li {
    width: 380px;
    height: 75px;
    line-height: 75px;
    background: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
}

.association1-list ul li:last-of-type {
    margin-bottom: 0;
}

.association1-list ul li.on {
    background: #3e6dcb;
}

.association1-list ul li.on a {
    color: #fff;
}

.association1-list ul li::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 15px solid #3e6dcb;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -15px;
    top: 30px;
    display: none;
}

.association1-list ul li.on::before {
    display: block;
}

.association1-list ul li a {
    font-size: 24px;
    color: #bdbdbd;
    font-weight: bold;
    display: block;
    padding-left: 30px;
}






.accordion-item {
    width: 805px;
    height: 265px;
    overflow: hidden;
    position: relative;
    display: none;
}

.accordion-item .hd {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 48%;
}

.accordion-item .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
}

.accordion-item .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #3e6dcb;
}

.accordion-item .hd ul li.on {
    border: 1px solid #3e6dcb;
    background: #3e6dcb;
}

.accordion-item .bd {
    height: 240px;
}

.accordion-item .bd ul {
    overflow: hidden;
    zoom: 1;
}

.accordion-item .bd ul li {
    width: 400px !important;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
    /* padding-right: 55px;
    border-right: 1px solid #eeeeee;
    margin-right: 55px; */

}

.accordion-item .bd ul li .pic {
    text-align: center;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    width: 150px;
    height: 235px;
}

.accordion-item .bd ul li .pic p {
    line-height: 35px;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: #eeeeee;
}

.accordion-item .bd ul li .pic:hover p {
    background: #3e6dcb;
    color: #fff;
}

.accordion-item .bd ul li .pic img {
    width: 150px;
    height: 200px;
    display: block;
}

.accordion-item .bd ul li .pic a:hover img {}

.accordion-item .bd ul li .title {
    width: 170px;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
	float: left;
	margin-left: 30px;
}

.accordion-item .bd ul li .title a {
    color: #a1a1a1;
}










.sidenav {
    width: 1400px;
    margin: auto;
    overflow: hidden;
    margin-top: 50px;
}

.sidenav .navigation {
    width: 300px;
    background: #fff;
}

.sidenav .navigation ul {
    padding: 30px;
}

.sidenav .navigation ul li {
    line-height: 50px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.sidenav .navigation ul li:last-of-type {
    margin-bottom: 0;
}

.sidenav .navigation ul li.on {
    background: #2b54a5;
}

.sidenav .navigation ul li.on a {
    color: #fff;
}

.sidenav .navigation ul li a {
    font-size: 18px;
    color: #333;
    display: block;
}

.sidenav .navigation ul li a span {
    width: 7px;
    height: 13px;
    display: inline-block;
    background: url(../img/nav.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 20px;
}

.sidenav .navigation ul li.on a span {
    background: url(../img/nav-on.png) no-repeat;
}
.sidenav .navigation ul li:hover {
	background: #2b54a5;
}
.sidenav .navigation ul li:hover a {
	color: #fff;
}
.sidenav .navigation ul li:hover a span {
	background: url(../img/nav-on.png) no-repeat;
}
.sidenav .con {
    width: 1080px;
}



