@charset "utf-8";
/* CSS Document */

.box2 {
	height: auto;
	position: relative;
	z-index: 999;
	padding: 0px 0px 0px 0px;
}

/*选项卡面板*/

.nav-tab1-ul {
	width: 70%;
	height: 60px;
	list-style: none;
	margin: 0px auto;
	padding: 0;
	position: relative;
}

.nav-tab1-ul>li {
	float: left;
	width: 33.33333%;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	font-weight: lighter;
	color: grey;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	transition: all 0.3s;
}

.nav-tab1-ul>li:hover {
	cursor: default;
}

.nav-tab1-ul>li::after {
	content: "";
	display: block;
	position: absolute;
	height: 40px;
	width: 0px;
	border-left: 1px solid #3786C8;
	transform: rotate(35deg);
	top: 10px;
}

.nav-tab1-ul>li:first-child::after {
	display: none;
}

.nav-tab1-ul>li>span {
	font-size: 24px;
}

.nav-tab1-div {
	/* width: 100%; */
	display: none;
	margin: 0px -30px;
}

.redtab {
	color: #3786C8 !important;
	font-size: 18px !important;
	font-weight: normal !important;
}

#con1 {
	margin-top: 10px;
	/* border-top: 1px solid #3786C8; */
	border-bottom: 1px solid #3786C8;
	min-height: 460px;
}

.triangle {
	width: 15px;
	height: 15px;
	transform: rotate(-135deg);
	background-color: white;
	border-left: 1px solid #3786C8;
	border-top: 1px solid #3786C8;
	position: absolute;
	top: -8px;
	left: 150px;
	transition: all 0.3s;
}

/*学校要闻*/
.newsItem {
	padding: 10px 15px;
	position: relative;
	font-family: "微软雅黑";
}

.newsItem>.newsDate {
	font-size: 24px;
	font-weight: lighter !important;
	color: #3786C8;
}

.newsItem>.newsDate>span {
	font-size: 16px;
}

.slideTXT {
	position: absolute;
	width: 100%;
	height: 3.7em;
	line-height: 25px;
	padding: 5px 10px 0px 10px;
	background-color: rgba(0, 0, 0, .5);
	bottom: -1.6em;
	color: white;
	font-size: 16px;
	transition: all 0.3s;
}

.title_img img {
	width: 100%;
	transition: all 0.3s;
}

.title_img:hover img {
	width: 110%;
	margin-top: -5%;
	margin-left: -5%;
}

.title_img {
	position: relative;
	height: 0px;
	overflow: hidden;
	padding-bottom: 60%;
}

.title_img>a:hover>.slideTXT {
	bottom: 0px;
}

/*职责分工*/
.zhizefengong {
	min-height: 570px;
}
.zhizefengong .col-sm-5 {
	width: 20%;
}
.zzfg-item{
	padding:15px;
}
.zzfg-item>img{
	opacity: 0.85;
	transition: all 0.3s;
}
.zzfg-item:hover>img{
	opacity: 1;
}

/* 通知公告 */
.T_list {
	list-style: circle;
	list-style-position: inside;
	/* margin: 20px 0px; */
	padding: 0;
	color: #3786C8;
	margin-bottom:30px;
}

.T_list>li {
	padding: 12px 15px;
	border-bottom:1px dashed #3786C8;
}

.T_list>li>a {
	font-size: 16px;
	color: #555;
}

.T_list>li>a:hover {
	color: #3786C8;
}

.T_list>li>span {
	font-size: 12px;
	float: right;
	margin-top: 4px;
}

.T_list>li::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 1.5em;
	/* border-left: 1px solid #3786C8; */
	left: 32px;
	top: 2.6em;
}

.T_list>li:nth-last-child(2)::after,
.T_list>li:last-child::after {
	display: none;
}

.more {
	display: block;
	width: 100px;
	padding: 0px 15px;
	border: 1px solid #3786C8;
	border-radius: 15px;
	text-align: center;
	line-height: 25px;
	color: #3786C8;
	font-size: 14px;
	margin: 0px auto 15px auto;
	transition: all 0.2s;
}

.more:hover {
	border-color: #FFB800;
	color: #FFB800;
	text-decoration: none;
}

/*快捷连接*/
.box7 {
	display: flex;
	padding: 0px;
	height: auto;
}

.box7>div {
	flex: 1;
}

.box7>div>a {
	padding: 20px 0px;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	color: #3786C8;
}

.box7>div>a:hover {
	color: #FFB800;
}

.box7>div>a>i {
	font-size: 3em;
	color: #3786C8;
	display: block;
	text-align: center;
	margin: auto;
	/* margin-bottom:10px; */
	position: relative;
	height: 72px;
	/* padding-top:11px; */
	transition: all 0.1s;
}

.box7>div>a:hover>i {
	font-size: 3.5em;
	color: #FFB800;
	padding-top: 0px;
}

.media-list img{
	width:200px;
	height:150px;
}
.zzfg-txt{
    padding:30px 30px 0px 30px;
}
.zzfg-txt>p{
	text-indent: 2em;
	font-size:16px;
}
.breadcrumb{
	font-size: 16px;
}

@media (max-width:767px) {
	.mask {
		padding: 0px;
	}

	/*新闻*/
	.box2 {
		/* padding-top: 50px; */
		padding-bottom: 20px;
	}

	.nav-tab1-ul {
		width: 100%;
		height: 60px;
	}

	.nav-tab1-ul>li {
		font-size: 16px;
		font-weight: normal;
	}

	.nav-tab1-ul>li::after {
		transform: rotate(15deg);
	}

	.nav-tab1-ul>li>span {
		font-size: 16px;
	}

	.nav-tab1-div {
		/* width: 100%; */
		display: none;
		margin: 0px;
	}

	.redtab {
		font-size: 18px !important;
	}

	#con1 {
		margin-top: 0px;
		min-height: unset;
	}

	.triangle {
		display: none;
	}

	/*学校要闻*/
	.newsItem {
		padding: 10px 0px 0px 0px;
		margin: 0px -10px;
	}

	.newsItem::before {
		width: 100%;
		left: 0px;
		top: 150px;
	}

	.newsItem:hover::before {
		width: 100%;
	}

	.newsItem>.newsDate {
		font-size: 18px;
	}

	.newsItem>.newsDate>span {
		font-size: 14px;
	}

	.newsItem>h3 {
		font-size: 14px;
		overflow: hidden;
	}

	.T_list {
		margin: 15px 0px;
		list-style: none;
		padding: 0px;
	}

	.T_list>li {
		padding: 6px 0px;
	}

	.T_list>li>a {
		font-size: 14px;
	}

	.T_list>li::after {
		display: none;
	}

	/*走进广科*/
	.slideTXT {
		height: 48px;
		line-height: 20px;
		padding: 5px 10px 0px 10px;
		font-size: 14px;
		bottom: 0px;
	}

	.title_img span.icon {
		font-size: 2em;
	}

	.title_img>a:hover>span.icon {
		font-size: 2em;
	}

	.zhizefengong {
		padding-top:0px;
	}
	.zhizefengong .col-sm-5 {
		width: 100%;
	}
	.zzfg-item{
		padding:15px;
	}
	.zzfg-item>img{
		opacity: 0.85;
		transition: all 0.3s;
	}
	.zzfg-item:hover>img{
		opacity: 1;
	}
	/*快捷连接*/
	.box7 {
		padding: 0px;
		flex-flow: row wrap;
	}

	.box7>div {
		width: 20%;
		flex: unset;
	}

	.box7>div>a {
		padding: 20px 0px;
		display: block;
		text-decoration: none;
		font-size: 0.8em;
		text-align: center;
		color: #3786C8;
	}

	.box7>div>a>i {
		font-size: 2.7em;
		color: #3786C8;
		border: unset;
		display: block;
		width: unset;
		height: unset;
		overflow: unset;
		padding-top: unset;
		padding-bottom: unset;
		margin-bottom: 10px;
	}

	.box7>div>a:hover>i {
		font-size: 2.7em;
		color: #FFB800;
		padding-top: 0px;
	}

}