﻿/*
 *   Author: LEEMW
 *   Version: v1.0
 *   Date: 05/13/2019
 *
 */


/* Global Setting */

body {
	font-family: "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", "SimHei", Arial, "sans-serif";
}
ul li {
	list-style: none;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #1d1d1d;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
}
a:hover {
	color: #4593d4;
	text-decoration: none;
}
input {
	outline: none;
}
.nopadding {
	padding: 0px!important;
}

/* Common Header */
#header {
	position: relative;
	height: 150px;
	background: url("../img/header_background.jpg");
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}
.header-container {
	height: 100%;
}
.site-logo {
	height: 62px;
	width: 557px;
	background: url("../img/logo.png");
	background-repeat: no-repeat!important;
	background-size: cover!important;
	margin-top: 45px;
	display: inline-block;
}
.school-link {
	position: absolute;
	right: 20px;
	top: 20px;
}

/* Common Nav */
#navBar {
	background: #3264a6;
	height: 50px;
	width: 100%;
}
.nav-menu {
	margin: 0px;
	padding: 0px;
}
.nav-menu ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	text-align: center;
	list-style: none;
}
.nav-menu ul li {
	position:relative;
	margin-left:0px;
	padding-top: 13px;
	padding-left: 0px;
	height: 50px;
	width: 14%;
	border: none;
	float: left
}
.nav-menu ul li a {
	color: #ffffff;
}
.nav-menu ul li ul {
	visibility: hidden;
	width: 100%;
	position: absolute;
	top: 50px;
}
.nav-menu ul li ul li {
	width: 100%;
	float: none;
	height: 45px;
	line-height: 45px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
z-index:999;
}
.nav-menu ul li ul li a {
	color: #1d1d1d;
}
.nav-menu ul li a:hover {
	color: #f1f1f1 ;
}
.nav-menu ul li ul li a:hover {
	color: #3965a5;
}
.nav-menu ul li:hover {
	background-color:#3a94d5;
}
.nav-menu ul li:hover ul {
	visibility: visible;
}
.nav-menu ul li:hover ul li {
	background-color: #ffffff;
	color: #000000;
}
.nav-menu ul li ul li:hover {
	background-color: #f2f2f2;
	
}

/* Common Footer */
#footer {
	border-top: 20px solid #3a94d5;
	background: #3965a5;
}
.copyright {
	padding: 25px 0px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}


/* Homepage Content */
#carouselNews {
	padding: 30px 0px;
}
.news-carousel {
	width: 100%;
	height: 280px;
	background: #f1f1f1;
}
.news-carousel-item {
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.news-pagination {
	bottom: 15px!important;
	right: 20px;
	left: auto!important;
	width: auto!important;
}
.news-pagination .swiper-pagination-bullet-active {
	background: #ffffff!important
}
.slide-title {
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 15px 20px;
	background: rgba(41, 149, 214, 0.8);
	color: #ffffff;
}

/* list-style */
.list-container {
	background: #fafafa;
	padding: 10px 20px;
}
.list-title {
	width: 105px;
	height: 28px;
	background-repeat: no-repeat!important;
	display: inline-block;
}
.more {
	margin-top: 5px;
	float: right;
	border: 1px solid #326ebb;
	font-size: 12px;
	padding: 2px 15px;
	border-radius: 20px;
	color: #409cda;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.more:hover {
	background: #326ebb;
	color: #ffffff;
}
.divider {
	width: 100%;
	height: 1px;
	background: #767676;
}
.list-content {
	padding-top: 5px;
}
.list-content li {
	font-size: 14px;
	margin: 10px 0px;
}
.post-time {
	float: right;
}
.list-point {
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAICAYAAAArzdW1AAAACXBIWXMAAAsSAAALEgHS3X78AAAAY0lEQVQYlWP8//8/AwwYzLktwMDAcICBgeHChRTVBJg4ExYF+gwMDPEGc24vQFGEpgAG4AoZ9WffwqYAGSyEW4cPMF1IUf3AwMDgwMDAcBGbKSAPgE3CoRCsAOwmgkHAwMAAAEq4KUxQiepKAAAAAElFTkSuQmCC');
	height: 11px;
	width: 14px;
	margin-right: 8px;
	display: inline-block;
	background-repeat: no-repeat!important;
	background-position: center!important;
}

.list-link-content {
	padding-top: 5px;
}
.list-link-content li {
	font-size: 14px;
	padding: 5px 5px;
}
.list-arrow {
	height: 11px;
	width: 14px;
	margin-right: 4px;
	display: inline-block;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAACXBIWXMAAAsSAAALEgHS3X78AAAAVElEQVQIHWP4//8/g/7sGwIgGhkzGcy5KcDAwDABSsMB04UU9Q8MDAwF6JJMIAKbJCPIPBiAGQtSBNaBDcAlkFWDjAZLoAuCdWATRDYKRZCBgYEBALF2Nhw21fZPAAAAAElFTkSuQmCC');
}



/* 文章页 */
.post-title {
	margin-top: 30px;
	font-size: 24px;
}
.post-info {
	font-size: 14px;
}
.post-info span {
	padding: 0px 5px;
	color: #3965a5;
}
.post-divider {
	width: 80%;
	height: 1px;
	background-color: #B3B3B3;
	margin: 10px auto;
}
.post-content {
	width: 80%;
	margin: 20px auto 30px;
	min-height: 530px;
}
.post-content img {
	max-width: 100%;
	height: auto;
}
.share-container {
	text-align: center;
}
#qrcode img {
	margin: 0 auto;
}
						
/* 列表页　*/
.col-now {
	padding: 20px 10px;
	color: #ffffff;
	font-size: 20px;
	background: -webkit-linear-gradient(left top, #4593d4 , #3f66a4);
	background: -o-linear-gradient(bottom right, #4593d4 , #3f66a4);
	background: -moz-linear-gradient(bottom right, #4593d4 , #3f66a4);
	background: linear-gradient(to bottom right, #4593d4 , #3f66a4);
}
.col-list li {
	padding: 20px 10px;
	background: #eeeeee;
	font-size: 15px;
}
.col-list ul li:hover {
	background: #f1f1f1;
	color: #4d8dce
}
.col-list ul li:hover > a {
	color: #4d8dce
}
.col-info {
	padding: 15px 0px 10px;
}
.col-name {
	font-size: 20px;
	font-weight: bold;
}
.col-path {
	float: right;
	font-size: 14px;
	margin-top: 5px;
}
.post-list {
	min-height: 550px;
}

/* 过时提醒 */
.notify-container {
	border-top: 10px solid #ba322e; background: #Fafafa; text-align: center; clear: both; height: 100px; position: fixed; z-index:999999999; right: 2px; bottom: 2px; left: 2px; padding:0 8px;
}
.notify-close {
	position: absolute; right: 3px; top: 3px; font-weight: bold;z-index:999999999
}
.notify-content {
	width: 1200px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;
}
.notify-title {
	font-size: 22px; font-weight: bold; margin-top: 12px;
}