[v-cloak] {
	display: none;
}

body {
	background-color: #ebebeb;
}

/* 布局 */
.el-row {
	margin-bottom: 20px;
}

.el-row:last-child {
	margin-bottom: 0;
}

/* .el-col-18 {
  width: 80% !important;
} */

/* .el-col-offset-3 {
  margin-left: 10% !important;
} */

/* .el-col-12 {
  width: 52% !important;
} */

/* .ggtz {
  width: 28% !important;
} */



.row_css {
	width: 1200px;
	margin: 0 auto;
}

.enter-top {
	background: url('../img/header_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.header-info {
	width: 1200px;
	margin: 0 auto;
}

.header-info-box {
	width: 496px;
	height: 57px;
	color: #1d1d1d;
	font-size: 34px;
	font-weight: 600;
	font-family: "黑体";
	/* background: url('../img/header_title.png'); */
	background-repeat: no-repeat;
	background-size: 100%;
}

/* 顶部链接 */
.header {
	/* background: #064db4; */
	height: 150px;
	width: 100%;
	margin: 0 auto;

}

.top_box {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
}

.topLink {
	width: 1200px;
	color: #6b9de6;
	top: 5px;
	right: 50%;
	margin-right: -650px;
	position: absolute;
}

.topLink li {
	float: left;
}

.topLink li a {
	color: #6b9de6;
}

.topLink li .divider {
	margin: 0 5px !important;
}

/* logo+搜索框 */
.search_box {
	position: absolute;
	top: 40px
}

.search_box .el-col-10 {
	text-align: right;
}

.logo {
	margin-top: 8px;
}

.el-input__inner {
	width: 300px !important;
	border-radius: 20px !important;
	padding-left: 20px !important;
	margin-top: 10px !important;
	height: 33px !important;
	line-height: 33px !important;
}

.el-input__prefix {
	top: 7px !important;
	left: 270px !important;
}

.search_btn {
	position: absolute;
	top: 17px;
	right: 15px;
}

.nowTime {
	color: #fff;
	line-height: 30px;
	padding: 5px 8px 0 0;
	font-size: 14px;
	width: 100%;
	text-align: right;
}

/* 导航 */
.nav {
	width: 100%;
	background: url(../img/nav-bg.png) center #1c73da;
	margin: 0 auto
}

.navCss {
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
}

.navCss a {
	color: #ffffff;
	display: inline-block;
	/* width: 100px; */
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
}

.nav_inner {
	display: flex;
	/* justify-content: space-between; */
}

ul.nav_inner .firstMenu {
	padding: 0 12px;
	position: relative;
	box-sizing: border-box;
}

ul.nav_inner .firstMenu a {
	font-size: 18px;
	font-weight: 600;
}

ul.nav_inner li {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	height: 56px;
}

ul.nav_inner li:hover {
	background: #4950c0;
}

ul.nav_inner li .submenu_ul {
	display: none;
	
}

ul.nav_inner li:hover .submenu_ul {
	display: flex;
	position: absolute;
	left: 0;
	top: 44px;
	z-index: 999;
}



.submenu_ul {
	flex-wrap: wrap;
	justify-content: space-between;
	width: 360px;
	color: #fff;
	background: #4950c0;
}

.submenu_ul .submenu {
	width: 46%;
	height: 44px;
}

li.submenu a {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.nav_inner li.submenu a {
	font-weight: 400;
	font-size: 16px;
}

li.submenu a:hover {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3) !important;
}

/* 轮播图 */
.el-carousel__container {
	height: 200px !important;
}

.el-carousel__item img {
	width: 100%;
	height: 100%;
}

/* 底部 */
.footer_list {
	background: #3c83ea;
	text-align: center;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

.footer_list a {
	margin: 0 8px 0 7px;
}

.footer_list a {
	color: #fff;
}

.footer_copyright,
.footer_copyright a {
	height: 170px;
	color: #fff;
	line-height: 30px;
	padding-top: 36px;
	background-color: #064db4;
}

/* 首页列表 */
/* 校园新闻、公告通知 */
.boxCss {
	height: 370px;
	background-color: #fff;
	overflow: hidden;
}

.boxCss .el-col-12 {
	width: 50% !important;
}

.box_top {
	margin: 20px 20px 0 20px;
	height: 33px;
	border-bottom: 1px solid #dadada;
}

.box_title {
	float: left;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.box_title span {
	color: #fff;
	padding: 3px 5px;
	margin-right: 3px;
	background-color: #064db4;
}

.box_more {
	float: right;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	background-color: #064db4;
}

.box_bottom {
	margin: 15px 20px 0 20px;
}

.underLine_title {
	min-height: 30px;
	border-bottom: 1px dashed #dbdbdb;
}

.xyxw_title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article_first_img {
	background: #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.article_first_img img {
	width: 100%;
	max-height: 170px;
}

.article_first_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	color: #064db4;
}

.article_first_details {
	color: #353535;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	background: #f5f5f5;
	padding: 10px;
	height: 105px;
	overflow: hidden;
	font-weight: 500;
}

.article_first_details:hover {
	color: #1890ff;
}

.titlebox {
	border-bottom: 1px dashed #dbdbdb;
	overflow: hidden;
	zoom: 1;
	clear: both;
	min-height: 33px;
}

.article_title,
.article_title_one,
.arrow_tip {
	color: #353535;
	font-size: 14px;
	float: left;
	padding-left: 20px;
	line-height: 30px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article_title {
	width: 75%;
	cursor: pointer;
	background: url(../img/list-style.png) 0;
	background-repeat: no-repeat;
}

.article_title_one {
	width: 100%;
	background: url(../img/list-style.png) 0;
	background-repeat: no-repeat;
}

.article_title:hover,
.article_title_one:hover,
.arrow_tip:hover {
	color: #1890ff;
}

.arrow_tip {
	width: 75%;
	background: url(../img/arrow-tip.png) 0;
	background-repeat:  no-repeat;
}

.article_time {
	color: #999999;
	float: right;
	line-height: 30px;
	/* width: 55px; */
}

/* 资源中心、媒体报道、师德在线、最近更新 */
.zyzx {
	margin-top: 10px;
}

.zyzx .el-col-6 {
	width: 24.35%;
	background-color: #fff;
	/* 习近平主题更改前样式  */
	/* min-height: 325px; */
	min-height: 330px;
	margin-top: 10px;
}

.middle_box .el-col-5 {
	min-height: 325px;
	background-color: #fff;
	margin-top: 10px;
}

.middle_box_right {
	margin-left: 10px;
}

.zyzxVedio .video-js {
	width: 91%;
	height: 180px;
	margin-left: 12px;
}

.zyzxVedio .video-js .vjs-big-play-button {
	font-size: 1em !important;
	top: 81% !important;
}

.zyzxVedio .vedio_title {
	background: none;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

/* 校园风光 */
.xyfg {
	margin-top: 20px;
}

.big_box {
	background-color: #fff;
	min-height: 240px;
	padding: 15px;
}

.big_box .box_top {
	margin: 0;
}

/* .big_box .box_bottom {
  margin: 15px 0px 0 20px;
} */


.pic_box {
	width: 200px;
	float: left;
}

.pic_box_c:nth-child(2),
.pic_box_c:nth-child(3),
.pic_box_c:nth-child(4),
.pic_box_c:nth-child(5) {
	margin-left: 20px;
}

.xxx {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.pic_box img {
	width: 100%;
	height: 132px;
}

.pic_box a p {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #353535;
	font-size: 14px;
	font-weight: 500;
}

/* 德育之窗、教学之窗、校友在线 */
.dyzc {
	margin-top: 10px;
}

.dyzc .el-col-8 {
	margin-top: 10px;
	width: 32.5%;
	min-height: 470px;
	background-color: #fff;
}

.three_box_right {
	margin-left: 15px;
}

.three_box_img {
	margin: 0 0 10px 0;
	/* background: #f2f2f2; */
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 习近平更改前 */
/* .three_box_img a img {
  max-width: 100%;
  height: 186px;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
}

*/

.three_box_img a img {
	width: 100%;
	height: 186px;
	border: 0;
	vertical-align: middle;
}

/* 二级页面 */
.now_position {
	color: #7f7f7f;
	line-height: 30px;
}

.now_position a {
	color: #7f7f7f;
}

.list_box {
	height: 320px;
}

.list_box .box_top,
.list_box .box_bottom {
	margin: 15px 15px 0 15px;
}

/* 三级页面 */
.left_menu {
	width: 85%;
	min-height: 350px;
}

.left_menu .left_menu-row {
	display: flex;
	align-items: center;
	width: 186px;
	margin-top: 2px;
	background-color: rgba(22, 119, 255, 0.10);
	cursor: pointer;
	position: relative;
}

.left_menu-row .title-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
}

.left_menu .left_menu-row-icon {
	width: 16px;
	height: 16px;
	background: url('../img/list_arrows_icon.png');
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 16px;
}

.left_menu a {
	color: #333;
	line-height: 40px;
	display: block;
	padding-left: 12px;
}

.left_menu .left_menu-row:hover {
	background-color: #064db4;
}

.left_menu .left_menu-row:hover a {
	color: #fff;
}

.left_menu .left_menu-row-ac {
	background-color: #064db4;
}

.left_menu .left_menu-row-ac a{
	color: #fff;
}

/* 分页 */
.pageBox {
	overflow: hidden;
	padding: 10px 0 20px;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}

.pageBox .btn {
	padding: 0 10px;
	border: 1px solid #DFDEDE;
	background: #fff;
	color: #353535;
	cursor: pointer;
	line-height: 33px;
}

.pageBox .slectedPage {
	border: 1px solid #2e97ce;
	padding: 8px 14px;
	color: #fff;
	background-color: #2e97ce;
}

.pageBox .totalPageCss {
	margin-left: 6px;
}

.pageBox .pageInput {
	border: 1px solid #DFDEDE;
	padding: 0 10px;
	width: 50px;
	height: 33px;
	line-height: 33px;
}

.pageGray {
	color: #7f7f7f !important;
}

.noArticle {
	width: 100%;
	text-align: center;
	padding: 50px;
}

.noArticle img {
	width: 80px;
}

.noArticle p {
	color: #064db4;
	line-height: 30px;
}

.title-top {
	width: 24px;
	/* float: right;
    z-index: 100;
    margin-top: -26px; */
	position: absolute;
}

.title-top-1 {
	position: absolute;
	height: 35px;
	left: 240px;
}
