.bor {
    border: 1px solid red;
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: auto;
    /*overflow-x: hidden;*/
    /* font-size: 16px; */
}

a:hover, a:focus {
    color: #325FC2;
}
.btn-primary {
    background-color: #325FC2;
    border-color: #325FC2;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #325FC2;
    border-color: #325FC2;
    color: #fff;
}

.btn.btn-bor {
    background: none;
    border: 1px solid #325FC2;
    color: #325FC2;
    height: 37px;
    opacity: .8;
    border-radius: 0;
}

.btn.btn-bor:hover {
    opacity: 1;
}

.btn.btn-primary-bor {
    background: #fff;
    border: 1px solid #cde5f3;
    color: #3e60a4;
}

.btn.btn-primary-bor:hover {
    background: #f3f8fc
}

.btn.btn-success-bor {
    background: #fff;
    border: 1px solid #bce6d7;
    color: #5dc39c;
}

.btn.btn-success-bor:hover {
    background: #ddefe8
}

.btn.btn-warning-bor {
    background: #fff;
    border: 1px solid #eabc96;
    color: #f87912;
}

.btn.btn-warning-bor:hover {
    background: #ece2d9
}

.btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-right: 5px;
}

.select2-container .select2-selection--single {
    height: 34px;
    line-height: 34px;
}

.select2-container--classic .select2-selection--single .select2-selection--rendered {
    line-height: 34px;
}

.select2-container--classic .select2-selection--single .select2-selection--arrow {
    height: 32px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.select2-container--classic .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 0;
}

.padR-none {
    padding-right: 0;
}

a:focus {
    outline: none;
}


/*布局宽度*/

.layout {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


/*导航栏*/

.nav a {
    float: left;
    color: #fff;
    font-size: 16px;
}

.content>div {
    background-color: #fff;
}


/*消息列表样式*/

.list>a {
    margin-top: 9px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    position: relative;
    color: #666;
}

.list>a:hover,
.list>a:focus {
    color: #3695ee;
}

.list>a:before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("../img/index_new/icon-blue.png");
    /* background-color: #006cf2; */
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.list>.more {
    display: inline-block;
    float: right;
    color: #6083c3;
    font-size: 14px;
}

.list>.more:before {
    content: none
}

.list>a span {
    font-size: 16px;
    width: 65%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
    /* color: #666; */
}

.list>a i {
    position: absolute;
    top: 0;
    right: 0;
    color: #999999;
    font-style: normal;
    line-height: 24px;
}

.input {
    display: inline-block;
    padding: 1px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}


/*tab页切换样式*/


/*静态无切换*/

.outBox-view {
    width: 100%;
    text-align: left;
}

.outBox-view .hd {
    border-bottom: 1px solid #999;
    position: relative;
}

.outBox-view .hd:after,
.outBox .hd ul:after {
    display: table;
    content: "";
    clear: both;
}

.outBox-view .hd ul li {
    width: 120px;
    line-height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}

.outBox-view .hd ul li.on {
    background: #fff;
    color: #6083c3;
    border-bottom: 4px solid #6083c3;
}


/*动态有切换*/
.outBox {
    width: 100%;
    text-align: left;
}

.outBox .hd {
    border-bottom: 1px solid #999;
    position: relative;
}

.outBox .hd:after,
.outBox .hd ul:after {
    display: table;
    content: "";
    clear: both;
}

.outBox .hd ul li {
    width: 120px;
    line-height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    margin-bottom: -1px;
}

.outBox .hd ul li.on {
    background: #fff;
    color: #333;
    border-bottom: 4px solid #325FC2;
}

.outBox .hd ul li.colorRed.on {
    color: #d76740;
    border-bottom: 4px solid #d76740;
}
.outBox .hd ul li.colorGreen.on {
    color: #333333;
    border-bottom: 4px solid #FF9600;
}


.inBox {
    position: relative;
}

.inBox .inHd ul li {
    /* height: 26px; */
    /* line-height: 26px; */
    padding: 5px 8px;
    width: 60px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.inBox .inHd ul li.on {
    background: #ccc;
    color: #fff;
}

.inBox .inBd {
    min-height: 220px;
    border: 1px solid #ccc;
}

.inBox .inBd .nav li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    zoom: 1;
}

.inBox .inBd li .date {
    float: right;
    color: #999;
}

.inBox .sn,
.inBox .sp {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    width: 20px;
    height: 20px;
    /*border:1px solid #ccc;*/
    z-index: 999;
}

.inBox .sp {
    left: 0;
}

.inBox .sn {
    right: 0;
}


/*表格样式一*/

.table-block table {
    width: 100%;
}

.table-block table td {
    height: 40px;
    /* color: #6083c3; */
}

.table-block table td>.red {
    color: red;
}

.table-block table td input.input {
    width: 200px;
    padding: 4px 8px;
    border: 1px solid #3695ee;
    border-radius: 4px;
}

.table-block table td .btn {
    height: 38px;
    /* background: #3695ee; */
}


/* 表格样式2 */

.table-info-block table {
    width: 100%;
}

.table-info-block table thead {
    /* background-color: #d2d2d2 */
}

.table-info-block table th {
    height: 35px;
    background-color: #d2d2d2;
    border-left: 1px solid #fff;
    text-align: center;
}

.table-info-block table th:first-child {
    border-left: none;
}

.table-info-block table td {
    border: 1px solid #ccc;
    text-align: center;
}


/*表格样式3*/

.table-modle {
    margin-top: 20px;
}

.table-modle table {
    width: 100%;
}

.table-modle table th,
.table-modle table td {
    text-align: center;
    font-weight: normal;
}

.table-modle table th {
    height: 35px;
    line-height: 1.25;
    padding: 5px;
    color: #fff;
    background: #73beef;
    white-space: nowrap
}

.table-modle table td {
    padding: 5px;
    height: 35px;
    line-height: 1.25;
    border-bottom: 1px solid #e1e1e1;
}


/*表格样式4*/

.table-modle.style-one table th {
    background: #E7F4FD;
    color: #5F84C3;
}

.table-modle.style-one table td {
    height: 50px;
    line-height: 50px;
}


/* 表格样式5 */

.table-block-row table {
    margin-bottom: 0;
}

.table-block-row table td.lable-view {
    width: 118px;
    background-color: #fff8f4;
    text-align: right
}
/* 表格样式6 */
.table-modle2 table{
    width: 100%;
}
.table-modle2 table td{
    border:1px solid #cccc;
    padding:0 20px;
    color:#666666;
}
.table-modle2 table td:nth-child(odd){
    background: #F5F5F5;
    height: 42px;
    width: 130px;
    text-align: center

}

/*表格样式7*/

.table-modle3 {
    margin-top: 20px;
}

.table-modle3 table {
    width: 100%;
}

.table-modle3 table th,
.table-modle3 table td {
    text-align: center;
    font-weight: normal;
}

.table-modle3 table th {
    height: 40px;
    line-height: 1.25;
    padding: 5px;
    color: #333;
    background: #F1F2F3;
    white-space: nowrap;
    font-weight: bold
}

.table-modle3 table td {
    padding: 10px;
    height: 40px;
    line-height: 1.25;
}


/*表格样式7*/

.table-modle4 {
    margin-top: 20px;
}

.table-modle4 table {
    width: 100%;
}

.table-modle4 table th,
.table-modle4 table td {
    text-align: center;
    font-weight: normal;
}

.table-modle4 table th {
    height: 42px;
    line-height: 1.25;
    padding: 5px;
    color: #fff;
    background: #325FC2;
    white-space: nowrap;
    font-weight: bold;
    border:1px solid #fff;
}

.table-modle4 table td {
    padding: 10px;
    height: 50px;
    line-height: 1.25;
    border-bottom: 1px solid #ccc;
}
/*tab内层切换样式*/

.boxStyle:after {
    display: table;
    content: "";
    clear: both;
}

.boxStyle {
    padding-top: 24px;
}

.boxStyle>div {
    float: left;
}

.boxStyle>.inHd {
    width: 235px;
    margin-right: 70px;
}

.boxStyle .inHd ul li {
    padding: 15px 0;
    line-height: 1.25;
    width: 100%;
    color: #666;
    position: relative;
    background: none;
}

.boxStyle .inHd ul li.on {
    color: #6083c3;
    background: none;
    background-image: url(../img/liBg.png);
}


/*tab页中的图标选项卡*/

.icon-view {
    padding: 0 18px 0 24px;
}

.icon-view>* {
    float: left;
    width: 120px;
    margin-top: 17px;
    text-align: center;
    color: #666;
}

.icon-view a span {
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.icon-view a:hover {
    color: #333;
}


/*图标样式*/

.icon-b {
    color: #666
}

.icon-sm {
    /*background-color:#fff;*/
    color: #15263A;
    font-size: 25px !important;
    position: relative;
    top: 3px;
}

.icon-sm.colorRed {
    color: #fb6355;
}

.icon-view .icon {
    display: block;
    margin: auto;
    width: 60px;
    line-height: 60px;
    border-radius: 12px;
    color: #fff;
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: normal;
}

.icon-view .icon:hover {
    transform: scale(1.1);
}

.bg-y {
    background-color: #69E2C4;
}

.bg-q {
    background-color: #74BBF3;
}

.bg-qa {
    background-color: #5bc6aa;
}

.bg-r {
    background-color: #F8AD56;
}

.bg-z {
    background-color: #87A2F7;
}

.bg-b {
    background-color: #617de5;
}

.bg-ba {
    background-color: #63a9e6;
}

.bg-yb {
    background-color: #dcac50;
}

.bg-yc {
    background-color: #e48f37;
}


/*顶部*/

.title-box {
    background-color: #0d5598;
}

.title-block {
    line-height: 35px;
    color: #ffffff;
}

.title-block a {
    color: #dad9d9;
    letter-spacing: 1px;
    padding-left: 25px;
    position: relative;
}

.title-block a .icon {
    position: absolute;
    left: 0;
    font-size: 18px;
}

.title-block a:hover {
    color: #fff;
}

.title-block .title-nav {
    display: inline-block;
    float: right;
}

.title-nav .nav a {
    margin-left: 20px;
}

.title-block .logoin-view {
    display: inline-block;
    float: right;
}

.title-block .logoin-view .nav>* {
    margin-left: 25px;
}


/* 头部右侧导航 */

.nav {
    position: relative;
}

.nav>* {
    float: left;
}

.nav .loginUser a {
    margin-left: 0 !important;
}

.nav>.loginUser {
    text-align: center;
    color: #7E8C9A;
    position: relative;
    font-size: 14px;
    padding: 0 15px;
    border-right: 1px solid #7E8C9A;
}

.loginUser .userDown {
    position: absolute;
    right: -4px;
    top: 2px;
}

.nav>.loginUser span {
    position: relative;
    display: inline-block;
    width: 100%;
    /* padding: 0 15px; */
    line-height: 14px;
}

.nav>.loginUser span i {
    font-size: 18px;
}

.nav .nav-child {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    padding-top: 10px;
    /* border: 1px solid red; */
    z-index: 999;
    background: #fff;
    top: 16px;
    display: none;
}

.nav .nav-child li {
    position: relative;
    color: #7E8C9A;
    height: 30px;
}

.nav .nav-child a {
    font-size: 12px;
    line-height: 30px;
    width: 100%;
    color: #7E8C9A;
}

.nav .nav-child a:hover {
    background: #eee;
}

.nav .nav-child li .origin {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: red;
    position: absolute;
    top: 5px;
    right: 8px;
    border-radius: 3px;
}

.nav>div:hover .nav-child {
    display: block;
}

.nav-child a {
    display: block;
    text-align: center;
    padding: 0;
}

.nav a span.borNone {
    border-left: 1px solid transparent;
}


/*头部*/

.header-box {
    /*min-height:287px;*/
    max-width: 1920px;
    padding: 37px 0 15px;
    /*padding-top: 37px;*/
    position: relative;
    margin: auto;
    background: #fff;
    /* overflow-x: hidden; */
}


/* 头部背景模块 */

.banner-inner {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    height: 367px;
    z-index: -1;
}

.banner-inner .banner-img {
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}


/*头部-logo块*/

.header-box .slideBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    overflow-x: hidden;
    z-index: -1;
}

.header-box .bannner-view {
    min-width: 1200px;
    top: 198px;
}

.header-box .bannner-view img {
    width: 100%;
    position: absolute;
    top: inherit;
    /*left: 50%;*/
    /*margin-left: -960px;*/
    z-index: -1;
}

.header-box.inside-head .slideBox {
    height: 225px;
}

.header-box.inside-head .slideBox img {
    width: 100%;
    height: 100%;
}

.slideBox .bd a,
.slideBox .bd li img {
    width: 100%;
}

.slideBox .banner {
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

.slideBox .banner.fadein {
    opacity: 100;
}

.head-block-top {
    height: 70px;
    position: relative;
}

.head-block-top .logo-block {
    position: relative;
}

.head-block-top .logo-block .button-view {
    position: absolute;
    top: 10px;
    margin-left: 515px;
}

.button-view .btn-group .btnDiv {
    cursor: pointer;
    color: #223f71;
    font-weight: bold;
    font-size: 14px;
}

.button-view .btn-group .dropdown-menu {
    padding: 10px;
    width: 600px;
    min-height: 50px;
    font-size: 12px;
}

.list-cell li a {
    padding: 8px;
}

.list-cell li a.on {
    background: #4D85CA;
    color: #fff;
}

.list-cell li a:after {
    content: " >";
}

.list-cell li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 8px;
}

.list-cell li span {
    position: absolute;
    font-size: 14px;
    padding: 0 10px 0 5px;
    top: 8px;
    left: 0;
    border-left: 2px solid #6083c3;
}

.list-cell-city {
    margin-top: 10px;
}

.list-cell-city li span {
    padding: 20px 20px;
    font-size: 15px;
    font-weight: bold;
}

.list-cell-city li a {
    color: #0080ff;
    font-size: 12px;
    height: 30px;
    width: 55px;
}

.list-cell-city li a:hover {
    color: #0080c0;
    font-weight: bold;
}

.header-box .btn-view .btn {
    background: transparent;
    outline: none;
    color: #526c9b;
    font-size: 18px;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus,
input:focus,
input:active,
select:focus,
select:active:focus {
    outline: none;
    box-shadow: none;
    margin-left: 0;
}

.input-group-btn:last-child>.btn {
    margin-left: 0;
    padding: 0 10px;
}


/*左侧3级菜单*/

.MainMenu .list-group {
    border: 1px solid #eee;
    border-radius: 0;
}

.MainMenu .list-group .list-group-item {
    line-height: 1.25;
    border: none;
    margin: 0;
    /*padding: 10px 25px 10px 115px;*/
    border-radius: 0;
    font-size: 16px;
}

.MainMenu .list-group .list-group-item .icon-right {
    webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 12px;
}

.MainMenu .list-group .list-group-item.on .icon-right {
    webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.MainMenu .list-group .list-group-item .icon-sm {
    position: absolute;
    left: 75px;
    top: 50%;
    margin-top: -15px;
}

.MainMenu .list-group .list-group-item .icon-right {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 8px;
}

.MainMenu .list-group>.par-item {
    background: #E0E0E0;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    text-align: center;
    line-height: 27px;
}
.MainMenu  .list-group-item.par-item:first-child{
    background: #325FC2;
    color:#fff
}

.MainMenu  .list-group-item.par-item.collapsed{
    background: #E0E0E0;
    color:#333;
}
.MainMenu a.list-group-item.par-item:not(.nohover):hover,
a.list-group-item.par-item:focus {
    background: #325FC2;
    color:#fff
}

.MainMenu a.list-group-item.par-item.on:focus {
    background-image: url(../img/title-view.png);
}

.list-group-item.par-item.on {
    background-image: url(../img/title-view.png);
    color: #fff;
    padding-left: 15px;
    margin: -1px;
    border-radius: 0;
    font-size: 16px;
}

.MainMenu a.list-group-item.sub-item:hover,
a.list-group-item.sub-item:focus {
    color: #fff;
    background-color: #C0DAFB;
}

.MainMenu a.list-group-item.sub-item:hover .icon-sm,
a.list-group-item.sub-item:focus .icon-sm {
    color: #fff
}


/*头部-搜索块*/

.head-block-top .search-block {
    position: absolute;
    width: 310px;
    right: 48px;
    top: 0;

}

.search-block .input-group .link-block {
    position: absolute;
    right: 58px;
    top: 10px;
    z-index: 10;
}

.search-block .form-control {
    height: 38px;
    padding: 8px 12px;
    border: 1px solid #3695ee;
}

.search-block .btn {
    height: 38px;
    padding: 6px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


/*搜索框样式二*/

.search-block-one {
    width: 330px;
}

.search-block-one .input-group .link-block {
    position: absolute;
    right: 58px;
    top: 10px;
    z-index: 10;
}

.search-block-one .form-control {
    height: 32px;
    width: 280px;
    border: 1px solid #325FC2;
    border-radius: 0;
}

.search-block-one .form-control:focus {
    box-shadow: 0 0 3px #325FC2;
}

.search-block-one .btn {
    height: 32px;
    width: 50px;
    padding: 6px;
    background-size: 50%;
    border-radius: 0;
}

.header-box .head-text-red {
    text-align: center;
    margin-top: 27px;
}

.header-box .head-text-wite {
    padding-left: 510px;
    margin-top: 10px;
    line-height: 40px
}


/* 导航 */

.nav-box {
    margin: 0;
    background: #325FC2;
    width: 100%;
}

.nav-box .nav {
    background: none;
}

.nav-box .nav a {
    width: 25%;
    color: #fff;
    background: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.nav-box .nav a.on {
    background: #EEF3FF;
    color: #7395F4;
}

.nav-box .nav a::before,
.nav-box .nav a::after {
    content: none;
}


/* 导航2 */
.nav-box-one {
    background-image: url(../img/index_new/s_02.jpg);
    background-size: 100% 100%;
    background-repeat: repeat;
}

.menu-nav {
    display: block;
    padding: 0px;
    margin: 0px auto 0 auto;
}

.menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-nav ul li {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 16.6%;
}

.menu-nav ul li a {
    position: relative;
    display: block;
    height: 56px;
    font-family: "微软雅黑", "宋体";
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    line-height: 56px;
}

.menu-nav ul li a.on span.out {
    top: 56px;
}

.menu-nav ul li a.on span.over {
    top: 0;
}

.menu-nav ul li a span {
    position: absolute;
    left: 0;
    width: 100%;
}

.menu-nav ul li a span.out {
    top: 0px;
}

.menu-nav ul li a span.over,
.menu-nav ul li a span.bg {
    top: -56px;
}

.menu-nav ul li a {
    color: #FFFFFF;
}

.menu-nav ul li a span.over {
    color: #FFF;
    height: 56px;
    width: 100%;
    background-image: url(../img/index_new/s_01.jpg);
    /* background-repeat:repeat; */
    background-size: 100% 100%;
}

/*主体*/

.content-box {
    margin-top: 10px;
}
.content-box .content-warp{
    border-top:10px solid #325FC2;
    border-radius:8px 8px 0px 0px;
    background: #fff;
    padding:0 40px;

}

/*筛选条件*/

.search-block-cell {
    margin: 5px auto;
    border-top: 1px solid #ccc;
    position: relative;
    width: 846px;
}

.search-block-cell dl {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    /* line-height: 44px; */
    /* min-height:  44px; */
    background-color: rgb(244, 244, 244);
}

.search-block-cell dl:last-child {
    border-bottom: 1px solid #ccc;
}

.search-block-cell dl dt {
    width: 130px;
    float: left;
    color: #585858;
    text-align: right;
    padding: 10px;
    /* border-right: 1px solid #ccc; */
    /* border-left: 1px solid #ccc; */
    background-color: rgb(244, 244, 244);
    box-sizing: border-box;
}

.search-block-cell dl dd {
    padding: 10px;
    width: 715px;
    float: left;
    /* min-height:  44px; */
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    position: relative;
}

.search-block-cell dl span {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    padding: 2px 10px;
    font-size: 12px;
    color: #666;
    min-width: 8em;
}

.search-block-cell dl span.selected {
    background-color: #F2A778;
    color: #fff;
}

.search-block-cell dl span.selected:before {
    content: '';
}


/*.search-block dl span:before { content: "|"; display: inline-block; padding: 0 5px; color: #999; }*/

.search-block-cell dl span.more {
    background-color: #428bca;
    color: #fff;
    border-radius: 5px;
    min-width: 2em;
    position: absolute;
    right: 5px;
}

.search-block-cell dl span.more:before {
    display: none;
}

.search-block-cell dl.select-result dd.select-list>span.select-no {
    padding-right: 20px;
    color: #999;
}

.search-block-cell dl.select-result dd.select-list>span.selected {
    color: #fff;
    padding-right: 20px;
    background: #F2A778 url("../img/close.gif") right 9px no-repeat;
}

.search-block-cell dl.select-result dd.select-list>span.selected:before {
    display: none;
}

.select-search dd {
    padding: 5px 10px;
}

.select-search input {
    padding: 6px 8px;
    width: 370px;
}


/*审批事项*/

.approval-table {
    width: 100%;
    text-align: center;
    border: 1px solid #ebe5e5;
}

.approval-table tr:nth-child(odd) td {
    background: #fff;
}

.approval-table tr:nth-child(even) td {
    background: #f9f9f9;
}

.approval-table tr.detail td {
    background: #fff !important;
}

.approval-table th {
    background-color: rgb(242, 242, 242);
    line-height: 40px;
    text-align: center;
}

.approval-table tbody>tr {
    border-bottom: 1px dashed #9e9e9e;
}

.approval-table td {
    line-height: 20px;
}

.approval-table td>i {
    width: 48px;
    height: 48px;
    display: inline-block;
}

.approval-table td>a.more-up {
    padding: 0;
}

.approval-table .detail {
    display: none;
}

.approval-table .detail>td>div {
    padding: 10px;
    text-align: left;
    line-height: 20px;
}

.approval-table .detail>td>div>a {
    color: #3d98ee;
}

.approval-table .detail>td>div>a:hover {
    text-decoration: underline;
}


/* 热门服务鼠标拖动样式 */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    /*display: none;*/
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    padding: 0 20px;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver*/
    margin: 5px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /*background: #869791;filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-buttons .owl-prev {
    position: absolute;
    left: -8px;
    top: 55px;
    background: url(../img/zuo.png) no-repeat;
    background-size: 100% 100%;
}

.owl-buttons .owl-next {
    position: absolute;
    right: -8px;
    top: 55px;
    background: url(../img/you.png) no-repeat;
    background-size: 100% 100%;
}

#owl-demo .item a {
    display: block;
    margin: 0 auto;
    text-align: center
}

#owl-demo .item span {
    display: block;
    padding-top: 16px;
}

#owl-demo .item {
    margin: 3px;
}


/*分页*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #325FC2;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-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 {
    z-index: 3;
    color: #325FC2;
    background-color: #eee;
    border-color: #ddd;
}

.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: #325FC2;
    border-color: #325FC2;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.mt15 {
    margin-top: 15px !important;
}


/*办事指南*/

.maincontent {
    min-height: 300px;
    background: #fff;
}

.maincontent .space-left {
    width: 300px;
    float: left
}


/**左侧菜单样式*/

.nav-head {
    text-align: center;
    background-color: #6083c3;
    color: #fff;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

.nav-slide {
    border: 1px solid #6083c3;
    min-height: 300px;
    overflow: auto;
}

.nav-slide ul {
    max-height: 445px;
}

.nav-slide ul li {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.nav-slide ul li.on {
    background-color: #92b6f7;
    color: #FFF;
}


/**右侧列表样式*/

.maincontent .space-right {
    width: 890px;
    float: left;
}

.space-right .breadcrumb {
    margin-left: 10px;
    padding: 12px 15px;
    background: #F1F4F3
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #333;
    content: ">\00a0";
}

.space-right .leftlist a {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
    padding: 0px 8px;
}


/*.list>a:before{margin-bottom: 15px;}*/

.space-right .leftlist a>span {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.space-right .search-view,
.space-right .leftlist {
    padding-left: 50px;
}

.space-right .search-view input {
    padding: 6px 8px;
    width: 370px;
}


/* 面包屑 */

.breadcrumb-box .breadcrumb {
    margin: 10px 0;
    background: #eee;
}


/*尾部*/

.footer {
    margin: auto;
    margin-top: 20px;
    text-align: center;
    height: 112px;
    background: #fff;
    width: 1200px;
    border-top: 4px solid #3174ce;
}

.footer>div {
    display: inline-block;
    /*margin-top: 20px;*/
}

.footer .text-block>p {
    padding: 0 20px;
    line-height: 28px;
    text-align: left;
    color: #333;
}

.footer>div>* {
    display: block;
    float: left;
}

.fixed-bottom {
    left: 50%;
    margin-left: -600px;
    width: 1200px;
}


/*密码强度检测样式*/

.pwdJC {
    height: 35px;
    width: 190px;
    position: absolute;
    margin-top: -10px;
}

.pwdJC ul.pass-set {
    border: 1px solid #b7b7b7;
    width: 100%;
    padding: 1px;
    background: #fff;
    height: 14px;
    line-height: 14px;
    font-size: 0;
    border-radius: 10px;
}

.pwdJC ul.pass-set li {
    display: inline-block;
    width: 33.3%;
    height: 10px;
    line-height: 10px;
    border-left: 1px solid #f5f5f5;
    background: #cdcdcd;
    list-style-type: none;
    position: relative;
}

.pwdJC ul.pass-set li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pwdJC ul.pass-set li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pwdJC ul.pass-set li span {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -22px;
    color: #b7b7b7;
    font-size: 12px;
    left: 50%;
    margin-left: -7px;
}


/*内容头部*/

.mian-head-view {
    /*border-left: 6px solid #3258a3;*/
    font-size: 18px;
    font-weight: bold;
    padding: 28px 0 28px 0;
    position: relative;
    color:#0B3458;
}

.mian-head-view.style-one {
    border-bottom: 1px solid #c4c4c4;
    padding-left: 15px;
}

.mian-head-view:before {
    content: "";
    color: #0B3458;
    font-weight: bold;
    position: relative;
    border-left: 4px solid #0B3458;
    margin-right: 15px;
}

.cell-head-view {
    padding: 10px 15px;
    border-bottom: 1px solid #3258a3;
    color: #3258a3;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cell-head-view:before {
    content: "|";
    color: #3258a3;
    font-weight: bold;
    position: relative;
    top: -1px;
    left:-5px;
}

.table-head-view {
    padding: 25px 0 15px 0;
    position: relative;
    padding-left: 10px;
}

.table-head-view::before {
    content: "";
    border-left: 3px solid #d43836;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 14px;
}


/*右浮动*/

.bottom-fixed {
    position: fixed;
    right: 10px;
    top: 390px;
}

.fix-list,
.fix-list-down {
    width: 48px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #eeeeee;
    padding: 10px 0;
    background: #fff;
    color: #444;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}

.fix-list-down {
    height: 20px;
    padding: 0;
    line-height: 20px;
}

.phone {
    background: url("../img/ydd-blue-icon.png") no-repeat;
}

.compute {
    background: url("../img/wx-blue-icon.png") no-repeat;
}

.down {
    background: url("../img/down-blue.png") no-repeat;
}

.kf {
    background: url("../img/kf-blue-icon.png") no-repeat;
}

.fix-list:hover,
.fix-list-top:hover:hover {
    color: #fff;
}


/*.fix-list:hover .compute{
    background: url("../img/com.png") no-repeat;
}
.fix-list:hover .phone{
    background: url("../img/phone-hover.png") no-repeat;
}
.fix-list-top:hover .top{
    background: url("../img/top-hover.png") no-repeat;
}
.fix-list:hover .ios{
    background: url("../img/ios-hover.png") no-repeat;
}*/

.fix-list .download-img,
.fix-list-down .download-img {
    display: inline-block;
}

.fix-list .phone {
    width: 18px;
    height: 30px;
}

.fix-list .compute {
    width: 30px;
    height: 24px;
}

.fix-list .kf {
    width: 32px;
    height: 27px;
}

.fix-list-down .down {
    width: 15px;
    height: 9px;
}

.border-top-0 {
    border-top: none;
}

.code-show {
    display: none;
    position: absolute;
    left: -130px;
    top: -35px;
    width: 120px;
    padding: 2px;
}

.code-show img {
    width: 100%;
    border: 1px solid #eeeeee;
}

.code-show p {
    color: #333;
    font-size: 14px;
    padding: 6px 5px 0;
    line-height: 16px;
}

.code-show:before {
    content: '';
    border: 10px solid transparent;
    border-left-color: #eee;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -17px;
}


/*单选框复选框样式*/

.radio {
    display: inline-block;
    position: relative;
    line-height: 18px;
    margin-right: 10px;
    cursor: pointer;
}

.radio input {
    display: none;
}

.radio .radio-bg {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    padding: 0;
    border: 1px solid #3158A2;
    background-color: #fff;
    border-radius: 100%;
    vertical-align: top;
    /*box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.1) inset, 1px -1px 2px rgba(0, 0, 0, 0.1);*/
    cursor: pointer;
    transition: all 0.2s ease;
}

.radio .radio-on {
    display: none;
}

.radio input:checked+span.radio-on {
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 100%;
    background: #3158A2;
    top: 6px;
    left: 6px;
    /*box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(255, 255, 255, 0.4) inset;*/
    /*background-image: linear-gradient(#ffffff 0, #e7e7e7 100%);*/
    transform: scale(0, 0);
    transition: all 0.2s ease;
    transform: scale(1, 1);
    display: inline-block;
}


/*有浮动02*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* 取消收藏按钮 */

.cancel-btn {
    line-height: 34px;
    background: #45ADDF;
    color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 14px;
}


/* 新版头部 */


/* 头部 */

.header-box {
    border-top: 10px solid #0C389A;
    padding: 0;
}

.header-box .block-layout {
    height: 148px;
    position: relative;
}

.header-box .block-layout .view-logo {
    position: absolute;
    top: 33px;
    left: -71px;
}

.header-box .block-layout .view-mswb {
    position: absolute;
    top: 60px;
    right: 124px;
}

.header-box .block-layout .button-view {
    position: absolute;
    top: 82px;
    left: 290px;
    padding: 0 15px;
}

.header-box .block-layout .button-view .btnDiv {
    color: #0B3458
}

.header-box .block-layout .button-view .btnDiv>span {
    font-size: 18px;
    font-weight: normal;
}

.header-box .block-layout .button-view .btnDiv>.img-dw {
    position: relative;
    top: -3px;
}

.header-box .block-layout .nav-view-one {
    height: 34px;
    line-height: 34px;
    /*background: #EAF7FF;*/
    position: absolute;
    top: 62px;
    right: 0;
    padding:0 8px;
}

.header-box .block-layout .nav-view-one>li {
    display: inline-block;
    font-size: 18px;
    padding:0 15px;
    position: relative;
}
.header-box .block-layout .nav-view-one>li a{
    color: #0B3458;
}
.header-box .block-layout .nav-view-one>li a:hover{
    font-weight: bold
}
.header-box .block-layout .nav-view-one>li .borStyle{
    position: absolute;
    border-left:1px solid #0B3458;
    height: 20px;
    left:0;
    top:8px;
}
.header-box .block-layout .nav-view {
    position: absolute;
    top: 42px;
    right: 0px;
}

.header-box .block-layout .nav-view>a {
    color: #7E8C9A;
    font-size: 14px;
    padding: 0 15px;
}

.header-box .block-layout .nav-view>a:first-child {
    border-right: 1px solid #7E8C9A;
}

.header-box .block-layout .nav-view>a:hover {
    color: #333
}

.header-box .slideBox {
    top: 85px;
}

.header-box .slideBox img {
    width: 100%;
    max-width: 1920px;
}
/* nav-view-one */
.nav-view-one .nav-child{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 999;
    background: #EAF7FF;
    top: 33px;
    box-shadow: 0 0 4px #ccc;
    display: none;
    padding:10px 0;
}
.nav-view-one .nav-child li{
    width: 100%;
    height: auto;
}
.nav-view-one .nav-child a {
    display: block;
    text-align: center;
    padding: 0;
    color:#fff;
    font-size: 16px;
}

.nav-view-one li.on:hover .nav-child{
    display: block
}
/* nav-view-two */
.nav-view-two{
    padding: 8px;
    background: #fff;
    position: absolute;
    top: 36px;
    right: 0;
}

.nav-view-two .nav-item{
    cursor: pointer;
    color:#325FC2 !important;
    padding:0 15px;
    font-size: 16px;
    position: relative;
    height: 30px;
}
.nav-view-two .nav-item::after{
    content:"";
    position: absolute;
    border-left:1px solid #325FC2;
    height: 16px;
    left:0;
    top:2px;
}
.nav-view-two .nav-item:first-child::after{
    content:none;
}
.nav-view-two a:hover{
    color:#1C50C3
}
.nav-view-two > .loginUser{
    border: none;
}

.nav-view-two li .iconfont{
    font-size: 20px;
}
.nav-view-two .nav-child{
    border: 1px solid #ccc;
    top:22px;
}
/* 热门搜索 */

.search-box {
    padding: 30px;
    text-align: left;
    height: 220px;
    position: relative;
}

.search-box .search-block {
    display:inline-block;
}

.search-box .search-block>* {
    float: left;
}

.search-box .search-block .search-input {
    width: 546px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 4px 8px 0px rgba(19, 37, 61, 0.11);
    color: #7E8C9A;
    font-size: 16px;
    padding-left: 15px;
}

.search-box .search-block .search-btn {
    width: 114px;
    height: 48px;
    color: #fff;
    background: #FF9600;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* .search-box .search-block .search-input:focus {
    box-shadow: 0 0 3px #C8001F;
} */

.search-box .search-tip {
    margin: auto;
    margin-top: 15px;
    height: 17px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #12263D;
    text-shadow: 1px 1px 2px #fff;
}

.search-box .search-tip span {
    display: inline-block;
    margin-right: 10px;
}

.block-visit{
    position: absolute;
    right:0;
    top:0;
}

.block-visit>div{
    float: left;
    width:220px;
    height:165px;
    background:rgba(255,255,255,1);
    opacity:0.7;
    border-radius:8px;
    text-align: center;
    margin-right: 20px;
}
.block-visit .first{
    padding-top: 27px;
    font-size: 18px;
}
.block-visit .last{
    padding-top: 50px;
    font-size:36px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(50,95,194,1);
}
/* 列表 */

.work-content {
    padding: 20px;
}

.work-content-item {
    border-bottom: 1px solid #EFEFEF
}

.work-content-item .item-tab {
    display: block;
    line-height: 50px;
    padding-left: 30px;
    position: relative;
}

.work-content-item .item-tab:hover,
.work-content-item .item-tab.active {
    background: #EFEFEF;
}

.work-content-item .item-tab-con {
    padding: 0 15px;
    height: 0;
    transition: all .2s;
    overflow: hidden;
}

.work-content-item .item-tab-con.on {
    padding: 15px;
    height: 57px;
}

.work-content-item .item-tab-con a {
    line-height: 24px;
    padding: 0 15px;
    margin-right: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
}

.work-content-item .item-tab-con a:hover {
    transform: scale(1.05)
}

.work-content-item .item-tab-con a i {
    position: relative;
    top: 2px;
}

.work-content-item .item-tab::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 20px;
    left: 12px;
}

.work-content-item .item-tab-con .iconfont {
    color: #C30211;
    font-size: 18px;
}


/* 列表2 */
.social-right-bot .bot-item {
    font-size: 13px;
    float: left;
    width: 170px;
    height: 38px;
    line-height: 38px;
    background: #EFF2F4;
    border-radius: 4px;
    color: #12263D;
    padding-left: 18px;
    padding-right: 10px;
    margin: 8px 0 8px 0px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 12px;
}

.social-right-bot .bot-item:hover {
    /* box-shadow: 0 0 4px #ccc; */
    background: #4D85CA;
    color: #fff;
}

.social-right-bot .bot-item.on {
    background: #4D85CA;
    color: #fff;
}

.social-right-bot .bot-item .iconfont {
    position: absolute;
    left: 10px;
    font-size: 18px;
}
/* work-head */

.work-head {
    background: #eee;
    position: relative;
    margin: -1px;
}

.work-head>* {
    float: left;
    line-height: 50px;
}

.work-head .head-tip {
    width: 80px;
    background: #12263D;
    text-align: center;
}

.work-head .head-tip img {
    width: 30px;
}

.work-head .head-left {
    color: #12263D;
    padding: 0 15px;
    font-size: 18px;
}

.work-head .head-cen {
    margin-left: 320px;
}

.work-head .head-cen input[type=checkbox] {
    position: relative;
    top: -3px;
}