body {
    font-family:"microsoft yahei",simhei,'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #f8f8f8;
}
/*.bg{*/
	/*background: url(../img/bg-color.jpg) no-repeat;*/
	/*background-size:100% 100%;*/
/*}*/
/*让footer固定到底部*/
#container{
	/*保证footer是相对于container位置绝对定位*/
	position:relative;
	width:100%;
	min-height:100%;
	/*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*/
	padding-bottom: 100px;
	box-sizing: border-box;
}
.footer{
	width: 100%;
	height:100px;   /* footerçš„é«˜åº¦ä¸€å®šè¦æ˜¯å›ºå®šå€¼*/
	background-color:#1574b7;
	/*position:fixed;*/
	position:absolute;
	bottom:0px;
	left:0px;
}
/*公共样式*/
body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
}
strong { font-weight: 500; }

a, a:hover, a:focus {
	font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
	color:#42a835;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
}
li{list-style-type:none;}

img { max-width: 100%; }
.r{
	text-align: right;
}
.l{
	margin-left: 100px;
}
.m_t{
	margin-top:15px;
}
.round{
	border-radius:20px;
	width:75px;
}

/*用bootstrap做的按钮，点击后，都会出现边框，请问如何去除？*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow:none;
}
/************************人工客服**************************************/
.fixed-tool{
	position: fixed;
	right: 0;
	/*width: 60px;*/
	bottom: 110px;
	/*background-color: #fff;*/
	/*box-shadow: 1px 0 3px 3px rgba(0,0,0,.05);*/
}
/************************人工客服**************************************/
/*::-moz-selection { background: #66d6c5; color: #fff; text-shadow: none; }*/
/*::selection { background: #66d6c5; color: #fff; text-shadow: none; }*/
/*top*/
.top_nav {
	/*background: #f1f1f1;*/
	width: 100%;
	height: 30px;
}
.top_nav ul{
	/*display: flex;*/
}
.top_nav ul li{
	margin-left: 20px;
	height: 26px;
	line-height: 26px;
	float: left;
}
/*二维码*/
.wx-bd{
	position: absolute;
	z-index: 8;
	top: 31px;
	left:226px;
	/*width: 150px;*/
	background-color: #fff;
	box-shadow:0px 1px 5px 2px #dedbdb;
	/*border-right: 1px solid #42a835;*/
	/*border-bottom: 1px solid #42a835;*/
	/*border-left: 1px solid #42a835;*/
}
.top_nav ul li p,a{
	font-size: 14px;
	color:#333;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.top_right{
	/*flex-direction: row-reverse;*/
	justify-content:flex-end;
}
.top_right i{
	color:#888;
}
/*logo*/
.login{
	height: 100px;
	margin: 20px 0;
	/*border:1px solid red;*/
}
.loging{
	width:100px;
}
.login span{
	font-size:40px;
	color: #333;
	font-weight: bold;
	margin-left: 15px;
}
.menu-form{
	width: 100%;
	margin-top:10px;
}
/*修改input 边框颜色*/
.menu-form .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color:#42a835;
	border: 1px solid #42a835;
	/*border-radius: 4px;*/
}
.menu-form .form-control:focus {
	border-color:#42a835;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(124,179,5,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(124,179,5,.6);
}
/*nav*/
.nav-b{
	/*background-color:#42a835;*/
	height: 50px;
	/*background: linear-gradient(to top,#2b8bce,#1272b5);*/
}
.nav-b ul{
	/*display: flex;*/
	justify-content: center;
	/*margin-left: 10%;*/
}
.nav-b ul li{
	width:142px;
	height: 50px;
	line-height: 50px;
	float: left;
}
.nav-b ul li a{
	font-size: 20px;
	color:#fff;
}
.nav-b ul li:hover{
	/*background-color: #DE8208;*/
	color:#fff;
}
.active{
	/*background-color:#DE8208;*/
}

.lf{
	float: left;
}
.rt{
	float: right;
}


/*我的课表*/
.tittle h3{
	vertical-align: middle;
	margin-top: 10px;
}

.section{
	margin: 20px;
}
.poison{
	height:660px;
}
.mystudy{
	/*height: 640px;*/
}
.learning{
	margin-left: 5px;
}
.Learningtask{
	background-color: #fff;
	-webkit-box-shadow:0 2px 8px #ccc;
	box-shadow: 0 2px 8px #ccc;
	margin-top: 25px;
	/*margin-bottom: 50px;*/
}
.topten{
	height:520px;
}
.Learningtask .task{
	margin:15px;
}
.study_img{
	/*display: flex;*/
	/*justify-content: space-around; !*上下左右有间隙*!*/
	/*justify-content: space-between; !*两边没有空隙全部均分布*!*/
}
.study_img li{
	float: left;
}
.Learningtask .task_nav li{
	margin-left:15px;
	float: left;
}
.Learningtask .task_nav li a{
	text-align: left;
	font-size: 14px;
	color: #404040;
	line-height: 56px;
	background-color: transparent;
}

.Learningtask .task_nav li a:hover{
	color:#7cb305;
}

.c-s-dl {
	border: 1px solid #eee;
	padding:10px 5px;
	background-color: #fff;
	margin-bottom: 20px;
	/*height: 55px;*/
}
.c-s-dl dl {
	line-height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
.c-s-dl dl dt {
	float: left;
	width: 90px;
	text-align: center;
	padding-right: 5px;
	line-height: 36px;
	overflow: hidden;
}
.c-333 {
	color: #333;
}
.fsize16 {
	font-size: 16px;
}

.c-s-dl-li ul {
	overflow: hidden;
}
.c-s-dl-li ul li {
	float: left;
	margin: 0 15px 0px 0;
	/*line-height: 36px;*/
	/*color:#333;*/
}
.c-s-dl-li ul li a{
	display: block;
	color: #666;
	font-size: 16px;
	padding: 0 15px;
	line-height:36px;
	border-radius: 4px;
}
.c-s-dl dl ul li a:hover,
.c-s-dl-li ul li.current a{
	color: #fff;
	background-color: #ff662f;
}
.c-s-dl .nav-tabs .active a{
	color:#ff662f;
	border: 1px solid #ff662f;
	border-bottom-color: transparent;
}
.c-s-dl .nav-tabs a:hover,a:focus{
	color:#ff662f;;
}



.move{
	height: 4px;
	width:85px;
	border-top: 4px solid #42a835;/*只需要将上边显示出来*/
	position: absolute;
	left: 0;
	top: 55px;
	transition: left .2s ease-in-out 0s;/*包含四个过度属性：执行变换属性、执行时间、速率、延迟*/
	-webkit-transition: left .2s ease-in-out 0s;/*chrome和safari*/
	-moz-transition: left .2s ease-in-out 0s;/*firefox*/
	-o-transition: left .2s ease-in-out 0s;/*opera*/
}

li:nth-child(1):hover~ .move{    /*li元素的父元素的第一个子元素，当鼠标停留其上时，move元素的left属性改变*/
	left: 0px;
}
li:nth-child(2):hover~ .move{
	left: 107px;
}
li:nth-child(3):hover~ .move{
	left:213px;
}
li:nth-child(4):hover~ .move{
	left:320px;
}
/*禁毒所排名*/
li:nth-child(1):hover~ .move1{    /*li元素的父元素的第一个子元素，当鼠标停留其上时，move元素的left属性改变*/
	left:0px;
}
li:nth-child(2):hover~ .move1{
	left:80px;
}

.move1{
	position: absolute;
	left:0px;
	top:55px;
}




/*资讯内容*/
.zx_body{
	/*border:1px solid red;*/
	text-align: left;
}
.zx_body ul li{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.zx_body ul li h3{
	text-align: center;
	margin-bottom:20px;
}
.zx_body ul li p{
	font-size: 14px;
	color: #999;
}
.zx_body .font_body{
	line-height: 200%;
	color: #4e4e4e;
	font-size: 14px;
	padding: 20px 10px;
	overflow: hidden;
}
.zx_body .font_body p{
	text-indent: 2em;
	line-height:40px;
}
.zx_body .font_footer li{
	border-bottom: 1px solid #eee;
}
.zx_body .font_footer li p span {
	margin-right:10px;
}
.zx_body .font_fx{
	text-align: center;
}
.zx_body .font_fx a{
	display:inline-block;
	width: 100px;
}
.zx_body .font_fx i{
	font-size: 30px;
}
.zx_body  .font_pic{
	width: 698px;
	height: 270px;
	margin: 10px 0;
	text-align: center;
}


.zx_body ul li span img{
	width:32px;
	border-radius: 50%;
}
.zx_body ul li span a{
	margin-left: 15px;
	background-color:#e6eefd;
	color: #333333;
	font-size: 14px;
	padding: 5px;
}
.zx_body ul li img{
	width: 170px;
	height:140px;
}


	/*禁毒资讯*/


/*更多*/
.more{
	color:#42a835 ;
	font-size: 14px;
	line-height:56px;
	margin-left: 15px;
}
.more_l{
	color:#ffa500;
}

.tittle_img{
	margin-top: 20px;
	/*padding-bottom: 20px;*/
}

.caption{
	/*border:1px solid red;*/
	text-align: left;
}
.caption .caption_name{
	margin-bottom: 10px;
	height: 40px;
}
.caption .caption_name a{
	font-size: 16px;
	/*font-weight: bold;*/
	width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-top: 5px;
}
.caption span{
	font-size: 12px;
	color: #666;
	margin-top:10px;
	display: inline-block;
}
.caption span i{
	color: #888;
}
.caption_z{
	margin-left: 50px;
}
.thumbnail{
	margin-left: 10px;
	width: 265px;
	height: 230px;
	box-shadow:0 0 1px #ccc;
	transition:all 1s;
	padding: 0;
}
.thumbnail img{
	width: 345px;
	height: 175px!important;
}
.thumbnail:hover{
	box-shadow:0px 10px 30px #ccc;
}


/*赚学分*/
.Earn_credits{
	height:335px;
}
.Earn_credits .list{
	text-align: left;
	margin-top: 15px;
}

.Earn_credits .list1 span:nth-child(1){
	color: #42a835;
}
/*.Earn_credits ul{*/
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*flex-wrap: wrap;*/
/*}*/
.Earn_credits .good_item{
	margin: 15px 0;
}
.Earn_credits .good_item1 {
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-top: 20px;
}
.Earn_credits .good_item .f_s{
	font-size: 14px;
}

/*本戒毒所排名*/
.Earn_credits .good_item .list_my{
	font-size: 16px;
	font-weight: bold;
	color: red;
}
.Earn_credits .list li{
	/*border:1px solid red;*/
}
.Earn_credits .list li a{
	width:340px;
	display: block;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor:pointer;
}
.Earn_credits .good_item .list_my img{
	width:15px;
	height: 12px;
}

.Earn_credits .good_item .one{
	background-color: red;
	color:#fff;
	padding:0 4px;
	margin-right: 10px;
}
.Earn_credits .good_item .tow{
	background-color: #ffa500;
}
.Earn_credits .good_item .three{
	background-color: #42a835;
}
.Earn_credits .good_item .four{
	background-color: #999999;
}
.Earn_credits .good_item img{
	height:20px;
}





footer{
	margin:20px 0;
}
.footer_picter{
	margin-top: 20px;
}
.footer_picter li{
	margin-left: 10px;
	float: left;
}
.footer_picter img{
	width:180px;
	height: 65px;
}

.footer .f_body{
	margin-top:20px;
	line-height: 30px;
}
.footer .f_body p{
	color: #fff;
	font-size:16px;
}

.u_float {
	zoom: 1;
	overflow: hidden;
	/* display: table; */
	text-align: center;
	/* margin: 0 auto; */
	clear: both;
}

.ssss .qq-client{
	position:fixed;right:0px;top:50%;
	margin-top:-80px;
	display:none;
}
.ssss .qq-client a.qq-client-open{
	font-size: 18px;
	width: 50px;
	height: 160px;
	text-align: center;
	border: #ebebeb solid 1px;
	padding: 15px 0 0;
	line-height: 25px;
	display: block;
	color: #fff;
	background:rgba(125, 96, 238,0.9);
	border-radius: 10px;
}
.ssss .qq-client-content{
	position:fixed;
	right:0px;
	top:38%;
	/*border:#ebebeb solid 1px;*/
	width:200px;
	/*display:none;*/
	/*background:#ffffff;*/
}
.ssss .qq-client-content h1{
	font-size:14px;
	width:90%;
	margin:0px auto;
	text-align:center;
	height:50px;
	line-height:50px;
	/*border-bottom:#ebebeb solid 1px;*/
	position:relative;
}
.ssss .qq-client-content h1 span{
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	left: -7px;
	top: 33px;
	cursor: pointer;
	background: #999;
	border: #ebebeb solid 1px;
	width: 25px;
	height: 25px;
	line-height:22px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
}



/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
	.login span{
		font-size:24px;
	}
	.carousel{
		height:287px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.login span{
		font-size:16px;
	}
	.carousel{
		height:216px;
	}
}

@media (max-width: 767px) {



}

@media (max-width: 415px) {

	h1, h2 { font-size: 32px; }

}

.bg_image{
	background-image: url(../img/bg_image.jpg);
	background-repeat: no-repeat;
	background-size: 100% 170px;
}

.sgbg_image {
	background-image: url(../img/bgsg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 170px;
}

.xybg_image {
	background-image: url(../img/bgxy.jpg);
	background-repeat: no-repeat;
	background-size: 100% 170px;
}

.gjbg_image {
	background-image: url(../img/bggj.jpg);
	background-repeat: no-repeat;
	background-size: 100% 170px;
}

.exbg_image {
	background-image: url(../img/bgzj.jpg);
	background-repeat: no-repeat;
	background-size: 100% 170px;
}

.qsnbg_image {
	background-image: url(../img/bgqsn.jpg);
	background-repeat: no-repeat;
	background-size: 100% 170px;
}
.bg_backgrund{
	/*background-image: url("../img/bg112.png");*/
	background-repeat: no-repeat;
	background-size:contain;
}
.serchContent {
	font-size: 16px;
	padding: 20px 20px 0px 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.serchContent .item {
	display: flex;
	align-items: center;
}

#dwSelect {
	color: #9fa19f;
	text-indent: 8px;
	height: 34px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 200px;
}

.serchVal {
	width: 30%;
	display: flex;

}

.serchVal input {
	width: 240px;
}

/* .sspt{
	width: 20%;
} */

#sspyVal {
	width: 120px;
	color: #9fa19f;
	text-indent: 8px;
	height: 34px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.anBtn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 15%;
}

.anBtn button {
	width: 70px;
	font-size: 16px;
}

.btn-default {
	background-color: #fbfaf8;
}

.ssbtn {
	color: #fff;
	background-color: #6fb132;
}



.rowList {
	padding: 0px 20px;
}

.rowList .item {
	display: flex;
	align-items: center;
	text-align: left;
	border-bottom: 1px solid #eee;
	padding: 26px 0;
}

.rowList .item .time {
	display: inline-block;
	width: 120px;
}

.rowList .item .txtCont {
	width: 100%;
}

.rowList .item .txtCont .bt {
	color: #000;
	font-size: 18px;
	margin-bottom: 14px;
}

.rowList .item .txtCont .xq {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rowList .item .txtCont .xq .nr {
	width: 90%;
	overflow: hidden;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ljgd {
	width: 10%;
	color: #42a835;
	font-weight: bold;
	display: inline-block;
	text-align: right;
}