﻿.contentRight{
    overflow:auto;
}

/*.artical .classes{
    margin-left:212px;
    margin-top:0px;    
    height: 100%;
    overflow: hidden
}*/
/*与classmates.css中要一致*/
.artical .classes{
    margin-left: 215px;
    margin-right:5px;
    /*margin-top: 60px;*/
    width: auto;
}
.artical .classes .classes_box {
    
}
.artical .classes section{
	float: left;
	width: 300px;
    height: 232px;
	border: 1px solid #ccc;
	margin-left: 40px;
	margin-bottom: 20px;
}
.artical .classes section:hover{
	box-shadow: 0 0 3px 2px rgba(0,0,0,.3);
}
.artical .classes section a:hover{
	color: #66CCCC;
}
.classes section header{
	height: 30px; /*60px;*/
	/*background-color:#f5d011;*/ /* #B9E8F9  #c6ddeb;*/
    /*background: linear-gradient(#ddd, #f5d011);*/ /*(#cbecf8, #ddd);*/
    /*background: linear-gradient(rgb(220, 115, 18) 0%,rgb(183, 74, 26) 50%,rgb(93, 4, 4) 90%, rgb(255, 255, 255) 95%);*/
    background-color:#008cee;
    padding: 5px 10px 10px;
	/*padding: 5px 10px 50px;*/
	color: black;
}
.classes section header h3{
	font-weight: bolder;
	font-family:Arial,'Microsoft YaHei'; 
	font-size: 18px;
	padding: 0px; /*1px;*/
	color:#fff;
	/*border-radius: 4px;*/    
}
.classes section header div{
	float: left;
	font-size: 14px; /*13px;*/
	color: #fff;
	padding-top: 0px;
    margin-right:12px;
    font-family: "微软雅黑";
	/*margin-right: 75px;*/
}
.classes section header div:nth-of-type(2){
	margin-right: 0;
}
.classes section .details{
	height: 170px;
	background: #e9f9ff;
	padding: 10px 10px 0;
	color: #999;
	border-bottom: 2px solid #dedede;
}
.classes section .details .works{
	height: 130px;
    font-size:13px;
}
.classes section .details .chengyuan{
    font-size:13px;
}
.classes section .details .code{
    font-size:13px;
    float:right;
}
.classes section .details .works div{
	margin-bottom: 10px;
}
.classes section .details .works div:nth-last-of-type(1){
	margin-bottom: 0;
}
.classes section footer {
    height: 30px;
    background: #e9f9ff;
    /*background: linear-gradient(rgb(239, 220, 206) 0%,rgb(30, 144, 189) 50%,rgb(31, 159, 230) 90%);*/
    padding: 8px 22px;
    text-align: right;
    font-size: 13px;
    font-family: "微软雅黑";
}
.classes section footer a{
	color: #000;
}