﻿/*头部开始 */

/*
  @font-face {
    font-family: Microsoft YaHei UI;
    font-style:  normal;
    font-weight: normal;
    src: url(font/MICROSO1.eot);
  }
  @font-face {
    font-family: Microsoft YaHei UI;
    font-style:  normal;
    font-weight: 700;
    src: url(font/MICROSO0.eot);
  }
 */
.header {
	width:100%;
	height:90px;
	background:#f5f5f5;
}
.header-container {
	margin:auto;
	width:1000px;
}
.header-logo-area {
	float:left;
	width:250px;
	_width:250px;
	height:90px;
}
.header-logo {
	float:left;
}
.header-title {
	float:left;
	margin-top:32px;
	color:#5096d1;
	margin-left:1px;
	font-size:17px;
	font-weight:600;
}


#hidePopSearch {
	display:none;
}

.search-box {
	position:absolute;
	width:210px; 
	height:25px; 
	z-index:1; 
	top:59px; 
	margin-left:790px;
	display:none;
}
.search-button {
	float:left;
	border:none;
	background:#0887d4;
	width:50px;
	height:31px;
	cursor:pointer;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.search-input {
	float:left;
	height:25px;
	line-height:25px;
	border:3px #0887d4 solid;
	width:150px;
	padding-left:4px;
	color:#999999;
}

.focus {
	color:#666666;
}


.header-nav-area {
	float:left;
	width:750px;
	height:90px;
	line-height:90px;
}

.header-menus {
	/*margin-left:70px;*/
	margin-top:30px;
}
.header-menus a {
	display:block;
	padding-left:6px;
	padding-right:6px;
	float:left;
	margin-left:5px;
	font-size:17px;
	height:30px;
	line-height:30px;
	color:#444444;
}

.header-menus a:hover{
	background:#774433;
	color:#fff;
}

.search-img{
	border:none;
	cursor:pointer;
	background-image: url("../../images/zs/search.jpg");
	width:26px;
	height:26px;
	margin-top:3px;
	background-color: transparent;
	float:right;
}

.banner-wrapper { 
	width:100%; 
	position:relative; 
	margin-bottom:15px;
	height:400px;
}

.banner-wrapper ul {
	z-index:0; 
}
.banner-wrapper ul li { 
	position:absolute; 
	left:0; 
	top:0; 
	width:100%;
}
.banner-wrapper ul li a{ 
	display:block; 
	width:100%;  
}
.banner-nav-wrapper{ 
	z-index:1; 
	position:absolute; 
	width:100%; 
	bottom:0; 
}
.banner-nav{ 
	margin:0 auto; 
	width:100%; 
	text-align:center; 
}
.banner-nav a{ 
	display:inline-block; 
	width:15px; 
	height:15px;
	background:url(../../images/zs/index_banner_nav.png) no-repeat left top; 
	_background:url(../../images/zs/index_banner_nav.gif) no-repeat left top;
	margin-bottom:15px;
	margin-right:6px;
 }
.banner-nav a:hover{ 
	background:url(../../images/zs/index_banner_nav_hover.png) no-repeat left top; 
	_background:url(../../images/zs/index_banner_nav_hover.gif) no-repeat left top; 
	text-decoration:none; 
}
.banner-nav a.current
{ 
	background:url(../../images/zs/index_banner_nav_hover.png) no-repeat left top; 
	_background:url(../../images/zs/index_banner_nav_hover.gif) no-repeat left top;
	text-decoration:none; 
}
/*头部结束*/

.main-container {
	margin:auto;
	width:1000px;
	margin-top:25px;
}

.main-container p{
	line-height:20px;
	padding-top:5px;
}

.left-nav {
	width:250px;
	float:left;
}
.left-nav-title {
	background:#0888d3;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

.left-nav-menu {
	
}

.content-container {
	width:720px;
	float:left;
	padding-left:30px;
}

.content-container-ztc{
	width:1000px;
	float:left;
}

.left-nav-menu a {
	display:block;
	height:40px;
	line-height:40px;
	background:#f8f8f8;
	border-bottom:2px #fff solid;
	text-align:center;
	font-weight:bold;
	font-size:15px;
}

.left-nav-menu a:hover {
	text-decoration:none;
	color:#fff;
	background:#e1c265;
}

.left-nav-menu a.select{
	background:#e1c265;
	color:#fff;
}

.content-top-nav {
	height:45px;	
	border-bottom:1px #dedede solid;
}

.content-top-nav-left {
	float:left;
	color:#8b665e;
	font-size:18px;
	padding-top:10px
}

.content-top-nav-right {
	float:right;
	padding-top:15px;
	font-size:12px;
}

.content-top-nav-right .current {
	color:#8b665e;
	font-weight:bold;
}

/* */

.content-page-menu {
	float:left;
	padding-top:10px;
}

.content-page-menu ul {
	
}

.content-page-menu ul li{
	float:left;
	border-right:2px #fff solid;
}

.content-page-menu ul li a{
	text-align:center;
	height:35px;
	line-height:35px;
	width:112px;
	float:left;
	font-weight:bold;
	font-size:14px;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
}

.content-page-menu ul li a:hover{
	color:#fff;
	background:#0888d3;
}

.content-page-menu ul li a.select{
	color:#fff;
	background:#0888d3;
}

/*底部*/
.footer {
	margin-top:30px;
	float:left;
	width:100%;
	background:#f0f0f0;
	height:160px;
}
.footer-container {
	margin:auto;
	width:1000px;
}

.footer-container-left {
	float:left;
	width:405px;
	height:93px;
	text-align:left;
	line-height:60px;
	padding-top:20px;
}
.erwei{
	float: right;
    padding-left:30px;
	padding-top:23px;
}
.img-pic{
	margin: 0 auto;width:80px; height:80px;padding-top:20px;
}
.erwei-p{
	float: right;padding-top:10px;text-align: right;width: 100%;margin-left:10px;
}
.footer-container-left p {
	line-height:25px;
}
.footer-container-middle {		
	float:left;
	width:600px;
	height:40px;
	padding-top:10px;
	text-align:left;
}

.footer-container-middle span {
	padding-right:0px;
}
.footer-container-right {		
	float:left;
	width:400px;
	height:85px;
	padding-top:15px;
}

.footer-container-right a {
	line-height:25px;
	padding-right:5px;
	white-space:nowrap;
}
/*底部结束*/

/*文章列表 */
.content-list {
	margin-top:10px;
}

.content-list ul li{
	height:40px;
	background:url(../../images/zs/li.png) left center no-repeat;
	line-height:40px;
}

.content-list ul li a {
	padding-left:10px;
}	

.content-list span{
	float:right;
	color:#999999;
}

.new {
	margin-left:10px;
}
/*热点问题文章列表 */
.content-hotq-list {
	margin-top:10px;
}

.content-hotq-list ul li{
	height:40px;
	background:url(../../images/zs/wen6.png) left center no-repeat;
	line-height:40px;
}

.content-hotq-list ul li a {
	padding-left:24px;
}	

.content-hotq-list span{
	float:right;
	color:#999999;
}

/*分页*/
.content-list-pager {
	border-top:1px #dedede solid;
	margin-top:20px;
}

.content-list-pager  ul{
	float:right;
	padding-top:20px;
}

.content-list-pager ul li{
	float:left;
}

.content-list-pager  ul li a {
	font-size:15px;
	display:block;
	padding:5px 10px;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}

.content-list-pager ul li a:hover{
	display:block;
	color:#fff;
	background:#0887d4;
}

.content-list-pager ul li a.select {
	background:#0887d4;
	color:#fff;
}

/*文章列表结束 */

.page-title-area {
	text-align:center;
	padding-top:30px;
}

.page-title-meta {
	margin-top:20px;
	height:40px;
	line-height:40px;
	border-top:1px #999999 dotted;
	border-bottom:1px #999999 dotted;
	text-align:center;
}
.page-title-meta  span{
	padding:10px;
}

.page-content {
	margin-top:20px;	
}

.page-content-ztc{
	margin-top:20px;	
}
.page-content-ztc ul li {
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}
.page-content-ztc ul li a{
	display:block;
	width:230px;
	_width:225px;
	height:60px;
	background:#e1c265;
	color:#774433;
	line-height:60px;
	text-align:center;
	font-weight:bold;
	font-size:15px;
}

.page-content-ztc ul li a:hover {
	color:#ffffff;
	background:#774433;
}

.page-content-ztc2{
	margin-top:20px;	
}
.page-content-ztc2 ul li {
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}
.page-content-ztc2 ul li a{
	display:block;
	width:230px;
	_width:225px;
	height:60px;
	line-height:60px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	border-radius:10px;
}

.page-content-ztc2 ul li a span {
	color:#FFFFFF;
}

.page-content-ztc2 ul li a.bg1{
	background:#3498db;
}

.page-content-ztc2 ul li a.bg1:hover{
	background:#5dade2;
}

.page-content-ztc2 ul li a.bg2{
	background:#f39c12;
}
.page-content-ztc2 ul li a.bg2:hover{
	background:#f6b517;
}

.page-content-ztc2 ul li a.bg3{
	background:#e74c3c;
}

.page-content-ztc2 ul li a.bg3:hover{
	background:#ec7063;
}

.page-content-ztc2 ul li a.bg4{
	background:#2ecc71;
}

.page-content-ztc2 ul li a.bg4:hover{
	background:#58d68d;
}



.page-content table {
	border:1px #999999 solid;
}

.page-content table tr td{
	border:1px #999999 solid;
}

.page-bottom-link {
	height:40px;
	margin-top:30px;
	border-top:1px #999999 dotted;
}

.page-bottom-link ul {
	margin-top:10px;
}

.page-bottom-link ul li{
	line-height:24px;
}

.content-list-pic {
}

.content-list-pic ul{
	margin-top:20px;
}

.content-list-pic ul li{
	float:left;
	margin:10px 7px;
	border:3px #f0f0f0 solid;
	cursor:pointer;
}

.content-list-pic img{
	width:160px;
	height:120px;
}

.content-list-pic ul li:hover{
	border:3px #e1c265 solid;
}

.content-list-pic-text {
	clear:both;
	text-align:center;
	height:35px;
	padding:5px;
	width:150px;
	cursor:pointer;
	display:block;
}

/* 吉动学子 */
.content-list-pic-jdxz {
}

.content-list-pic-jdxz ul{
	margin-top:20px;
}

.content-list-pic-jdxz ul li{
	float:left;
	margin:10px 7px;
	border:3px #f0f0f0 solid;
	cursor:pointer;
}

.content-list-pic-jdxz img{
	width:160px;
	height:200px;
}

.content-list-pic-jdxz ul li:hover{
	border:3px #e1c265 solid;
}

.content-list-pic-text-jdxz {
	clear:both;
	text-align:center;
	height:35px;
	padding:5px;
	width:150px;
	cursor:pointer;
	display:block;
}


/* 教授 列表 */
.content-list-teacher {
}

.content-list-teacher ul{
	margin-top:20px;
}

.content-list-teacher ul li{
	float:left;
	margin:10px 10px;
	_margin:10px 8px;
	cursor:pointer;
}

.content-list-teacher img{
	width:124px;
	height:124px;
	border-radius:10px;
}

.content-list-teacher ul li:hover{
	
}

.content-list-teacher-text {
	clear:both;
	text-align:center;
	height:50px;
	_height:60px;
	padding:5px;
	width:114px;
	cursor:pointer;
	display:block;
}

/*教授详细页*/
.teacher-content {
	width:100%;
	height:350px;
}
.teacher-title {
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
}

.teacher-img {
	float:left;
	width:180px;
	margin-top:9px;
}

.teacher-img img {
	width:180px;
	height:180px;
	border-radius:10px;
}

.teacher-intro {
	float:right;
	width:510px;
	height:170px;
}

.teacher-back {
	float:right;
	width:510px;
	height:10px;
	text-align:right;
}

.clear {
	clear:both;
}

#CuPlayer {
	text-align:center;
}

.content-list-video {
	
}

.content-list-video ul{
	margin-top:20px;
}

.content-list-video ul li{
	float:left;
	margin:10px 7px;
	border:3px #f0f0f0 solid;
	cursor:pointer;
	width:220px;
	_width:218px;
	height:178px;
}

.content-list-video ul li a{
	display:block;  
	position:relative;
	display:block;
	width:220px;
	_width:218px;
	height:178px;
}

.content-list-video ul li img{
	width:220px;
	_width:218px;
	height:138px;
	display:block; 
	position:absolute; 
	top:0; 
	left:0;
}

.content-list-video ul li span{
	display:block; 
	position:absolute;
}

.content-list-video ul li span.video-holder{ 
	width:220px;
	_width:218px;
	height:138px; 
	background:url("../../images/zs/video.png") no-repeat center center;
	cursor:pointer;	
}

.content-list-video ul li span.content-list-video-text{ 
	bottom:0; 
	height:40px;
	width:210px;
	padding-left:5px;
	padding-right:5px;
	line-height:20px;
	text-align:center;
	cursor:pointer;
	_width:208px;
}

.content-list-video ul li:hover{
	border:3px #e1c265 solid;
}

/*.content-list-video-text {
	text-align:center;
	height:35px;
	_height:38px;
	padding:5px;
	width:210px;
	width:208px;
	cursor:pointer;
	display:block;
} */

/*首页*/
.index-container {
	width:1000px;
	margin:auto;
	height:400px;
	margin-top:30px;
	color:#888888;
}

.index-container a {
	color:#666666;
}

.index-container a:hover {
	color:#0887d4;
}
.index-left {
	float:left;
	width:590px;
}

.index-title-area{
	height:30px;
	line-height:30px;
	border-bottom:1px #f0f0f0 solid;
}

.index-title-area2{
	height:30px;
	line-height:30px;
	border-bottom:1px #f0f0f0 solid;
	padding-top:15px;
}

.index-title {
	float:left;
	text-align:center;
	color:#fff;
	width:100px;
	height:30px;
	background:#0887d4;
	font-size:15px;
	font-weight:bold;
}

.index-title-meiti {
	float:left;
	text-align:center;
	color:#11191f;
	width:100px;
	height:30px;
	font-size:15px;
	font-weight:bold;
}

.index-title-more {
	float:right;
}

.top-news {
	height:40px;
	line-height:40px;
	border-bottom:1px #f0f0f0 solid;
}
.top-news span {
	float:right;
	color:#999999;
}
.top-news a {
	font-size:15px;
}
.index-news-list ul {
	margin-top:5px;
}
.index-news-list ul li{
	height:26px;
	line-height:26px;
	background:url(../../images/zs/li.png) left center no-repeat;
}
.index-news-list ul li a{
	padding-left:10px;
}

.index-news-list ul li span{
	float:right;
}

.index-right {
	float:right;
	width:385px;
}

.block-left {
	float:left;
	width:130px;
}

.block-right {
	float:right;
	width:245px;
}
.block-left-top {
	width:130px;
	height:185px;
	background-color:#008ac8;
	background-image:url("../../images/zs/right-left-top.png");
	_background-image:url("../../images/zs/right-left-top.gif");
	background-repeat: no-repeat;	
	display:block;	
	
}
.block-left-bottom {
	margin-top:3px;
	width:130px;
	height:185px;
	background-color:#b8c46b;
	background-image:url("../../images/zs/right-left-bottom.png");
	_background-image:url("../../images/zs/right-left-bottom.gif");
	background-repeat: no-repeat;
	display:block;	
}

.block-left-bottom:hover{
	background-color:#aab753;	
}

.block-left-top:hover{
	background-color:#077bbf;	
}

.block-left-top-text {
	color:#fff;
	font-size:15px;
	padding-top:143px;
	font-weight:bold;
	margin-left:30px;
}
.block-left-bottom-text {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding-top:135px;
	margin-left:45px;
}

.block-right-top {
	width:245px;
	height:85px;
	display:block;
	background-color:#b8c46b;
	background-image:url("../../images/zs/cjcx.png");
	_background-image:url("../../images/zs/cjcx.gif");
	background-repeat: no-repeat;
}

.block-right-top:hover{
	background-color:#aab753;	
}

.block-right-top-text {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding-top:35px;
	margin-left:110px;
}

.block-right-bottom {
	margin-top:6px;
	width:245px;
	height:275px;
}

.blocks-1 {
	margin-top:3px;
	float:left;
	width:121px;
	height:91px;
	background-color:#e1c265;	
	text-align:center;
	background-image:url("../../images/zs/xsdh.png");
	_background-image:url("../../images/zs/xsdh.gif");
	background-repeat: no-repeat;
}

.blocks-2 {
	margin-top:3px;
	float:right;
	width:121px;
	height:91px;
	background-color:#e1c265;	
	text-align:center;
	background-image:url("../../images/zs/zxhd.png");
	_background-image:url("../../images/zs/zxhd.gif");
	background-repeat: no-repeat;
}

.blocks-3 {
	margin-top:3px;
	float:left;
	width:121px;
	height:91px;
	background-color:#e1c265;	
	text-align:center;
	background-image:url("../../images/zs/jsfc.png");
	_background-image:url("../../images/zs/jsfc.gif");
	background-repeat: no-repeat;
}

.blocks-4 {
	margin-top:3px;
	float:right;
	width:121px;
	height:91px;
	background-color:#e1c265;	
	text-align:center;
	background-image:url("../../images/zs/shpj.png");
	_background-image:url("../../images/zs/shpj.gif");
	background-repeat: no-repeat;
}

.blocks-5 {
	margin-top:3px;
	float:left;
	width:121px;
	height:91px;
	background-color:#e1c265;	
	text-align:center;
	background-image:url("../../images/zs/xzfc.png");
	_background-image:url("../../images/zs/xzfc.gif");
	background-repeat: no-repeat;
}

.blocks-6 {
	margin-top:3px;
	float:right;
	width:121px;
	height:91px;
	background-color:#e1c265;	
	text-align:center;
	background-image:url("../../images/zs/zjxy.png");
	_background-image:url("../../images/zs/zjxy.gif");
	background-repeat: no-repeat;
}

.blocks-1:hover {
	background-color:#0887d4;
}
.blocks-2:hover {
	background-color:#0887d4;
}
.blocks-3:hover {
	background-color:#0887d4;
}
.blocks-4:hover {
	background-color:#0887d4;
}
.blocks-5:hover {
	background-color:#0887d4;
}
.blocks-6:hover {
	background-color:#0887d4;
}

.blocks-text {
	padding-top:60px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

.content-bottom-text {
	background:url("../../images/zs/redArrow.png") no-repeat left;
	margin-top:50px;
}

.content-bottom-text span{
	padding-left:12px;
}

/*微博*/
.weibo {
	margin-top:60px;
}
.weibo-1{
	float:left;
	background:url("../../images/zs/weibo.gif") no-repeat;
	width:187px;
	height:50px; 
	background-position:0 0px;
	margin-left:160px;
}

.weibo-2{
	float:left;
	background:url("../../images/zs/weibo.gif") no-repeat;
	width:187px;
	height:50px; 
	background-position:0 -100px;
	margin-left:30px;
}

/* 提示信息 */

.message-content {
	float:left;
	width:400px;
	margin-left:160px;
	_margin-left:80px;
	border:1px #f0f0f0 solid;
}
.message-content-top {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}

.message-content-top-left {
	float:left;
	width:50px;
	height:50px;
}

.message-content-top-right {
	float:right;
	width:310px;
	height:50px;
	line-height:50px;
	font-size:24px;
}

.message-content-top-right span {
	padding-left:30px;
}
.message-content-bottom {
	margin-top:10px;
	padding:20px;
	width:360px;
	float:left;
	background:#f0f0f0;
}


.ad {
	margin-bottom: 15px;
	float:left;
	
}

.ad2 {
	margin-bottom: 15px;
	margin-right:27px;
	float:left;
}
.ad-banner{
	width:100%;
}
.ad-banner-1{
	margin: 0;
	background-color: #00a2c9;
}
.ad-banner-1 img{
	display: block;
	margin: 0 auto;
	height:90px;
}

.zy{ color:#666666; margin:0 15px;}
.current{ background-color:#0888d3; color:#FFFFFF;padding:6px 10px;}
.zy a:hover{background-color:#e1c265; color:#FFFFFF;padding:6px 10px;}
.zy a{ padding:6px 10px;}
.wb{width:600px; text-align:left;height:70px;}

.menu{height:28px;border-right:#ccc solid 1px; font-size:14px;}
.menu li{float:left;width:99px;text-align:center;line-height:28px;height:28px;cursor:pointer;border-left:#ccc solid 1px;border-bottom:#ccc solid 1px;color:#666;overflow:hidden;background:#E0E2EB;}
.menu li.off{background:#fff;color:#336699;font-weight:bold; border-bottom:none;border-top: 1px solid #D5D5D5;border-right: 1px solid #D5D5D5;}

.menudiv div{
	padding: 15px;
	line-height: 28px;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	width:600px;
}
.tbtx{ font-size:12px; color:#0888d3;margin-bottom:25px;}

.line1{
	text-align: center;
	
}

.line1 tr,.line1 td{border: 1px dotted #D3D3D3;padding:5px; }