/*	*{
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

       font-size: 14px;
       color: #333333;
       font-family: "微软雅黑";
	}*/
	html,body{
		width: 100%;
		background: #fff;
	}
	ul{
		list-style: none;
	}
    .main{
	    width: 1100px !important;
    }
	/*------------------------------header--------------------------*/

.headbg {
	/* background: #f6efe5 url(/zpNew/images/index/bg_head.png) repeat-x left top; */
    height: 115px;
}
.headbg a{
   color: #045F8B;
}
.header {
	width: 1099px;
	height: 107px;
	margin: 0 auto;
}
.logo {
	float: left;
}
/*------------------------------header_right--------------------------*/

.header_right {
	float: right;
	text-align: left;
	width: 300px;
	margin-top: 25px;
}

p.header_mingyan {
	color: #fff;
	line-height: 22px;
	padding-top: 5px;
}
p.header_tel {
	color: #fff;
	line-height: 22px;
	padding-top: 5px;
}
	/*--------------------------nav-------------------------*/

.nav {
	
	/*position: absolute;*/
	top: 130px;
	left: 0;
	width: 100%;
	height: 52px;
	background: url(../images/index/nav_bg.png) repeat;
	z-index: 999;
	bottom: 0;
	background-size: contain;
}
.nav_list {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	*zoom:1;
	margin-bottom: 0;
}


.nav_list li {
	float: left;
	width: 122px;
	text-align: center;
	position: relative;
	border-left: 1px solid rgba(34, 25, 25, 0.2);
}
.nav_list li a {
	color: #FFF;
	font-size: 16px;
	line-height: 52px;
	display: block;
	font-weight: bold;
	white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden; 
}
.nav_list li:hover {
	background-color:#98ccf3;
}
.nav_list li a:hover{
	font-color: #1089e4;
}
* html .ddsmoothmenu ul li a {
	display: inline-block;
}
.subnav {
	position: absolute;
	left: 0;
    z-index: 1000;
	color: #FFF;
	background: url(../images/index/subnav_bg.png) repeat;
}
.subnav li {
	line-height: 34px;
	text-align: center;
	padding: 0;
}
.subnav li a {
	color: #FFF;
	display: block;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
}
.nav_list li .subnav {
	display: none;
	visibility: hidden;
}
.nav_list li:hover .subnav {
	display: block;
	visibility: visible;
}

.subnav li a:hover {
	color: #FFF;
	background: url(../images/index/subnav_libg.png) 17px center #6d7695 no-repeat;
	list-style: none;
}
/*Holly Hack for IE */

* html .ddsmoothmenu {
	height: 1%;
}
.ddshadow {
	position: absolute;
}
/**********banner*****************/
.banner{
	height: 300px;width: 1100px;;margin: 0 auto;
}

/*banner轮播图样式*/
.unslider
{position: relative;}
.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}
.unslider li{
	float: left;
}
.unslider li,.unslider li img{
	height: 300px;
	width: 1100px;
}
.unslider-arrow{
	display: none;
	position:absolute;
	top: 225px;
	z-index:2;
	cursor:pointer;
	background:url(../imagas/arrowl.png);
}
.unslider-arrow.next{
	display: none;
	float: right;
	background: url(../imagas/arrowr.png);
}
.unslider ol{
	position: absolute;
	bottom: 2px;
	right: 0;
}
.unslider ol li{
	display: inline-block;
	float: none;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	padding: 2px;
	background: transparent;
	border-radius: 5px;
	overflow: hidden;
	text-indent: -999em;
	border: 2px solid #fff;
	cursor: pointer;
	opacity: 0.5;
}
.unslider ol .active{
	background: #fff;
	opacity: 1;
}


/************content*****************/
.content{
	width: 1100px;margin: 10px auto;
	
}
.content>div{
	float: left;
}
.content .left{
	width: 28%;
}
.content .left .search{
	/*border-top: 1px solid #C7C7C7;
	border-left: 1px solid #C7C7C7;*/
	background: #DCDCDC;
	height: 140px;

	/*padding: 10px*/
}
.content .left .login{
	height: 250px;
	border-top: 1px solid #C7C7C7;
}
.content .right{
	width: 70%;
	margin-left:2%
}
.login .title{
	height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    padding-left: 15px;
   /*  color: #045f8b;
    background: linear-gradient(#bfe5f5, #FFF, #bfe5f5);
    border-bottom: 1px solid #C7C7C7;
    text-shadow: 0px 1px 0px #c0c0c0, 0px 2px 0px #b0b0b0, 0px 3px 0px #a0a0a0, 0px 4px 0px #909090, 0px 5px 10px rgba(0, 0, 0, 0.6); */
    background-color: #0075c5;
	color:#fff;
    
}
.newsbox{
	/*height: 450px;*/
	border: 1px solid #b8cdd2;
}
.newsbox .title{
	color: #045f8b;
	font-size: 17px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	/* font-weight: bold;
	border-bottom: 1px solid #C7C7C7;
	background: linear-gradient(#bfe5f5, #FFF, #bfe5f5);
	text-shadow: 0px 1px 0px #c0c0c0, 0px 2px 0px #b0b0b0, 0px 3px 0px #a0a0a0, 0px 4px 0px #909090, 0px 5px 10px rgba(0, 0, 0, 0.6); */
	background-color: #0075c5;
	color:#fff;
}
.newsbox ul{
	margin: 20px 10px;
}
.newsbox li{
	float: left;
	height: 26px;
    line-height: 26px;

}

.newsbox li:nth-child(2n+1){
	width: 80%;
	background: url(../images/l_d.png) no-repeat left center;
}
.newsbox li:nth-child(2n){
	width: 20%;
	text-align: right;
}
.newsbox li a{
	padding-left: 10px;
    color: #666666;
    line-height: 26px;
    float: left;
    display: inline;
}
.imglink{}
.imglink ul li{
	margin: 15px 10px 0 10px;
	background: #6d7695;
	position: relative;
}
.imglink ul li:nth-child(4n+2){
	background: #4b7f8f;
}
.imglink ul li:nth-child(4n+3){
	background: #a56488;
}
.imglink ul li:nth-child(4n+4){
	background: #8a6fac;
}
/*.imglink ul li a{
	display: block;
    
}*/
.imglink ul li a img{
	float:left;
}
.imglink ul li a .cur_title{
	float: left;
    /*width: 208px;*/
    padding-left: 20px;
    height: 97px;
    color: #fff;
    font-size: 16px;
}
.imglink ul li a .cur_title p{
	color: #fff;
	font-size: 20px;
}

.youshangjiao {
    position: absolute;
    right: 0;
}
/*******footer*********/
.footer{
	background: #fff;
    
}
.footer p,.footer p a{
	color: #fff;
	text-align: center;
}


/**********新闻列表****************/
.newslist li{
	float: left;
	height: 50px;
	line-height: 50px;
	border-bottom:  1px dashed #cccccc;

}
.newslist li a{
	color: #000;
}
.newslist li:nth-last-child(2),.newslist li:nth-last-child(1){
	border-bottom:none;
}
.newslist li:nth-child(2n+1){
	width: 80%;
	/*background: url(http://jobs.xmu.edu.cn/_upload/tpl/03/fb/1019/template1019/images/dynamic_libg.jpg) no-repeat left center;*/
}
.newslist li:nth-child(2n){
	width: 20%;
	text-align: right;
}
#forumtitle{
	text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2b669a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));
    background-image: linear-gradient(to bottom,#337ab7 0,#2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a;
    color: #fff;
    font-size: 16px;
}

.friendLink{
 background: linear-gradient(#bfe5f5, #FFF);
  border-top:1px solid #C7C7C7;
}
.friendLink ul{
	padding: 0;
	margin: 0;
	
}
.friendLink ul li{
	float: left;
	width: 350px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 2px dashed rgb(199, 199, 199);
}
.friendLink ul li a{
	color: #484848;
}
.friendLink .title{
	height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    padding-left: 15px;
    color: #045f8b;
     background: linear-gradient(#bfe5f5, #FFF, #bfe5f5);
    border-bottom: 1px solid #C7C7C7;
    text-shadow: 0px 1px 0px #c0c0c0, 0px 2px 0px #b0b0b0, 0px 3px 0px #a0a0a0, 0px 4px 0px #909090, 0px 5px 10px rgba(0, 0, 0, 0.6);
}

.type-block{
    text-align: center;
    cursor: pointer;
    margin: 5px;
   	border-bottom: 2px dashed rgb(199, 199, 199);
   	line-height: 30px;	
}

.type-block:HOVER {
	border-color: #1089e4;
	background-color: #fff;
	font-weight: bold;
}

.nzptype .title{
	height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    padding-left: 15px;
   /*  color: #045f8b;
    background: linear-gradient(#bfe5f5, #FFF, #bfe5f5); 
    border-bottom: 1px solid #C7C7C7;
    text-shadow: 0px 1px 0px #c0c0c0, 0px 2px 0px #b0b0b0, 0px 3px 0px #a0a0a0, 0px 4px 0px #909090, 0px 5px 10px rgba(0, 0, 0, 0.6);*/
	background-color: #0075c5;
	color:#fff;
}