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;
	/*width:1920px;*/
}
/*.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: 10px;
}
.b{
	margin-bottom: 10px;
}
.m_t{
	margin-top:15px;
}
.round{
	border-radius:20px;
	width:75px;
}
.btn-sm{
	padding: 3px 6px;
}
/*用bootstrap做的按钮，点击后，都会出现边框，请问如何去除？*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow:none;
}
/*.btn-default:focus{outline:0;}*/

/*.btn-default:focus {*/
	/*!*color: #333;*!*/
	/*!*background-color: #e6e6e6;*!*/
	/*border-color: transparent;*/
/*}*/
/*.btn-default:active:focus{*/
	/*border-color: transparent;*/
/*}*/
/*::-moz-selection { background: #66d6c5; color: #fff; text-shadow: none; }*/
/*::selection { background: #66d6c5; color: #fff; text-shadow: none; }*/
/*top*/
/************************人工客服**************************************/
.fixed-tool{
	position: fixed;
	right: 0;
	/*width: 60px;*/
	bottom: 110px;
	/*background-color: #fff;*/
	/*box-shadow: 1px 0 3px 3px rgba(0,0,0,.05);*/
}
/************************人工客服**************************************/
.bg_backgrund{
	background-image: url("../img/bg112.png");
	background-repeat: no-repeat;
	background-size:contain;
}

.u_float {
	zoom: 1;
	overflow: hidden;
	/* display: table; */
	text-align: center;
	/* margin: 0 auto; */
	clear: both;
}
.top_nav {
	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: 65%;*/
	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(66,168,53,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(66,168,53,.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;
}


.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;
}

/*信息库*/
.number_sc{
	margin-top: 25px;
}
.stretch-card {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: stretch;
	justify-content: stretch;
}
.grid-margin, .purchase-popup {
	/*margin-bottom: 2.5rem;*/
}
.bg-gradient-danger {
	background: linear-gradient(to right, #ffbf96, #fe7096);
}
.bg-gradient-info {
	background: linear-gradient(to right, #90caf9, #047edf 99%);
}
.bg-gradient-success {
	background: linear-gradient(to right, #84d9d2, #07cdae);
}
.text-white {
	color: #ffffff !important;
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	/*border: 1px solid rgba(0, 0, 0, 0.125);*/
	border-radius: 0.3125rem;
}
.card-body {
	/* flex: 1 1 auto; */
	width: 230px;
	height: 110px;
	padding:10px 20px;
}
.card-body h2{
	color:#fff;
}
.card-body h4{
	margin-top: 10px;
}
.card.card-img-holder .card-img-absolute {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}




/*我的学习任务*/
.section{
	margin: 20px;
}
.poison{
	height:645px;
}
.mystudy{
	height: 310px;
}
.lesson_plany {
	height: 650px;
}
.study_img{
	/*display: flex;*/
	justify-content: space-around; /*上下左右有间隙*/
	/*justify-content: space-between; !*两边没有空隙全部均分布*!*/
}
.study_img li{
	float: left;
	margin-left: 5px;
}
.Learningtask{
	margin-top:25px;
	background-color: #fff;
	-webkit-box-shadow:0 2px 8px #ccc;
	box-shadow: 0 2px 8px #ccc;
}
.Learningtask .task{
	margin:15px;
}
.Learningtask .task_nav li{
	margin-left:50px;
	float: left;
}
.Learningtask .task_nav li a{
	font-size: 14px;
	color: #404040;
	line-height: 56px;
	background-color: transparent;
}

.Learningtask .task_nav li a:hover{
	color:#5d5df0 ;
}

/*我的课表*/
.menu-title-icon {
	width:15px;
	height:15px;
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 61%;
	line-height:1;
	background: red;
	border-radius: 10px;
	color: #FFF;
}
.menu-title-icon1{
	top: 10px;
	left:90%;
}
.Earn_credits1{
	height:378px;
	overflow:auto;
	overflow-x:hidden;

}
.zx li{
	border-bottom: 1px dashed #666;
	padding: 5px 4px 0 0;
}
/*}进度条*/
.progress{
	width:50%;
	height:12px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: 10px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
	line-height:12px;
}
.zhuanxuef{
	/*border:1px solid red;*/
	margin-left: 10px;
}
.zhuanxuef ul{
	/*display: flex;*/
}
.zhuanxuef ul li{
	margin-left:0px;
	/*border-right: 1px solid red;*/
	float: left;
}
.zhuanxuef ul .line_bg{
	width: 100px;
}
.zhuanxuef ul li .bg-line {
	background-image: url(../img/line.png);
	width: 3px;
	height:500px;
	position:relative;
	top: 26px;
	right: 287px;
}

/*.zhuanxuef .rt{*/
	/*border:1px solid red;*/
/*}*/
.zhuanxuef p{
	text-align: left;
	color: #333;
	font-size: 16px;
}
.zhuanxuef p span{
	color:#ffa500;
}
.xuef{
	margin: 0 10px;
}
.zhuanxuef .jdt{
	width:250px;
	display: flex;
	/*justify-content:space-between;*/
}
.zhuanxuef  .ke_name{
	font-size: 14px;
	color: #666;
}
.zhuanxuef  .ke_xf{
	font-size: 12px;
	color:#999;
	margin-bottom: -5px;
}
.zhuanxuef  .zt{
	margin-bottom: 8px;
	width: 78px;
}
.zhuanxuef  .zt_a{
	margin-top:145px;
}
.zhuanxuef  .rt_a{
	margin-top: 22px;
}

.zhuanxuef  .zt_2{
	margin-top:107px;
}
.zhuanxuef  .zt_3{
	margin-top:141px;
}
.zhuanxuef .zt span {
	display: inline-block;
	background-color: #3e8f3e;
	color: #fff;
	border-radius: 90%;
	width: 22px;
	height: 22px;
	padding: 5px;
	position: relative;
	top: 0;
	left: 0px;
	line-height: 11px;
	font-size: 16px;
	z-index: 10000;
}
.zhuanxuef .zt .tittle1{
	width:18px;
	height:18px;
	background-color:#ccc;
	font-size: 12px;
	line-height:8px;
}
.zhuanxuef .zt h5{
	margin-left: 18px;
}




/*最新资源*/
.content_img1{
	margin-top: 10px;
}
.content_img1 .hot{
	/*border:1px solid red;*/
}
.content_img1 .hot span{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.content_img1 .hot span:first-child{
	text-align: left;
}
.content_img1 .hot span:last-child{
	margin-left: 35px;
}
.content_img1 ul{
	/*display: flex;*/
}
.content_img1 ul li{
	float: left;
}
.content_img1 ul li:last-child{
	text-align: right;
	margin-left:25px;
}


/*.lesson_plany{*/
/*height:290px;*/
/*}*/
.lesson_plan{
	margin-bottom: 17px;
	border-bottom: 1px dashed #999;
	/* border-bottom: 1px dashed #999; */
	margin-top: 15px;
}
.lesson_plan:last-child{
	border-bottom: none;
}
.lesson_plan .plan a{
	display: block;
	padding-bottom: 10px;
	width: 330px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align: left;
}

/*导航切换*/
.line_bottom {
	border-bottom: 1px solid #e9e9e9;
	height: 50px;
}
.Learningtask .task_nav li {
	margin-left: 50px;
	height: 50px;
}
.Learningtask .task_nav li a{
	font-size: 16px;
	color: #000000;
	line-height: 56px;
	background-color: transparent;
}

.Learningtask .task_nav li a:hover{
	color:#42a835;
}
.task_nav ul .aui-current {
	/* color: #f54343; */
	/* background: #f7f7f7; */
	border-bottom: solid 3px #42a835;
	font-weight: bold;
}






/*.content_img1{*/
	/*margin-top: 10px;*/
/*}*/
/*.content_img1 .hot{*/
	/*!*border:1px solid red;*!*/
/*}*/
/*.content_img1 .hot span{*/
	/*font-size: 14px;*/
	/*color: #333;*/
	/*font-weight: bold;*/
/*}*/
/*.content_img1 .hot span:first-child{*/
	/*text-align: left;*/
/*}*/
/*.content_img1 .hot span:last-child{*/
	/*margin-left: 35px;*/
/*}*/
/*.content_img1 ul{*/
	/*display: flex;*/
/*}*/
/*.content_img1 ul li:last-child{*/
	/*text-align: right;*/
	/*margin-left: 30px;*/
/*}*/


/*!*.lesson_plany{*!*/
	/*!*height:290px;*!*/
/*!*}*!*/
/*.lesson_plan{*/
	/*margin-left:-25px;*/
	/*margin-top: 15px;*/
/*}*/
/*.lesson_plan .plan a{*/
	/*display: block;*/
	/*width: 350px;*/
	/*overflow:hidden;*/
	/*white-space:nowrap;*/
	/*text-overflow:ellipsis;*/
	/*text-align: left;*/
	/*margin-left: 10px;*/
/*}*/


/*.move{*/
	/*height: 4px;*/
	/*width:85px;*/
	/*border-top: 4px solid #5d5df0;!*只需要将上边显示出来*!*/
	/*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:109px;*/
/*}*/
/*li:nth-child(3):hover~ .move{*/
	/*left:243px;*/
/*}*/
/*li:nth-child(4):hover~ .move{*/
	/*left:350px;*/
/*}*/

/*!*禁毒资讯*!*/
/*li:nth-child(2):hover~ .move1 {*/
	/*left: 107px;*/
/*}*/
/*li:nth-child(3):hover~ .move1 {*/
	/*left: 215px;*/
/*}*/
/*li:nth-child(4):hover~ .move1 {*/
	/*left: 320px;*/
/*}*/
/*禁毒资讯*/

/*猜你喜欢*/
/*a标签截取文字*/
.love{
	height:291px;
}
.broadcast ul{
	/*margin-top: 15px;*/
}
.broadcast li{
	margin-bottom:15px;
	/*padding-bottom: 5px;*/
	border-bottom: 1px dashed #999;
}
.broadcast li:last-child{
	border-bottom: none;
}
.broadcast li a{
	text-align: left;
	font-size: 16px;
	color:#333;
	width:220px;display:block;overflow:hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap; //文本不换行，这样超出一行的部分被截取，显示...*/
}
.announcement li a{
	width:335px;
}
.broadcast li a{
	float: left;
}
.broadcast li .star-vote{
	float: right;
}
.broadcast li span{
	font-weight: bold;
}
.broadcast li .c_1{
	color: #fcaf00;
}
.broadcast li .c_2{
	color: #61c416;
}
.broadcast li .c_3{
	color: #38c5ed;
}
.broadcast li .c_4{
	color: #64049f;
}
.broadcast li .c_5{
	color: #005cb7;
}

/*五角星*/
.star-vote{
	margin-top: 5px;
	margin-left: 14px;
	width:109px;
	height:20px;
	position:relative;
	overflow:hidden;
}
.star-vote>span{
	position:absolute;
	width:105px;
	height:18px;
	background-size:cover;
	background-repeat:no-repeat;
	left:0px;
	top:0px;
}
.star-vote>.add-star{
	background-image:url("../img/3175806580-5628ec8e88103_articlex.png");
}
.star-vote>.del-star{
	background-image:url("../img/121466800-5628eb31a4f2b_articlex.png");
	background-color:white;
}





/*排行榜*/
.move3{
	top:58px;
	left:-9px;
}
li:nth-child(1):hover~ .move3 {
	left: -8px;
}
li:nth-child(2):hover~ .move3 {
	left:100px;
}
li:nth-child(3):hover~ .move3 {
	left:210px;
}
li:nth-child(4):hover~ .move3 {
	left:310px;
}
/*赚学分*/

/*去学习*/
.learning{
	margin-left: 5px;
}
.learning a{
	display:inline-block;
	color: #fff;
	text-align: center;
	background-color: #5d5df0;
	padding:2px;
	width: 55px;
	border-radius: 15px;
}
.learning a:hover{
	background-color: #78b333;
}
.tittle h3{
	vertical-align: middle;
	margin-top: 10px;
}


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

.tittle_img{
	/*margin-top: 20px;*/
	padding-bottom: 20px;
}
.thumbnail{
	box-shadow:0 0 1px #ccc;
	transition:all 1s;
	padding: 0;
	justify-content:flex-end;
}

.thumbnail:hover{
	box-shadow:0px 10px 30px #ccc;
}
.caption{
	/*border:1px solid red;*/
	text-align: left;
}
.caption .caption_name{
	/*margin-bottom: 10px;*/
}
.caption .caption_name a{
	font-size: 16px;
	/*font-weight: bold;*/
	width: 210px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.caption span{
	font-size: 12px;
	color: #666;
	margin-top:10px;
	display: inline-block;
}
.caption span i{
	color: #888;
}
.caption_z{
	margin-left: 50px;
}

.thumbnail img{
	width: 266px;
	height: 175px!important;
}
.thumbnail_img img{
	width:228px;
	height:175px;
}
.thumbnail .caption{
	/*margin-bottom: 10px;*/
}


/*禁毒资讯*/
.drug_information{
	width: 321px;
	height:200px;
	background-color:#ddd;
}
.drug_information img{
	width: 321px;
	height:200px;
}
.content_informationbody{
	margin-left: 15px;
}
.content_informationbody a{
	font-size: 16px;
	color: #333;
}
.content_informationbody a:hover{
	color:#5d5df0 ;
}
.content_informationbody a .ziyuan{
	color: #fff;
	padding: 0 4px;
}
.content_informationbody a .a{
	background-color: red;
}
.content_informationbody a .b{
	background-color: #ffa500;
}
.content_informationbody a .c{
	background-color:#42a835;
}
.content_informationbody a .d{
	background-color:#999999;
}

.content_informationbody .caption span{
	margin-top: -10px;
	margin-left: 15px;

}




/*禁毒专家*/
.drug_control{
	height:291px;
}
.experts{
	margin:5px;
	padding-bottom:15px;
}
.experts ul{
	/*display: flex;*/
	justify-content:space-between;
}
.experts ul li {
	width: 168px;
	border: 1px solid #eee;
	padding: 5px 5px 0px 5px;
	transition: all .8s;
	float: left;
}
.experts ul li img{
	width:122px;
	border-radius: 50%;
	transition: .5s;
	-webkit-transition: .5s;
}
.experts ul li:hover{
	border-color: #42a835;
	box-shadow: 6px 6px 0 rgba(0,0,0,.06);
}
.experts ul li:hover .name{
	border-color: #42a835;
	color:#42a835;
	text-decoration: none;
}
.experts ul li:hover img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.experts_name{
	margin-top: 10px;
}
.experts_name p{
	font-size: 16px;
	margin-top:5px;
	color:#333;
	line-height:22px;
	/*width:120px;*/
	margin-bottom: 5px;
}
.experts_name p:nth-child(2){
	font-size: 12px;
	color: #999;
}

/*排行榜*/
.list_11{
	/*height:634px;*/
}
.list_11 .task_nav{
	/*border:1px solid red;*/
	width: 343px;
	height:56px;
	overflow: hidden;
}

.list_11 .task_nav ul{
	margin-left: -12px;
}
.list_11 .task_nav li{
	/*border:1px solid red;*/
}
.list_11 .task_nav li a{
	display: block;
	width:60px;
}


.btn_left {
	position: absolute;
	left:0px;
	top:10%;
}
.btn_right{
	position: absolute;
	left: 345px;
	top:10%;
}


.Earn_credits .list{
	text-align: left;
	margin-top: 15px;
}
.Earn_credits .list1 span{
	font-size:14px;
	color: #333;
	font-weight: bold;
}
.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;
}

/*本戒毒所排名*/
.grpm{
	border:1px solid red;
}
.Earn_credits ul li:last-child{
	padding-bottom:20px;
}
.Earn_credits .good_item .list_my{
	font-size: 16px;
	font-weight: bold;
	color: red;
}
.Earn_credits .good_item .list_my img{
	width:15px;
	height: 12px;
}

.Earn_credits .good_item .one{
	background-color: red;
	color:#fff;
	padding:0 4px;
}
.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;
}


/*留言*/
.leave_message{
	height:385px;
	/*margin-top: 10px;*/
}
.message{
	height:290px;
	overflow: hidden;
}
.message ul{
	/*margin-top: -10px;*/
}
.message li{
	display:block;overflow:hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;
	text-align: left;
	list-style-type:disc;
	margin: 15px 0;
	/*margin-left: 20px;*/
}
.message li i{
	color: #3e8f3e;
}
.message li p{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 345px;
	font-size: 16px;
	color: #666;
}

.media a{
	display: block;
	width: 60px;
}
.media-body p{
	font-size: 16px;
}


/*友情链接*/
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{
	padding-top: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.footer .f_body p{
	font-size:16px;
}





/***** 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;
}

/* Retina-ize images/icons */

/*@media*/
/*only screen and (-webkit-min-device-pixel-ratio: 2),*/
/*only screen and (   min--moz-device-pixel-ratio: 2),*/
/*only screen and (     -o-min-device-pixel-ratio: 2/1),*/
/*only screen and (        min-device-pixel-ratio: 2),*/
/*only screen and (                min-resolution: 192dpi),*/
/*only screen and (                min-resolution: 2dppx) {*/
	/**/
	/*!* logo *!*/
    /*.navbar-brand {*/
    	/*background-image: url(../img/logo@2x.png) !important;*/
		/*background-repeat: no-repeat !important;*/
		/*background-size: 156px 43px !important;*/
    /*}*/
	/**/
/*}*/
