﻿@charset "utf-8";
/* CSS Document */

/*content部分的美化设置*/
.contentWrap{ width:1200px; margin:0 auto; margin-top:20px;}	
	/*content部分具体区块（首页栏目）的美化设置*/
	.content{ margin-top:20px;}
	.contentLeft, .contentMid, .contentRight{ float:left; width:360px; height:236px; background:#fff; padding:10px;}
	.contentFir{ background:url(../images/aboutA.png) no-repeat 0 4px; background-size:28px;}
	.contentSec{ background:url(../images/academicA.png) no-repeat 0 4px; background-size:28px;}
	.contentThd{ background:url(../images/researchA.png) no-repeat 0 4px; background-size:26px;}
	.contentMid,.contentRight{ margin-left:30px;}
		.contentTitle{ margin:0 10px; padding:10px; border-bottom:1px solid #DDDDDD;}
		.contentTitle .titleText{ float:left; color:#06508F; font-size:16px; font-weight:bold; margin-left:24px;}
		.contentTitle .contentMore{ float:right; }
		.contentMore a{color:#FFBA15;}
		.contentList{ padding:10px 6px;}
		.contentList li{ height:30px; line-height:30px; position:relative; background:url(../images/tangle.png) no-repeat left; padding-left:14px;}
		.contentList li a:hover{ color:#666; text-decoration:underline;}
		.contentList li .newsTime{ position:absolute; right:2px; top:2px; color:#d4d4d4;}