

#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;
}

.item-news li {
    padding: 15px 25px;
    border: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out;
    cursor: pointer;
}

.item-news li .news-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-size: 16px;
}
.wendang:before {
    content: "\e72f";
}

.item-news li .news-box .news-img {
    width: 200px;
    float: left;
    margin-right: 15px;
}
.item-news li .news-box .news-img .img-box {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    border: 2px solid rgba(0, 0, 0, .05);
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    padding-top: 60%;
    border-radius: 5px;
}
.item-news li .news-box .news-img .img-box::before {
    content: "加载中";
    font-family: "Microsoft YaHei";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -25px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}
.item-news li .news-box .news-img .img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .05);
}
.item-news li .news-box section {
    overflow: hidden;
}
.item-news li .news-box section p {
    margin: 10px 0;
    line-height: 26px;
}
.item-news li .news-box section p {
    margin: 10px 0;
    line-height: 26px;
}
.sign, .sign a {
    color: #aaa;
    font-size: 12px;
}
.otw {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rl {
    float: right;
}
.sign i, .sign a {
    margin-right: 5px;
}

.mr15 {
    margin-right: 15px;
}

.item-news li:hover{
	    box-shadow: -3px 3px 21px #ccc;
}

.item-news li .news-box::after {
    display: table;
    content: " ";
    clear: both;
}


.tac {
    text-align: center;
}
.oh {
    overflow: hidden;
}

.pagination {
    margin: 25px 0;
    border: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
    background-color: #fff;
    font-size: 0;
}
.pagination, .pagination a, .pagination span {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.pagination a, .pagination span {
    margin: -1px;
    padding: 0 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 30px;
}

.pagination, .pagination a, .pagination span {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.pagination span.current, .pagination span.page_nowindex {
    background-color: #0076e9;
    color: #fff;
}
.pagination a, .pagination span {
    margin: -1px;
    padding: 0 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 30px;
}
.pagination, .pagination a, .pagination span {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.pagination a:hover {
    background-color: #0076e9;
    color: #fff;
}

*, :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;
}