/* 通用 */
* {
	-webkit-text-size-adjust: none;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 12px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

ul,
ol,
li,
p,
dl,
form {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

a {
	color: #111a38;
	text-decoration: none;
	outline: none;
}

hr {
	border: 0px;
	border-top: #CCCCCC solid 1px;
	height: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.position-relative {
	position: relative;
}

.border-default {
	border: 1px solid #EBEBEB;
}

.bg-red {
	background-color: #C31818;
}

.btn-red {
	background-color: #C31818;
	padding-left:20px;
	padding-right:20px;
}

.btn-user-home {
	background-color: #C31818;
}

.btn-yellow {
	background-color: #FF9900;
	padding-left:20px;
	padding-right:20px;
}

.red{
	color: #990000;
}

.btn {
	border: none;
	color: #FFF;
	border-radius: 3px;
	cursor: pointer;
	transition: all ease .3s;
}

.btn:hover{
	background-color: #FF9900;
}

.btn-block {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.btn-small{
	display: block;
	height: 36px;
}
.m-auto{
	margin: auto;
}

.mt-10{
	margin-top: 10px;
}
.font-bold{
	font-weight: bold;
}

.btn-bule{
	border: solid thin #27ADF2; 
	color:#fff; 
	background-color:#27ADF2; 
	padding:4px 5px; 
	margin:5px; 
	border-radius:5px; 
	cursor:pointer;
}

/* 首页 */
.container {
	width: 1180px;
	margin: 0 auto;
}

/** 头部 **/
.head {
	height: 80px;
	background-color: #C31818;
	position: relative;
}

#logo {
	display: block;
	width: 390px;
	height: 80px;
	background: url(../img/toplogo.png) no-repeat;
}

#header_link {
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	float: right;
	margin-right: 150px;
}

#header_link li {
	height: 80px;
	width: 130px;
	text-align: center;
	float: left;
	color: #FFFFFF;
}

#header_link li a {
	display: block;
	width: 130px;
	height: 80px;
	color: #FFF;
	transition: all ease-in-out .3s;
}

#header_link li a:hover {
	background-color: #FF9900;
}

#quick {
	position: absolute;
	right: 0;
	top: 0;
	margin-top:10px;
	width: 60px;
	height: 60px;
	padding: 12px;
	box-sizing: border-box;
}

#quick a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/home.png) 50% no-repeat;
	background-size: cover;
	border-radius: 5px;
	transition: all ease-in-out .3s;
}

#quick a:hover {
	background-color: #FF9900;
}

.user-btn{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	padding: 6px;
	box-sizing: border-box;
}
.user-btn img{
	display: block;
	width: 100%;
	height: 100%;
}
/** 主体 **/
.main-body {
	background-color: #F8F8F8;
	padding: 10px 10px;;
}

#slider {
	width: 100%;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
}

#slider img {
	display: block;
	height: auto;
	width: 100%;
}

#middle-nav {
	text-align: center;
	padding: 10px 0;
}

#middle-nav>a {
	display: inline-block;
	width: 140px;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

#middle-nav>a>img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

/** box **/
.box {
	padding: 0;
}

.box::after {
	clear: both;
	display: block;
	content: "";
}

/*** 左侧sidebar ***/
.sidebar {
	width: 300px;
	float: left;
}

.sidebar .login {
	width: 100%;
	background-color: #FFF;
	margin-top:10px;
}

.sidebar .login .login-heading {
	line-height: 40px;
	font-size: 14px;
	padding: 0 15px;
	background: #EEE;
}

.sidebar .login .login-body {
	padding: 5px 15px 20px;
}

.login .login-body .form-group {
	margin-top: 10px;
}

.login .login-body .form-group label {
	font-size: 14px;
	display: block;
	height: 35px;
	line-height: 25px;
}

.login .login-body .form-group input {
	width: 100%;
	border-radius: 3%;
	border: thin solid #EEE;
	padding: 8px 0px 8px 5px;
	box-sizing: border-box;
}
/*** 二维码 ***/
.ewm {
	width: 100%;
	background-color: #FFF;
	margin-top: 10px;
	padding: 20px 66px 10px 66px;
	box-sizing: border-box;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm .qrcode-description{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 10px;
}
/*** 网站链接 ***/
.blogroll{
	margin-top: 10px;
}
.blogroll .nav{
	font-size: 16px;
}
.blogroll .nav li{
	height: 48px;
	line-height: 48px;
}
.blogroll .nav li a{
	display: block;
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	padding-left: 80px;
	background: url(../img/navli.png) #C31818 0 0 no-repeat;
}
.blogroll .nav li:hover a{
	background-position: 0 -48px;
}
/*** 左侧个人信息 ***/
.user{
	padding: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.user::after{
	clear: both;
	display: block;
	content: "";
}
.user .avatar{
	display: block;
	width: 75px;
	padding: 2px;
	margin-right: 10px;
}
.user .text{
	line-height: 36px;
	color: #666;
}
/*** 左侧列表 ***/
.nav-list{
	margin-top: 10px;
	background-color: #FFFFFF;
}
.nav-list ul li{
	
}
.nav-list ul li a{
	display: block;
	line-height: 42px;
	height: 42px;
	padding-left: 80px;
	background: url(../img/lir.png) #FFFFFF right top no-repeat;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #EBEBEB;
}
.nav-list ul li:hover a{
	background-color: #C31818;
	color: #FFFFFF;
	background-image: url(../img/lir.png);
	background-position: right bottom; 
}
/*** 右侧内容 ***/
.main-content{
	width: 870px;
	float: right;
}
.main-content::after{
	clear: both;
	display: block;
	//content: ;
}
.part{
	width: 100%;
}
.title-panel{
	height: 50px;
	border-bottom: 1px solid #EBEBEB;
	background-color: #FFFFFF;
}
.title-panel::after{
	clear: both;
	content: "";
	display: block;
}
.title-panel .title-bar{
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	font-size: 16px;
	color: #C31818;
}
.title-panel .title-bar img{
	display: block;
	width: 50px;
	line-height: 50px;
	padding: 15px;
	box-sizing: border-box;
	float: left;
}
.title-panel .title-nav {
	line-height: 50px;
	padding-right: 20px;
}
.title-panel .title-nav a{
	padding: 2px 5px;
	background-color: #C31818;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 2px;
}
/**** 文章列表 ****/
.article-list{
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.article-list ul li{
	border-bottom: 1px solid #DCDCDC;
}
.article-list ul li:last-child{
	border-bottom-color: transparent;
}
.article-list ul li .title{
	padding: 6px 0;
}
.article-list ul li .title a{
	font-size: 18px;
}
.article-list ul li .brief{
	padding: 3px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.article-list ul li .brief a{
	font-size: 12px;
	color: #444444;
	line-height: 25px;
}
.article-list ul li .date{
	color: #999999;
	font-size: 12px;
	padding-bottom: 6px;
}
/**** 分页 ****/
.pages{
	padding: 20px 20px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.pages::after{
	clear: both;
	display: block;
	content: "";
}
.pagination{
	font-size: 14px;
}
.pagination a{
	padding: 6px 14px;
	border: 1px solid #EBEBEB;
	transition: all ease .3s;
}
.pagination a.cur-page{
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
}
.pagination a:hover{
	background-color: #FF9900;
	color: #FFFFFF;
}
.page-totle{
	font-size: 14px;
}
/**** 测试和阅读列表 ****/
.concise-list{
	padding: 10px 20px;
	background-color: #FFFFFF;
}
.concise-list ul li a::after{
	clear: both;
	display: block;
	content: "";
}
.concise-list ul li{
	padding: 5px 0;
	line-height: 26px;
	box-sizing: border-box;
	border-bottom: 1px solid #EEE;
}
.concise-list ul li:last-child{
	border-bottom-color: transparent;
}
.concise-list ul li .title{
	font-size: 14px;
	font-weight: bold;
}
.concise-list ul li .status{
	color: #16A05D;
	font-size: 14px;
}
.concise-list ul li .status span{
	color: #999;
	font-size: 12px;
}
/* grid-list流程列表 */
.grid-list{
	padding: 0px;
	background-color: #ffffff;
}
.grid-list ul::after{
	clear: both;
	display: block;
	content: "";
}
.grid-list ul{
	display: flex;
	flex-wrap: wrap;
}
.grid-list ul li{
	display: block;
	flex-basis: 25%;
	border: 1px solid #FFF;
	box-sizing: border-box;
	text-align: center;
	padding: 16px 0;
}
.grid-list ul li .pic{
	width: 120px;
	height: 120px;
	height: fit-content;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
	border-radius: 14.5%;
	background-color: #FFF;
	position:relative;
	overflow:hidden;
}
.grid-list ul li .pic img{
	display: block;
	width: 100%;
}
.grid-list ul li .pic .tag_green {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 15px solid red;
	border-top-color: #00cc66;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: #00cc66;
}

.grid-list ul li .pic .tag_red {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 15px solid #FF9900;
	border-top-color: #FF9900;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: #FF9900;
}


.grid-list ul li .title{
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	color: #333;
}
/**** 表单 ****/
.form-box{
	padding: 20px 40px;
	background-color: #FFFFFF;

}
.form-box .form-title{
	text-align: center;
	padding: 15px 0 5px;
	font-size: 18px;
}
fieldset{
	border: 1px solid #999;
	padding-top: 10px;
	margin-bottom:15px;
}
fieldset legend{
	font-size: 1.4em;
}
.form-box .form-group{
	margin-bottom: 15px;
}
.form-box .form-group::after{
	clear: both;
	display: flex;
	content: "";
}
.form-box .form-group label{
	width: 180px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	margin-right: 20px;
	text-align: right;
	font-size: 14px;
}
/* input */
.form-box .form-group .input-box{
	height: 30px;
	padding: 2px 0;
	width: 190px;
	float: left;
	box-sizing: border-box;
	font-size: 14px;
}
.form-box .form-group input[type="text"],
.form-box .form-group input[type="number"],
.form-box .form-group input[type="password"]{
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #B3B3B3;
	outline: none;
	padding-left: 10px;
}
.form-box .form-group input[readonly]{
	border: none;
	background: transparent;
	outline: none;
}
/* 单选框 */
.form-box .form-group .radio-box{
	display: flex;
	align-items: center;
	height: 30px;
	float: left;
	font-size: 14px;
}
.form-box .form-group input[type="radio"]{
	margin: 0 3px 0 10px
}
.form-box .form-group input[type="radio"]:hover{
	cursor: pointer;
}
/* 文本框 */
.textarea-box{
	width: 400px;
	height: 168px;
	float: left;
	padding-top: 8px;
}
.textarea-box textarea{
	resize: none;
	width: 100%;
	height: 160px;
	padding-left: 5px;
	border: 1px solid #999;
}
/* 选择框 */
.select-box{
	height: 30px;
	padding: 1px 0;
}
.select-box select{
	height: 28px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: none;
	outline: none;
	border: 1px solid #999;
}

.form-box .form-group .message{
	line-height: 30px;
	font-size: 14px;
}
.form-box .form-group .tip{
	clear: both;
	margin-left: 200px;
	font-size: 13px;
	line-height:2em;
	color: #444;
}
.emphasis{
	padding: 15px;
	font-size: 12px;
	line-height: 25px;
	background: #EEE;
	box-sizing: border-box;
	border-radius: 2px;
}
.table-tip{
	color: #FF6600;
	line-height: 20px;
	margin-bottom: 10px;
}
/***** 表单内表格 ******/
.table-response{
	width: 100%;
}
.table-response table{
	width: 100%;
	text-align: center;
}
.table-response table tr{
	height: 37px;
	box-sizing: border-box;
	line-height: 35px;
}
.table-response button{
	background: #409EFF;
}
.table-response button:hover{
	background: #327eca;
}
/*** 辅导员与班主任 ***/
.pd{
	padding: 10px 20px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
}
.pd .bzr{
	margin-bottom: 10px;	
}
.pd .bzr::after{
	clear: both;
	display: block;
	content: "";
}
.pd .bzr img{
	display: block;
	width: 65px;
	height: 80px;
	float: left;
	padding-right: 10px;
}
/* 文章页面 */
.article-content{
	min-height: 650px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 25px;
	color: #444;
	background-color: #FFFFFF;
}
.article-content .title{
	line-height: 36px;
	border-bottom: 1px solid #EBEBEB;
	font-size: 18px;
	text-align: center;
}
.article-content .date{
	text-align: center;
	font-size: 12px;
	color: #999;
}
.article-content .content p{
	text-indent: 2em;
}

/** publicity **/
.publicity{
	width: 100%;
	background-color: #FFFFFF;
	padding: 15px 0;
}
.publicity .pic-nav td{
	width: 25%;
	box-sizing: border-box;
	padding: 4px;
}
.publicity .pic-nav td a,
.publicity .pic-nav td a img{
	display: block;
	width: 100%;
	height: 100%;
}
/** 尾部 **/
.foot{
	background-color: #999999;
	padding: 20px 0;
	text-align: center;
}
.foot .botLogo img{
	display: block;
	width: 200px;
	margin: 0 auto;
}
.foot  p{
	color: #fff;
	padding-top: 10px;
}
/* media */
@media screen and (max-width: 599px){
	.head{
		height: auto;
		padding:7px;
	}
	#logo{
		width: 240px;
		height: 48px;
		background-image: url(../img/weitop.png);
		background-size: 260px 44px;
		float: unset;
	}
	.container,
	.sidebar,
	.main-content{
		width: 100%;
	}
	.nav-list, .ewm, .blogroll, .publicity, #header_link, #quick{
		display: none;
	}
	.user-btn{
		display: block;
	}
	.sidebar, .main-content{
		float: unset;
	}
	.main-content{
		margin-top: 10px;
	}
	#middle-nav>a{
		width: 25%;
		float: left;
		padding: 15px;
		box-sizing: border-box;
	}
	#middle-nav>a>img{
		width: 100%;
		height: auto;
	}
	#middle-nav::after{
		clear: both;
		display: block;
		content: "";
	}
	/* 表单 */
	.form-box .form-group label{
		width: 100%;
		float: unset;
		text-align: left;
	}
	/* 单选框 */
	.radio-box{
		width: 100%;
	}
	.textarea-box{
		width: 100%;
	}
	.textarea-box textarea{
		box-sizing: border-box;
	}
	/* 选择框 */
	.select-box{
		width: 100%;
	}
	.select-box select{
		width: 100%;
	}
	/* input */
	.form-box .form-group .input-box{
		width: 100%;
	}
	.form-box .form-group input[type="text"], 
	.form-box .form-group input[type="number"], 
	.form-box .form-group input[type="password"]{
		padding-left: 0;
		width: 100%;
	}
	/* tip */
	.form-box .form-group .tip{
		margin-left: 0;
	}
	.grid-list ul li{
	display: block;
	flex-basis: 33%;
	border: 1px solid #FFF;
	box-sizing: border-box;
	text-align: center;
	padding: 16px 0;
}
}