.actireconten {
	/*padding: 230px 320px 130px;*/
	padding: 230px 8% 130px;
}

.menu-nav {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.actireconten .menu-nav .nav-list {
	margin: 0;
}

.textcontent {
	padding-top: 110px;
	display: flex;
}

.richconten {
	flex: 1;
}

.richconten p {
	font-size: 14px;
	line-height: 19px;
	color: #626262;
}

.menuconten {
	width: 330px;
	margin-left: 60px;
}

.menulist {
	height: 470px;
	border-radius: 6px;
	margin-bottom: 50px;
}

.mitemtitle {
	padding-left: 20px;
	font-size: 24px;
	color: #fbb03b;
	height: 70px;
	line-height: 70px;
	background-color: rgb(40, 40, 40);
	border-radius: 6px 6px 0 0;
}

.mitembox {
	height: 400px;
	padding: 30px 20px;
	border-radius: 0 0 6px 6px;
	background-color: rgb(238, 238, 238);
}

.mitem {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.mitem:hover {
	cursor: pointer;
	color: #fbb03b;
}

.mmore {
	text-align: right;
	color: #fbb03b;
}

.mmore:hover {
	cursor: pointer;
}

.caselist img {
	height: 330px;
	border-radius: 6px;
}

.caselist h6 {
	color: #282828;
	font-size: 15px;
	margin-top: 10px;
}

.casetitle {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .actireconten {
        padding: 62px 0 0;
    }
    
    .menu-nav {
        border-bottom: none;
    }
    
    .textcontent {
        padding: 55px 0;
        flex-direction: column;
    }
    
    .richconten {
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .menuconten {
        width: 100%;
        margin-left: 0px;
    }
    
    #proswiper {
        display: none;
    }
}