

#banner-news {
    height: 238px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.main-box {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;

}
:root {
    --swiper-navigation-size: 44px;
}

:root {
    --swiper-theme-color: #4b95b7;
}
.crumbs {
    padding: 10px 15px;
    font-size: 14px;
}
.crumbs i, .crumbs a, .crumbs span {
    margin-right: 5px;
    color: #666;
}
.icon {
    font-style: normal;
    font-family: icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.article-left {
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    width: 75%;
	box-shadow: -3px 3px 21px #ccc;
}


.mb15 {
    margin-bottom: 15px;
}
.wrap-box {
    background-color: #fff;
}
.article-title {
    padding: 20px 30px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}
.article-title h1 {
    margin-bottom: 10px;
    font-size: 1.85em;
}
.info, .info a {
    overflow: hidden;
    color: #999;
    font-size: 14px;
}


.info span:first-child {
    padding-left: 0;
}
.info span {
    padding: 0 6px;
}

.info span i {
    margin-right: 5px;
}

.icon {
    font-style: normal;
    font-family: icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.info span i {
    margin-right: 5px;
}
.article-text {
    padding: 20px 20px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    line-height: 1.8;
}
.article-text p {
    text-align: justify;
}

.article-text p, .article-text h4, .article-text table {
    margin-bottom: 15px;
}
.article-text img {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.article-text p, .article-text h4, .article-text table {
    margin-bottom: 15px;
}
.article-text h4 {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}
.article-text h4:before {
    position: absolute;
    top: 3px;
    left: -20px;
    width: 4px;
    height: 22px;
    background: #0987b9;
    content: "";
}
.pd20 {
    padding: 20px;
}
.state {
    border: 1px solid #FFC107;
    padding: 10px;
    font-size: 14px;
    background: #fffcdd;
    border-radius: 3px;
    margin-bottom: 20px;
}
.article-navigation {
    padding: 10px;
    background-image: url(../img/bg.png);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
}
.article-navigation .prev, .article-navigation .next {
    position: relative;
    float: left;
    overflow: hidden;
    width: 50%;
    min-height: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-navigation .next {
    text-align: right;
}
.article-navigation a {
    font-size: 14px;
}
.article-navigation:after {
    clear: both;
    display: table;
    content: " ";
}



.btn a {
    display: inline-block;
}
.mr20 {
    margin-right: 20px;
}
.consult .btn a i {
    margin-right: 5px;
}

.wrap-title {
    position: relative;
    padding: 13px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
    line-height: 30px;
}
.zixun:before {
    content: "\e626";
}
.consult .btn a:hover {
    background-color: #fff;
    color: #4b95b7;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all .35s ease 0s;
}
.wrap-title::before {
    position: absolute;
    top: 25%;
    left: -2px;
    display: block;
    width: 4px;
    height: 50%;
    background-color: #4b95b7;
    content: "";
}
.wrap-title h2 {
    float: left;
    font-size: 18px;
}
.wrap-ul {
    padding: 7px 15px;
}
.wrap-relevant li {
    float: left;
    display: flex;
    padding: 0 15px;
    width: 50%;
    line-height: 2.6;
    align-items: center;
}
.wrap-ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: auto;
}
a:hover {
    color: #0f7cb3;
    text-decoration: none;
}
.wrap-ul li span {
    margin-left: 15px;
    color: #bbb;
    font-size: .85em;
    flex: none;
}
.wrap-ul:after {
    clear: both;
    display: table;
    content: " ";
}
.article-right {
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    width: 24.9999%;
}
.wrap-title::after, .side-tag::after {
    clear: both;
    display: table;
    content: " ";
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.wrap-newest li {
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.6;
    align-items: center;
    position: relative;
    padding-left: 30px;
}
.wrap-ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: auto;
}
.wrap-ul li span {
    margin-left: 15px;
    color: #bbb;
    font-size: .85em;
    flex: none;
}

.wrap-ul:after {
    clear: both;
    display: table;
    content: " ";
}
.wrap-title::after, .side-tag::after {
    clear: both;
    display: table;
    content: " ";
}
.side-tag {
    padding: 7px 15px;
}
.side-tag a {
    float: left;
    display: block;
    overflow: hidden;
    margin: 0 0 5px 0;
    padding: 0 10px;
    width: 49%;
    height: 30px;
    background-color: rgba(0, 0, 0, .04);
    line-height: 30px;
}
.side-tag a:hover {
    padding-left: 15px;
    background-color: #4b95b7;
    color: #fff;
}
.side-tag a small {
    float: right;
    color: #aaa;
    transition: all .35s ease 0s;
}
.side-ask li {
    padding: 7px 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    transition: all .35s ease 0s;
}