@charset "utf-8";
/* CSS Document 案例主页与论文主页样式 */

dl, dt, dd, ol, ul, li, form, label, legend, caption, tbody, tfoot, thead, tr, th { margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; }
ul li{list-style-type:none;}

body{
    margin-top:0px;
	margin-left:auto;
	margin-right:auto;
    padding: 0px 0px 0px 0px;
    
	font-size: 12px;
	font-style:normal;
	line-height: 160%;
	color:#4c4c4c;   /*#666666*/
	text-align:center;
	vertical-align:top;
	background-color:#f9f9f9;
}

sup{
	font-size:2px;	
}

img{
	border:none;
}
h1{}
h2{color:#2980ea; font-size:16px; font-weight:bold;}
h3{color:#3598dc; font-size:14px; font-weight:bold;}
h4{color:#FFF; font-size:14px; font-weight:bold; margin:8px 0px 0px 15px; }

a{

	color:#000000;/*#1E33F7*/	
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration:none;
	color: #379be7;/*颜色变换*/
}
a:active {
	text-decoration: none;
	color:#000000;
}

.Fleft{float:left; }
.Fright{float:right;}
.divClear{clear:both;}
.tCenter{text-align:center;}

.w1040{width:1040px; margin:0px auto;}
.w610{width:610px;}
.w385{width:385px;}
.w440{width:440px;}
/*page*/
.w720{width:700px;}
.w320{width:300px;}
/*course page*/
.wp780{width:780px;}
.wp260{width:260px;}
.w290{width:290px;}

.w20per{width:20%;}
.w50per{width:50%;}

.mLeft20{margin-left:20px;}
.mRight20{margin-right:20px;}
.mTop15{margin-top:15px;}
.mTop5{margin-top:5px;}



.zj { width:1200px; height:auto;
margin:0px auto;
   }


/*Page START*/
.breadcrumbs{
	overflow:hidden;
	width:1190px; height:22px;
	border-bottom:solid 1px #1d8fe2;
    margin:0px auto;
	padding:16px 10px 5px 0px;
	text-align:left;
	font-size:15px;
	
	
	
}

.breadcrumbs a{
	color:#3299d4;
	
}
.exambox{
	
}
.indexTopTitle{
	color:#09F;background-color:#ddeeff;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:8px 5px;
	margin:3px;
	font-family:"Microsoft Yahei",Arial,Helvetica,sans-serif,"微软雅黑";
}
.indexSubTitle{
	color:#666;
	text-align:center;
	border-bottom:dotted #0099FF 1px;
	border-top:dotted #0099FF 1px;
	padding:5px;
}
.box{
	border:1px solid #D6D6D6;
	margin:0 0 10px 0;
	background:#FEFEFE;
	text-align:left;
    width:32%;
	margin:10px;	
}
.box .in{margin:10px 5px 10px 10px;}
.box .in p{line-height:18px;margin-bottom:3px;}
.box .in .title{background:#f9f9f9;border-bottom:1px dotted #dedede;color:#0046C1;height:25px;line-height:25px;}
.anli_line{margin:8px 0; padding:4px; text-align:left; border-bottom:dotted 1px #CCC;font-size: 13px;font-family:"Microsoft Yahei",Arial,Helvetica,sans-serif,"微软雅黑";}