/*----分页代码-----*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    cursor:pointer;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #eee
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
/*----翻页----*/
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}
.pager:before, .pager:after {
    display: table;
    content: " "
}
.pager:after {
    clear: both
}
.pager:before, .pager:after {
    display: table;
    content: " "
}
.pager:after {
    clear: both
}
.pager li {
    display: inline
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.pager .next>a, .pager .next>span {
    float: right
}
.pager .previous>a, .pager .previous>span {
    float: left
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}


/*-----翻页代码------*/
.tablelist03 tfoot td {
    background: #fbfbfb;
}

.flipmodule {
    float: right;
    width: 100%;
    height: 39px;
}

.flipmodule ul {
    float: right;
    margin-top: 4px;
}

.flipmodule li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.flipmodule li .inputtxt {
    display: inline;
}


.parttop {
    margin-top: 5px;
    height: 30px;
    color: #666;
}
.parttop .num {  /*width:83px;*/
    margin-right: 2px;
    background: #f9f9f9;
    text-align: center;
}
.parttop .name {/* width:597px;*/
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    background: #f9f9f9;
    text-align: center;
}
.parttop .time {/* width:114px;*/
    height: 30px;
    line-height: 30px;
    background: #f9f9f9;
    text-align: center;
}
.partdiv {
    margin-top: 10px;
    table-layout: fixed
}
.partdiv .time {
    background: #fff;
    text-align: center;
    color: #999;
    font-size: 15px;
}
.partdiv .num {
    margin-bottom: 8px;
    overflow: hidden;
}
.partdiv .num i {
    width: 3px;
    height: 3px;
    background: #333;
    margin: 22px 20px 0 6px;
    float: left;
}
.partdiv .num .icon {
    background:  no-repeat;
    width: 29px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-family: arial;
    float: left;
    margin-top: 5px;
}
.partdiv .num .icona {
    background:  no-repeat;
}
.partdiv tr {
    margin-bottom: 10px;
}
.partdiv td {
    height: 30px;
    line-height: 30px;
}
.partdiv .name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partdiva {
    table-layout: fixed;
}
.partdiva .num {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    background: #1055b9;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
}
.partdiva td {
    color: #999;
    font-size: 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.partdiva p {
    font-size: 15px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 500px;
}
.partdiva .xtxt {
    color: #1cb98e;
    font-size: 14px;
    width: 50px;
    margin: auto;
    display: block;
}
.partdiva .xtxt .xz {
    background:  no-repeat;
    width: 10px;
    height: 11px;
    float: left;
    margin: 14px 5px 0 0;
}
.page_wrapper{
    padding: 30px 0 40px;
}
.pageintro {
    float: left;
    color: #2d3b58;
    font-size: 14px;
    line-height: 30px;
}
.pageul{
    float: right;
}
.pageul li{
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    background: #f9f9f9;
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
    cursor: pointer;
}
.pageul li:hover,
.pageul li.active{
    background: #2b73e0;
    border-color: #2b73e0;
    color: #fff;
}
.pageul .inputpage{
    float: left;
    margin-left: 10px;
}
.pageul .inputpage input{
    vertical-align: top;
    width: 36px;
    height: 30px;
    line-height: 26px;
    font-size: 14px;
    outline: none;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    text-align: center;
}

.parttopa td {
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #f9f9f9;
    margin-right: 2px;
}

.hdcrumb {
    background: rgba(27,23,47,0.3);
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    margin-top: 0px;
    padding: 0 8px;
    font-size: 15px;
    color: #daeeff;
}
.hdcrumb .ic {
    background:  no-repeat;
    width: 14px;
    height: 14px;
    float: left;
    margin: 11px 5px 0 0;
}
.hdcrumb .t {
    color: #fff;
    font-size: 15px;
}

.mainxz .const {
    margin: 20px auto 100px;
}
.const .infodivs {
    padding: 30px 0;
    border-top: 3px solid #014291;
    background:  no-repeat bottom center;
}
.const .infodivsa {
    border-top: none;
    background: none;
}
.infodivs .infotit {
    color: #333;
    font-size: 22px;
}
.infodivs .infotit .i {
    background:  no-repeat;
    width: 27px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}
.infodivs .infotit .ia {
    background: url(/uploads/image/sriimages_a/icon_xb.png) no-repeat;
    width: 26px;
    height: 24px;
}
.txtd .nr {
    color: #333;
    margin: 20px 0;
}
.txtd .time {
    color: #999;
}
.infodivsa .infotit {
    color: #0079df;
    font-size: 18px;
}
.infodivsa .optm {
    overflow: hidden;
}
.optm .time {
    float: left;
}
.optm .oright {
    float: right;
}
.oright .oa {
    float: left;
    color: #999;
    padding: 0 15px;
    border-right: 1px solid #d7d7d7;
}
.oright .oaa {
    border-right: none;
}
.oright .oa .i {
    background:  no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: -3px 10px 0 0; cursor:pointer;
}
.oright .oaa .i {
    background:  no-repeat; cursor:pointer;
}

.w1100 {
    width: 1100px;
    margin: auto;
}

/*法援*/
.center_banner_flyz4{
    width: 100%;
    height: 341px;
    margin: auto;
    background: no-repeat center;
    background-size: cover;
    /*position: relative;*/
}
/*单选按钮*/
.magic-radio{
    position:absolute;
    display: none;
}
.magic-radio label{
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 1.5em !important;
    min-width: auto !important;
}
.magic-radio:checked label:before{
    background: #3e97eb;
    border-color:#3e97eb;
}
.magic-radio label:before{
    border-radius: 50%;
}
.magic-radio label:before{
    position: absolute;
    top:0px;
    left: 0px;
    display: inline-block;
    width: 25px;
    height: 25px;
    content: '';
    border: 1px solid #c0c0c0;
}
.magic-radio:checked label:after{
    display: block;
}
.magic-radio label:after{
    top: 5px;
    left: 10px;
    box-sizing: border-box;
    width: 8px;
    height: 15px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}
.magic-radio label:after{
    position: absolute;
    display: none;
    content: '';
}
.tjjf{
    width: 150px;
    float: left;
}

.map_wrapper{
    float: left;
    width: 540px;
}
.mapbox {
    width: 529px;
    height: 499px;
    position: relative;
    margin: 0px auto;
}
.citylink1{
    width:540px;
    height:510px;
    position:absolute;
    right:-1px;
    top:50%;
    margin-top: -270px;
    z-index: 99999;
}
.citylink1 ul li{display: block;position: absolute;}
.citylink1 ul li.haikou{width: 111px;height: 129px;background: url(/uploads/image/srimap/haikou.png) no-repeat center;top: 33px;left: 361px;}
.citylink1 ul li.chengmai{width: 126px;height: 151px;background: url(/uploads/image/srimap/chengmai.png) no-repeat center;top: 47px;left:258px;}
.citylink1 ul li.wenchang{width: 108px;height: 188px;background: url(/uploads/image/srimap/wenchang.png) no-repeat center;top: 20px;left:432px;}
.citylink1 ul li.qionghai{width: 116px;height: 117px;background: url(/uploads/image/srimap/qionghai.png) no-repeat center;top: 176px;left:346px;}
.citylink1 ul li.dingan{width: 88px;height: 124px;background: url(/uploads/image/srimap/dingan.png) no-repeat center;top: 118px;left:355px;}
.citylink1 ul li.tunchang{width: 98px;height: 98px;background: url(/uploads/image/srimap/tunchang.png) no-repeat center;top: 159px;left:283px;}
.citylink1 ul li.lingao{width: 80px;height: 110px;background: url(/uploads/image/srimap/lingao.png) no-repeat center;top: 61px;left:211px;}
.citylink1 ul li.danzhou{width: 183px;height: 165px;background: url(/uploads/image/srimap/danzhou.png) no-repeat center;top: 81px;left:83px;}
.citylink1 ul li.yangpu{width: 183px;height: 165px;top: 81px;left:83px;}
.citylink1 ul li.qiongzhong{width: 133px;height: 158px;background: url(/uploads/image/srimap/qiongzhong.png) no-repeat center;top: 193px;left:222px;}
.citylink1 ul li.wanning{width: 109px;height: 115px;background: url(/uploads/image/srimap/wanning.png) no-repeat center;top: 265px;left:330px;}
.citylink1 ul li.lingshui{width: 104px;height: 117px;background: url(/uploads/image/srimap/lingshui.png) no-repeat center;top: 329px;left:268px;}
.citylink1 ul li.sanya{width: 199px;height: 116px;background: url(/uploads/image/srimap/sanya.png) no-repeat center;top: 382px;left:90px;}
.citylink1 ul li.baoting{width: 101px;height: 106px;background: url(/uploads/image/srimap/baoting.png) no-repeat center;top: 324px;left:188px;}
.citylink1 ul li.wuzhishan{width: 110px;height: 110px;background: url(/uploads/image/srimap/wuzhishan.png) no-repeat center;top: 275px;left:157px;}
.citylink1 ul li.baisha{width: 154px;height: 125px;background: url(/uploads/image/srimap/baisha.png) no-repeat center;top: 178px;left:100px;}
.citylink1 ul li.changjiang{width: 140px;height: 136px;background: url(/uploads/image/srimap/changjiang.png) no-repeat center;top: 181px;left:20px;}
.citylink1 ul li.dongfang{width: 114px;height: 123px;background: url(/uploads/image/srimap/dongfang.png) no-repeat center;top: 226px;left:11px;}
.citylink1 ul li.ledong{width: 168px;height: 148px;background: url(/uploads/image/srimap/ledong.png) no-repeat center;top: 300px;left:22px;}
.citylink1 ul li.sansha{width: 26px;height: 15px;background: url(/uploads/image/srimap/sansha.png) no-repeat center;top: 504px;left:288px;}
.citylink1 ul li.bacnone{background: none;}
.citylink1 ul li.bacnone.haikou:hover{
    background: url(/uploads/image/srimap/haikou.png) no-repeat center;
}
.citylink1 ul li.bacnone.chengmai:hover{
    background: url(/uploads/image/srimap/chengmai.png) no-repeat center;
}
.citylink1 ul li.bacnone.wenchang:hover{
    background: url(/uploads/image/srimap/wenchang.png) no-repeat center;
}
.citylink1 ul li.bacnone.qionghai:hover{
    background: url(/uploads/image/srimap/qionghai.png) no-repeat center;
}
.citylink1 ul li.bacnone.dingan:hover{
    background: url(/uploads/image/srimap/dingan.png) no-repeat center;
}
.citylink1 ul li.bacnone.tunchang:hover{
    background: url(/uploads/image/srimap/tunchang.png) no-repeat center;
}
.citylink1 ul li.bacnone.lingao:hover{
    background: url(/uploads/image/srimap/lingao.png) no-repeat center;
}
.citylink1 ul li.bacnone.danzhou:hover{
    background: url(/uploads/image/srimap/danzhou.png) no-repeat center;
}
.citylink1 ul li.bacnone.yangpu:hover{

}
.citylink1 ul li.bacnone.qiongzhong:hover{
    background: url(/uploads/image/srimap/qiongzhong.png) no-repeat center;
}
.citylink1 ul li.bacnone.wanning:hover{
    background: url(/uploads/image/srimap/wanning.png) no-repeat center;
}
.citylink1 ul li.bacnone.lingshui:hover{
    background: url(/uploads/image/srimap/lingshui.png) no-repeat center;
}
.citylink1 ul li.bacnone.sanya:hover{
    background: url(/uploads/image/srimap/sanya.png) no-repeat center;
}
.citylink1 ul li.bacnone.baoting:hover{
    background: url(/uploads/image/srimap/baoting.png) no-repeat center;
}
.citylink1 ul li.bacnone.wuzhishan:hover{
    background: url(/uploads/image/srimap/wuzhishan.png) no-repeat center;
}
.citylink1 ul li.bacnone.baisha:hover{
    background: url(/uploads/image/srimap/baisha.png) no-repeat center;
}
.citylink1 ul li.bacnone.changjiang:hover{
    background: url(/uploads/image/srimap/changjiang.png) no-repeat center;
}
.citylink1 ul li.bacnone.dongfang:hover{
    background: url(/uploads/image/srimap/dongfang.png) no-repeat center;
}
.citylink1 ul li.bacnone.ledong:hover{
    background: url(/uploads/image/srimap/ledong.png) no-repeat center;
}
.citylink1 ul li.bacnone.sansha:hover{
    background: url(/uploads/image/srimap/sansha.png) no-repeat center;
}

.citylink1 a{
    background: url(/uploads/image/srimap/location.png) no-repeat center top;
    display:block;
    position:absolute;
    z-index: 9999
    /*background: red;*/
}
.citylink1 a p{
    margin-top: 26px;
    width: 100%;
    font-size: 12px;
    color: #333;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

.maincenter{
    width:1200px;
    margin:0 auto;
}
.conrighed {
    margin: 12px 0;
    padding-left: 12px;
    background:  no-repeat left center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.consultrig.hasbg {
    background:  repeat-x;
}
.dealhed {
    padding: 18px;
    border-top: 2px solid #344da8;
}
.dealhtit {
    padding-left: 32px;
    height: 26px;
    background:  no-repeat left center;
    color: #333;
    font-size: 22px;
    line-height: 26px;
}

.dealpara {
    padding: 0 16px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.dealintro {
    padding: 14px 16px;
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
    color: #919da6;
    font-size: 14px;
}
.noborbtom {
    border-bottom: none !important;
}
.marig16 {
    margin-right: 16px;
}
.lawanswer_tit{
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
}
.lawanswer_tit a{
    color: #5c91e1;
    font-size: 16px;
}
.lawanswer_tit span{
    /*display: block;*/
    width: 66px;
    text-align: center;
    /*background: #35b558;*/
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
}


/*附件上传样式*/
.uploade_file_del {
    background:  no-repeat right center;
}


.amap-icon img {
    width: 25px;
    height: 34px;
}
.info-title {
    color: white;
    font-size: 14px;
    background-color: #25a5f7;
    line-height: 26px;
    padding: 0px 0 0 6px;
    font-weight: lighter;
    letter-spacing: 1px
}

.info-content {
    font: 12px helvetica, 'hiragino sans gb', 'microsoft yahei', '微软雅黑', arial;
    padding: 4px;
    color: #666666;
    line-height: 23px;
}

.info-content img {
    float: left;
    margin: 3px;
}

.amap-info-combo .keyword-input{
    height: 25px;
    border-radius: 2px 0 0 2px;
}

/*弹出框*/
.popup_container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:  top left repeat;
    z-index: 10;
}
.popup_content{
    width: 834px;
    height: 453px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -226.5px;
    margin-left: -417px;
    background-color: #fff;
    box-sizing: border-box;
}

.popup_container_new{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:  top left repeat;
    z-index: 10;
}
.popup_content_new{
    width: 834px;
    height: 453px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -226.5px;
    margin-left: -417px;
    background-color: #fff;
    box-sizing: border-box;
}
.popup_title{
    height: 47px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid red;
    background-color: #d01515;
}
.popup_title a{
    display: block;
    float: left;
    font-weight: bold;
    line-height: 45px;
    height: 46px;
    font-size: 16px;
    color: #fff;
    padding-left: 46px;
    background:  21px center no-repeat;
}
.popup_body{
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    bottom: 65px;
}

.popup_footer{
    height: 65px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fbfbfb;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0;
}
.popup_footer a{
    display: inline-block;
    width: 151px;
    height: 41px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 7px;
}
.footerbtn_back{
    background-color: #abb2ba;
}
.footerbtn_back:hover{
    background-color: #858a90;
}
.footerbtn_confirm{
    background-color: red;
}
.footerbtn_confirm:hover{
    background-color: darkred;
}

