
.banner-width {
	min-width:1280px;
}

.banner {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.banner img {
    width: 100%;
}


.section-container {
    width: 1280px !important;
    margin: 0 auto;
    font-family: PingFang;
}

.section {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 7px;
}

/* 新闻轮播图 */
.section-swiper {
    width: 500px;
    height: 227px;
    margin-right: 6px;
}

.section-swiper img {
    height: 100%;
    width: auto;
}

.section-swiper .swiper-container {
    width: 500px;
    height: 227px;
    position: relative;
    overflow: hidden;
    --swiper-theme-color: #CCCCCC;

}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 9999;
	background-color:#F9F7F7
}
.swiper-title{
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    color: #FFFFFF;
    font-size: 12px;
	text-align:left;
	background-color:#2269A4;
	width:495px;
	height:20px
}
.swiper-title-content{
	width:400px;
	display:inline-block;
	margin-left:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.swiper-container .swiper-button-prev {
    left: 5 !important;
}

.swiper-container .swiper-button-next {
    right: 5 !important;
}
.swiper-pagination{

    z-index: 9998;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 0;
    text-align: right;
    padding-right: 10px;
    /* background-color: #2269A4; */
    opacity: 0.7;
}
.swiper-pagination-bullet{
    opacity: 1;
    background-color: #fff;
}
.swiper-pagination-bullet-active{
    background-color: #FBB03B;
    color: #fff;
    opacity: 1;
    width: 16px;
    border-radius: 4px;
}
.section-focus-news
{
	width:500px
}

.news-title {
    height: 38px;
    display: flex;
    align-items: center;
    background-image: url('../assets/images/news-title-bg.png');
    border-bottom: 3px solid #C69C6D;
}

.news-icon {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-right: 8px;
}

.news-icon img {
    width: 100%;
}

.news-title-text {
    font-size: 17px;
    color: #fff;
}

.news-content {
    padding: 9px 20px;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    position: relative;
    border-bottom: 1px dashed #C69C6D;
}

.news-content p {
    margin-bottom: 0.5rem;
}

.news-list {
    padding: 9px 20px;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    position: relative;
}
.news-list-item{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.more {
    position: absolute;
    bottom: -8px;
    right: 7px;
    font-size: 10px;
    color: #C69C6D;
    line-height: 32px;
    display: flex;
    align-items: center;
}

.more img {
    width: 8px;
    height: 8px;
    margin-left: 1px;
}

/* 广告1 */
.section .banner {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.section-news {
    width: 500px;
}

.news-title-row {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #0071BC;
}

.news-title-row .news-icon {
    width: 36px;
    height: 36px;
}

.news-title-row-text {
    width: 100%;
}

.news-title-row {
    font-size: 14px;
    color: #000000;
}

.news-title-row-en {
    color: #0079C5;
    font-size: 14px;
    border-bottom: 1px solid #C69C6D;
}

.section-news .news-list {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #F9F7F7;
    min-height: 200px;
}

.news-image-list {
    padding-top: 8px;
    display: flex;
    justify-content: space-around;
}

.news-image-list-item {
    width: 248px;
    display: block;
    position: relative;
}
.news-image-list a:hover {
    text-decoration: none;
    color: #000;
}

.news-image-list-item-img {
    width: 248px;
    height: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-image-list-item-img img {
	object-fit: cover;
    max-width: 100%;
	max-height:100%
}

.news-image-list-item .content-wrap{
    padding-left: 12px;
    padding-right: 12px;
    background-color: #F9F7F7;
    padding-bottom: 16px;
}
.news-image-list-item .content-slogan {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    color: #A67C52;
    border-bottom: 1px solid #C69C6D;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	 height: 56px;
}

.news-image-list-item .content-title {
    color:#000000;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    padding-top: 9px;
    padding-bottom: 9px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height: 46px;
}

img {
	object-fit: cover;
    max-width: 100%;
	max-height:100%
}
