﻿@charset "UTF-8";

/*
*   program: 西藏集约化-公共头尾-中间部分
*   author: wwm
*   date: 2018-12-04
*/

.g-header, .g-main, .g-footer {
    min-width: 1190px;
}

.nxz-head {
    height: 120px;
}

.nxz-logo {
    margin: 20px 0 0 10px;
}

.nxz-head-tool {
    width: 505px;
    margin: 44px 0 0 0;
}

.nxz-head-search {
    padding: 0 14px 0 13px;
    vertical-align: top; 
    line-height: 34px;
    border: 1px solid #e5e9ee;
    border-radius: 5px; 
}

.nxz-head-search .inp {
    width: 340px;
    height: 34px;
    padding: 0 14px 0 0;
    font-size: 14px;
    color: #44474b;
}

.nxz-head-search .inp::placeholder {
    font-size: 14px;
    color: #adb6c5;
}

.nxz-head-search .btn {
    height: 34px;
    background: #fff;
}

.nxz-head-pie {
    margin-top: 3px;
}

.nxz-head-pie .li {
    position: relative;
    margin-left: 10px;
    vertical-align: top;
}

.nxz-head-pie .li:first-child {
    margin-left: 0;
}

.nxz-head-pie .a {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

.nxz-head-pie .a1 {
    background-image: url("../images/nxz-head-pie_01.png");
}

.nxz-head-pie .li:hover .a1, .nxz-head-pie .li.cur .a1 {
    background-image: url("../images/nxz-head-pie-cur_01.png");
}

.nxz-head-pie .a2 {
    background-image: url("../images/nxz-head-pie_02.png");
}

.nxz-head-pie .li:hover .a2, .nxz-head-pie .li.cur .a2 {
    background-image: url("../images/nxz-head-pie-cur_02.png");
}

.nxz-head-pie .li:hover .nxz-head-drop, .nxz-head-pie .li.cur .nxz-head-drop {
    display: block;
}

.nxz-head-drop {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    width: 116px;
    margin-left: -78px;
    padding: 40px 20px 22px;
    background: #fff;
    border-radius: 5px;
    z-index: 1;
}

.nxz-head-drop .group:first-child {
    margin-top: 0;
}

.nxz-head-drop .group {
    margin-top: 6px;
    line-height: 18px;
}

.nxz-head-drop .group .title {
    width: 32px;
    font-size: 12px;
    color: #9297a0;
}

.nxz-head-drop .group .tt {
    width: 84px;
    font-size: 12px;
    color: #44474b;
}

.nxz-head-drop .img {
    max-width: 100%;
    margin: 20px 0 0 0;
}

.nxz-head-navwp {
    background: url("../images/nxz-head-navwp.png") center top no-repeat;
}

.nxz-head-nav .a {
    position: relative;
    width: 150px;
    height: 76px;
    text-align: center;
    border-bottom: 4px solid transparent;
}

.nxz-head-nav .a:hover, .nxz-head-nav .a.cur {
    background: #2f68d1;
    border-bottom-color: #fff;
}

.nxz-head-nav .a .img {
    margin-top: 18px;
}

.nxz-head-nav .a .tt {
    position: absolute;
    width: 100%;
    bottom: 14px;
    left: 0;
    font-size: 14px;
    color: #fff;
}

.nxz-footer {
    box-sizing: border-box;
    height: 140px;
    padding-top: 30px;
    border-top: 1px solid #eff5fd;
}

.nxz-footer .party {
    width: 78px;
    margin: 0 10px 0 0;
    vertical-align: top;
    text-align: center;
    line-height: 78px;
    border: 1px solid #e5e9ee;
    border-radius: 5px;
}

.nxz-footer .party .img {
    max-width: 70px;
}

.nxz-footer .text .tt {
    margin-top: 20px;
    line-height: 1;
    font-size: 12px;
    color: #858b9b;
}

.nxz-footer-rt .party {
    margin-right: 16px;
}

.nxz-footer-rt .party .img {
    width: 70px;
    height: 70px;
}

.nxz-footer-rt .text {
    min-width: 115px;
}

.nxz-footer-tool {
    width: 108px;
}

.nxz-footer-dropdown {
    line-height: 22px;
}

.nxz-footer-dropdown .select {
    padding: 0 10px 0 6px;
    border: 1px solid #e5e9ee;
    border-radius: 5px;
}

.nxz-footer-dropdown .select .tt, .nxz-footer-dropdown .dropdown-menu .a {
    font-size: 12px;
    color: #858b9b;
}

.nxz-footer-dropdown .dropdown-menu {
    bottom: 24px;
    min-height: 200px;
    padding: 0 10px 0 6px;
    background: #fff;
    border: 1px solid #e5e9ee;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

.nxz-footer-tool .party {
    box-sizing: border-box;
    width: 100%;
    margin: 3px 0 0 0;
    line-height: 52px;
}

.nxz-footer-tool .party .img {
    width: auto;
    height: auto;
    max-width: 100px;
}
/*司法局首页*/
.vsf-header{
    height: 182px;
    width: 100%;
    background: url(../images/vsf-header-bg.png) no-repeat center top;
}
.vsf-header .link{
    width: 480px;
    height: 103px;
    margin:40px 0 0 12px;
}
.vsf-header .link img{
    height: 100%;
    width: 100%;
    display: block;
}
.vsf-header .shape{
    margin-top: 53px;
}
.vsf-header .shape .wz,
.vsf-header .shape .line{
    float: left;
    line-height: 28px;
    color: #333;
    font-size: 14px;
}
.vsf-header .shape .line{
    margin: 0 10px;
}
.vsf-header .shape .img{
    float: left;
    height: 22px;
    width: 22px;
    margin-right: 10px;
    margin-top: 3px;
}
.vsf-header .search{
    height: 45px;
    width: 320px;
    box-sizing: border-box;
    background: #fff;
}
.vsf-header .search .word{
    float: left;
    height: 45px;
    line-height: 45px;
    width: 260px;
    box-sizing: border-box;
    padding: 0 10px;
    border:1px solid #7eb8e4;
    border-right: transparent;
}
.vsf-header .search .btns{
    float: right;
    height: 45px;
    width: 60px;
    background: #3190d9 url(../images/vsf-sear-icon.png) no-repeat center center;
    cursor: pointer;
}
.vsf-nav-list{
    width: 100%;
    height: 60px;
    background: #4fb4ee;
}
.vsf-nav-list a{
    float: left;
    height: 60px;
    box-sizing: border-box;
    padding:0 35px;
}
.vsf-nav-list a img{
    float: left;
    margin-right: 12px;
    margin-top: 20px;
}
.vsf-nav-list a span{
    line-height: 60px;
    color: #fff;
    font-size: 20px;
}
.vsf-nav-list a.cur{
    background: #459fe3;
}
.vsf-nav-list a:hover{
    background: #459fe3;
}

.vsf-footer{
    height: 176px;
    background: #2a93d8;
    width: 100%;
}
.vsf-foot-select{
    padding-top: 20px;
}
.vsf-foot-select .vsf-select-item:first-child{
    margin-left: 0px;
}
.vsf-select-item{
    width: 218px;
    height: 40px;
    position: relative;
    margin-left: 25px;
}
.vsf-select-item .tag{
    height: 100%;
    width: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    background: #1f86ca url(../images/vsf-foot-icon01.png) no-repeat 192px center;
    box-sizing: border-box;
    padding:0 15px;
    cursor: pointer;
}
.vsf-select-item .list{
    width: 100%;
    max-height: 100px;
    overflow: auto;
    position: absolute;
    top: 40px;
    left: 0px;
    background: #fff;
    display: none;
    z-index: 100;
}
.vsf-select-item .list li{
    width: 100%;
}
.vsf-select-item .list li a{
    display: block;
    height: 30px;
    width: 100%;
    line-height: 30px;
    color: #444;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 15px;
}
.vsf-select-item .list li a:hover{
    background: #efefef;
}
.vsf-footer-det{
    height: 100px;
    width: 100%;
    position: relative;
    margin-top: 14px;
}
.vsf-footer-det .imgleft{
    position: absolute;
    height: 64px;
    width: 52px;
    top: 12px;
    left: 78px;
}
.vsf-footer-det .imgright{
    position: absolute;
    top: 17px;
    right: 45px;
    height: 43px;
    width: 96px;
}
.vsf-footer-det p.flink{
    font-size: 0px;
    text-align: center;
}
.vsf-footer-det p.flink a,
.vsf-footer-det p.flink span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}
.vsf-footer-det p.flink span{
    margin:0 10px;
}
.vsf-footer-det .finfo{
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}
/*中间部分*/


.vsf-news{
    width: 100%;
    box-sizing: border-box;
    border:1px solid #e2eaf1;
    background: #fcfcfc;
    padding:5px;
}
.vsf-line{
    border:1px solid #e2eaf1;
    background: #fff;
    box-sizing: border-box;
    height: 100px;
    position: relative;
    overflow: hidden;
}
.vsf-news .item{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding:14px 100px 0;
}
.vsf-news .item a.tit{
    display: block;
    font-size: 36px;
    line-height: 50px;
    color: #1c7dc8;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.vsf-news .item span{
    display: block;
    font-size: 14px;
    color: #333;
    width: 100%;
    text-align: center;
}
.vsf-ban-box,
.vsf-ban-img{
    height: 390px;
    width: 650px;
    overflow: hidden;
    position: relative;
}
.vsf-ban-img a{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.vsf-ban-img a img{
    display: block;
    height: 100%;
    width: 100%;
}
.vsf-ban-text{
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 50px;
    background: url(../images/vsf-op70-bg.png);
}
.vsf-ban-text a{
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding:0 20px;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vsf-ban-nums{
    font-size: 0px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.vsf-ban-nums span{
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
    margin:0 4px;
    cursor: pointer;
}
.vsf-ban-nums span.cur{
    background: #e32927;
}
.vsf-index-tabs{
    width: 520px;
    height: 390px;
    overflow: hidden;
}
.vsf-comtab-tt{
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border-bottom: 1px solid #3190d9;
}
.vsf-comtab-tt a{
    float: left;
    width: 25%;
    line-height: 45px;
    height: 45px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    color: #444;
    font-size: 16px;
    background: #f4f4f4;
    text-align: center;
}
.vsf-comtab-tt a:first-child{
    border-left: none;
}
.vsf-comtab-tt a.cur{
    background: #3190d9;
    color: #fff;
    font-weight: bold;
}
.vsf-tabs-lists{

}
.vsf-tabs-lists li a{
    float: left;
    line-height: 42px;
    box-sizing: border-box;
    padding-left: 18px;
    background: url(../images/vsf-tab-icon01.png) no-repeat 5px center;
    font-size: 16px;
    color: #333;
    max-width: 80%;
}
.vsf-tabs-lists li a:hover{
    color: #3a9ae4;
    font-weight: bold;
}
.vsf-tabs-lists li span{
    float: right;
    line-height: 42px;
    color: #999;
    font-size: 12px;
}
.vsf-tablter-btn{
    background: #f3f3f3;
    width: 100%;
    height: 70px;
    margin-top: 14px;
}
.vsf-tablter-btn a{
    width: 50%;
    height: 70px;
    box-sizing: border-box;
    padding-left: 90px;
}
.vsf-tablter-btn a img{
    float: left;
    margin-top: 20px;
}
.vsf-tablter-btn a span{
    float: right;
    width: 120px;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    margin-top: 20px;
    color: #1c7dc8;
    font-size: 16px;
}
.vsf-tablter-btn a:hover span{
    font-weight: bold;
}
.vsf-tablter-btn a:hover img{
    animation: myfirst 1s;
    -moz-animation: myfirst 1s; /* Firefox */
    -webkit-animation: myfirst 1s;  /* Safari 和 Chrome */
    -o-animation: myfirst 1s;   /* Opera */
}
.vsf-tablter-btn a:first-child span{
    border-right: 1px solid #e0e4ef;
}
.vsf-group-btn{
    height: 210px;
    width: 100%;
}
.vsf-group-btn .item{
    float: left;
    height: 210px;  
    width: 165px;
    margin-left: 5px;
    background: url(../images/vsf-groupbtnbg.png) no-repeat;
    position: relative;
}
.vsf-group-btn .item.btn01{
    background-position:0 0;
}
.vsf-group-btn .item.btn02{
    background-position:-171px 0;
}
.vsf-group-btn .item.btn03{
    background-position:-342px 0;
}
.vsf-group-btn .item.btn04{
    background-position:-513px 0;
}
.vsf-group-btn .item.btn05{
    background-position:-684px 0;
}
.vsf-group-btn .item.btn06{
    background-position:-854px 0;
}
.vsf-group-btn .item.btn07{
    background-position:-1025px 0;
}
.vsf-group-btn .item:first-child{
    margin-left: 0px;
}
.vsf-group-btn .item img{
    display: block;
    margin:0 auto;
    margin-top: 44px;
}
.vsf-group-btn .item a{
    position:absolute;
    bottom: 37px;
    width: 94px;
    left: 50%;
    margin-left: -47px;
    line-height: 38px;
    height: 38px;
    box-sizing: border-box;
    border:1px solid #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.vsf-group-btn .item:hover img{
    animation: myfirst 1s;
    -moz-animation: myfirst 1s; /* Firefox */
    -webkit-animation: myfirst 1s;  /* Safari 和 Chrome */
    -o-animation: myfirst 1s;   /* Opera */
}
.vsf-group-btn .item:hover a{
    border-width: 2px;
}