@charset "UTF-8";
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 100px;
}

.header {
    position: relative;
    z-index: 999;
    line-height: 40px;
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 20px;
    height: 60px;
    min-width: 1300px;
}

.header .user {
    float: right;
}

.header .user a {
    margin: 0 30px;
    display: none;
}

.footer {
    line-height: 60px;
    background-color: #555;
    color: #fff;
    padding: 10px 20px;
    /*width: 100%;*/
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    right: 0;
    min-width: 1300px;
}

/* 20210114新增 */

body {
    padding-bottom: 180px;
}

/* 公共类名 */

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.mod-title {
    position: relative;
    font-size: 22px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
}

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

.content {
    margin-bottom: 40px;
}

@media (max-width:1300px) {
    body {
        width: 1300px;
    }
    .content {
        margin-left: 50px;
        width: 1200px;
    }
}

.m40 {
    margin-top: 40px;
}

.m30 {
    margin-top: 30px;
}

.header {
    height: 200px;
    padding: 0;
    background: url(/img/head-bg.jpg) no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1111;
}

.header-top {
    padding-top: 38px;
}

.logo {
    height: 55px;
    /* padding-left: 60px;
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    line-height: 60px;
    background: url(/img/logo-icon.png) no-repeat center left; */
}

/* 重要网站 */

.importantlinks,
.header .user {
    padding-top: 16px;
    line-height: 42px;
    height: 58px;
}

.importantlink {
    position: relative;
    float: left;
    margin: 0 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.48);
}

.importantlink:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 2px;
    height: 18px;
    margin-top: -8px;
    background-color: rgba(255, 255, 255, 0.2);
}

.importantlink:hover {
    color: rgba(255, 255, 255, 0.8);
}

/* user */

.header .user a {
    margin: 0 0 0 12px;
    color: rgba(255, 255, 255, 0.48);
    cursor: pointer;
}

.header .user .login {
    padding-left: 26px;
    background: url(/img/login-icon.png) no-repeat center left;
}

/* nav */

.header .nav {
    float: none;
    height: 80px;
    margin: 24px 0 0 0;
}

.header .nav>li {
    float: left;
    width: 20%;
    height: 100%;
    padding-top: 12px;
    margin: 0;
    text-align: center;
}

.header .nav>li.active {
    background: url(/img/navbg-a.png) repeat-x;
}

.header .nav>li.active .nav-item,
.header .nav>li:hover .nav-item {
    color: #fff;
}

.header .nav>li.active .nav-item.navicon1,
.header .nav>li:hover .nav-item.navicon1 {
    background-image: url(/img/nav-icon1-a.png);
}

.header .nav>li.active .nav-item.navicon2,
.header .nav>li:hover .nav-item.navicon2 {
    background-image: url(/img/nav-icon2-a.png);
}

.header .nav>li.active .nav-item.navicon3,
.header .nav>li:hover .nav-item.navicon3 {
    background-image: url(/img/nav-icon3-a.png);
}

.header .nav>li.active .nav-item.navicon4,
.header .nav>li:hover .nav-item.navicon4 {
    background-image: url(/img/nav-icon4-a.png);
}

.header .nav>li.active .nav-item.navicon5,
.header .nav>li:hover .nav-item.navicon5 {
    background-image: url(/img/nav-icon5-a.png);
}

.header .nav>li.active .nav-item.navicon6,
.header .nav>li:hover .nav-item.navicon6 {
    background-image: url(/img/nav-icon6-a.png);
}

.header .nav-item {
    display: inline-block;
    height: 100%;
    padding: 0 0 0 36px;
    font-size: 18px;
    color: #99ABED;
    line-height: 66px;
}

.header .nav-item.navicon1 {
    background: url(/img/nav-icon1.png) no-repeat center left;
}

.header .nav-item.navicon2 {
    background: url(/img/nav-icon2.png) no-repeat center left;
}

.header .nav-item.navicon3 {
    background: url(/img/nav-icon3.png) no-repeat center left;
}

.header .nav-item.navicon4 {
    background: url(/img/nav-icon4.png) no-repeat center left;
}

.header .nav-item.navicon5 {
    background: url(/img/nav-icon5.png) no-repeat center left;
}

.header .nav-item.navicon6 {
    background: url(/img/nav-icon6.png) no-repeat center left;
}

/* 二级菜单 */

.header .nav>li {
    position: relative;
}

.header .nav>li:hover .nav-sublist {
    display: block;
}

.nav-sublist {
    display: none;
    position: absolute;
    top: -webkit-calc(100% + 4px);
    top: -moz-calc(100% + 4px);
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    padding: 10px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(bottom, #0444a6 0%, #276bc7 100%);
    background-image: -moz-linear-gradient(bottom, #0444a6 0%, #276bc7 100%);
    background-image: -o-linear-gradient(bottom, #0444a6 0%, #276bc7 100%);
    background-image: linear-gradient(0deg, #0444a6 0%, #276bc7 100%);
    z-index: 999;
}

.nav-sublist:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

.nav-sublist>li {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #99abed;
}

.nav-sublist>li:hover {
    color: #fff;
    background-color: #5a7ee8;
}

.nav-subitem {
    display: block;
    height: 100%;
    /* font-size: 18px; */
}

/* footer */

.footer {
    height: 180px;
    background: #276BC7;
    padding: 20px 0;
    text-align: left;
}

.footer-cont {
    height: 100%;
    font-size: 16px;
    color: #FFF;
}

.footer-infor {
    width: 660px;
    height: 100%;
    padding: 4px 42px 0 40px;
    line-height: 26px;
    background-color: rgba(119, 152, 222, 0.2);
    border-radius: 5px;
}

.footer-infor-item {
    margin-top: 6px;
}

.footer-link {
    width: 200px;
    height: 100%;
    margin-left: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background: rgba(119, 152, 222, 0.2) url(/img/contactus-bg.png) no-repeat center bottom;
}

.footer-link .contactus {
    display: block;
    padding-top: 80px;
    height: 100%;
    background: url(/img/contactus-icon.png) no-repeat center top 30px;
}

.footer-count {
    width: 300px;
    height: 100%;
    padding: 20px 8px;
    margin-left: 20px;
    background-color: rgba(119, 152, 222, 0.2);
    border-radius: 5px;
}

.footer-count-name {
    text-align: center;
    font-weight: normal;
    line-height: 45px;
    padding-left: 8px;
}

/* 滚动数字 */

.footer-scrollnum {
    height: 50px;
    margin-top: 8px;
    line-height: 50px;
    font-size: 0;
    text-align: center;
}

.footer-scrollnum>.item {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(22, 78, 154, 0) 0%, #164e9a 50%, rgba(22, 78, 154, 0) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(22, 78, 154, 0) 0%, #164e9a 50%, rgba(22, 78, 154, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(22, 78, 154, 0) 0%, #164e9a 50%, rgba(22, 78, 154, 0) 100%);
    background-image: linear-gradient(0deg, rgba(22, 78, 154, 0) 0%, #164e9a 50%, rgba(22, 78, 154, 0) 100%);
    font-size: 16px;
    color: #4F89D7;
}

.footer-scrollnum>.item+.item {
    margin-left: 6px;
}

.footer-scrollnum>.item>.sequence {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.footer-scrollnum>.item>.sequence>span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    height: 1000%;
    -webkit-transition: top 2s ease;
    -o-transition: top 2s ease;
    -moz-transition: top 2s ease;
    transition: top 2s ease;
}

.footer-scrollnum>.item>.sequence>span>i {
    display: block;
    height: 10%;
    font-style: normal;
}

.item:not([data-scrollvalue="0"]) {
    color: #FFF;
}

.footer .item:not([data-scrollvalue="0"])~.item {
    color: #FFF;
}

.content {
    padding-bottom: 30px;
}

/* 更多按钮 */

.more-btn {
    position: absolute;
    right: 0;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    font-weight: normal;
    padding: 0 28px 0 10px;
    background: url(/img/more-btn-icon.png) no-repeat center right 2px;
}

.more-btn:hover {
    color: #8795bc;
}

/* chosen */

.chosenbox .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 38px;
    padding: 0 0 0 30px;
    box-shadow: none;
    text-align: center;
    border-radius: 5px;
}

.chosenbox .chosen-container-single .chosen-single span {
    margin-right: 30px;
}

.chosenbox .chosen-container-single .chosen-single div {
    width: 26px;
}

.chosenbox .chosen-container-single .chosen-single div b {
    background: url(/img/chosen-down.png) no-repeat center left;
}

.chosenbox .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(/img/chosen-up.png) no-repeat center left;
}

.chosenbox .chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    box-shadow: none;
    border-bottom: 0;
    border-color: #DCDCDC;
}

.chosenbox .chosen-container .chosen-drop {
    border: 1px solid #DCDCDC;
    box-shadow: none;
}

.chosenbox .chosen-container .chosen-results {
    margin: 0 10px 4px 0;
    padding: 4px 0 4px 10px;
}

.chosenbox .chosen-container .chosen-results li {
    padding: 5px 10px;
    line-height: 26px;
    text-align: center;
}

.chosenbox .chosen-container .chosen-results li.highlighted {
    color: #036fd3;
    background-color: rgba(78, 148, 230, 0.1);
    background-image: none;
}

.chosenbox .chosen-container .chosen-results li+li {
    margin-top: 3px;
}

/* 通用swiper */

.swiperbox {
    position: relative;
    height: 70px;
}

.swiperbox .swiper-container {
    height: 100%;
}

.swiperbox .swiper-button-next:after,
.swiperbox .swiper-button-prev:after {
    content: "";
}

.swiperbox .swiper-button-next {
    top: 0;
    right: -30px;
    width: 30px;
    height: 50px;
    margin-top: 0;
    border: none;
    outline: none;
    background: url(/img/arrow-right.png) no-repeat center right;
}

.swiperbox .swiper-button-prev {
    top: 0;
    left: -30px;
    width: 30px;
    height: 50px;
    margin-top: 0;
    border: none;
    outline: none;
    background: url(/img/arrow-left.png) no-repeat center left;
}

.keywords-item {
    position: relative;
    display: table;
    width: 100%;
    text-align: center;
    color: #8b91a6;
    background-color: #e3eefa;
    border-radius: 5px;
    cursor: pointer;
}

.keywords-item.active {
    color: #fff;
    background: -webkit-linear-gradient(left, #006DD2 0%, #5597E8 100%);
    background: -moz-linear-gradient(left, #006DD2 0%, #5597E8 100%);
    background: -o-linear-gradient(left, #006DD2 0%, #5597E8 100%);
    background: linear-gradient(90deg, #006DD2 0%, #5597E8 100%);
}

.keywords-item.active:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    height: 11px;
    background: url(/img/curr-item-iron.png) no-repeat center;
}

.keywords-item-middle {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    line-height: 20px;
    padding: 5px 10px;
}

/* 下拉框tab样式修改 */

.keywords-item.sp>.keywords-item-middle {
    position: relative;
    padding: 5px 25px 5px 10px;
}

.keywords-item.sp>.keywords-item-middle :after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 6px;
    background: url(/img/item-show-icon.png) no-repeat center;
}

.keywords-item.sp:hover>.keywords-item-middle :after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 6px;
    background: url(/img/item-close-icon.png) no-repeat center;
}

.keywords-item.sp.active>.keywords-item-middle :after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 6px;
    background: url(/img/item-active-show-icon.png) no-repeat center;
}

.keywords-item.sp.active:hover>.keywords-item-middle :after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 6px;
    background: url(/img/item-active-close-icon.png) no-repeat center;
}

.keywords-item-extend {
    width: 190px;
    border: 1px solid rgb(223, 235, 244);
    border-radius: 5px;
    background-color: #fff;
    display: none;
}

.keywords-item-extend.currKeyword {
    display: block;
}

.keywords-item-extend>.keywords-extend {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    color: #414141;
    cursor: pointer;
}

.keywords-item-extend>.keywords-extend.active {
    cursor: auto;
}

.keywords-item-extend>.keywords-extend.active,
.keywords-item-extend>.keywords-extend:hover {
    color: #4896df;
}

.tabSelect .keywords-item-extend {
    display: block;
}

/* 搜索 */

.search-area {
    height: 50px;
}

.search-area ::-webkit-input-placeholder {
    color: #BFBFBF;
}

.search-area :-moz-placeholder {
    color: #BFBFBF;
}

.search-area ::-moz-placeholder {
    color: #BFBFBF;
}

.search-area :-ms-input-placeholder {
    color: #BFBFBF;
}

.search-area .placeholder {
    color: #BFBFBF;
}

.search-ipt {
    width: 1080px;
    height: 100%;
    padding: 0 30px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.search-btn {
    width: 120px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    background: url(/img/search-iron.png) no-repeat center, -webkit-linear-gradient(top, #FFCF66 0%, #FF931C 100%);
    background: url(/img/search-iron.png) no-repeat center, -moz-linear-gradient(top, #FFCF66 0%, #FF931C 100%);
    background: url(/img/search-iron.png) no-repeat center, -o-linear-gradient(top, #FFCF66 0%, #FF931C 100%);
    background: url(/img/search-iron.png) no-repeat center, linear-gradient(180deg, #FFCF66 0%, #FF931C 100%);
}

.search-btn:hover {
    background: url(/img/search-iron.png) no-repeat center, -webkit-linear-gradient(bottom, #FFCF66 0%, #FF931C 100%);
    background: url(/img/search-iron.png) no-repeat center, -moz-linear-gradient(bottom, #FFCF66 0%, #FF931C 100%);
    background: url(/img/search-iron.png) no-repeat center, -o-linear-gradient(bottom, #FFCF66 0%, #FF931C 100%);
    background: url(/img/search-iron.png) no-repeat center, linear-gradient(0deg, #FFCF66 0%, #FF931C 100%);
}

/* 路径导航 */

.pathbreadcrumb {
    height: 48px;
    padding-top: 12px;
}

.page-header {
    padding-left: 24px;
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
    background: url(/img/breadcrumb-icon.png) no-repeat center left;
}

.breadcrumb {
    font-size: 0;
    line-height: 36px;
}

.breadcrumb>li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.breadcrumb>li+li:before {
    content: "\3E";
    padding: 0 6px;
}

.breadcrumb>li>a {
    display: inline-block;
    color: #333;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    -moz-transition: color .1s linear;
    transition: color .1s linear;
}

.breadcrumb>li>a:hover {
    color: #0670D4;
}

.breadcrumb .active {
    color: #0670D4;
}

/* 表格 */

.tablebox {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #DCDCDC;
    background-color: #fff;
}

.common-table {
    width: 100%;
    max-width: 100%;
}

.common-table>thead>tr>th,
.common-table>tbody>tr>th,
.common-table>tfoot>tr>th,
.common-table>thead>tr>td,
.common-table>tbody>tr>td,
.common-table>tfoot>tr>td {
    height: 60px;
    font-weight: normal;
    padding: 5px 30px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    word-break: break-all;
}

.common-table>thead>tr>th.center,
.common-table>tbody>tr>th.center,
.common-table>tfoot>tr>th.center,
.common-table>thead>tr>td.center,
.common-table>tbody>tr>td.center,
.common-table>tfoot>tr>td.center {
    text-align: center;
}

.common-table>thead>tr {
    background-color: #438EE4;
}

.common-table>thead>tr>th {
    height: 50px;
    padding: 5px 10px;
    color: #FFF;
    text-align: center;
}

.common-table>tbody>tr>th {
    color: #999;
    text-align: left;
    background-color: #f2f5f9;
}

.common-table>tbody>tr>td {
    padding: 5px 20px;
}

/* 上边框线默认虚线 */

.common-table>thead>tr+tr>th,
.common-table>tbody>tr+tr>th,
.common-table>tfoot>tr+tr>th,
.common-table>thead>tr+tr>td,
.common-table>tbody>tr+tr>td,
.common-table>tfoot>tr+tr>td {
    border-top: 1px dashed #DCDCDC;
}

/* 整个边框实线 */

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border-right: 1px solid #DCDCDC;
}

.table-bordered>thead>tr+tr>th,
.table-bordered>tbody>tr+tr>th,
.table-bordered>tfoot>tr+tr>th,
.table-bordered>thead>tr+tr>td,
.table-bordered>tbody>tr+tr>td,
.table-bordered>tfoot>tr+tr>td {
    border-top: 1px solid #DCDCDC;
}

.table-bordered>thead>tr>th:last-child,
.table-bordered>tbody>tr>td:last-child {
    border-right: 0;
}

.nodata {
    height: 190px;
    padding-top: 150px;
    text-align: center;
    color: #999;
    line-height: 20px;
    background: url(/img/nodata-icon.jpg) no-repeat center top 5px;
}

/* 点表格 */

.table-dotted .common-table>thead>tr {
    background: none;
}

.table-dotted .common-table>thead>tr>th {
    text-align: left;
}

.table-dotted .common-table>thead>tr>th.center {
    text-align: center;
}

.table-dotted .table-headbox {
    padding: 0 20px;
    background: -webkit-linear-gradient(left, #006DD2 0%, #91BFF9 100%);
    background: -moz-linear-gradient(left, #006DD2 0%, #91BFF9 100%);
    background: -o-linear-gradient(left, #006DD2 0%, #91BFF9 100%);
    background: linear-gradient(90deg, #006DD2 0%, #91BFF9 100%);
}

.table-dotted .table-contbox {
    padding: 0 20px;
}

.table-dotted .common-table>thead>thead>tr>th {
    height: 40px;
}

/* 分页 */

.pager {
    margin-top: 20px;
    text-align: center;
}

.pager .m-pagination-page>li>a,
.pager .m-pagination-size>select,
.pager .m-pagination-group>input,
.pager .m-pagination-group>button {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    border-color: #E0E0E0;
    background-color: #fff;
    border-radius: 0;
}

.pager .m-pagination-size>select,
.pager .m-pagination-group>button {
    height: 28px;
    line-height: 28px;
}

.pager .m-pagination-size>select {
    padding: 0 30px 0 10px;
    color: #333;
    background: #fff url(/img/page-icon.png) no-repeat top 10px right 10px;
}

.pager .m-pagination-jump {
    margin-left: 6px;
}

.pager .m-pagination-group {
    position: relative;
    height: 28px;
    padding-left: 42px;
}

.pager .m-pagination-group:before {
    position: absolute;
    left: 0;
    top: 0;
    /*content: "跳转至";*/
    line-height: 28px;
    color: #999;
}

.pager .m-pagination-group>input {
    width: 25px;
    padding: 0 5px;
    margin-left: 8px;
    color: #333;
    border-right: 0;
}

.pager .m-pagination-group>button {
    background-color: #006DD2;
    border: 1px solid #006DD2;
    color: #fff;
    line-height: 26px;
    padding: 0 5px;
    font-size: 14px;
}

.pager .m-pagination-page>li:first-child>a,
.pager .m-pagination-page>li:last-child>a {
    border-radius: 0;
}

.pager .m-pagination-page>li:hover>a,
.pager .m-pagination-group>button:hover {
    background-color: #fff;
    border-color: #006DD2;
    color: #006DD2;
}

.pager .m-pagination-page>li.disable:hover>a {
    border-color: #E0E0E0;
    color: #333;
    opacity: 0.7;
}

.pager .m-pagination-page>li.active>a {
    color: #E0E0E0;
    background-color: #006DD2;
    border-color: #006DD2;
}

.pager .m-pagination-page>li+li {
    margin-left: 6px;
}

/* 列表 */

.listmod {
    position: relative;
    width: 580px;
}

.listmod-title {
    font-size: 20px;
    font-weight: bold;
    color: #0343A5;
    border-bottom: 1px solid #DBDEE9;
}

.listmod-title-txt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding: 0 10px 12px 44px;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: left 10px bottom 17px;
}

.listmod-title-txt:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #0343A5;
}

.listmod .more-btn {
    top: 0;
    margin-top: 1px;
}

.list-group {
    line-height: 40px;
    overflow: hidden;
}

.list-group-item {
    position: relative;
    font-size: 16px;
    padding: 5px 18px;
}

.list-group-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    /* background: #056FD3; */
}

.list-group-item a {
    display: inline-block;
    position: relative;
    vertical-align: top;
    max-width: 100%;
    -webkit-transition: color .15s linear;
    -o-transition: color .15s linear;
    -moz-transition: color .15s linear;
    transition: color .15s linear;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-group-item a:hover,
.list-group-item a:hover+.badge {
    color: #056FD3;
}

.list-group-item>.badge {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
    color: #999;
    -webkit-transition: color .15s linear;
    -o-transition: color .15s linear;
    -moz-transition: color .15s linear;
    transition: color .15s linear;
}

.list-group-badge>.list-group-item {
    padding-right: 100px;
}

.list-group-line>.list-group-item+.list-group-item {
    border-top: 1px solid #DCDCDC;
}

/*谷歌个性化滚动条*/

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #e6e6e6;
}

/* 通用二级页样式 */

.maincont {
    height: 840px;
    margin: 14px 0 40px 0;
}

.maincont-l {
    width: 220px;
    height: 100%;
    box-shadow: 0px 1px 8px 0px rgba(62, 77, 97, 0.17);
    border-radius: 4px;
    overflow: hidden;
}

.maincont-r {
    height: 100%;
    margin-left: 240px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}

.maincont-r .search-area {
    position: relative;
    height: 60px;
    padding: 10px 130px 10px 30px;
    background: #F5F5F5;
}

.maincont-r .search-ipt {
    width: 100%;
    padding: 0 16px;
}

.maincont-r .search-btn {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 30px;
    width: 100px;
    height: auto;
}

.maincont-r .list-group {
    height: 690px;
    overflow: hidden;
    margin: 0 30px;
    padding-top: 5px;
}

.maincont-r .list-group-item {
    padding: 15px 20px;
}

.maincont-r .list-group-badge>.list-group-item {
    padding-right: 100px;
}

.maincont-r .pager {
    margin-top: 24px;
}

.selecttype {
    height: 60px;
    padding: 10px;
    background: url(/img/select-typebg.jpg) no-repeat center;
    border-radius: 4px 4px 0px 0px;
    font-size: 0;
}

.selecttype-txt {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding-left: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    line-height: 40px;
}

.selecttype-txt.typeicon1 {
    background: url(/img/select-typeicon.png) no-repeat center left 10px;
}

.selecttype-list {
    padding: 12px 10px;
}

.selecttype-list li {
    position: relative;
    min-height: 60px;
    padding: 20px 10px 20px 40px;
    background: #F5F5F5;
    font-size: 16px;
    color: #8B91A6;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}

.selecttype-list li:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 13px;
    height: 13px;
    margin-top: -6px;
    background: #9FAEC7;
    border: 3px solid #D9E1E8;
    border-radius: 100%;
}

.selecttype-list li+li {
    margin-top: 10px;
}

.selecttype-list li.active {
    background: #E3EFFD;
    color: #0670D4;
    border-radius: 4px;
}

.selecttype-list li.active:before {
    background: #2590EB;
    border: 3px solid #AAD3F7;
}

.pager_remind {
    margin-top: 25px;
    font-size: 16px;
    position: absolute;
    margin-left: 46px;
}

/* 20210315新增 */

body {
    padding-bottom: 220px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer {
    height: 240px;
    padding: 20px 0 0 0;
}

.footer-cont {
    height: 130px;
}

.footer-count {
    padding: 20px 0 0 0;
}

.footer-count-name {
    line-height: 36px;
}

.footer-link {
    width: 140px;
}

.footer-inf {
    margin-top: 20px;
    font-size: 0;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.footer-inf-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.footer-inf-item+.footer-inf-item {
    margin-left: 15px;
}

.websitebox {
    width: 720px;
    height: 100%;
    background-color: rgba(119, 152, 222, 0.2);
    border-radius: 5px;
}

/* 地方网站 */

.website {
    font-size: 0;
    line-height: 28px;
}

.website-title {
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-indent: 20px;
}

.website>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 9.09%;
    font-size: 14px;
    color: #a6c4f1;
    text-align: center;
}

.website>li:before {
    content: "/";
    position: absolute;
    left: -2px;
    top: 0;
    color: #a6c4f1;
}

.website>li:hover {
    color: #fff;
}

.website>li:nth-child(11n+1):before {
    content: "";
}

.website>li:nth-child(11n + 1) .tooltip {}

.website>li:nth-child(11n + 1) .tooltip:before {}

.website>li:nth-child(11n + 2) .tooltip {}

.website>li:nth-child(11n + 2) .tooltip:before {}

.website>li:nth-child(11n + 3) .tooltip {}

.website>li:nth-child(11n + 3) .tooltip:before {}

.website>li:nth-child(11n + 4) .tooltip {}

.website>li:nth-child(11n + 4) .tooltip:before {}

.website>li:nth-child(11n + 5) .tooltip {}

.website>li:nth-child(11n + 5) .tooltip:before {}

.website>li:nth-child(11n + 6) .tooltip {}

.website>li:nth-child(11n + 6) .tooltip:before {}

.website>li:nth-child(11n + 7) .tooltip {}

.website>li:nth-child(11n + 7) .tooltip:before {}

.website>li:nth-child(11n + 8) .tooltip {}

.website>li:nth-child(11n + 8) .tooltip:before {}

.website>li:nth-child(11n + 9) .tooltip {}

.website>li:nth-child(11n + 9) .tooltip:before {}

.website>li:nth-child(11n + 10) .tooltip {}

.website>li:nth-child(11n + 10) .tooltip:before {}

.website>li:nth-child(11n + 11) .tooltip {}

.website>li:nth-child(11n + 11) .tooltip:before {}

.website-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px;
}

.tooltip {
    position: absolute;
    left: 10px;
    top: 30px;
    width: 400px;
    padding: 8px 16px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    text-align: left;
    border: 1px solid #4c92e6;
    background-color: white;
    z-index: 999;
}

.tooltip:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 14px;
    width: 20px;
    height: 12px;
    background: url(/img/arrow-icon.png) no-repeat center;
}

.align-right {
    text-align: right;
}

.province-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;
}

.return {
    float: right;
    margin-top: 18px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    border-color: #33a1d1;
    background: #33a1d1;
    cursor: pointer;
    padding: 0 10px;
}

.xm {
    font-family: SimSun;
}