@charset "utf-8";

/* css document */


/*学科教研 样式*/



.details-title {
	width: 96%;
	height: 40px;
	float: left;
	margin-left: 10px;
}

.details-title b {
	width: 6px;
	height: 18px;
	float: left;
	margin-top: 11px;
	margin-right: 11px;
	background: #1cb177;
}

.details-title h3 {
	font-size: 18px;
	color: #222;
	float: left;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.details-title button {
	background: #19a26d;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: right;
}
.details-title a{
	float: right;
	color: #666;
	font-size: 14px;
	line-height: 40px;
}
.details-title a:hover{
	color:#ff4200;
}
.details-title a em{
	font-style:normal;
	font-family:simsun;
	float:right;
	margin: 1px 0 0 5px;
	}
.details-title ul{
	float: left;
	margin-left: 30px;
	margin-right:15px;
}
.details-title ul.tab-rt{
	float: right;
}
.details-title ul li{
	float: left;
	cursor: pointer;
	font-size: 14px;
    color: #666;
    line-height: 40px;
}
.details-title ul li.active {
    color: #1cb177;
    font-weight: bold;
}
.details-title ul li.line {
    width: 1px;
    height: 13px;
    margin: 15px 12px 0 12px;
    background: #ccc;
}
.details {
	width: 100%;
	height: auto;
	float: left;
}
 
.details-left .kong {
    width: 150px;
    height: auto;
    padding: 100px 0;
    margin: 0 auto;
}

.details-left .kong p {
    font-size: 18px;
    color: #333;
    width: 112px;
    text-align: center;
    line-height: 50px;
}
 
/*教研活动左边*/
.details .details-left{
	width: 812px;
	min-height:300px;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 50px;
}
.details .details-left ul.all{
	float: left;
	width:96%;
	margin:17px 25px 25px;
}
.details .details-left ul.all li {
    width: 373px;
    height: 163px;
    float: left;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    margin: 0 12px 12px 0px;
    cursor: pointer;
}
.details .details-left ul.all li img {
	width: 94px;
	height: 123px;
	float: left;
	margin: 20px 18px 0 10px;
}

.details .details-left ul.all li dl {
	width: 240px;
	float: left;
	margin-top: 20px;
}

.details .details-left ul.all li dl dd {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 8px;
}

.details .details-left ul.all li dl dd i {
	margin: 4px 8px 0 0;
}

.details .details-left ul.all li dl dd i.teacher-name {
	width: 14px;
	height: 15px;
	float: left;
	background: url(../../image/research/xkjy-icon.png) -10px -120px no-repeat;
}

.details .details-left ul.all li dl dd i.project {
	width: 17px;
	height: 16px;
	float: left;
	background: url(../../image/research/xkjy-icon.png) -70px -120px no-repeat;
}

.details .details-left ul.all li p {
	width: 240px;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	word-break: break-all;
}

.details .details-left ul.all li:hover {
	border: 1px solid #ddd;
	box-shadow: 0px 1px 5px 0px #bfbfbf;
	background:#fff;
}


/*教研活动右边*/
.details .details-right {
	width: 370px;
	min-height: 200px;
	float: left;
	margin:0 0 50px 10px;
	border: 1px solid #ccc;
	background: #fff;
}
.details .details-right>ul{
	float: left;
	margin:15px 20px 0;
	width: 90%;
}
.details .details-right>ul li{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.details .details-right>ul li:last-child{
	border:none;
	margin: 0;
}
.details .details-right>ul li h3{
	float: left;
	font-size: 14px;
	color:#222;
}
.details .details-right>ul li em{
	float: left;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	text-align: center;
	width:18px;
	height: 18px;
	line-height: 18px;
	background: #a6a6a6;
	font-style: normal;
	border-radius: 2px;
	margin:2px 10px 0 0;
}
.details .details-right>ul li em.num1{
	background: #ff610b;
}
.details .details-right>ul li em.num2{
	background: #ffba2e;
}
.details .details-right>ul li em.num3{
	background: #57b382;
}
.details .details-right>ul li span{
	float: left;
	color:#222;
	font-size: 14px;
	margin-right: 5px;
}
.details .details-right>ul li h4{
	float: right;
	font-size: 14px;
}
.details .details-right>ul li h4 samp{
	float: left;
	color:#999;
}
.details .details-right>ul li h4 b{
	float: left;
	color:#ff4e00;
	font-size: 16px;
	font-family: arial;
	margin-left: 5px;
}
.details .details-right>ul li dl{
	float: left;
	width:100%;
	margin-top:11px;
}
.details .details-right>ul li dl dd{
	float: left;
	font-size: 14px;
	color:#999;
}
.details .details-right>ul li dl dd.line{
	width: 1px;
    height: 13px;
    margin: 4px 12px 0 12px;
    background: #ccc;
}
.details .details-right>ul li dl dd i{
	font-style: normal;
	color: #222;
	float:right;
	margin-left: 8px;
}

.details .details-right .subA {
	font-size: 14px;
    color: #222;
    font-weight: bold;
}