@import url("page_common.css");

/* 导航图标 */
#centerNav ul li a.active2{
	color: #333333;
	font-weight: bold;
}
/* 标题 */
.ykDiyTitle{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ykDiyTitle h3{
	color: #333333;
	font-size: 28px;
	font-weight: bold;
}

.ykDiyTitle span{
	flex: 1;
	color: #999999;
	font-size: 24px;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 2px solid #737373;
	text-transform: uppercase;
	line-height: 100%;
}

.ykDiyTitle ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 8px;
	margin-left: 9px;
}
.ykDiyTitle ul li{
	margin-right: 20px;
}
.ykDiyTitle ul li a{
	display: block;
	border: 1px solid #696969;
	border-radius: 20px;
	padding: 0px 16px;
	font-size: 18px;
	color: #666666;
}
.ykDiyTitle ul li a:hover, .ykDiyTitle ul li.hover a{
	color: #333333;
	border-color: #666666;
	font-weight: bold;
}
.ykDiyTitle .moreBtn{
	display: block;
	margin-left: auto;
	color: #333333;
	text-transform: uppercase;
	font-size: 16px;
	overflow: hidden;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	background: #CFCFCF;
	cursor: pointer;
}

/* 厚一在线 */
#baodian{
	background: #CFCFCF;
}
#baodian .cont{
	overflow: hidden;
}
/* 左侧标题 */
#baodian .cont .titleBox{
	width: 315px;
}
#baodian .cont .titleBox h3{
	width: calc(100% - 36px);
	background: #808080;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 22px;
	padding: 0px 0px 0px 36px;
	font-weight: bold;
}
#baodian .cont .titleBox ul{
	background: #ffffff;
}
#baodian .cont .titleBox ul li{
	width: calc(100% - 72px);
	cursor: pointer;
	padding: 13px 36px 7px 36px;
	display: flex;
	height: 49px;
	border-bottom: 1px solid #cccccc;
	background: url(../../img/right_arrow.png) calc(100% - 35px) center no-repeat #fff;
}
#baodian .cont .titleBox ul li:last-child{
	border-bottom: 1px solid #fff;
}
#baodian .cont .titleBox ul li p{
	font-size: 16px;
	line-height: 23px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 200px;
}

#baodian .cont .titleBox ul li.hover{
	background: url(../../img/right_arrow_h.png) calc(100% - 35px) center no-repeat #267737;
	border-bottom: 1px solid #267737;
}

#baodian .cont .titleBox ul li.hover p{
	color: #ffffff;
}

/* 右侧内容 */
#baodian .cont .videoBox{
	width: 965px;
	height: 545px;
	overflow: hidden;
}
#baodian .cont .videoBox div{
	position: relative;
	width: 100%;
	height: 100%;
}
#baodian .cont .videoBox div.show{
	display: block;
}
#baodian .cont .videoBox div.hide{
	display: none;
}
#baodian .cont .videoBox div img{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	transition: all 500ms;
}
#baodian .cont .videoBox div:hover img{
	transform: scale(1.1);
}
#baodian .cont .videoBox div a{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 583px;
	background: rgba(0, 0, 0, .3);
}
#baodian .cont .videoBox div a img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	margin-left: -20px;
	margin-top: -20px;
}
#baodian .cont .videoBox div:hover a img{
	transform: scale(1);
}


#baodian  .videoSwiper {
	margin-top: 8px;
	height: 320px;
}

#baodian  .videoSwiper .swiper-slide {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#baodian  .videoSwiper .swiper-slide .videoPic {
	position: relative;
	width: 100%;
	height: 230px;
	transition: all 500ms;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#baodian  .videoSwiper .swiper-slide .videoPic .pic {
	width: 100%;
	height: 230px;
	transition: all 500ms;
}

#baodian  .videoSwiper .swiper-slide .videoPic .play {
	width: 50px;
	height: 50px;
	position: absolute;
}

#baodian .videoSwiper .swiper-slide:hover .pic {
	transform: scale(1.1);
}

#baodian .videoSwiper .swiper-slide p {
	position: relative;
	z-index: 1;
	text-align: center;
	width: calc(100% - 30px);
	padding: 15px 15px;
	background: #ffffff;
	color: #333333;
	font-size: 16px;
	white-space: nowrap;
	/* 规定文本是否折行 */
	overflow: hidden;
	/* 规定超出内容宽度的元素隐藏 */
	text-overflow: ellipsis;
}

#baodian .swiper-horizontal>.swiper-scrollbar {
	height: 2px;
	bottom: 1px;
}

#baodian .videoSwiper .swiper-scrollbar-drag {
	top: -1px;
	height: 4px;
	background: #333333;
}


/* 美术艺考流程 */
#liucheng{
	background: #e5e5e5;
}
#liucheng .cont img{
	width: 100%;
	border-bottom: 6px solid #ffd200;
}

/* 湖北美术联考 湖北美术联考 */
#liankao{
	background: #E5E5E5;
}

#liankao .cont{
	display: flex;
	justify-content: space-between;
}

/* 内容 */

#liankao .cont .item{
	width: 617px;
}
#liankao .cont .tabCont{
	width:100%;
	height:460px;
	overflow: hidden;
}
#liankao .cont .list{
	width:100%;
	height:calc(460px - 35px);
	background: #fff;
	overflow: hidden;
	padding:15px 0 20px 0;
}
#liankao .cont .hide{
	display: none;
}
#liankao .cont .show{
	display: block;
}
#liankao .cont .list ul{
	width: calc(100% - 74px);
	height: 100%;
	background: #fff;
	padding:0 37px 0px 37px;
	overflow-y: auto;
}
#liankao .cont .list ul li{
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

#liankao .cont .list ul li a{
	flex: 1;
	display: block;
	line-height: 38px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
	margin-right: 10px;
}

#liankao .cont .list ul li a:hover{
	color: #333333;
	font-weight: bold;
}

#liankao .cont .list ul li span{
	color: #999999;
	font-size: 14px;
}

/* 优秀作品 */
#excellentWorks{
	background: #E5E5E5;
}

/* 院校大全 */
#collegeEncyclopedia{
	background: #cfcfcf;
}
#collegeEncyclopedia .ykDiyTitle .moreBtn{
	background: #ffffff;
	font-size: 16px;
	color: #333333;
	padding: 0px 18px;
}
#collegeEncyclopedia .cont{
	overflow: hidden;
}
#collegeEncyclopedia .cont .fl {
	/*width: 732px;*/
}
#collegeEncyclopedia .cont .fl .tabCont{
	overflow: hidden;
	height: 600px;
}
#collegeEncyclopedia .cont .list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#collegeEncyclopedia .cont .hide{
	display: none;
}
#collegeEncyclopedia .cont .show{
	display: flex;
}
#collegeEncyclopedia .cont .list a{
	width: 300px;
	display: block;
	margin-right: 25px;
	margin-bottom: 37px;
	position: relative;
}
#collegeEncyclopedia .cont .list a:nth-child(4n){
	margin-right: 0px;
}
/*#collegeEncyclopedia .cont .list a:nth-child(n+7){*/
/*	margin-bottom: 0px;*/
/*}*/
#collegeEncyclopedia .cont .list a .imgBox{
	width: 100%;
	height: 270px;
	/*border-bottom: 6px solid #ffd200;*/
	overflow: hidden;
}
#collegeEncyclopedia .cont .list a .imgBox img{
	transition: all 500ms;
	width: 100%;
	height: 100%;
}
#collegeEncyclopedia .cont .list a:hover .imgBox img{
	transform: scale(1.1);
}
#collegeEncyclopedia .cont .list a p{
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #fff;
	color: #97C968;
	width: calc(100% - 20px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 10px;
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
}

#collegeEncyclopedia .fr{
	width: 505px;
	height: 1104px;
}
#collegeEncyclopedia .fr .item{
	width: 100%;
	background: #fff;
}
#collegeEncyclopedia .fr .item h2{
	width: calc(100% - 60px);
	height: 54px;
	line-height: 54px;
	font-size: 22px;
	font-family: "SourceHanSansCN-Medium";
	background: #808080;
	color: #fff;
	font-weight: normal;
	padding: 0px 30px;
}
#collegeEncyclopedia .fr .item ul, #collegeEncyclopedia .fr .item p{
	width: calc(100% - 40px);
	height: calc(100% - 50px);
	padding: 23px 20px 0px 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#collegeEncyclopedia .fr .item ul li{
	width: 150px;
	height: 30px;
	margin-right: 5px;
	background: #e5e5e5;

	line-height: 30px;
	text-align: center;
	margin-bottom: 0px;
}
#collegeEncyclopedia .fr .item ul li a{
	font-size: 15px;
	color: #333333;
	font-family: "SourceHanSansCN-Medium";
}
#collegeEncyclopedia .fr .item ul li.disable{
	background: #e5e5e5;

}
#collegeEncyclopedia .fr .item ul li.disable a{
	color: #9b9b9b;
}
#collegeEncyclopedia .fr .item ul li:nth-child(3n){
	margin-right: 0px;
}
/* #collegeEncyclopedia .fr .item ul li:nth-child(n+28){
	margin-bottom: 0px;
} */
#collegeEncyclopedia .fr .item ul li:nth-last-child(n+4){
	margin-bottom: 23px;
}
#collegeEncyclopedia .fr .item p{
	color: #333333;
	font-size: 12px;
	padding-top: 8px ;
	padding-bottom: 22px ;
}



/*20220329 新增*/
.artRank ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.artRank ul li{
	width: 297px;
	height: 255px;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 40px;

}
.artRank ul li:nth-child(4n){
	margin-right: 0px;
}
.artRank ul li:nth-last-child(-n+4){
	margin-bottom: 0px;
}
.artRank ul li img{
	width: 100%;
	transition: all 500ms;
}
.artRank ul li:hover img{
	transform: scale(1.1);
}
