.txt-scroll {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 5px 0 100px;
    font-weight: normal;
	background-color: #fff;
	background-position: 10px center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.txt-scroll .scrollbox {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s;
    cursor: pointer;
}
.txt-scroll .txt, .txt-scroll .txt-clone {
    display: inline;
    position: relative;
	line-height: 40px;
}
.txt-scroll .txt a {
	text-decoration: none;
	color: #333;
	margin-right: 20px;
	font-size: 16px;
}
.txt-scroll .txt a i {
	color: #cf0000;
	margin-right: 5px;
}
.txt-scroll .txt a:hover {
	text-decoration: underline;
}
.notice {
    color: #ff6800;
    font-size: 20px;
    background-image: -webkit-linear-gradient(top, #ff3302, #8e0101);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 5px 10px;
    float: left;
}

.txt-scroll .txt-clone a {
	text-decoration: none;
	color: #333;
	margin-right: 20px;
	font-size: 16px;
}
.txt-scroll .txt-clone a i {
	color: #cf0000;
	margin-right: 5px;
}
.txt-scroll .txt-clone a:hover {
	text-decoration: underline;
}
.main3 .swiper-container11 {
        width: 700px;
        height: 440px;
}
.main3 .swiper-container11 .pic img {
	height: 100%;
	object-fit: fill;
	width: 100%;
}
.main3 .swiper-container11 .pic {
	width: 700px;
	height: 440px;
}
.main3 .swiper-container11 .swiper-slide-item {
	display: block;
}
.main3 .swiper-container11 .swiper-slide-item .info {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	background: linear-gradient(to bottom, transparent 0%, #000 100%);
	padding: 0 20px;
	line-height: 60px;
	font-size: 20px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	   
}
.swiper-container11 .swiper-pagination {
    text-align: right;
    bottom: 19px;
    box-sizing: border-box;
    padding-right: 12px;
    width: 130px;
    position: absolute;
    right: 0px;
    left: inherit;
}
.main3 .swiper-container11 .swiper-pagination-bullet {
	margin: 0 3px !important;
}