@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {

	font-family: "微软雅黑";
	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;
}


/*颜色选择*/
.blue-back {
	background: #f4fafd;

}

/*样式开始*/
.header {
    background-color: #194885;
    background-image: url(../images/header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 21px 0 21px;
}

.logo {
	display: block;
    width: 60%;
    float: left;
    margin-top: 13px;
    /* margin-left: -40px; */
}

.header .link-top {
	width: 28.3%;
	margin: 0 0 0 auto;
	float: right;
text-align: right;

}

.header .link-top a {
	
	height: 42px;
	line-height: 36px;
	font-size: 16px;
	color: #FFF;

}

.header .link-top span{
color: #fff;
    font-size: 14px;
    margin: 0 10px;
}



/*搜索*/

.search {
	width: 28.3%;
	height: 33px;
	line-height: 33px;
	text-align: left;
	margin: 42px 0 0 auto;
}

.searchbox {
	background: #fff;

}

.searchbox .search_kang {
	width: 92%;
	outline: none;
	height: 31px;
	padding-left: 11px;
	font-size: 14px;
	color: #c8c8c8;
	text-align: left;
	vertical-align: middle;
}


.searchbox .search_kang:-webkit-autofill {

	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #c8c8c8;
}


::-webkit-input-placeholder {
	color:#c8c8c8;
}

::-moz-placeholder {
	color: #c8c8c8;
}

/* firefox 19+ */
:-ms-input-placeholder {
	color: #c8c8c8;
}

/* ie */
input:-moz-placeholder {
	color: #c8c8c8;
}


.searchbox .search-button {
	outline: none;
	vertical-align: middle;
}



.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 15px;
	padding: 0;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}


/*导航*/

.nav {
    width: 100%;
    background: #fff;
    position: relative;
    /* margin-top: 5px; */
    z-index: 9;
}

.nav ul li {
    float: left;
    line-height: 62px;
    text-align: center;
    /* border-bottom: 6px solid #fff; */
    margin-left: 0.2%;
    position: relative;
    /* white-space: nowrap; */
    z-index: 99;
}



.nav ul li:after{
	content: '';
display: block;
margin: auto;
height: 4px;
width: 0;
background: 0 0;
transition: width .15s ease,background-color .15s ease;

}

.nav ul li:hover:after {
    width: 100%;
    background: #ff9c00;
}


.nav ul li:first-child {
	margin-left: 0;
}


.nav ul li a {
    display: block;
    color: #1f5796;
    height: 58px;
    font-size: 18px;
    padding: 0 21px;
}



.nav ul li.active:after {
	width: 100%;
    background: #ff9c00;
}


.nav ul li ul { /*2级导航*/
        display: none;
	position: absolute;
	left: 0;
	top: 62px;
	 width: 100%;
	z-index: 99;
	background: url(../images/nav-itmebj.png) center repeat;
	padding: 10px 0px ;
}

.nav ul li:hover ul {   /*2级导航*/
	display: block;
}

.nav ul li ul li ul{   /*3级导航*/
        display: none;
	position: absolute;
	left: 100px;
	top: 0px;
	 width: 70%;
	z-index: 99;
	background: url(../images/nav-itmebj.png) center repeat;
	padding: 5px 0px ;
}

.nav ul li:hover ul li ul {  /*3级导航*/
	display: none;
}


.nav ul li ul li:hover ul{  /*3级导航*/
	display: block;
}

.nav ul li ul li ul li a { /*3级导航*/
	font-size: 14px;
	height: 35px;
	width: 100%;
	color: #333;
    padding: 0px 0px;
}

.nav ul li ul li {
	width: 100%;
	line-height: 35px;
	margin-left: 0;
	text-align: center;
	padding: 0 1%;
}

.nav ul li ul li:after{
	display: none;
}

.nav ul li ul li a {
	font-size: 16px;
	height: 35px;
	width: 100%;
	color: #333;
    padding: 0px 7px;
}

.nav ul li.on2 ul li a{
    padding: 0px  12px;
}

.nav ul li ul.on1 li a{
      text-align: center;
}

.nav ul li:hover ul li{
	border-bottom: none;
}

.nav ul li:hover ul li a {
	color: #333;	
}

.nav ul li ul li:hover a {
	color: #1f5796;
}

.nav li:hover{/*鼠标停留li显示背景颜色*/
	background: #F0F8FF;
			}

/*banner相关设置*/

.banner {
	position: relative;
        background: #fff;
}

.banner .shaow {
	position: absolute;
	bottom: 7px;
	left: 0;
	z-index: 9;

}

.banner .container {
	position: relative;
	float: initial;
}


.banner img {
	width: 100%;
}

.banner .fullWidth {
	overflow: hidden;
}

#full-width-slider {
	width: 100%;
	color: #000;
	padding-bottom: 7px;
}


#full-width-slider .rsBullets {
	position: absolute;
	bottom: -7px;
	right: 0px;
	z-index: 9;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

#full-width-slider .rsBullet {
	height: 45px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 0 10px;
}

#full-width-slider .rsBullet span {
	display: block;
	width: 35px;
	height: 45px;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	font-family: "Georgia";

}

#full-width-slider .rsBullet.rsNavSelected span {
	background: #012e55;
	/*color: #000000;*/

}

#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 .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-size: 48px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -120px;
	left: 0;
}

.title {
	height: 60px;
	line-height: 60px;
	margin-bottom: 3px;
	padding-right: 5px;
	border-bottom: 1px solid #d7d7d7;
}

.title h3 {
	font-size: 24px;
	color: #014d8a;
	float: left;
	margin: 0;
	height: 60px;
	line-height: 60px;
        border-bottom: 4px solid #1f5796;
}



.title .more {
	float: right;
	margin-top: 5px;
	font-size: 14px;
	height: 55px;
	color: #666;
	background: url(../images/more.png) right center no-repeat;
	padding-right: 22px;
}

#full-width-slider1 {
	width: 100%;
	background: #1f5796;
	margin-top: 15px;
}

#full-width-slider1 .rsContent a:hover img.rsImg{
   transition:transform 6000ms linear 0s;
 -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}

#full-width-slider1 .banner-title{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	 height:52px; 
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 10px 7% 10px 5%;

}

#full-width-slider1 .banner-title:hover{
  color: #fff;
}

#full-width-slider1 .banner-more{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	padding: 0px 7% 10px 5%;
} 

#full-width-slider1 .banner-more img{
	margin-left: 5px;
}

#full-width-slider1  .list_img{
	height: 267px;
	overflow: hidden;
}

.list_img img {
    width: 100%;
    min-height: 100%;
}

#full-width-slider1 .rsBullets {
    position: absolute;
    bottom: 120px;
    right: 13px;
    z-index: 9;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
}

#full-width-slider1  .rsBullet{
	width: 8px;
	height: 8px;
	 border: 2px solid #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
	box-sizing: content-box;
	margin: 0 3px;
	 border-radius: 50%;
}

#full-width-slider1 .rsBullet.rsNavSelected {
    background: #fff;
       border: 2px solid #fff;
}

#full-width-slider1  .rsBullet span{
	display: none;
}

#full-width-slider1 .date{
	position: absolute;
	left: 10px;
	top: 10px;
	background: #fff;
	border-top: 3px solid #1f5796;
	 text-align: center;
	 padding: 0 5px;
}

#full-width-slider1 .date h3{
	font-size: 24px;
        line-height: 26px;
	color: #000;
        margin: 7px 0 3px;
	

}

#full-width-slider1 .date p{
	font-size: 12px;
	color: #a2a2a2;
	margin: 0px 0 4px;

}

.new-img{
	padding-right: 1.9%;
}

.news {
	padding-right: 0.83%;
	margin: 15px 0 10px;
}

.notice {
       
	  /*padding:0 0.68%;*/
         padding-left:1%;
      /* padding-left: 1.65%;*/
	/*margin: 15px 0 35px;*/
       margin: 10px 0 10px;
}

.academic {
      
	padding-right: 1%;
	margin: 10px 0 30px;
}

.academic1 {
      
	padding-right: 1%;
	margin: 20px 0 30px;
	clear: both;
}

.poster {
       padding-left: 1.36%;
	/*padding-left: 1.16%;*/
	margin: 20px 0 30px;
}

.index-list ul li a p {  

	float: left;
	width: 76%;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	color: #443839;
	margin: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-list ul li:hover a p{
	 color: #014d8a;
}

.index-list ul li a span {
	float: left;
	text-align: right;
	width: 24%;
	font-size: 14px;
	color: #aeadaf;
	margin-top: 12px;

}

.new-list {
	padding-left: 1.9%;
}

.new-list ul{
    margin-left: -4%
}

.new-list ul li {
       width: 97%;
    float: left;
    margin-left: 3%;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 0;
}

.new-list ul li .pull-left {
	margin-right: 12px;
	width: 64px;
}

.new-list ul li:hover .pull-left {
	background: #1f5796;

}

.new-list ul li .pull-left h3 {
	font-size: 20px;
	color: #1f5796;
	text-align: center;
	margin: 0;
	padding-top: 4px;
}

.new-list ul li:hover .pull-left h3 {
	color: #fff;

}

.new-list ul li .pull-left p {
	font-size: 12px;
	color: #666;
	width: 100%;
	line-height: 26px;
	text-align: center;

}

.new-list ul li:hover .pull-left p {
	color: #fff;

}

.new-list ul li .media-body {
	font-size: 16px;
	line-height: 26px;
	color: #443839;
	height: 52px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.new-list ul li:hover .media-body {
	color: #2d76bc;

}

.research {
    padding-left: 2.08%;
    margin: 15px 0 35px;
}


.research ul li {
       width: 100%;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 0;
}

.research ul li .pull-left {
	margin-right: 12px;
	width: 64px;
}

.research ul li:hover .pull-left {
	background: #1f5796;

}

.research ul li .pull-left h3 {
	font-size: 20px;
	color: #1f5796;
	text-align: center;
	margin: 0;
	padding-top: 4px;
}

.research ul li:hover .pull-left h3 {
	color: #fff;

}

.research ul li .pull-left p {
	font-size: 12px;
	color: #666;
	width: 100%;
	line-height: 26px;
	text-align: center;
        height: auto;

}

.research ul li:hover .pull-left p {
	color: #fff;

}

.research ul li .media-body {
	font-size: 16px;
	line-height: 26px;
	color: #443839;
	height: 52px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.research ul li:hover .media-body {
	color: #2d76bc;

}

/*.notice ul li {
	border-bottom: 1px solid #f4f4f4;
	padding: 12.5px 0;
}*/



.notice ul li .pull-left {
	margin-right: 12px;
	width: 64px;
}

.notice ul li:hover .pull-left {
	background: #274d40;

}

.notice ul li .pull-left h3 {
	font-size: 20px;
	color: #356d5a;
	text-align: center;
	margin: 0;
	padding-top: 4px;
}

.notice ul li:hover .pull-left h3 {
	color: #fff;

}

.notice ul li .pull-left p {
	font-size: 12px;
	color: #949393;
	width: 100%;
	line-height: 26px;
	text-align: center;

}

.notice ul li:hover .pull-left p {
	color: #fff;

}

.notice ul li .media-body {
	font-size: 16px;
	line-height: 26px;
	color: #443839;
	height: 52px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.notice ul li:hover .media-body {
	color: #2d76bc;

}



/* 内容页 */
/*当前位置*/
.location {
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	background: #f1f1f1;
	color: #666;
}

.location a {
	font-size: 14px;
	color: #666;

}

.location1 {
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
	margin-top: 20px;
	position: relative;
}

.location a {
	font-size: 14px;
	color: #666;

}

/* 左边 */

.left-nav{
       margin-bottom: 50px;
}
.left-nav h3.current{
	font-size: 26px;
	color: #fff;
	background-color: #1a4884;
	background-image: url(../images/current.jpg);
	background-position: right center;
	background-repeat:  no-repeat;
	padding: 40px 0;
	text-align: center;
	margin: 31px 0 0;
}


.left-nav ul{
	border-left: 5px solid #1a4884;
        padding-bottom: 10px;
        background-color: #eaeaea;
}

.left-nav ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: #eaeaea;
	font-size: 16px;
	color: #333;
	padding: 0 10% 0 16%;
	text-align: left;
}


.left-nav ul li:hover a {
	background-color: #fff;
	color: #274d40;
}


.left-nav ul li.active a {
	background-color: #fff;
	color: #1f5796;
       
}

.left-nav ul li ul{
       border-left: none;
}

.left-nav ul li ul li a{
       background-color: #f6f6f6;
font-size: 14px;
       height: 35px;
    line-height: 35px;
 padding: 0 10% 0 21%;
}

.left-nav ul li.active  ul li a{
       background-color: #f6f6f6;
}

.left-nav ul li:hover  ul li a{
        background-color: #f6f6f6;
}

.left-nav ul li ul li:hover  a{
       color: #056cc4;
}

.left-nav ul li ul li.active  a{
       color: #056cc4;
}

.left-point{
        margin-bottom: 30px;
}

.left-point h3{
	font-size:18px;
	color: #ff9c00; 
	margin:0 0 15px; 

}

.left-point h3 img{
	margin-right: 15px;
}

.left-point ul{
	 background: #f7f7f7;
	 padding: 10px 5px 20px;

}

.left-point ul li{
	border-bottom: 1px solid #e9e9e9;
	padding: 8px 5px;

}

.left-point ul li a{
	font-size: 14px;
	line-height: 24px;
	color: #666;
    height: 46px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.point-info{
	margin-bottom: 10px;
}

.point-info p{
	font-size: 12px;
	color: #999;
}

.point-info p img{
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.point-info  .time{
	float: left;
	 width: 67%;
}
.point-info  .view{
	float: left;
	 width: 33%;
}




/* 右边 */
.right-box {
	padding-left: 5%;
}

.right-list {
	background: #fff;
	padding: 0 0 0 0.17%;
}


/* 当前栏目 */
.columntitle {
	color: #013157;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	margin: 0;
	position: absolute;
	right: 15px;
	top:0;
}

/* 列表 */

.list {
	margin-top: 20px;
	margin-bottom: 40px;
}


.list ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 48px;
	 height: 48px;
	 padding: 0 5px;

}

.list ul li a:hover  {
	background: #f1f1f1;

}

.list ul li a p {
	float: left;
	width: 80%;
	font-size: 16px;
	overflow: hidden;
	line-height: 48px;
	height: 48px; 
	margin: 0;
	text-overflow: ellipsis;
    white-space: nowrap;
	
}

.list ul li a:hover p{
	 color:#014983;

}

.list ul li a span {
	float: left;
	text-align: right;
	width: 20%;
	font-size: 14px;
	color: #888;

}

/* 带图列表页 */

.list-img ul li {
	width: 100%;
	margin: 35px 0;
	 background: #f7f7f7;

}

.list-img ul li:hover {
	 background: #002f55;

}

.list-img ul li .pull-left {
	width: 200px;
	 height: 100%;
	margin-right: 20px;
	padding-right: 0;
	overflow: hidden;
	position: relative;
}

.list-img ul li .pull-left img {
	width: 100%;
	min-height: 100%;

}



.list-img ul li .media-body{
	padding-right: 22px;
}

.list-img ul li h5.media-heading {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color: #333;
	margin: 10px 0 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-img ul li:hover h5.media-heading {
	color: #fff;
}

.list-img ul li p.abstract {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 72px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list-img ul li:hover p.abstract {
	color: #fff;
}


.list-img ul li p.text-time {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-img ul li:hover p.text-time {
	color: #fff;
}




/* 简介页 */
.about {
	margin-top: 40px;
	padding-bottom: 40px;
}

.about h2.title {
	text-align: center;
	font-size: 24px;
	color: #005c95;
	line-height: 30px;
	margin: 0 0 15px;
	height: auto;
	padding-bottom: 25px;
	border-bottom: 1px solid #dfdfdf;
}

.about p {
	color: #333;
	font-size: 16px !important;
        line-height: 36px !important;

}

.about p img {
	max-width: 100%;
}

.jijing h3{
  background-color: #eaeaea;
    font-size: 16px;
    color: #333;
height: 50px;
    line-height: 50px;
padding-left: 10px;
}

.jijing h3 a{
 
    color: #333;

}



/*内容页*/

.article {
	margin-top: 40px;
    padding-bottom: 40px;
}

.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: center;
	font-size: 24px;
	color: #005c95;
	line-height: 30px;
	margin: 8px 0;
	height: auto;
	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-size: 14px;
	color: #888;
	padding: 15px 0;
	border-bottom: 1px solid #dfdfdf;

}


.article .content {
	color: #333;
	font-size: 16px;
	line-height: 36px;
	min-height: 250px;
	padding-bottom: 15px;
	margin-top: 20px;
}


.article .content p {
	margin: 5px 0;
	color: #333;
	font-size: 16px;
	line-height: 36px;
}

.article .content p img {
	max-width: 100%;
}

/*老师页面*/
.article .lao-content  .content{
      overflow: hidden;
}

.article .lao-content  .content .content-left {
     color: #333;
     font-size: 16px;
     font-family: "微软雅黑";
     line-height: 30px;
   width: 75%;
    float: left;
    margin-right: 10%;
     
}

.article .lao-content  .content .content-left h3{
     color: #002f55;
     font-size: 16px;
     font-weight: bold;
    font-family: "微软雅黑";
}

.article .lao-content  .content .content-left p{
     color: #333;
     font-size: 16px;
     font-family: "微软雅黑";
     line-height: 30px;
     
}

.article .lao-content .content .content-right{
   float: left;
    width: 15%;
  background: #eaeaea;
   padding-bottom: 3px;
}

.article .lao-content .content .content-right .content-img{
   line-height: 20px;
       margin-bottom: 3px;
  height: 180px;
    overflow: hidden;
   
   
}

.article .lao-content .content .content-right img{
   width: 100% !important;
    height: auto !important;
       min-height: 100% !important;
}

.article .lao-content .content .content-right p{
       
       font-size: 16px;
       color: #002f55;
       margin: 0;
       padding: 0 5px;
      line-height: 24px;
}

/*封面页*/
.cover{
	padding: 10px 5% 30px; 
}

.cover-ti{
   font-size: 16px;margin: 15px 0;color: #005193;
}
.cover-title{
	font-size: 16px;
	background: #f6f6f6;
	border-left: 3px solid #005193;
	padding: 12px 0 12px 15px;
	margin: 20px 0;

}

.cover-title1{
   font-size: 16px;
    color: #056cc4;
    padding-left: 20px;
}

.cover-title span{
	float: right;
	padding-right: 10px;
	font-size: 14px;
	color: #666;
}

.cover ul{
	margin-left: 3%;
}

.cover ul li{
	float: left;
	/*min-width: 11.5%;*/
	/* margin: 10px 1% 10px 0;*/
 margin: 10px 6% 10px 0;

}

.cover ul li a{
     min-width: 48px;
      font-size: 16px;
      color: #666;
      display: block;
      text-align-last: justify;
}

/* 现任领导 */
.leader{
	min-height: 250px;
	padding-top: 20px;
}

.leade-list{
	background: #f8f8f8;
	margin-bottom: 13px;
	padding: 15px 0;
	overflow: hidden;

}

.leade-list .leade-title{
	font-size: 16px;
	color: #002f55;
	float: left;
	text-align: right;
	margin: 0;
	 width: 120px;
	 line-height: 1.5;
	 font-family: "微软雅黑";

}

.leade-list .leade-content{
	padding-left: 120px;
}

.leade-list .leade-content a{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-left: 3%;

}

/*专业委员会  */
.professional{
	padding: 15px 0 20px;
}

.professional h3{
	border-left: 5px solid #005193;
	font-size: 18px;
	color: #005193;
	/*padding-left:3%;*/
	margin: 25px 0 17px;
       background: url(../images/h3-bolid.png) left center repeat-x;

}


.professional h3 strong{
       font-weight: normal;
       padding-left: 3%;
    padding-right: 10px;
    background: #fff;
}

.professional p{
	font-size: 16px;
	color: #000;
	padding-left: 4%;
	line-height: 30px;

}

/* 结构组织 */
.structure{
	padding: 20px 0;
	margin-left: -3%;
}

.structure p{
	width:30%;
	float: left;
	background: #ededee;
	margin: 10px 0 10px  3%;
		text-align: center;
	padding: 10px 15px;
	font-size: 16px;
	color: #666;
}


/*继续教育首页 */
#full-width-slider3 {
	width: 100%;
}

#full-width-slider3 .rsBullets {
    position: absolute;
    bottom: 24px;
    right: 45%;
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
}

#full-width-slider3  .rsBullet{
	width: 12px;
	height: 12px;
	 border: 2px solid #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
	box-sizing: content-box;
	margin: 0 5px;
	 border-radius: 50%;
}

#full-width-slider3 .rsBullet.rsNavSelected {
    background: #002f55;
	border: 2px solid #002f55;
}

#full-width-slider3  .rsBullet span{
	display: none;
}

.gray-content{
	 background: #f4f4f4;
}

.title1 {
	height: 65px;
	padding: 0 7px 0 22px;
	background: #00467f;
	
}

.title1 h3 {
	font-size: 24px;
	color: #fff;
	float: left;
	margin: 0;
	padding: 18.5px 0;
	line-height: 28px;
}

.title1 .more {
	float: right;
	font-size: 14px;
	height: 65px;
	line-height: 65px;
	color: #fefefe;
	background: url(../images/more1.png) right center no-repeat;
	padding-right: 22px;
}

.title2 {
	height: 65px;
	padding: 0 7px 0 22px;
	background: url(../images/index-title.png) left bottom no-repeat;
	
}

.title2 h3 {
	font-size: 24px;
	color: #fff;
	float: left;
	margin: 0;
	padding: 18.5px 0 0;
	line-height: 28px;
}

.title3 {
	height: 65px;
	border-bottom: 1px solid #b7e2ff;	
	margin-bottom: 6px;
}

.title3 h3 {
	font-size: 24px;
	color: #014d8a;
	float: left;
	margin: 0;
	padding: 23px 0 0;
	line-height: 26px;
}

.index-about{
	margin: 46px 0 51px;
	padding-right: 2.5%;
	
}

.index-about-content{
	padding: 36px 22px 25px;
	 background: #fff;

}

.about-img{
	margin-right: 3.5%;
	overflow: hidden;
}


#full-width-slider4 {
	width: 100%;
}


#full-width-slider4 .rsContent .list_img{
	height:242px;
	overflow: hidden; 
}

#full-width-slider4 img{
	width: 100% !important;
	min-height: 100% !important;
}

#full-width-slider4 .rsBullets {
    position: absolute;
    bottom: 50px;
    right: 10px;
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
}

#full-width-slider4  .rsBullet{
	width: 10px;
	height: 10px;
	background: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
	box-sizing: content-box;
	margin: 0 3px;
	border-radius: 50%;
}

#full-width-slider4 .rsBullet.rsNavSelected {
    background: #002f55;
}

#full-width-slider4  .rsBullet span{
	display: none;
}

#full-width-slider4 .banner-title{

	font-size: 16px;
	color: #fff;
	 background: #00467f;
	 margin: 0;
	 padding: 12px 5px;
	 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

#full-width-slider4 .date{
	position: absolute;
	 width: 57px;
	top:0;
	left: 0;
	background: url(../images/banner-date.png) left center repeat;
}

#full-width-slider4 .date h3{
	font-size: 24px;
	color: #fff;
	margin: 5px 0 2px;
	 text-align: center;	
}

#full-width-slider4 .date p{
	font-size: 12px;
	color: #fff;
	margin: 3px 0 5px;
	 text-align: center;

}


.index-jianjie p{
	font-size: 16px;
	color: #333;
	line-height: 42px;
	margin-bottom: 5px;
	 text-indent: 2em;
}

.dynamics{
	margin: 46px 0 0;
}

.dynamics ul{
	 background: #fff;
	 padding: 0 14px;

}
.dynamics ul li{
   height: 60px;
    background: url(../images/bolid.png) left top repeat-x;
}
.dynamics ul li a{
        width: 70%;
    float: left;
	 display: block;
	font-size: 16px;
	line-height: 60px;
	color: #333;
	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dynamics ul li:first-child{
	background:none;
}

.dynamics ul li:hover a{
	color: #0070cb;
}

.dynamics ul li span{
        display: block;
    width: 30%;
     font-size: 14px;
    float: left;
    /* height: 60px; */
    line-height: 60px;
    text-align: right;
}

.quick ul li{
	 height: 87px;
	  background: #d7b100;
	  margin-top: 18px;
	  
	 
}

.quick{
	margin-bottom: 51px;
}
.quick ul li img{
	margin-right: 23px;
	 float: left;
	 margin-top: 12px;
}

.quick ul li.on2{
	background: #00863b;
}
.quick ul li.on3{
	background: #00467f;
}

.quick ul li a{
	 display: block;
	color: #fff;
	font-size: 36px;
	line-height: 74px;
	padding: 7px 5% 7px 8%;
}

.quick ul li.on2 a{
	 display: block;
	font-size: 20px;
	line-height: 36px;
}

.quick ul li.on3 a{
   font-size: 30px;
}

/* 继续教育列表 */
.list-education ul li{
	background: #f7f7f7;
	margin:20px 0; 
	position: relative;
}

.list-education ul li:hover{
   background: #002f55;
}

.list-education ul li .pull-left{
   margin-right: 25px;
	width: 200px;
	 height: 100%;
	padding-right: 0;
}

.list-education ul li .pull-left a img{
   width: 100%;
   min-height: 100%;
}

.list-education ul li .media-heading{
   font-size: 18px;
   line-height: 30px;
   color: #333;
   margin: 23px 0 20px;
   padding-right: 68px;
   height: 30px;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;


}

.list-education ul li:hover .media-heading{
   color: #fff;
}

.list-education ul li .text-time{
   font-size: 14px;
   color: #999;
	background: url(../images/text-time.png) left center no-repeat;
	padding-left: 23px;
	margin-bottom: 8px;
}

.list-education ul li:hover .text-time{
   color: #fff;
	background: none;
	padding-left: 0;
}


.list-education ul li .view{
   font-size: 14px;
   color: #999;
	background: url(../images/text-view.png) left center no-repeat;
	padding-left: 23px;
}

.list-education ul li:hover .view{
   display: none;
}


.list-education ul li .list-more{
   position: absolute;
	top:35%;
	right: 20px;
	font-size: 14px;
	color: #999;
	display: block;
	padding-right: 20px;
	background: url(../images/list-more.png) right center no-repeat;
}


.list-education ul li:hover .list-more{
	color: #fff;
   background: url(../images/list-morehover.png) right center no-repeat;

}



/*尾部*/
.waterfall{
	
        overflow: hidden;

}

.waterfall-left{
        width: 31.834%;
	float: left;
}

.waterfall-center{
        width: 36.332%;
	float: left;

}

.waterfall-right{
	
      width: 31.834%;
	float: left;

}

.waterfall-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.waterfall-box .waterfall-hengx{
    width: auto;
    position: absolute;
    left: 8%;
    top: 25px;
}

.waterfall-box h3{
       font-size: 30px;
    font-weight: bold;
    color: #fff;
    position: absolute;
}

.waterfall-box h3.a{
     left: 8%;
    top: 35px;
}

.waterfall-box h3.b{
     left: 8%;
    top: 85px;
}

.waterfall-box h4{
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 8%;
    top: 35px;
}

.bottom-content-2 .waterfall-box h4{
    color:#333333
}

.waterfall-box h4 img{
       width: auto;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.waterfall-box p{
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 8%;
    top: 120px;
}

.bottom-content-2 .waterfall-box p{
   color:#666666
}


.waterfall-box .waterfall-arrow{
    width: auto;
    position: absolute;
    left: 8%;
    top: 180px;
}

.waterfall-box img{
	 width: 100%;
	 webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}
.waterfall-box:hover img{
-webkit-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-o-transform:scale(1.08);
	-ms-transform:scale(1.08);
	transform:scale(1.08);
}








.link {
	background: url(../images/link.png) repeat ;
}
.link h3{
	float: left;
	font-size: 16px;
	color: #d4ecff;
	margin: 14px 0;
        font-weight: bold;

}

.link ul{
	margin: 14px 0;
	 float: left;
       width: 92%;
}

.link ul li{
	 float: left;
	 margin: 0 25px;

}

.link ul li a{
	font-size: 14px;
	color: #fff;
}

.bottom-content-2{
    padding-bottom: 40px;
}
.bottom-content{
       
	background: url(../images/bottom-conternt.jpg) left top no-repeat;
        /*background-size: 100% ;*/
        padding-top: 37px;
}

.footer {
        background: url(../images/bottom.jpg) center no-repeat;
        background-size: 100% 100%;
        padding-bottom: 30px;
}

.footer1 {
	padding: 18px 0;
	 background: #002f55;
}

.footer-logo{
	 float: left;
    width: 33%;
    margin-top: 75px;
}

.footer-adress{
	float: left;
	 width: 33%;
	 margin-top: 60px;

}

.footer-adress p{
	font-size: 14px;
	color: #d4ecff;
	line-height: 24px;
        opacity:0.7;
        filter:alpha(opacity=70);
}


.footer-code{
   width: 33%;
    float: left;
     margin-top: 55px;
}
.footer-code ul li{
   float: right;
    text-align: center;
    margin-left: 10px;
}

.footer-code p {
	font-size: 14px;
	color: #d4ecff;
        opacity:0.7;
        filter:alpha(opacity=70);
	line-height: 40px;
	text-align: center;
}


/*分页栏*/
.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: #1f5796;
	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: 1170px;
}

.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%;

}

.download{width:100%;clear:both;margin:5px 0px 10px}
.download dl{font-size: 24px;color: #014d8a;}
.download ul{width:100%;margin-top:20px}
.download ul li{float:left;margin-right:5%;padding:2%;width:16%;text-align:center; border-radius:0px;height: auto;}
.download ul li:last-child{margin-right:0%  !important;}
.download ul li a{color:#fff;font-size:18px;}

.scroll_title{width:100%;clear:both;margin:5px 0px 10px}
.scroll_title dl{font-size: 24px;color: #014d8a;}

.scroll{width:100%;}
.scroll ul{width:100%}
.scroll ul li{display:inline-block;}
.scroll ul li img{width:190px;height:145px}
.scroll ul li span{font-size:12px;}
.header_en{background-color: #194885;padding: 21px 0 21px;}
.header_en img{margin-left:30px}
.header_en span a{float:right; margin-right:30px;height: 42px;line-height: 36px;font-size: 16px;color: #FFF;}