body{
	background: #f3f7fa;
	font-family: "Microsoft YaHei", '微软雅黑', 'Apple LiGothic Medium ', '宋体';
}
ul ,li{ 
	list-style:none; 
	padding: 0; 
	margin: 0;
}
h3{
	margin: 0
}
.panel-content{
	width:80%;
	min-width: 1100px; 
	margin:80px auto; 
	margin-bottom: 10px;
}
.body-content{ 
	width: 100%; 
	float: left; 
	overflow: hidden;
}
.footer{     
	width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}
.panel {
	width:25%;
	min-width: 253px;
	background:#fff;
	box-shadow: 0 0 30px rgba(85, 182, 218, 0.2);
	float:left;
	margin:30px 4%;
}
.panel:hover{
	    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transition: transform .15s;
    -webkit-transition: transform .15s;
    -ms-transition: transform .15s;
    -moz-transition: transform .15s;
    -o-transition: transform .15s;
}
.panel-default{
	border: 0px;
}
.panel-heading{ 
	overflow: hidden;padding: 20px;  padding-bottom: 0px;
	border-bottom: 0px;
}
.panel-default > .panel-heading{
	background-color :#ffffff;
}
.panel-image{ 
	width:100px; margin:60px auto; margin-bottom: 40px;
}
.panel-title{
	text-align:center;
	font-size: 26px;
	color:#313f55;
	font-weight:normal;
	line-height: 50px;
}
.panel-body{ 
	padding: 20px;  
	padding-top: 0px;
	transition: background 1s;
	-moz-transition: background 1s;	/* Firefox 4 */
	-webkit-transition: background 1s;	/* Safari 和 Chrome */
	-o-transition: background 1s;
}
.panel-body hr{ 
	height: 1px;
	width: 200px;
	border: none;
	border-top: 1px dotted #DCDEE0; 
	transition: border-top 1s;
	-moz-transition: border-top 1s;	/* Firefox 4 */
	-webkit-transition: border-top 1s;	/* Safari 和 Chrome */
	-o-transition: border-top 1s;
}
.panel-body ul{ 
	overflow: hidden; 
}
.panel-body li{ 
	text-align: center; margin: 30px 0;
}
.panel-body li .h5{ 
	font-size:16px;  
	color:#313f55;
	transition: color 1s;
	-moz-transition: color 1s;	/* Firefox 4 */
	-webkit-transition: color 1s;	/* Safari 和 Chrome */
	-o-transition: color 1s;
}
.btn{
	font-size: 14px;
	color: #fff;
	line-height: 34px;
    padding: 0 8px;
}
.btn-primary{
	text-decoration: none;
	display: block;
	height: 43px;
	width: 100px;
	margin:0 auto;
	line-height: 43px;
	background: #09bd7a;
	/* border-color:#37b3c6; */
	/* border-radius: 20px; */
	padding: 0 20px;
	color: #fff;
	font-size: 22px;
	border-color: transparent;
}
.btn-primary.tsj-btn-primary{
	display: inline-block;
	width: inherit;
	font-size: 14px;
	border: 1px solid #2e6da4;
	background: #337ab7;
	padding: 6px 12px;
	height: inherit;
	line-height: inherit;
}
.btn-primary:hover{ color: #fff;background: #04afbc;border-color: transparent }
.panel-body:hover{
	/* background:#313f55; */
}
.panel-body:hover hr{
	border-top: 1px dotted #313f55;
}
.panel-body:hover li .h5{ 
	/*color: #fff; */
}
.footer p{
	text-align: center;
}
/*************************************************/
.header-top1{
	z-index:9999;
}
#js-list{
	border-bottom:1px solid #e3e3e3;
	background:#fcfcfc;
	position:relative;
}
.subject-content{
	width:100%; 
	padding:20px 0;
	line-height:26px; 
	font-family:'Microsoft YaHei'; 
	text-align:left;
	overflow: hidden;
	background:#fff;
}
.subject-body{
	float:left;
	width:80%;
	margin-left:40px; 
	text-align:left; 
	overflow:hidden;
}
.subject-num{

	float: left;
    color: #313f55;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
    border-radius: 18px;
    margin: 10px 0;
    line-height: 34px;
    border: 1px solid #313f55;
    font-size: 14px;
    box-shadow: 2px 2px #e1e2ec;

}
.subject-btns{
	float:left;
	margin:10px 0;
	margin-left: 40px;
	vertical-align:middle;
}

.subject-text{
	margin-left:40px; 
	float:left;
	text-align:left;
	width:80%;
}
.btn-success{    
	background-color: #8ac500;
    border-color: #8ac500;
}
.btn-warning{
	background-color: #fd9738;
    border-color: #fd9738;
}
.btn-info{
	background-color: #36B3C6;
    border-color: #36B3C6;
}
.appendPic:last-child{
	position: absolute;
	background-color: white;
	margin-left: 63px;
	height: 48px;
	width: 170px;
	border-top: 1px solid #e3e3e3;
}
#ifrZZ{
	margin-top:0px;
}

input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}


.layui-layer-dialog .layui-layer-content{
	overflow-x:auto; 
}
.layui-layer-btn{
	padding: 12px 10px 12px;
}
.container-fluid .col-md-4, .container-fluid .col-xs-12{
	padding: 0px;
}