@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {

	font-family: "Times New Roman";
	font-size: 14px;
	color: #595c5b;

}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover,
a:visited {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

p,
ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12,
.col-sm-12 {
	padding: 0;
}

/*头部*/
.container {
	padding: 0;
}


/*颜色选择*/
.index-content{
	background: #fff;
    padding: 30px 0 0 ;
	
}

.index-content2{
	background: url(../images/index-bag2.jpg) left center no-repeat;
    padding: 40px 0 60px ;
	
}

.index-content3{
	 background: url(../images/index-bgs3.png) right top no-repeat;
	 padding: 50px 0 0;


}
.contet-box {
	background: #fff;
	padding: 30px;
}

/*样式开始*/

.header-top{
	background:#0f2f72;
}


.header-top .container{
	position: relative;

}

.header-top ul.info li{
	float: left;
	font-size: 14px;
	line-height: 45px;
	font-family: "GothamBook";
       font-family: "Times New Roman";
	color: #dfebff;
	margin-right: 30px;
}

.header-top ul.info li img{
	margin-right: 8px;
}

.header-top ul.info li a{
	font-size: 14px;
	font-family: "GothamBook";
        font-family: "Times New Roman";
	color: #dfebff;
}

.header-top .change{
	 float:right;
     padding-right: 45px;

}

.header-top .change a{
	 display: block;
	  float: left;
	 width:99px;
	 height: 45px;
	 line-height: 45px;
	 background: #2563a8;
	font-size: 12px;
	font-family: "GothamBook";
         font-family: "Times New Roman";
	color: #dfebff;
	 text-align: center;
	 margin-right: 1px;
	 
}

.header-top .change select{
	width:99px;
	height: 45px;
	line-height: 45px;
	background-color: #2563a8;
	background-image: url(../images/arrow.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: "GothamBook";
        font-family: "Times New Roman";
	color: #dfebff;
	cursor: pointer;
	padding-left: 10px;
        /*将默认的select选择框样式清除*/
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    /*IE浏览器隐藏下拉箭头*/
    
.header-top .change select::-ms-expand {
        display: none;
}

/* 头部第二块 */
.header-info{
	background: #fff;
	padding-top: 15px;
}

.fixDiv{
	 width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

.header-info .container{
	position: relative;
}

.logo {
	display: block;
	width: 32%;
	float: left;
}

.logo1{
	margin-top: 7px;
}

/*导航*/

.nav {
	width:68%;
	float: left;
	margin-bottom: 0;
	background: #fff;
	position: relative;
}


.nav ul li {
	float: left;
	line-height:88px;
	text-align: center;
	margin-left: 4.9%;
	position: relative;
	white-space: nowrap;
        z-index: 99;
}
/* 
.nav ul li a::before {
	content: "";
    position: absolute;
    top: 0;
    left:0;
    width: 0;
    height: 100%;
    border-bottom: 5px solid #45b5cb;
	transition: 0.2s all linear;
} */

.nav ul li a:hover::before {
    width: 70px;
}



.nav ul li:first-child{
	 margin-left: 0;
}


.nav ul li a {
	display: block; 
	color: #0f2f72;
	height: 88px;
	font-family: "GothamBook";
 font-family: "Times New Roman";
	font-size: 18px;
	/* border-bottom: 5px solid transparent;
	-webkit-transition: all .4s ease-in-out 0s; 
	-moz-transition: all .4s ease-in-out 0s;
	 transition: all .4s ease-in-out 0s;  */
}

.nav ul li.active a{
	color: #45b5cb;
	/* border-bottom: 5px solid #45b5cb; */
}


.nav ul li:hover  a{
	color: #45b5cb;
	/* border-bottom: 5px solid #45b5cb; */
}

.nav ul li ul{
	display: none;
	position: absolute;
	left: 0;
	top:88px;
	min-width: 210px;
	z-index: 99;
	background: #eee;
	padding: 10px 0px;
}


.nav ul li:hover ul{
	display: block;
}

.nav ul li:hover ul li ul{
	display: none;
}

.nav ul li ul li{
	width: 100%;
	line-height: 35px;
	margin-left: 0;
	text-align: left;
	padding: 0 20px;
}

.nav ul li ul li a{
	font-size: 16px;
	height: 35px;
	width: 100%;
	color: #383838;
}

.nav ul li:hover ul li a{
	color: #383838;

}

.nav ul li ul li:hover a{
	color: #45b5cb;	 
}

.nav ul li ul li.nav-item{
	 background: url(../images/nav-arrow.png) 92% center no-repeat;
}

.nav ul li ul li.nav-item ul{
	left:100%;
    top: 0px;

}

.nav ul li ul li:hover ul{
	display: block;
}

.nav ul li ul li:hover ul li a{
	color: #383838;
}

.nav ul li ul li ul li:hover a{
	color: #45b5cb;	
}

.nav-marker {
	background: #45b5cb;
	position: absolute;
	 height: 5px;
	 bottom: 0;
         z-index: 98;
	transition: all .3s ease;
}


/*搜索*/
.search{
	position: absolute;
	top:0;
	right: 0;
}

.search1 {
    height: 45px;
}

#search_image {
    outline: none;
}

.searchbox {
    z-index: 10;
    top: 45px;
    right: 0px;
    width: 245px;
    line-height: 30px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: #ececec;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: "微软雅黑";
 font-family: "Times New Roman";
}
.pa {
    position: absolute;
}

.searchbox.show {
       z-index: 100;
	right: 0px;
	filter: alpha(opacity=100);
	/* IE */
	-moz-opacity: 1;
	/* 老版Mozilla */
	-khtml-opacity: 1;
	/* 老版Safari */
	opacity: 1;
	/* 支持opacity的浏览器*/
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.searchbox form {
    position: relative;
    margin: 5px 0 5px 5px;
}

.searchbox input[type="text"] {
    padding: 0 10px 0 10px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	 width: 175px;
}

/* 清除IE10及以上版本input的叉叉（X）和密码输入框的眼睛图标 */
input::-ms-clear {
display: none;
}
input::-ms-reveal {
display: none;
}
/*清除谷歌浏览器下的 search 叉号 */
input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
/*清除IE下的 search 叉号 */
input[type=search]::-ms-clear {
display: none;
}


.searchbox input[type="submit"] {
   /* margin-right: 5px;*/
    padding: 0 6px;
    height: 30px;
    color: #666;
	background: #ddd;
	
}

/* .search {
	width: 20px;
    height: 88px;
    line-height:88px;
    position: absolute;
    right: 0px;
    top: 0;
    padding-right: 5px;
}

.heibu{
	display: none;
	 background: url(../images/heibu.png) repeat;
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
	top: 0;
	z-index: 99;
}

.searchbox {
	position: absolute;
	top: 35%;
	left: 30%;
	 width: 40%;
	  height: 55px;
	  line-height: 55px;
	 border-bottom: 1px solid #7e7e7e;

}

.searchbox .search_kang {
	width:60%;
	height: 40px;
	padding-left: 2px;
	border-radius: 20px;
	text-align: left;
	vertical-align: middle;
	outline: none;
	background: none;
	color: #fff;
	font-size: 36px;
	font-family: "Georgia";
 font-family: "Times New Roman";
} */
.searchbox .search_kang::-webkit-input-placeholder { /* WebKit browsers */
   color: #fff;
   font-size: 36px;
   font-family: "Georgia";
 font-family: "Times New Roman";
}
.searchbox .search_kang:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
	font-size: 36px;
	font-family: "Georgia";
         font-family: "Times New Roman";

}
.searchbox .search_kang::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 36px;
	font-family: "Georgia";
         font-family: "Times New Roman";
}
.searchbox .search_kang:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
	font-size: 36px;
	font-family: "Georgia";
        font-family: "Times New Roman";
}


.searchbox .search-button {
	float: right;
    margin-top: 5px;
	line-height: normal;
	color: #fff;
	margin-bottom: 5px;
	margin-right: 16px;
	vertical-align: middle;
	outline: none;
}

.searchbox .close{
	float: right;
	margin-top: 5px;
	 opacity: 1; 
	 margin-right: 10px;
}


.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 5px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}



/*banner相关设置*/
.banner .centered{
	position: relative;
}

.banner .site-map{
	
	font-family: "GothamBook";
         font-family: "Times New Roman";
	font-size: 36px;
	color: #fff;
	position: absolute;
	top: -130px;
	left: 40%;

}
.banner img{
	 width: 100%;
}

.banner .fullWidth{
	overflow: hidden;
}

#full-width-slider {
	width: 100%;
	color: #000;
	box-shadow: 0 3px 3px #ccc;
}

#full-width-slider .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}


.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 16%;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

.rsMinW .rsBullet {
	/*width: 45px;*/
	height: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 6px 5px 6px 4px;
}

.rsMinW .rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;

}

.rsMinW .rsBullet.rsNavSelected span {
	background: #fff;
	border: 1px solid #fff;

}

#full-width-slider .rsGCaption {
	position: absolute;
	left: 16%;
	bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width:50%;
	height: 54px;
	line-height: 54px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#full-width-slider .rsGCaption a{
       color: #fff;
}

#full-width-slider .rsArrowLeft {
	position: absolute;
	left: 10px;
	top: 43%;
}

#full-width-slider .rsArrowLeft .rsArrowIcn {
	width: 28px;
	height: 35px;
	
}


#full-width-slider .rsArrowRight {
	position: absolute;
	right: 10px;
	top: 43%;


}

#full-width-slider .rsArrowRight .rsArrowIcn {
	 display: none;
	width: 28px;
	height: 35px;
}

.banner .column{
	font-family:"Arial";
        font-family: "Times New Roman";
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top:-120px;
	left: 0;
}


/*首页*/
.title{
	margin-bottom: 10px;
}
.title1 {
	background: url(../images/link-bag.png) left 88% repeat-x;
}

.title4 {
	background: url(../images/link-bag.png) left 65% repeat-x;
}



.title h3 {
	float: left;
	color: #0f3970;
	font-size: 30px;
	 font-family: "Georgia";
         font-family: "Times New Roman";
	font-weight:bold;
	margin: 0;	 
}

.title4 h3{
	background: #fff;
	padding-right: 130px;
}



.title h3 a{
	 display: block;
	 width: 95px;
	 height: 25px;
	 line-height: 25px;
	  text-align: center;
	background: #a2dae5;
	color: #fff;
	font-size: 16px;
	font-family: "Georgia";
      font-family: "Times New Roman";

}

.title3 h3 a{
	 
	background: url(../images/title3-h3.png) repeat;
	    margin-top: 5px;

}




.title1 h3 {
	background: #fff;
	font-size: 24px;
	padding-right: 15px;	 
}

.title3 h3{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	font-family: "Georgia";
      font-family: "Times New Roman";
}
.title .more {
	float: right;
	margin-top: 2px;
	font-size: 14px;
	color: #8a8a8a;
}

.title3 .more{
	font-size: 16px;
	font-weight:normal;
	color: #fff;
	font-family: "Georgia";
      font-family: "Times New Roman";
}

.title4  .more{
	margin-top: 0px;

}

.swiper-container{
	height:530px !important;
	 margin: 0px auto 52px;
	 padding-top: 40px;
	

}

.swiper{
	position: relative;
}

.swiper .arrow-left{
	width:40px;
	height:40px;
	position:absolute;
	top: 35%;
        left: 30px;
        z-index: 14;
	 border: 1px solid #45b5cb;
        background-color: #fff;
	background-image:url(../images/arrow-lanleft.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.swiper .arrow-right{
	width:40px;
	height:40px;
	position:absolute;
	top: 35%;
        right: 30px;
	border: 1px solid #45b5cb;
	z-index:14;
        background-color: #fff;
	background-image:url(../images/arrow-lanright.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.swiper-wrapper .swiper-slide {
	padding-right:25px;
}

.swiper-wrapper .swiper-slide .swiper-box{
	display: block;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
	
}

.swiper-wrapper .swiper-slide .swiper-box:hover{
	-webkit-box-shadow: 2px 10px 20px rgba(0,0,0,.1); /* drop shadow */
	-moz-box-shadow: 2px 10px 20px rgba(0,0,0,.1); /* drop shadow */
	-ms-box-shadow: 2px 10px 20px rgba(0,0,0,.1); /* drop shadow */
	box-shadow: 2px 10px 20px rgba(0,0,0,.1); /* drop shadow */

}

.swiper-wrapper .swiper-slide .swiper-img{
	width: 100%;
	height: 266px;
	overflow: hidden;
}

.swiper-wrapper .swiper-slide p.time{
	 font-size: 12px;
	 color: #8c8c8c;
	  font-family: "Arial";
      font-family: "Times New Roman";

}

 .swiper-wrapper .swiper-slide .swiper-img img {
	width: 100%;
	min-height: 100%;
}

.swiper-wrapper .swiper-slide .swiper-text{
	padding: 22px 10px 18px ;

}

.swiper-wrapper .swiper-slide .swiper-text h2 {
	width: 100%;
	text-align:left;
	font-size: 16px;
	line-height: 24px;
	color: #2564ab;
	margin:5px 0 13px;
	height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-wrapper .swiper-slide:hover .swiper-text h2{
	color: #45b5cb;

}

.swiper-wrapper .swiper-slide .swiper-text .more{
	font-size: 18px;
	color: #f8c32c;
	font-weight: bold;
	font-family: "Arial";
      font-family: "Times New Roman";

}



.index-content2 ul{
	margin-top: 70px;
	margin-left: -7.33%;
}

.index-content2 ul li{
	 width: 26%;
	 float: left;
	 margin-left: 7.33%;
	 margin-bottom: 30px;
}

.index-content2 ul li .pull-left{
	padding-right: 20px;
}

.index-content2 ul li .pull-left .date {
    border-bottom: 3px solid #f8c32c;
    padding-bottom: 10px;
}

.index-content2 ul li .pull-left .date h3 {
    font-size: 30px;
    color: #45b5cb;
    font-weight: normal;
    font-family: "Arial";
     font-family: "Times New Roman";
    margin: 0 0 5px 0;
}

.index-content2 ul li .pull-left .date p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: "Arial";
 font-family: "Times New Roman";
}

.index-content2 ul li a .media-heading{

    font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-family: "Georgia";
 font-family: "Times New Roman";
	text-decoration: none;
	height: 72px;
	margin-bottom: 25px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-content2 ul li .media-body .text-time {
    background: url(../images/index-time.png) left center no-repeat;
    padding-left: 20px;
    margin-bottom: 8px;
    font-family: "GothamBook";
     font-family: "Times New Roman";
    color: #fff;
    font-size: 14px;
}

.index-content2 ul li .media-body .abstract {
    background: url(../images/index-adress.png) left 4px no-repeat;
    padding-left: 20px;
    font-family: "GothamBook";
    font-family: "Times New Roman";
    color: #fff;
    font-size: 14px;
}


.Student-life{
	padding-right: 1%;
	margin-bottom: 50px;
	
}

.Student-life .life-rel{
	padding-right: 2.4%;
	margin-top: 30px;
}

.Student-life .life-rel .life-img{
	width: 100%;
	 height: 247px;
	 overflow: hidden;
	 position: relative;
}

.Student-life .life-rel .life-img .img-heibu {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          pointer-events: none;
}



.Student-life .life-rel:hover .life-img .img-heibu{
	opacity: 1;
	visibility: visible;
	pointer-events: fill;
}



.Student-life .life-rel .life-img img{
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.Student-life .life-rel:hover .life-img img{
	transform: scale(1.03); 
}

.Student-life .life-rel .life-img p{
	color: #fff;
	 font-size: 16px;
	 font-family: "Georgia";
 font-family: "Times New Roman";
	 height: 49px;
	 line-height: 49px;
	 background: #49b6c8;
	 position: absolute;
	 left: 0;
	 bottom: 0;
	  width: 100%;
	  padding-left: 10px;
}

.Student-life .life-rel p.abstract{
	font-family: "GothamBook";
 font-family: "Times New Roman";
	font-size: 16px;
	color: #383838;
	line-height: 30px;
	 height: 90px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 15px;
}

.Student-life .life-rel:hover p.abstract{
	color: #2564ab;

}

.Student-life .life-rel .more{
	 display: block;
	 font-size: 18px;
	 font-family: "Arial";
       font-family: "Times New Roman";
	 font-weight: bold;
	background: #f8c32c;
	color: #fff;
	 width: 90px;
	 height: 42px;
	 line-height: 42px;
	 text-align: center;

}

.Student-life ul{
	padding-left: 1.5%;
	margin-top: 25px;
}

.Student-life ul li{
	margin-bottom: 15px;
}

.Student-life ul li a{
	 display: block;
	 font-family: "GothamBook";
        font-family: "Times New Roman";
	 font-size: 16px;
	 color: #383838;
	 line-height: 24px;
	 text-decoration: none;
	  height: 48px;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 16px;

}

.Student-life ul li a:hover{
	 color:#2564ab;

}



.Student-life ul li p.time{
	font-family: "Georgia";
         font-family: "Times New Roman";
	 font-size: 14px;
	 color: #8c8c8c;
	 padding-bottom: 12px;
	 background: url(../images/time.png) left bottom no-repeat;

}

.infosum{
	padding-left: 2.05%;
}

.info-rel li{
	padding:20px 0; 
	border-bottom: 2px solid #ececec;

}



.info-rel li .pull-left a{
	 display: block;
	width: 107px;
	height:84px; 
}

.info-rel li .pull-left a img{
	width: 100%;
}

.info-rel li:hover .pull-left a img{
	transform: scale(1.03); 
}

.info-rel li .media-body .media-heading a{
	 display: block;
	 font-size: 16px;
	 color: #383838;
	 font-family: "GothamBook";
        font-family: "Times New Roman";
	 line-height: 24px;
	 height:72px; 
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.info-rel li:hover .media-body .media-heading a{
	color: #2564ab;
}

.info-list ul li{
	background: url(../images/info-list.jpg) left 2px no-repeat;
	padding-left: 15px;
	margin-top: 20px;

}

.info-list ul li a{
	 display: block;
	font-size: 16px;
	line-height: 24px;
	color: #383838;
	font-family: "GothamBook";
 font-family: "Times New Roman";
	height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	

}

.info-list ul li a:hover{
	color:#2564ab;
}


.Subject ul{
	margin-left: -3%;
}


.Subject ul li{
	 width: 22%;
	 float: left;
	 margin: 20px 0 20px 3%;
	 position: relative;
}

.Subject ul li .subject-img{
	 display: block;
	width: 100%;
	height:78px;
	overflow: hidden; 
          position: relative;
}

.Subject ul li .subject-img img{
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.Subject ul li:hover .subject-img img{
transform: scale(1.03); 
}

.Subject ul li .subject-img .lanbr{
   width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
   background: -webkit-linear-gradient(left, rgba(35,96,160,0), rgba(35,96,160,1));
    background: -o-linear-gradient(right, rgba(35,96,160,0), rgba(35,96,160,1));
    background: -moz-linear-gradient(right, rgba(35,96,160,0), rgba(35,96,160,1));
    background: linear-gradient(to right, rgba(35,96,160,0), rgba(35,96,160,1));
}
.Subject ul li p{
	position: absolute;
	right: 5%;
	top: 30%;
	font-size: 24px;
	color: #fbfaf9;
	font-family: "Arial";
     font-family: "Times New Roman";
}



/* 内容页 */
/*当前位置*/
.location{
	 font-size: 14px;
		/*height: 58px;
		line-height: 58px;*/
   line-height: 1.5;
    padding: 20px 0;
		 color: #8c8c8c;
		 font-family: "GothamBook";
     font-family: "Times New Roman";
   margin-bottom: 15px;

}

.location a {
	font-size: 14px;
	color: #8c8c8c;

}

.location a.on {
	color: #45b5cb;

}

/* site map */
.site-map-items{
	min-height: 380px;
	margin-top: 50px;
}
.site-map-items ul li{
	float: left;
	  
	max-width: 160px;
        margin: 0 0 0 8.5%;
	position: relative;
}

.site-map-items ul li+li{
     margin: 0;
}

.site-map-items ul li+li+li{
      margin: 0 0 0 8.5%;
}
.site-map-items ul li a{
	 display: block;
	font-size: 18px;
	color: #383838;
	font-family: "GothamBook";
        font-family: "Times New Roman";
	background: url(../images/map-arrow.png) left top no-repeat;
	padding-left: 33px;
}

.site-map-items ul li a:hover{
	color: #0f2f72;
}

.site-map-items ul li ul{
	position: absolute;
	left: 33px;
	top: 60px;
}

.site-map-items ul li ul li{
	float: none;
	 width: 100%;
	 margin:7px 0;	
}

.site-map-items ul li ul li a{
	background: url(../images/map-dian.png) left center no-repeat;
	padding-left: 20px;
	 font-size: 14px;
	 color: #0f2f72;
	/* overflow: hidden;*/
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-map-items ul li ul li ul li a{
   background: url(../images/6.png) left center no-repeat;
}


.site-map-items ul li ul li a:hover{
	color:#45b5cb;
}

.site-map-items ul li ul li ul{
	top: 30px;

}

/* 左边 */

.left-box{
	padding-right:2.34%;
}


.left-box ul li {
	margin-bottom: 2px;

}

.left-box ul li a {
	 display: block;
	 height: 50px;
	 line-height: 50px;
	 background-color: #ebeced;
	background-image: url(../images/left-navarrow.png);
	background-position: 97% center;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #383838;
	font-family: "GothamBook";
 font-family: "Times New Roman";
	padding: 0 6%;
	text-align:left;
}


.left-box ul li:hover a {
	background-color: #194885;
	background-image: url(../images/left-navarrow1.png);
	color: #fff;
}


.left-box ul li.active a {
	background-color: #194885;
	background-image: url(../images/left-navarrow1.png);
	color: #fff;
}

.left-box ul li ul li{
	margin-bottom: 0;
	border-bottom: 1px solid #e5e5e5;
}

.left-box ul li ul li a{
	background-color: #fff;
	background-image: url(../images/left-xiaoarrow.png);
	background-position: 10% center;
	background-repeat: no-repeat;
	padding: 0 0 0 16%;
}

.left-box ul li:hover ul li a{
	background-color: #fff;
	background-image: url(../images/left-xiaoarrow.png);
	background-position: 10% center;
	background-repeat: no-repeat;
	color: #383838;

}

.left-box ul li.active ul li a {
	background-color: #fff;
	background-image: url(../images/left-xiaoarrow.png);
	background-position: 10% center;
	background-repeat: no-repeat;
	color: #383838;
}

.left-box ul li ul li:hover a{
	color: #194885;
}


.left-box ul li ul li.active a{
	color: #194885;
}

.left-box .left-nav{
   margin-bottom: 50px;
}

.left-info{
 background: #194885;
 padding: 25px  6%;

 margin-bottom: 30px;
}

.left-info h3{
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 20px;
	font-family: "Arial";
      font-family: "Times New Roman";

}

.left-info p{
	font-size: 13px;
	line-height: 18px;
	font-family: "GothamBook";
        font-family: "Times New Roman";
	color: #fff;
	margin-bottom: 10px;
	padding-left: 23px;
	background: url(../images/map.png) left 3px no-repeat;
}

/*.left-info p+p{
	background: url(../images/phone.png) left 3px no-repeat;
}*/

.left-info p+p{
	background: url(../images/mail1.png) left 3px no-repeat;
}

.left-info .time{
	font-size: 14px;
	color: #45b5cb;
	font-family: "Arial";
        font-family: "Times New Roman";
	margin: 30px 0;
}

.left-info .map-button{
	display: block;
	background-color: #45b5cb;
	background-image: url(../images/map1.png);
	background-position: 75% center;
	background-repeat: no-repeat;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	font-family: "Arial";
        font-family: "Times New Roman";
	padding-left: 20%;
	 height: 60px;
	 line-height: 60px;
       margin-top: 20px;

}


/* 右边 */
.right-box {
	padding-left: 0.65%;
}

.right-list{
	background: #fff;
	padding: 0 0 0 0.17%;
}


/* 当前栏目 */
.columntitle{
	 color: #383838;
	 font-size: 34px;
	 font-family: "Arial";
          font-family: "Times New Roman";
	 height: 48px;
	line-height: 48px;
	margin: 0;
}

.columntitle span{
	padding-right: 10px;
	padding-bottom: 8px;
	border-bottom: 3px solid #45b5cb;
}

/* student */

.student-list{
	margin-top: 70px;
}
.student-list ul li{
	padding: 22px 50px 22px 22px;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	background: url(../images/student-bg.png) 90% bottom no-repeat;
}

.student-list ul li .pull-left{
	width: 255px;
	height: 175px;
	padding-right: 0;
	overflow: hidden;
	margin-right: 30px;
	float: left;
	position: relative;

}

.student-list ul li .pull-left .img-heibu {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          pointer-events: none;
}

.student-list ul li:hover .pull-left .img-heibu{
	opacity: 1;
	visibility: visible;
	pointer-events: fill;
}

.student-list ul li .pull-left img{
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.student-list ul li:hover .pull-left  img{ 
	transform: scale(1.03); 
}

.student-list ul li .media-body{
       overflow: hidden;
    zoom: 1;
}

.student-list ul li .media-body h5 a{
	font-size: 16px;
	font-family: "GothamBook";
    font-family: "Times New Roman";
    margin-top: 0;
	color:#000;
    height:48px;
    line-height: 24px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 25px;
	 text-decoration: none;
}

.student-list ul li:hover .media-body h5 a{
	color: #2564ab;
	text-decoration: none;

}

.student-list ul li .media-body p.text-time{

	font-size:16px;
	font-family: "Georgia";
  font-family: "Times New Roman";
	color:#858585;
	padding-bottom: 4px;
	background: url(../images/time.png) left bottom no-repeat;
	margin-bottom:35px;
}

.student-list ul li .media-body .more{
	 float: right;
	font-size:12.64px;
	background: #f8c32c;
	color:#fff;
	margin-bottom:0;
	padding: 8px 10px;
}


.student-list-2{
	margin-top: 30px;

}

.student-list-2 ul li{
	border-bottom: 1px solid #d1d1d1;
	padding: 40px 0;
}

.student-list-2 ul li .pull-left{
	width: 374px;
	height: 241px;
	padding-right: 0;
	overflow: hidden;
	margin-right: 30px;
	float: left;
	position: relative;

}

.student-list-2 ul li .pull-left .img-heibu {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          pointer-events: none;
}

.student-list-2 ul li:hover .pull-left .img-heibu{
	opacity: 1;
	visibility: visible;
	pointer-events: fill;
}

.student-list-2 ul li .pull-left img{
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.student-list-2 ul li:hover .pull-left  img{ 
	transform: scale(1.03); 
}

.student-list-2 ul li .media-body{
       overflow: hidden;
    zoom: 1;
}

.student-list-2 ul li .media-body h5 a{
	font-size: 16px;
	font-family: "GothamBook";
    font-family: "Times New Roman";
    margin-top: 0;
	color:#2c72bf;
	padding-right: 10%;
    height:60px;
    line-height: 30px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 12px;
	 text-decoration: none;
}

.student-list-2 ul li:hover .media-body h5 a{
	color: #45b5cb;
	text-decoration: none;

}

.student-list-2 ul li .media-body p.text-time{

	font-size:16px;
	font-family: "Georgia";
        font-family: "Times New Roman";
	color:#858585;
	padding-bottom: 4px;
	background: url(../images/time.png) left bottom no-repeat;
	margin-bottom:20px;
}

.student-list-2 ul li .media-body .abstract{
	font-size:14px;
        height: 72px;
	line-height: 24px;
	font-family: "GothamBook";
       font-family: "Times New Roman";
	color:#939393;
	margin-bottom:0;
      text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* programs */
.program{
	margin-top: 30px;
	margin-bottom: 50px;
}
.program ul li{
	 width: 49%;
	 margin: 13px 1% 13px 0;
	 float: left;
	 border-radius: 20px;
	  height: 144px;
	  background: #ebeced;

}

.program ul li:hover{
	background: #45b5cb;
}

.program ul li.even{
	margin: 13px 0 13px 1%;
}

.program ul li a{
	display: block;
	font-size: 18px;
	color: #636363;
	font-family: "GothamBook";
        font-family: "Times New Roman";
	padding-top: 21px;
	height:79px; 
	line-height: 18px;
	    padding-left: 38%;
         padding-right: 2%;
	margin-top: 32px;
	background: url(../images/icon1.png) 12% center no-repeat;

}


.program ul li:hover a{
	color: #fff;
	background: url(../images/icon1-1.png) 12% center no-repeat;
}



.program ul li+li a{
	background: url(../images/icon2.png) 12% center no-repeat;
}

.program ul li+li:hover a{
	background: url(../images/icon2-1.png) 12% center no-repeat;
}


.program ul li+li+li a{
	background: url(../images/icon3.png) 12% center no-repeat;
}

.program ul li+li+li:hover a{
	background: url(../images/icon3-1.png) 12% center no-repeat;
}

.program ul li+li+li+li a{
	background: url(../images/icon4.png) 12% center no-repeat;
}

.program ul li+li+li+li:hover a{
	background: url(../images/icon4-1.png) 12% center no-repeat;
}

.program ul li+li+li+li+li a{
	background: url(../images/icon5.png) 12% center no-repeat;
}

.program ul li+li+li+li+li:hover a{
	background: url(../images/icon5-1.png) 12% center no-repeat;
}

.program ul li+li+li+li+li+li a{
	background: url(../images/icon6.png) 12% center no-repeat;
}

.program ul li+li+li+li+li+li:hover a{
	background: url(../images/icon6-1.png) 12% center no-repeat;
}

.program ul li+li+li+li+li+li+li a{
	background: url(../images/icon7.png) 12% center no-repeat;
}

.program ul li+li+li+li+li+li+li:hover a{
	background: url(../images/icon7-1.png) 12% center no-repeat;
}

.program ul li+li+li+li+li+li+li+li a{
	background: url(../images/icon11.png) 12% center no-repeat;
}

.program ul li+li+li+li+li+li+li+li:hover a{
	background: url(../images/icon11-1.png) 12% center no-repeat;
}

/*.program1 ul li a{
   background: url(../images/icon8.png) 12% center no-repeat;
}
.program1 ul li:hover a{
	color: #fff;
	background: url(../images/icon8-1.png) 12% center no-repeat;
}


.program1 ul li+li a{
	background: url(../images/icon6.png) 12% center no-repeat;
}

.program1 ul li+li:hover a{
	background: url(../images/icon6-1.png) 12% center no-repeat;
}*/

.program1 ul li+li+li a{
	background: url(../images/icon5.png) 12% center no-repeat;
}

.program1 ul li+li+li:hover a{
	background: url(../images/icon5-1.png) 12% center no-repeat;
}

.program1 ul li+li+li+li+li a{
	background: url(../images/icon3.png) 12% center no-repeat;
}

.program1 ul li+li+li+li+li:hover a{
	background: url(../images/icon3-1.png) 12% center no-repeat;
}

.program1 ul li+li+li+li+li+li+li a{
	background: url(../images/icon1.png) 12% center no-repeat;
}

.program1 ul li+li+li+li+li+li+li:hover a{
	background: url(../images/icon1-1.png) 12% center no-repeat;
}

.program1 ul li+li+li+li+li+li+li a{
	background: url(../images/icon8.png) 12% center no-repeat;
}

.program1 ul li+li+li+li+li+li+li:hover a{
	background: url(../images/icon8-1.png) 12% center no-repeat;
}




/*.program ul li+li+li a{
	background: url(../images/icon5.png) 12% center no-repeat;
}

.program ul li+li+li:hover a{
	background: url(../images/icon5-1.png) 12% center no-repeat;
}*/

.program ul li+li+li+li a{
	background: url(../images/icon4.png) 12% center no-repeat;
}

.program ul li+li+li+li:hover a{
	background: url(../images/icon4-1.png) 12% center no-repeat;
}

/*.program ul li+li+li+li+li a{
	background: url(../images/icon3.png) 12% center no-repeat;
}

.program ul li+li+li+li+li:hover a{
	background: url(../images/icon3-1.png) 12% center no-repeat;
}
*/

/*.program ul li+li+li+li+li+li+li a{
	background: url(../images/icon1.png) 12% center no-repeat;
}

.program ul li+li+li+li+li+li+li:hover a{
	background: url(../images/icon1-1.png) 12% center no-repeat;
}*/

.program1 ul li+li+li+li+li+li+li+li a{
	background: url(../images/icon11.png) 12% center no-repeat;
}

.program1 ul li+li+li+li+li+li+li+li:hover a{
	background: url(../images/icon11-1.png) 12% center no-repeat;
}



.program1 ul li+li+li+li+li+li+li+li+li a{
	background: url(../images/icon9.png) 12% center no-repeat;
}

.program1 ul li+li+li+li+li+li+li+li+li:hover a{
	background: url(../images/icon9-1.png) 12% center no-repeat;
}


/* people */
.People-3{
	margin: 40px 0;
}

.People-3 .people-title{
	 background: url(../images/line.png) left center repeat-x;
	 margin: 20px 0 25px;

}

.People-3 .people-title span{
	font-family: "GothamBook";
         font-family: "Times New Roman";
	 font-size: 18px;
	 color: #383838;
	 background: #fff;
	 padding-right: 20px;

}

.People-3 ul{
	margin-left: -2%;
}

.People-3 ul li{
	 float: left;
	width: 31.33%;
	 height: 52px;
	margin-left: 2%;
	margin-bottom: 18px;
}

.People-3 ul li a{
	display: block;
	 font-size: 16px;
	 color: #194885;
	 line-height: 52px;
	 background-color: #f0f5fa;
	  background-image: url(../images/people.png);
	  background-position: 20px center;
	  background-repeat: no-repeat;
	  padding-left: 40px;
          text-decoration: none;
}

.People-3 ul li:hover a{
	color: #fff;
	background-color: #194885;
	background-image: url(../images/people1.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}

.People-2{
	margin: 40px 0;

}

.People-2 table{
	 width: 100%;
	border-top: 6px solid #2c72bf;
	border-bottom: 2px solid #2c72bf;
	border-left: 1px solid #2c72bf;
}



.People-2 table tr.firstRow td{
	font-weight: bold;
}

.People-2 table tr td{
	 width: 26%;
	font-family: "GothamBook";
         font-family: "Times New Roman";
	font-size: 16px;
	color: #383838;
	padding: 12px 40px;
	border-right: 1px solid #2c72bf;
	border-bottom: 1px solid #2c72bf;

} 

.People-2 table tr td+td{
	width:37%; 
}

/* International */
.International{
	margin-top: 60px;
}
.International ul li{
	padding: 30px 0 55px;
	border: 1px solid #e7e7e7;
	background:url(../images/student-bg.png) 90% bottom no-repeat; 
	margin-bottom: 45px;
}

.International ul li a{
	text-decoration: none;
}

.International ul li a:hover{
	text-decoration: none;
}

.International ul li .pull-left{
	padding: 0 4% 0 2%;
}

.International ul li .pull-left .date{
	border-bottom: 3px solid #f8c32c;
	padding-bottom: 20px;
}

.International ul li .pull-left .date h3{
	font-size: 41px;
	color: #45b5cb;
	font-weight: bold;
	font-family: "Georgia";
        font-family: "Times New Roman";
	margin:0 0 5px 0; 


}

.International ul li .pull-left .date p {
	font-size: 22px;
	color: #0f2f72;
	font-weight: bold;
	font-family: "Georgia";
       font-family: "Times New Roman";
}

.International ul li .media-body .media-heading{
	 font-family: "GothamBook";
          font-family: "Times New Roman";
         font-family: "Times New Roman";
	 font-size: 24px;
	 color: #194885;
	 line-height:1;
	/*margin: 10px 0 20px;*/
         margin: 35px 0 20px;
            height: 48px;
        text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.International ul li:hover .media-body .media-heading{
	 color: #45b5cb;
}

.International ul li .media-body .text-time{
	background: url(../images/time1.png) left  2px no-repeat;
	padding-left: 20px;
	margin-bottom: 8px;
	font-family: "GothamBook";
         font-family: "Times New Roman";
	 color: #8c8c8c;
	 font-size: 14px;
}

.International ul li .media-body .abstract{
	background: url(../images/adress.png) left 4px no-repeat;
	padding-left: 20px;
	font-family: "GothamBook";
         font-family: "Times New Roman";
	 color: #8c8c8c;
	 font-size: 14px;
}



/* 列表 */

.list {
	margin-top: 38px;
	margin-bottom: 40px;
	padding-bottom: 30px;
}


.list ul li {
	padding: 11.5px 0 1.5px;
	border-bottom: 1px solid #eaeaea;
	background: url(../images/list-dian.png) 10px 23px no-repeat;
	padding-left: 25px;
	overflow: hidden;
}


.list ul li a {
	display: block;
	font-size: 16px;
	color: #8c8c8c;
	font-family: "GothamBook";
 font-family: "Times New Roman";
	
}

.list ul li a:hover p {
	color: #45b5cb;

}

.list ul li a p {
	float: left;
	width: 80%;
       color: #333;
	font-size: 16px;
	overflow: hidden;
	line-height: 24px;
	 /* height: 48px; */
	margin: 0 0 10px 0;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list ul li a span {
	float: left;
	text-align: right;
	width: 20%;
	font-size: 12px;
	color: #b6b6b6;
	margin-top: 5px;
	
}

/* 带图列表页 */

.list-img ul{
	margin-left: -2%;
}
.list-img ul li{
	width: 31%;
	 float: left;
	 margin: 20px 0 40px 2%;

}

.list-img ul li .listimg{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.list-img ul li .listimg img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.list-img ul li .listimg .img-heibu {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
       -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          pointer-events: none;
}

.list-img ul li:hover .listimg .img-heibu{
	opacity: 1;
	visibility: visible;
	pointer-events: fill;
}

.list-img ul li:hover .listimg img{
	transform: scale(1.03); 
}

.list-img ul li h3{
	 font-size: 18px;
	 line-height: 20px;
	 height: 40px;
	 color: #383838;
	 font-family: "GothamBook";
        font-family: "Times New Roman";
	 margin: 10px 0;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.list-img ul li:hover h3{
	color: #2564ab;
}

.list-img ul li p{
	 font-size: 14px;
	 color: #8c8c8c;
     height: 60px;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
	 overflow: hidden;


}

/* sideMenu */

.sideMenu{
	margin: 60px 0;
}
.sideMenu h3{
	 font-size: 20px;
	 font-family: "GothamBook";
         font-family: "Times New Roman";
	 color: #0f2f72;
	 background-color: #eeeeee;
	 background-image: url(../images/finger.png);
	 background-position: 20px center;
	 background-repeat: no-repeat;
	 padding: 26px 20px 26px 60px;

}

.sideMenu h3 .item-more{
	float: right;
      width: 22px;
    height: 22px;
    background: url(../images/item-more.png) center no-repeat;
}

.sideMenu h3.on .item-more{
     background: url(../images/item-morejian.png) center no-repeat;
}

.sideMenu ul li {
	border-bottom: 1px solid #e6e6e6;
	padding: 12px 20px 12px 65px;
	/* height: 41px;
	 line-height: 41px;*/
        
	background: url(../images/circle.png) 20px center no-repeat;

}

.sideMenu ul li:hover {
	background: url(../images/circle1.png) 20px center no-repeat;
}

.sideMenu ul li a{
	 display: block;
	 font-size: 16px;
	 color: #333;
	 background: url(../images/item-arrow.png) right center no-repeat;
          /*   height: 41px;
          overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
        padding-right: 20px;

}

.sideMenu ul li a.nourl{
   background: none;
}

.sideMenu ul li:hover a.nourl{
    background: none;
}

.sideMenu ul li:hover a {
	color: #45b5cb;
	 background: url(../images/item-arrow1.png) right center no-repeat;
}

/* 简介页 */
.about{
	margin-top: 50px;
	padding-bottom: 30px;
      text-align:justify;text-justify:newspaper;
}

.degree-about p a{
    padding: 16px  35px;
    background-color: #eee;
    max-width: 732px;
    display: block;
    margin: 10px auto;
   background-image: url(../images/degree-arrow.png);
	    background-position: 16px 24px;
	background-repeat: no-repeat; 
}

.about p{
	font-size: 16px !important;
	color: #333 !important;
	 font-family: "GothamBook" !important;
         font-family: "Times New Roman" !important;
	 line-height: 24px !important;
	 margin-bottom: 5px;
         text-align:justify;
         text-justify:newspaper;

}

.about p strong{
       font-weight: bold;
}

.about p img{
	max-width: 100%;
}



/*内容页*/

.article {
	padding: 25px 0;
	margin-bottom: 28px;
       
}

.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #595c5b;
	font-family: "微软雅黑";
       font-family: "Times New Roman";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: center;
	font-size: 30px;
	color: #0f2f72;
	font-family: "Georgia";
       font-family: "Times New Roman";
	line-height:36px;
	margin: 8px 0;
	border-bottom: none;
}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information  {
	margin: 15px 0 10px;
	text-align: center;
	font-family: "Georgia";
        font-family: "Times New Roman";
	 font-size:16px;
	 color: #8c8c8c; 
	 padding: 15px 0;
	 border-bottom: 1px solid #f2f2f2;

}

.article1 {
	padding: 25px 0;
	margin-bottom: 28px;
}

.article1 h1.intro {
	text-align: center;
	font-size: 16px;
	color: #595c5b;
	font-family: "微软雅黑";
       font-family: "Times New Roman";
	line-height: 1.5;
	margin: 0;
}

.article1 h2.title {
	text-align: center;
	font-size: 30px;
	color: #0f2f72;
	font-family: "Georgia";
       font-family: "Times New Roman";
	line-height:36px;
	margin: 8px 0;
	border-bottom: none;
}

.article1 h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article1 h4.information  {
	margin: 15px 0 10px;
	text-align: center;
	font-family: "Georgia";
        font-family: "Times New Roman";
	 font-size:16px;
	 color: #8c8c8c; 
	 padding: 15px 0;
	 border-bottom: 1px solid #f2f2f2;

}


.article1 .content {
	color: #555;
	font-size: 14px;
        line-height: 180%;
	min-height: 250px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
       font-family: "Times New Roman";
        text-align:justify;text-justify:newspaper;
}

.article1 .content p {
    margin-bottom: 15px;
   text-align:justify;text-justify:newspaper;
}

.list_r ul{ padding:10px 20px;}
.list_r li{ line-height:35px; font-size:14px; border-bottom:#eee dashed 1px; padding-left:20px;background:url(../images/dot.gif) no-repeat left center;font-family:Microsoft yahei,Arial;font-family: "Times New Roman";}
.list_r li span{ float:right; font-family:Arial, Helvetica, sans-serif;font-family: "Times New Roman";}


.article1 .content hr{
   margin-bottom: 0px;
   border-top: none;
    border-style: inset;
    border-width: 1px;
}

.article1 .content table{
    table-layout:fixed;
    empty-cells:show; 
    border-collapse: collapse;
    margin:0 auto 20px auto;
	width:100%;}
.article1 .content table td{
    height:25px;
	line-height:25px;
	/*border:1px solid #333;*/
	padding:5px;
	word-wrap:break-word;}
.article1 .content  table td p{ margin:0!important;font-size: 14px; }


.article .content p {
	/*margin:5px 0;*/
	font-size: 16px !important;
	color: #333 !important;
	 font-family: "GothamBook" !important;
        font-family: "Times New Roman" !important;
	 line-height: 24px !important;
     text-align:justify;text-justify:newspaper;

}
.article1 .content  ul{ padding:10px 20px;}
.article1 .content  li{ line-height:35px; font-size:14px; border-bottom:#eee dashed 1px; padding-left:20px;background:url(../images/dot.gif) no-repeat left center;font-family:Microsoft yahei,Arial;}
.article1 .content  li span{ float:right; font-family:Arial, Helvetica, sans-serif;font-family: "Times New Roman";}


.article .content .teacher-content p{
       margin-bottom: 15px;
}

.article .content p span{
        font-size: 16px !important;
	color: #333 !important;
	 font-family: "GothamBook" !important;
         font-family: "Times New Roman" !important;
}

.article .content p img {
	max-width: 100%;
    height: auto;
}



/*尾部*/
.footer {
	padding: 30px 0 ;
	background: #0f2f72;
}


.footer  p {
	font-size: 14px;
	color: #dfebff;
	line-height: 24px;
	 text-align: center;
	 font-family: "GothamBook";
       font-family: "Times New Roman";
}

@font-face{
	font-family: 'GothamBook'; 
	src: url('../font/gothambook.eot');
	src:url('../font/gothambook.woff') format('woff'),
		url('../font/gothambook.ttf') format('truetype'),
		url('../font/gothambook.svg') format('svg');
}






/*分页栏*/
.pagebar {
	background: #fff;
	margin: 40px auto ;
}

.p_first_d,
.p_last_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_first,
.p_last {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}


.p_prev_d,
.p_prev {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_no {
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	color: #595c5b;
}

.p_no_d {
	background: #044499;
	color: #fff;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	display: inline-table;
}

.p_next,
.p_next_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	margin: 12px 0 12px 4px;
	border: 1px solid #e8e8e8;
	display: inline-table;
}



/*兼容ie*/

.ie7 .container,
.ie8 .container {
	max-width: 1280px;
}

.ie7 .header-right{
	width: 39%;

}

.ie7 .searchbox .search_kang{
	width: 190px;
}

.ie7 .rsMinW .rsBullets{
	line-height: normal;
}

.ie7 .video{
	 width: 31%;

}

.ie7 .new{
	width: 39.5%;
}

.ie7 .index-list ul{
	min-height: 242px;

}

.ie7 .index-list ul li a{
	height: 36px;
	line-height: 36px;
}

.ie7 .Schedule{
	width: 23.1%;
}

.ie7 .index-WeChat{
	width: 31%;
}

.ie7 .activity{
	width: 39.5%;
}

.ie7 .activity UL{
	min-height: 190px;
}

.ie7 .service-time{
	width: 23.1%;
}

 .ie7 .link{
	width: 98%;
}


.ie8 .video{
	width: 33.33%;

}
.ie8 .new{
	width: 41.66%;
}

.ie8 .Schedule{
    width: 25%;
}

.ie8 .index-WeChat{
	width: 33.33%;
}

.ie8 .activity{
	width: 41.66%;
}

.ie8 .service-time{
	width: 25%;
}

.ie8 .link{
	width: 100%;
	 float: left;
}


.ie7 .left-box{
	width: 23.1%;

}

.ie8 .left-box {
	width: 25%;

}

.ie7 .right-box {
	width: 74.35%;

}


.ie8 .right-box {
	width: 75%;

}