body {
    background-color: #f2f9fe;
    font-family: "Arial", "sans-serif", "Times New Roman";
    font-size: 1.2em;
}


/* * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
     box-sizing: content-box;
  } */


/*顶部导航*/

.navbar {
    background-color: #fff;
    padding-bottom: 10px;
}

.navbar .iconfont {
    font-size: 26px;
    background-color: transparent;
}

.d-search .form-control {
    background-color: #f3f3f3;
    border: none;
}

.nav .link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 10px;
    font-size: 18px;
    color: #000;
}

.nav .link.active:after {
    display: block;
    content: ' ';
    height: 4px;
    width: 100%;
    background-color: #1b5ca6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav .sub-item {
    position: absolute;
    top: 50px;
}

.nav .sub-item a {
    font-size: 16px;
    color: #666;
}

.nav .sub-item a:not(:first-child) {
    margin-left: 15px;
}

.search .iconfont {
    margin-left: 10px;
    color: #555;
}

.media.news img {
    width: 10rem;
    height: 8rem;
}

.media.news .media-body h4 {
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.logo {
    height: 80px;
    overflow: hidden;
}

.logo img {
    height: 100%;
}

.s-input {
    position: relative;
}

.s-input .form-control {
    border-radius: 30px;
    padding: 6px 18px;
    height: initial;
}

.s-input .iconfont {
    color: #999999;
    position: absolute;
    padding: 0 8px;
    right: 0;
    top: 0;
}

.s-menu .collapse .links {
    background-color: #eee;
}

.s-menu .collapse a {
    display: block;
    width: 100%;
    color: #333;
}

.s-menu .title {
    color: #333;
}

.s-menu .sub-nav,
.s-menu .sub-nav a {
    background-color: #eee;
}


/*标题*/

.ns-title {
    border-bottom: 1px solid #0f70b7;
    color: #333;
}

.ns-title:hover {
    text-decoration: none;
    color: inherit;
}

.ns-title h5 {
    font-weight: bold;
    padding-right: .5em;
}

.ns-title h6 {
    font-size: .8em;
}

.ns-title h5,
.ns-title h6 {
    position: relative;
}

.ns-title h5:after,
.ns-title h6:after {
    background-color: #2c2e83;
    position: absolute;
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    bottom: -0.5rem;
    left: 0;
}

.d-member .ns-title {
    border-color: #ea5b0c;
}

.d-member .ns-title h5:after,
.d-member .ns-title h6:after {
    background-color: #e40613;
}

.d-members .ns-title {
    border-color: #94c120;
}

.d-members .ns-title h5:after,
.d-members .ns-title h6:after {
    background-color: #0c8e36;
}

.d-event .ns-title {
    border-color: #b80d7f;
}

.d-event .ns-title h5:after,
.d-event .ns-title h6:after {
    background-color: #831f82;
}

.d-other .ns-title {
    border-color: #dddddd;
}

.d-other .ns-title h5:after,
.d-other .ns-title h6:after {
    background-color: #333333;
}


/*导航路径*/

.d-breadcrumb {
    background-color: #0e3c92;
}

.d-breadcrumb .breadcrumb {
    background-color: transparent;
}

.d-breadcrumb .breadcrumb .breadcrumb-item a,
.d-breadcrumb .breadcrumb .breadcrumb-item.active,
.d-breadcrumb .breadcrumb .breadcrumb-item:not(:first-child):before {
    text-decoration: none;
    color: #1292ee;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    content: "\e88e";
}


/*移动设备会员筛选*/

.d-type .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 2px solid #F9BD00;
    box-shadow: 0 0 2px #ccc;
    font-size: 20px;
    color: #0e3c92;  
    white-space: normal;
    text-align: left;
}
.btn .dropdown-toggle{

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*PC会员筛选*/

.m-type {
    margin: 0;
    color: white;
    list-style: none;
    padding: 0 1rem;
}

.m-type .type-item {
    font-size: 16px;
    margin-left: 2em;
    position: relative;
    padding: .75rem 0;
    cursor: pointer;
}

.m-type .type-item.active {
    color: #FFF;
}

.m-type .type-item.active:after {
    background-color: #fabe00;
    position: absolute;
    display: block;
    content: ' ';
    height: 4px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.m-type .type-item:first-child {
    margin-left: 0;
}


/*页码*/

.d-page a {
    text-decoration: none;
}

.d-page a.s {
    color: #666;
    font-size: 25px;
}

.d-page .iconfont {
    font-size: 50px;
    color: #2e6aae;
}

.d-page a.disabled .iconfont {
    cursor: not-allowed;
    color: #999;
}


/*页脚*/

.footer {
    background-color: #0e3c92;
}

.footer .d-top {
    border-bottom-color: #1292ee !important;
}

.footer .chats img {
    background-color: #0e3c92;
}

.footer .chats a:not(:first-child) {
    margin-left: 20px;
}

.footer .contact,
.footer .contact a:hover,
.footer .copyright {
    text-decoration: none;
    color: #1292ee;
}

.copyright {
    font-size: 14px;
    justify-content: space-between;
}

.copyright [class*="col-md"] {
    justify-content: left;
    width: initial;
    flex: initial;
}

@media (min-width: 768px) {
    .w-md-3-5 {
        width: 35% !important;
    }
    .d-menu {
        margin-top: -20px;
    }
    .d-search {
        position: absolute;
        right: -12px;
        top: 50px;
    }
}

#displaypagenum {
	font-size:14px;
	font-weight:bold;
	color:#a0a3a5;
    overflow: hidden;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight:normal;
	margin:20px 0 0;
    line-height: 35px;
}

#displaypagenum {
text-align: center;
}
#displaypagenum span {
	text-decoration:none;
	padding:10px 15px;
	background-color:#123B8D;
	border:1px solid #123B8D;
	color:#fff;
	margin:unset;
	float:none;
}
#displaypagenum a {
text-decoration:none;
	color:#333;
	padding:10px 15px;
	border:1px solid #ccc;
}
#displaypagenum span:hover,#displaypagenum a:hover{background-color:#123B8D;color:#fff;cursor:pointer; border:1px solid #123B8D;}