/*正文部分*/
.EnvironmentalAlbum{
    margin-top: 68px;
}
.album-title {
	padding: 14px 0;
	/*background: #f7f8fa;*/
	box-sizing: border-box;
}

.album-content {
	margin-top: 23px;
}

.marginLeft0 {
	/*margin-left: 0!important;*/
}

.marginLeft44 {
	margin-left: 44px!important;
}

.album-content ul li {
	margin-left: 60px;
	width: 200px;
	height: auto;
	margin-bottom: 30px;
	transition: all 0.2s;
}

.album-content ul li:hover>img {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	transform: translateY(-10px); 
}

.album-content ul li img {
    transition: all 0.2s;
	width: 200px;
	height: 180px;
	display: block;
    cursor: pointer;
}
.album-content ul li h3{
    font-size: 16px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 10px;
    overflow: hidden;
    text-align: center;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.courses-list {
	margin-top: 30px;
}

.courses-list>ul>a {
    display: block;
	margin-left: 70px;
	margin-bottom: 30px;
    /* height: 206px; */
}

.courses-list>ul>a:hover .courses-content {
	border: 1px solid #e54c51;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* .courses-list>ul>a:hover .courses-img {
	border-left: 1px solid #e54c51;
	border-top: 1px solid #e54c51;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
} */

.courses-list>ul>a .courses-content {
	width: 388px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	padding: 20px 0 ;
	position: relative;
	transition: all 0.2s;
}

.courses-content h3 {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    max-width: 335px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.courses-content h3:hover{
    color: #eb4245;
}
.info {
	padding-left: 50px;
}

.c-con-right {
	margin-left: 30px;
}

.c-con-left span,
.c-con-right span {
	display: block;
	font-size: 16px;
	color: #666;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.marTop {
	margin-top: 13px;
}

.view-detail {
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #eb4245;
	margin: 0 auto;
	border-radius: 30px;
	margin-top: 20px;
}
.view-detail:hover{
    background-color: #fc6568;
    box-shadow: 0 0 5px #fc6568;
}

.courses-img {
	width: 387px;
    height: 241.5px;
    display: block;
    margin-bottom: 10px;
    padding: 0 20px;
    /* position: absolute; */
    /* left: -44px; */
    /* top: 60px; */
    border: 1px solid transparent;
    box-sizing: border-box;
    /* border-radius: 50%; */
    /* transform: rotate(-45deg); */
    transition: all 0.2s;
}

.courses-img img {
    display: block;
	width: 345px;
    height: 241.5px;
    /* transform: rotate(45deg); */
    box-sizing: border-box;
    /* border-radius: 50%; */
    /* -webkit-border-radius: 50%; */
}

.kc-nav .kc-nav-btn {
	margin-left: 20px !important;
	width: 111px !important;
}
.kc-nav-btn > h2 {
	padding: 0 6px;
	font-size: 16px;
}

.kc-nav-box>ul .kc-nav-xq {
    margin-right: 0;
    margin-left: 37px;
}
.kc-nav-box>ul .kc-nav-xq:first-child{
    margin-left: 0;
}
.kc-nav-box>ul{
    width: 930px;
}
.show-img{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    display: none;
    z-index: 100;
}

.show-img img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 200px;

}

/**
新增联系
 */
.school-info {
	width: 100%;
}

.mtd20{
	margin: 20px 0;
}

.df {
	display: flex;
}

.school-info-title {
	font-weight: 700;
	font-size:16px;
	width: 105px;
	line-height: 30px;
}

.school-info-content {
	font-size:16px;
	width: 100%;
	line-height: 30px;
}
.school-info-map {
	width:100%;
	height: 390px;
}
.split-line{
	border-bottom: 1px solid #d3d3d3;
}

.school-info-button-div {
	display: flex;
	justify-content:space-around;
	margin: 20px 0;
	text-align: center;
}

.school-info-button {
	width: 300px;
	height:50px;
	border-radius: 10px;
	text-align: center;
	/*line-height: 50px;*/
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}


