.wra-topic {
	display: block;
	width: 100%;
	height: auto;
}

.wrac-tit {
	width: 100%;
	height: 100px;
	background: url(../img/titbg.png) no-repeat;
	background-size: 100% 100%;
	margin: 20px 0;
}

.wrac-tit h2 {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	background: linear-gradient(to top, #fc9b00, #f6da86);
	-webkit-background-clip: text;
	color: transparent;
}
/* 
.wrac-ktit {
	width: 100%;
	height: 6vh;
	line-height: 6vh;
	background: red;
	color: #fff;
	text-align: center;
	padding: 0 2vw;
}
 */
.wrac-main {
	position: relative;
	margin-bottom: 20px;
	padding: 44px 15px 36px 15px;
	border: 2px solid #fceb93;
}

.wrac-cont {
	background: #fceb93;
	color: #bd1012;
	padding: 10px 20px;
	border-radius: 4px;
}

.ykpic {
	position: absolute;
}

.kborlt {
	top: 0;
	left: 0;
}

.kborrt {
	top: 0;
	right: 0;
}

.kborrb {
	bottom: 0;
	right: 0;
}

.kborlb {
	bottom: 0;
	left: 0;
}

.wrac-video {
	width: 500px !important;
	height: 300px !important;
	margin: 30px auto 0;
}

.wrac-vtit {
	width: 100%;
	height: 8vh;
	line-height: 8vh;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #fcea94;
}

.wrac-title {
	width: 100%;
	height: 40px;
	line-height: 42px;
	padding: 0 0 0 16px;
	position: relative;
	color: #fbeb93;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.wrac-title:after {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	width: 6px;
	height: 30px;
	background: #fbeb93;
}

.wrac-conts {
	border-radius: 4px;
}

.wracs-itemv {
	width: 100%;
	display: flex;
	margin-bottom: 2vh;
}

.wracsi-vide{
	width: 228px;
	height: 151px;
	position: relative;
	border: 2px solid #fbeb93;
}
.wracsi-tsvide{
	width: 384px !important;
	height: 210px!important;
}
.wvbgpic{
	display: block;
	width: 100%;
	height: 100%;
}

.wvbtn{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.wrsv-cot {
	flex: 1;
	padding: 0 0 0 3vw;
}

.wrsv-cot h5 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fbeb93;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
}

.wrsv-cot p {
	color: #fbeb93;
	line-height: 17px;
	font-size: 12px;
}


/* 图片轮播图区开始 */
.wrac-lbpic{
	margin-top: 20px;
}
/* .slider3 .slide {
	display: flex;
}
.slider3 .slide .wracsi-vide{
	width: 40vw !important;
	height: 12vh !important;
} */
.slider4 .slide img{
	display: block;
	width: 232px !important;
	height: 155px !important;
}
.slider4 .slide p{
	height: 58px !important;
	overflow: hidden;
}
.wls-vid{
	width: 44vw;
	padding: 0 0 0 4vw;
	overflow: hidden;
}
/* 视频蒙版区开始 */
.wra-mode{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 9999;
}
.wram-cont{
	width: 100%;
	height: 100%;
	position: relative;
}
.wram-citem{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	height: 350px;
}
.wram-citem p{
	width: 100%;
	height: 50px;
	background: #fff;
}
.wram-citem p .vic-cha{
	cursor: pointer;
	float: right;
	margin: 18px 15px 0 0;
	width: 20px;
	height: 20px;
}

.wram-citem video{
	display: block;
	width: 500px;
	height: auto;
}
.wra-meiti li{
	display: block;
	margin-bottom: 14px;
}
.wra-meiti li a{
	display: block;
	display: flex;
	/* justify-content: space-between; */
	color: #fbeb93;
	font-size: 16px;
}
.wra-meiti li a:hover{
	color: #fff6c5 !important;
}