
.niceclass-container{
	background: #fff;
	margin-top: 40px;
}
.niceclass-container a:hover{
    color: #33CCFF;
    text-decoration:underline;
    outline: none;
}

.niceclass-container_hd{
	height: 50px;
	line-height: 50px;
	background: #67bb1d;
	background: -webkit-linear-gradient(left, #53b17d, #69ba1d);
	background: -o-linear-gradient(left, #54b27d, #67bb1d);
	background: -moz-linear-gradient(left, #54b27d, #67bb1d);
	background: linear-gradient(left, #54b27d, #67bb1d);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 35px;
	position: relative;
}
.niceclass-container_hd:after{
	content: "";
	width: 5px;
	background: #fff;
	position: absolute;
	height: 30px;
	left: 15px;
	top: 10px;
}
.niceclass-container_bd{
	padding: 10px 15px;
    min-height: 800px;
}
.niceclass-search {
	width: 500px;
	margin: 0 auto 10px;
	position: relative;
	text-align: center;
}
.niceclass-search_input {
	width: 100%;
	height: 40px;
	border-radius: 18px;
	outline: none;
	border: 1px solid #ccc;
	padding: 0 50px 0 20px;
	box-sizing: border-box;
}
.niceclass-search_btn {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
}
.niceclass-search_btn i{
	font-size: 24px;
	line-height: 30px;
}

.niceclass-remark{
	font-size: 14px;
	text-indent: 2em;
	line-height: 25px;
	padding: 10px;
	color: #0c5a37;
	border: 1px solid #8ee4a0;
	background-color: #acfdbc;
	margin: 5px;
	margin-bottom: 10px;
}

.niceclass-left{
	color: #333;
}
.niceclass-left_item{
	border: 1px solid #ececec;
	border-radius: 3px;
	width: 31%;
	display: inline-block;
	height: 100px;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	background: #F8F8F8;
	margin: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
}
.class_item_title{
	display: inline-block;
	line-height: 25px;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	width: 100%;
}
.class_item_text{
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.niceclass-right{
	width:150px;
	margin-top: 5px;
	margin-right: 5px;
}
.trade_box{
	border: 1px solid #ececec;
	background: #F0F0F0;
	min-height: 800px;
}
.trade_title{
	font-size: 14px;
	text-align: center;
	padding: 8px;
	margin-bottom: -8px;
	line-height: 20px;
	font-weight: bold;
}
.trade_item{
	background-color: #ffffff;
	margin: 8px 0;
	padding: 5px 10px;
}
.trade_item_title{
	padding-bottom: 5px;
}
.trade_item_box{
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
}
.trade_item_text{
	background-color: #d6d6d6;
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 12px;
	text-decoration: none;
}

.niceclass-tab{
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.niceclass-tab ul{
	padding: 5px 0;
}
.niceclass-tab li{
	height: 20px;
	line-height: 20px;
	width: 10.7%;
	font-size: 12px;
	text-align: center;
    display: inline-block;
    list-style-type: none;
}
.niceclass-tab li .active{
    color: #75bb00;
}

.niceclass-detail{
    border: 1px solid #ececec;
    padding: 5px;
    min-height: 300px;
    line-height: 25px;
    background-color: #FAFAFA;
}

.niceclass-detail+.niceclass-detail{
    border-top:none;
}
.detail_lt{
    width: 300px;
    padding: 10px;
    border-right: 1px solid #888888;
    box-sizing: border-box;
}
.detail_rt{
    padding: 10px;
    font-size: 12px;
}

.detail_lt .niceclass-detail_hd{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.detail_lt .niceclass-detail_bd{
    font-size: 14px;
    font-weight: bold;
    text-indent: 2em;
    color: #333;
}
.detail_lt .niceclass-detail_ft{
    padding: 5px;
    font-family: KaiTi;
}

.detail_rt .num{
    font-weight: bold;
    margin: 0 10px 0 10px;
    display: inline-block;
}

.detail_lt .detail_list{
    font-size: 13px;
}

.detail_lt .detail_list>a.active{
    font-weight: bold;
}

.detail_rt .niceclass-detail_hd{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}
.detail_rt .niceclass-detail_hd>span{
    border: 1px solid #555;
}
.detail_rt .niceclass-detail_bd{
    text-indent: 2em;
}
.detail_rt .niceclass-detail_ft{
    border: 1px solid #b8c5ca;
    padding: 5px;
    margin-top: 10px;
}
.detail_rt .detail_tips{
    background-color: #b8c5ca;
    height: 24px;
    color: #ffffff;
    line-height: 24px;
    padding-left: 10px;
    font-size: 12px;
}
.word {
	color: red;
	background-color: yellow;
}
