@charset "utf-8";

/* css document */


/*学科教研详情*/
a:hover{
	text-decoration: underline;
}
.wrap {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.wrap .main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.news-nav {
	width: 100%;
	height: auto;
	float: left;
}

.news-nav .news-nav-main {
	width: 1200px;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	color: #7d7f85;
	font-family: "宋体";
}

.news-nav .news-nav-main a {
	font-size: 12px;
	color: #7d7f85;
	font-family: "宋体";
}

.news-nav .news-nav-main a:hover {
	color: #1CB177;
	text-decoration: underline;
}


.details-title {
	width: 99%;
	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;
	margin-right:23px;
}
.details-title a em{
	font-style:normal;
	font-family:simsun;
	float:right;
	margin: 1px 0 0 5px;
	}
.details-title a:hover{
	text-decoration: none;
	color:#ff4200;
}
.details {
	width: 100%;
	height: auto;
	float: left;
}

.details .details-left {
	width: 889px;
	height: auto;
	float: left;
}

/*学科带头人*/
.details-left .academic-leader {
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
}
.details-left .academic-leader .leader-main{
	float: left;
	margin:20px 25px 30px
}
.details-left .academic-leader .leader-main img{
	float: left;
	width: 152px;
	height:198px;
	margin-right: 13px;
}
.details-left .academic-leader .leader-main .leader-text{
	float: left;
	width: 80%;
}
.details-left .academic-leader .leader-main .leader-text .text-top{
	float: left;
	width: 100%;
}
.details-left .academic-leader .leader-main .leader-text .text-top b{
	float: left;
	width:16px;
	height:16px;
	margin:3px 15px 0;
}
.details-left .academic-leader .leader-main .leader-text .text-top b.ht{
	background:url(../../image/research/xkjy-icon.png) -10px -120px no-repeat;
}
.details-left .academic-leader .leader-main .leader-text .text-top b.xk{
	background:url(../../image/research/xkjy-icon.png) -70px -120px no-repeat;
}
.details-left .academic-leader .leader-main .leader-text .text-top span{
	float: left;
	color:#222;
	font-size: 16px;
	margin-right: 15px;
}
.details-left .academic-leader .leader-main .leader-text .text-bot{
	float: left;
	margin-top:12px;
}
.details-left .academic-leader .leader-main .leader-text .text-bot samp{
	float: left;
	color:#999;
	font-size: 14px;
}
.details-left .academic-leader .leader-main .leader-text .text-bot p{
	float: left;
	width: 60%;
	color:#666;
	font-size: 14px;
	width: 625px;
	line-height: 23px;
	max-height:161px;
	overflow-y:auto;
}


/*教研文章*/
.articles{
	width: 100%;
	float: left;
	height: auto;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
}
.articles ul{
	width: 100%;
	float: left;
	margin:15px 25px 0;
}
.articles ul li{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.articles ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
    width: 100%;
}
.articles ul li h2{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.articles ul li h2 a{
	float: left;
	color:#222;
	font-size: 16px;
	width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.articles ul li h2 a:hover{
	color:#ff4200;
}
.articles ul li .articles-text{
	float: left;
	width: 95%;
}
.articles ul li .articles-text p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.articles ul li .articles-text p a{
	color:#ff2400;
}
.articles ul li .articles-text p a:hover{
	text-decoration: underline;
}
.articles ul li .articles-text .sam-bot{
	float: right;
	margin-top:-22px;
}
.articles ul li .articles-text samp{
	float: right;
	color:#666;
	font-size: 14px;
}
.articles ul li .articles-text samp.line{
	width:1px;
	height:13px;
	background: #ccc;
	margin:4px 10px 0;
}

/*视频课例*/
.video{
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
}
.video .video-main{
	float: left;
	margin:18px 0 25px 25px;
}
.video .video-main li{
	float: left;
	width: 224px;
	height:auto;
	position: relative;
}
.video .video-main li:hover{
	-webkit-box-shadow: 0 1px 10px #a5aeb4;
    box-shadow: 0 1px 10px #a5aeb4;
}
.video .video-main li img {
	width: 224px;
	height: 158px;
}
.video .video-main li p{
	float: left;
	background: #000;
    opacity: 0.66;
    width: 214px;
    color:#fff;
    font-size: 12px;
    font-family: arial;
    text-align: right;
    height:30px;
    line-height: 30px;
    position: absolute;
    top:129px;
    left: 0;
    padding-right: 10px;
}
.video .video-main li.line{
	border-right: 1px dashed #ccc;
	width: 0px;
	height:152px;
	margin:0 40px;
}
.video .video-main li h6{
	float: left;
	color:#000;
	font-size:14px;
	height:40px;
	width: 204px;
	margin:5px 10px 12px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.video .video-main li span{
	color:#777;
	font-size: 14px;
	float: left;
	width: 204px;
	margin:0 10px 12px;
}

/*学科教学设计*/

.design{
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 50px;
}
.design .design-main{
	float: left;
    margin: 17px 25px 0;
}
.design .design-main li{
	float: left;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.design .design-main li:last-child{
	border-bottom: none;
}	
.design .design-main li h1{
	width: 100%;
    height: auto;
    float: left;
}	
.design .design-main li h1 a{
	max-width: 320px;
    font-size: 16px;
    color: #222;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:bold;
}
.design .design-main li h1 a:hover{
	color:#ff4200;
}
.design .design-main li h1 span{
	height: 20px;
    background: #fff;
    border: 1px solid #00af7e;
    line-height: 18px;
    font-size: 14px;
    padding: 0 5px;
    margin-left: 15px;
    border-radius: 2px;
    color: #00af7e;
    float: left;
}
.design .design-main li dl{
	float: left;
	width: 100%;
	margin-top:5px;
}
.design .design-main li dl dd{
	color:#666;
	font-size: 14px;
	float: left;
	
}
.design .design-main li dl dd.line{
	width:1px;
	height:12px;
	background: #666;
	margin: 4px 13px 0;
}
.design .design-main li p{
	float: left;
	color:#5d5d5d;
	font-size: 14px;
	margin-top: 10px;
	width: 100%;
}
.design .design-main li p samp{
	color:#999;
}
.design .design-main li p a{
	color:#1cb177;
	float: right;
}
.design .design-main li p a em{
	float:right;
	font-style:normal;
	font-family:simsun;
	margin: 4px 0 0 5px;
	}
.design .design-main li p a:hover{
	text-decoration: underline;
}


/*教研活动详情右边*/
.details .details-right {
	width: 298px;
	height: auto;
	float: left;
	margin-left: 10px;
}

/*专家资源*/
.expert{
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
	display:none;
}
.expert .expert-main{
	float: left;
	margin: 10px 15px 0;
}
.expert .expert-main li{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.expert .expert-main li:last-child{
	border:none;
	margin-bottom: 0;
}
.expert .expert-main li i{
	width: 18px;
    height: 18px;
    float: left;
    margin: 3px 10px 0 0;
    border:none;
}
.expert .expert-main li samp {
    font-weight: normal;
    color: #f45022;
    float: left;
    padding-right: 5px;
    font-size: 14px;
}
.expert .expert-main li a{
	float: left;
	width:195px;
	color:#222;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.expert .expert-main li a:hover{
	color:#ff4200;
}
.expert .expert-main li span{
	float: left;
	width: 100%;
	color:#999;
	font-size: 14px;
	margin-left: 30px;
	line-height: 24px;
}


/*学科资源*/
.subject{
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
}
.subject .subject-main{
	float: left;
	margin: 10px 15px 0;
}
.subject .subject-main li{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.subject .subject-main li:last-child{
	border:none;
	margin-bottom: 0;
}
.subject .subject-main li i{
	width: 18px;
    height: 18px;
    float: left;
    margin: 3px 10px 0 0;
    border:none;
}
.subject .subject-main li samp {
    font-weight: normal;
    color: #f45022;
    float: left;
    padding-right: 5px;
    font-size: 14px;
}
.subject .subject-main li a{
	float: left;
	width:170px;
	color:#222;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.subject .subject-main li a:hover{
	color:#ff4200;
}
.subject .subject-main li span{
	float: left;
	width: 100%;
	color:#999;
	font-size: 14px;
	margin-left: 30px;
	line-height: 24px;
}

/*专家动态*/
.dynamic{
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
}
.dynamic .dynamic-main{
	float: left;
	width:81%;
	border-left: 1px solid #ccc;
	height:auto;
	margin: 15px 25px 20px 30px;
}
.dynamic .dynamic-main li{
	float: left;
	width:93%;
	margin-left:15px;
	position: relative;
	margin-bottom: 12px;
}
.dynamic .dynamic-main li b{
	float: left;
	width:9px;
	height: 9px;
	background: url(../../image/research/yuan.png) no-repeat;
	position: absolute;
	top: 6px;
    left: -20px;
}
.dynamic .dynamic-main li p{
	float: left;
	color:#222;
	font-size: 14px;
	width: 100%;
	margin-bottom: 4px;
}
.dynamic .dynamic-main li p a{
	color:#ff4200;
}
.dynamic .dynamic-main li samp{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #999;
}
