@CHARSET "UTF-8";

.check {
    border-radius: 2px;
    border: 1px solid #90bbf1;
    color: #307ce4;
    background: #eaf7ff;
    display: inline-block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.check:hover {
    background: #307ce4;
    border: 1px solid #307ce4;
    color: #FFFFFF;
    cursor:pointer;
}
.themes{
    width: 320px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space:nowrap; 
    background: #d5f2ff;
    margin-bottom: 10px;
    margin-top: 12px;
}
.themes em{
	color: #FFF;
	background: url(../../static/common/images/jt-s.png) no-repeat;
	padding-left: 10px;
	width: 80px;
	display: inline-block;
	font-weight: bold;
}
.themes span{
	color:#666666;
}
.c-theme{
    width: 280px;
    overflow: hidden;
    color: #666666;
    white-space:nowrap; 
}

a.returnIndex:hover {
   color: #FFFFFF;
}


/* .left-model{
	height: 220px;
} */

/* .top-length{
	margin-top: 10px !important;
} */

/*  div.main .content .notice .notice_height ul li{
	color: #666666;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
} */