.content-block {
    width: 1400px;
}

.dropdown-toggle::after {
    display: none;
}

.main-banner,
.main-banner img {
    width: 100%;
    height: auto;
}

.carousel-item {
    transition-duration: 1s;

}

.carousel-item img {
    width: 49.5%;
    max-height: 560px;
}


.content-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 10px 0;
}

.content-row .top-row-block {
    margin-top: 5px;
    width: 49.5%;
    height: 400px;
    border-radius: 1px;
    background: #fff;
    overflow: hidden;
}

.content-row .middle-row-block {
    margin-top: 5px;
    width: 49.5%;
    height: auto;
    border-radius: 1px;
    background: #fff;
    overflow: hidden;
}

.content-row .bottom-row-block {
    margin: 5px 0;
    width: 49.5%;
    height: auto;
    border-radius: 1px;
    background: #fff;
    overflow: hidden;
}

.top-row-block:hover,
.middle-row-block:hover,
.bottom-row-block:hover
{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0px, 0);
}

.content-title {
    padding-top: 5px;
    font-weight: bold;
}

.block-inner {
    padding: 10px 5px;
}

.block-inner .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-inner .header .title {
    color: #1e8274;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
}

.block-inner .header .more a {
    color: #1e8274;
    text-decoration: none;
    letter-spacing: 0;
    font-style: normal;
    font-size: 16px;
}

.block-inner .header .more  {
    margin-left: 5px;
    margin-right: 5px;
    color: #1e8274;
}

.block-inner .header .more  a {
    color: #1e8274;
}

.more a {
    color: #1e8274;
}

.block-inner .header .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* 首页 */

.articles-list {
    height: 100%;
}

.articles-list .list-item {
    background: url(../images/sx.png) no-repeat left center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 5px 5px 10px;
    justify-content: space-between;
}

.articles-list .list-item a {
    margin-left: 5px;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.articles-list .list-item a:hover {
    color: #1e8274;
}

.articles-list .list-item span {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.articles-list .list-item .icon {
    display: flex;
    align-items: center;
}

.articles-list .list-item .title {
    margin-left: 5px;
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    width: 520px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.articles-list .list-item .post-time {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.articles-list .list-item .title:hover {
    color: #1e8274;
}


.list-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.left-nav {

    width: 350px;

}

.left-nav .nav-ul {
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
}

.nav-ul-item {
    margin: 20px 20px 15px;
    background-color: #1e8274;
    padding: 15px 30px;
    text-align: center;
    color: white;
    font-size: 2rem;
    border-radius: 1px;
}

.nav-ul-item a {
    font-size: 2rem;
    color: white;
    text-decoration: none;
}

.nav-ul-item:hover, .nav-ul-item:focus {
    color: white;
    text-decoration: none;
    background-color: #176A52;
}

.right-content {
    overflow: hidden;
    width: 820px;
    min-width: 360px;
    background: #fff;
    border-radius: 1px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
}

.link-main{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.link-main .lj{
    display:flex;
    align-items: center;
    margin-top:20px;
}

.link-main .lj h4{
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bolder;
}

.link-main .ljse{
    padding-left: 80px;
    display:flex;
    align-items: center;
    margin-top:0;
}

.link-left{
    font-size: 1.5rem;
    color:#fff;
    width: 75px;
}

.link-main>div ul{
    display:flex;
    flex-wrap:wrap;

}
.link-main>div ul li {
    margin-right:20px;
    height: 20px;
}

.link-main>div ul li a{
    font-size: 1.5rem;
    color:#fff;
    display: block;
    text-decoration:none;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    background-color:#1e8274;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: -0.1rem auto;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.dropdown>.dropdown-menu>.dropdown-item{
    margin: 0;
    padding: 0;
}

.top {
    display: flex;
    width: 1400px;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
    background-size: cover;
    background: url(../images/top_bg.png) no-repeat top;
    margin: 0 auto;
}

.logo {
    display: flex;
}

.logo img {
    height: 160px;
}

.search-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    padding: 0 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
}

.search-input {
    padding: 0 10px;
    height: 30px;
    width: 150px;
    font-size: 14px;
    outline: 0;
    border: 1px solid #c6c6c6;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    background-color: transparent;
}

.search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    height: 30px;
    outline: 0;
    border: 1px solid #1e8274;
    background: #1e8274;
    color: #fff;
    line-height: 30px;
    margin: 0;
    appearance: auto;
}

.search-button > span{
    width: 50px;
}

.search-right {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.nav-background-color {
    background-color: #1e8274 !important;
}

.nav-link {
    color: white;
    font-size: 2rem;
}

.nav-link:hover {
    cursor:pointer;
    color: white;
    text-decoration: none;
    background-color: #176A52;
}

.page-block,
.navbar-collapse {
    display: flex;
    justify-content: center;
    line-height: 2;
}

.navbar-nav {
    width: 1400px;
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.navbar-nav .nav-item {
    height: 100%;
}

.banner {
    width: 100%;
}


.content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.list-block {
    width: 1200px;
    min-height: 600px;
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    width: 100%;
    height: 200px;
    background-color: #1e8274;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    width: 1400px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 10px;
}

.details> h4 {
    font-weight: bolder;
    font-family: inherit;
}

.others {
    font-size: 1.6rem;
    font-weight: bolder;
    display: flex;
    width: 700px;
    justify-content: flex-start;
    align-items: center;
}

.others div {
    text-align: left;
}

.others div span svg {
    margin-right: 10px;
}

.dropdown-toggle::after {
    display: none;
}

.breadcrumb-item {
    font-size: 1.5rem;
}

.breadcrumb-item a {
    color: #606266;
}

.breadcrumb-item a:hover {
    color: #00A388;
}

.bread-nav {
    padding-top: 10px;
    padding-bottom: 0;
}


.others div a {
    color: white;
    text-decoration: none;
}


.article-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.article-block {
    overflow: hidden;
    width: 100%;
    min-width: 360px;
    background: #fff;
    border-radius: 1px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
}

.articles {
    padding: 20px 30px;
}

.articles > .title {
    font-size: 2.8rem;
    font-weight: 400;
    text-align: center;
}

.articles > .info {
    font-size: 1.5rem;
    font-weight: lighter;
    color: #6c757d;
    margin-top: 20px;
    text-align: center;
}

.articles > .contents {
    margin-top: 20px;
}

.articles > .contents p {
    font-size: 1.8rem;
}


.divider {
    display: block;
    height: 2px;
    width: 100%;
    margin: 5px 0;
    background: #1e8274 !important;
}
