html,
body {
	background-color: #fff;
}

.flush {
	position: absolute;
	right: -80px;
	top: -30px;
}

.content {
	display: flex;
	border: 1px solid #dbdbdb;
	border-top: none;
	padding: 10px;
}

.left {
	width: 40%;
	/* height: 91vh; */
	height: calc(100vh - 100px);
	margin-right: 20px;
	overflow-y: auto;
}

.right {
	width: 60%;
	/* height: 91vh; */
	height: calc(100vh - 100px);
	overflow: hidden;
}

.left>div {
	width: 100%;
}

.content .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #6fba2c;
	color: #fff;
	margin: 10px 0;
	padding: 5px;
}

.content .title>div {
	display: flex;
	justify-content: flex-end;
}

.content .title img {
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

.video {
	margin: 0 auto;
	width: 100%;
	/* width: 650px; */
	height: 350px;
	line-height: 330px;
	text-align: center;
	color: #cfcfcf;
	font-size: 50px;
	background: #474747;
}

.title1 {
	min-width: 130px;
	/* max-width: 200px; */
	padding: 10px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #6fba2c;
}

.list+.list {
	margin-top: 20px;
}

.text {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.text>div {
	background-color: #02a4a6;
	padding: 10px;
	margin-top: 10px;
	margin-right: 15px;
	width: calc(25% - 15px);
	/* justify-content: space-around; */
	display: flex;
	color: #fff;
	cursor: pointer;
	background: #6fba2c !important;
}

.text>div:nth-child(2) {
	background-color: #098c84;
}

.text>div:nth-child(3) {
	background-color: #3a01f0;
}

.text>div:nth-child(4) {
	background-color: #20348a;
}

.text>div:nth-child(5) {
	background-color: #a51e22;
}

.text>div:nth-child(6) {
	background-color: #0f6c04;
}

.text>div:nth-child(7) {
	background-color: #02a4a6;
}

.text>div:nth-child(8) {
	background-color: #3a0e6f;
}

.text>div:nth-child(9) {
	background-color: #58d218;
}

.text>div:nth-child(10) {
	background-color: #3ebeed;
}

.text>div:nth-child(11) {
	background-color: #dc4e86;
}

.text>div:nth-child(12) {
	background-color: #098c84;
}

.text>div:nth-child(13) {
	background-color: #3a01f0;
}

.text>div:nth-child(14) {
	background-color: #20348a;
}

.text>div:nth-child(15) {
	background-color: #a51e22;
}

.text>div:nth-child(16) {
	background-color: #0f6c04;
}

.text>div:nth-child(17) {
	background-color: #02a4a6;
}

.text>div:nth-child(18) {
	background-color: #3a0e6f;
}

.text>div:nth-child(19) {
	background-color: #58d218;
}

.text>div:nth-child(20) {
	background-color: #3ebeed;
}

.text>div:nth-child(21) {
	background-color: #dc4e86;
}

.text>div:nth-child(22) {
	background-color: #098c84;
}

.text>div:nth-child(23) {
	background-color: #3a01f0;
}

.text>div:nth-child(24) {
	background-color: #20348a;
}

.text>div:nth-child(25) {
	background-color: #a51e22;
}

.text>div:nth-child(26) {
	background-color: #0f6c04;
}

.text>div:nth-child(27) {
	background-color: #02a4a6;
}

.text>div:nth-child(28) {
	background-color: #3a0e6f;
}

.text>div:nth-child(29) {
	background-color: #58d218;
}

.text>div:nth-child(30) {
	background-color: #3ebeed;
}

.text>div:nth-child(31) {
	background-color: #dc4e86;
}

.text>div:nth-child(32) {
	background-color: #098c84;
}

.text>div:nth-child(33) {
	background-color: #3a01f0;
}

.text>div:nth-child(34) {
	background-color: #20348a;
}

.text>div:nth-child(35) {
	background-color: #a51e22;
}

.text>div:nth-child(36) {
	background-color: #0f6c04;
}

.text>div:nth-child(37) {
	background-color: #02a4a6;
}

.text>div:nth-child(38) {
	background-color: #3a0e6f;
}

.text>div:nth-child(39) {
	background-color: #58d218;
}

.text>div:nth-child(40) {
	background-color: #3ebeed;
}

.text>div:nth-child(41) {
	background-color: #dc4e86;
}

.text img {
	width: 40px;
	height: 40px;
	/* margin: 0 20px; */
}

/* .el-carousel__indicators--vertical{
	display: none;
} */

.header .title {
	width: 100%;
	position: relative;
	font-size: 20px;
	display: flex;
	color: #717171;
	margin-top: 45px;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.header .title>div {
	width: 170px;
}

.header .title>.name {
	font-family: '方正兰亭准黑_GBK';
	padding-left: 10px;
	position: absolute;
	font-size: 22px;
	bottom: -6px;
	background-color: #fff;
	color: #717171;
}

.header .title>.eng {
	margin-left: 180px;
	width: calc(100% - 180px);
	font-size: 14px;
	font-family: 'dinnextltarabic';
}

.right .content {
	display: block;
	/* height: 83vh; */
	height: calc(100vh - 151px);
	overflow-y: auto;
	padding-bottom: 30px;
}

.OneNone{
	width: 170px;
}
.el-popover{
	display: none;
}