@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "宋体";
        font-family: Arial, "Noto Serif SC", serif;
	font-size: 14px;
	color: #595c5b;
	background: #fff;
	overflow-x: hidden;
}

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;
}

/* 搜索 */

.search {
	height: 0px;
	width: 100%;
	background: #454545;
	z-index: 9999;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search.show {
	height: 85px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search1 {
	width: 51%;
	height: 45px;
	margin: 20px auto;
	-webkit-box-shadow: 0 1px 2px rgb(0 0 0);
	-moz-box-shadow: 0 1px 2px rgb(0, 0, 0);
	-ms-box-shadow: 0 1px 2px rgb(0, 0, 0);
	box-shadow: 0 1px 2px rgb(0 0 0);
	position: relative;
	z-index: 9999;
}

.search_kuang {
	width: 73.6%;
	padding-left: 2%;
	height: 45px;
	background: #fff;
	font-size: 14px;
	outline: none;
}

.searchbox .search_kang::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
	font-size: 36px;
}

.searchbox .search_kang:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	font-size: 36px;
}

.searchbox .search_kang::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 36px;
}

.searchbox .search_kang:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
	font-size: 36px;
}

.search_submit {
	width: 26%;
	height: 45px;
	background: #355d7d;
	vertical-align: bottom;
	color: #fff;
	font-size: 16px;
	outline: none;
}

.search1 a.close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 8px;
	right: -40px;
	background: url(../images/close.png) -86px 0 no-repeat;
	opacity: 1;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}

/*.search1 a.close:hover {
	opacity: 1;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}*/

/* 头部logo信息 */

.header {
	animation: slideInDown 0.7s ease-out;
	-webkit-animation: slideInDown 0.7s ease-out;
}

.header.on {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 23;
    width: 100%;
   /*opacity: 0.9;*/
    
}


.header.on .nav ul li{
   height: 85px;
    line-height: 85px;
-webkit-transition: all .3s;
    transition: all .3s;
}

.header.on .logo{
       margin-top: 5px;
-webkit-transition: all .3s;
    transition: all .3s;
}

.header.on .logo img {
    width: 460px;
}

.header.on .top-link{
   top: 29px;
   -webkit-transition: all .3s;
    transition: all .3s;
}

.header.on .nav ul li .nav-box{

    margin: 31.6px 0;

}

.header.on .nav ul li .nav_item{
    top: 85px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header.on .nav ul li .nav_item li{ 
    height: 38px;
    line-height: 38px;
}



.header.on1 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 23;
    width: 100%;
  /* opacity: 0.9;*/
    
}


/*.header.on1 .nav ul li{
   height: 85px;
    line-height: 85px;
-webkit-transition: all .3s;
    transition: all .3s;
}

.header.on1 .logo{
       margin-top: 13px;
-webkit-transition: all .3s;
    transition: all .3s;
}

.header.on1 .top-link{
   top: 29px;
   -webkit-transition: all .3s;
    transition: all .3s;
}

.header.on1 .nav ul li .nav_item{
    top: 85px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header.o1n .nav ul li .nav_item li{ 
    height: 38px;
    line-height: 38px;
}*/

@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.header-top {
	background: #fff;
        background: rgb(255,255,255,1);
	box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
}



.header-top .header-container {
	width: 90%;
	margin: 0 auto;
	z-index: 22;
	position: relative;
        
        
}

.searchbox {
    display: none;
}


.searchbox .search_kang {
    width: 85%;
    height: 32px;
    padding-left: 10px;
    text-align: left;
    outline: none;
    vertical-align: middle;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.searchbox .search-button {
    outline: none;
    width: 15%;
    height: 32px;
    line-height: normal;
    background: #355d7d;
    color: #fff;
    vertical-align: middle;
}

.top-link {
	width: 12%;
	z-index: 40;
	position: absolute;
	right: 0;
	top: 45px;
-webkit-transition: all .3s;
    transition: all .3s;
}

.top-link ul li {
	float: right;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	color: #000;
}

.top-link ul li a {
	font-size: 14px;
	padding: 2px 8px;
	border-radius: 5px;
	color: #000;
}

.top-link ul li:hover a {
	background: #355d7d;
	color: #fff;
}

.top-link ul li:first-child:hover a {
	background: none;
}

.top-link ul li a img {
	margin-bottom: 5px;
}

.top-link ul li  span{
   
    margin: 0 3px;

}

.logo {
	display: block;
	width: 40%;
        width: 45%;
	float: left;
	margin-top: 25px;
      margin-top: 18px;
     -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 20px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}

/*导航*/

.nav {
	width: 50%;
        width: 45%;
	float: left;
}


.nav .top-link{
      display: none;
}

.nav ul li {
	float: left;
	width: 14.5%;
        width: 17.5%;
	margin-left: 0.5%;
	height: 110px;
	line-height: 110px;
	position: relative;
	text-align: center;
}

.nav ul li:first-child {
	width: 10%;
	margin-left: 0;
}

.nav ul li .nav-box {
    position: relative;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    margin: 44px 0;
}

.nav ul li a {
	display: block;
	font-size: 20px;
	/*font-family: "宋体";*/
	color: #333;
	/*height: 110px;*/
	/*position: relative;*/
        -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.nav ul li a.nb-en {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   color:#1978ae;
}

.nav ul li.active a.nb-cn{
   color:#1978ae;
}


.nav ul li:hover a.nb-cn{
                        -webkit-transform: translateY(-100%);
                        transform: translateY(-100%);
                    }
.nav ul li:hover a.nb-en{
                        -webkit-transform: translateY(0);
                        transform: translateY(0);
                    }

/*.nav ul li a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	height: 5px;
	width: 0;
	background-color: #355d7d;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li:hover a::after {
	width: 80%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li.active a::after {
	width: 80%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}*/

.nav ul li .nav_item {
	/*display: none;*/
	position: absolute;
	/*top: 110px;
	left: -50%;*/
	background: #fff;
	width: 200%;
       left: 50%;
        top: 100%;
	padding: 10px 0;
visibility: hidden;
   clip-path: polygon(0 -20%, 100% -20%, 100% 0, 0 0);
-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 24;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
	/*box-shadow: 0 1px 2px 2px rgb(0 0 0 / 1%), 0 3px 6px 0 rgb(0 0 0 / 2%), 0 5px 12px 4px rgb(0 0 0 / 9%);*/
}

.nav ul li:hover .nav_item {
	/*display: block;
	top: 98px;
	-webkit-transition: all .3s;
	transition: all .3s;*/
opacity: 1;
    visibility: visible;
    clip-path: polygon(0 -20%, 100% -20%, 100% 100%, 0 100%);
}

.nav ul li:after {
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 6px;
    background-color: #1978ae;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav ul li:hover:after{
  width: 60px;
}

.nav ul li .nav_item li {
	float: none;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-bottom: none;
	background: none;
	margin-left: 0;
}

.nav ul li .nav_item li:after {
      display: none;
}

.nav ul li .nav_item li a {
	font-size: 16px;
	color: #000;
	height: 39px;
	line-height: 39px;
}

.nav ul li:hover .nav_item a {
	background: #fff;
}

.nav ul li:hover .nav_item a::after {
	width: 0;
}

.nav ul li .nav_item li:hover a {
	/*background: #355d7d;*/
	color: #1978ae;
}

.nav ul li .nav_item li.active a {
	/*background: #355d7d;*/
	color: #1978ae;
}

/*banner相关设置*/

#full-width-slider {
	width: 100%;
	min-height: 120px;
	color: #000;
}

#full-width-slider .rsContent video{
  width: 100%;
}

#full-width-slider .rsGCaption {
	font-size: 24px;
	color: #fff;
	width: 70px;
	position: absolute;
	left: 8%;
	bottom: 20px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	z-index: 15;
}

#full-width-slider .rsGCaption span {
	font-size: 44px;
}

#full-width-slider .rsArrow {
	display: none;
	background: #003f97;
	width: 2.3%;
	z-index: 32;
}

.rsMinW .rsBullets {
	position: absolute;
	bottom: 30px;
	right: 8%;
	z-index: 15;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

.rsMinW .rsBullet {
	/*width: 45px;*/
	height: 13px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 0 5px;
}

.rsMinW .rsBullet span {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
}

.rsMinW .rsBullet.rsNavSelected {
	width: 34px;
}

.rsMinW .rsBullet.rsNavSelected span {
	width: 34px;
	background: #f14c47;
	border-radius: 13px;
}

/*首页内容部分*/

/* 首页标题 */

.index-title {
	font-size: 46px;
	color: #355d7d;
	/*font-family: "新宋体";*/
	text-align: center;
	margin: 25px 0;
}

.index-title a{
   color: #355d7d;
}

.index-title span {
	display: inline-table;
	font-size: 18px;
	color: #f14c47;
	vertical-align: middle;
	margin: 0 10px 10px;
}

/* 品牌活动 */

.index-title.index-title1 {
	line-height: 44px;
	width: 50px;
	float: left;
}

.index-title.index-title1 span {
	font-size: 34px;
	font-family: "苹方";
	font-weight: 300;
        margin: 0 10px -10px;
}

.index-title.index-title1 .more{
      font-size: 14px;
    color: #333;
}

.index-title.index-title1 .more:hover{
color: #f14c47;
}

/* 图书期刊标题 */

.index-title.index-title2 {
	color: #fff;
	background: url(../images/book-title.png) center top no-repeat;
	padding-top: 80px;
	margin-bottom: 30px;
}
.index-title.index-title2 a{
     color: #fff;
}

.index-title.index-title2 span{
  color: #fff;
}

/* 首页右边内容 */

.focusing-content ul, .notice-content ul, .research-content ul, .viewpoint-content ul, .huodong-content ul {
	padding-left: 150px;
	margin-top: 75px;
}

/* 媒体聚焦 */

.focusing-content {
    padding: 40px 0 0;
}

.focusing-content ul {
	margin-left: -6.5%;
}

.focusing-content ul li {
	float: left;
	width: 26.83%;
	margin-left: 6.5%;
	position: relative;
}

.focusing-content ul li .media-img {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.focusing-content ul li .media-img img {
	width: 100%;
	min-height: 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;
}

.focusing-content ul li:hover .media-img 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);
}

.focusing-content ul li .media-date {
	background: #fff;
	font-size: 16px;
	font-family: "Candara";
	color: #355d7d;
	padding: 7px 13px;
	border-top: 1px solid #355d7d;
	border-bottom: 1px solid #355d7d;
	position: absolute;
	left: -6px;
	top: -20px;
}

.focusing-content ul li .media-text {
	font-size: 18px;
	color: #333;
	line-height: 26px;
	margin: 18px 0;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.focusing-content ul li:hover .media-text {
	color: #355d7d;
}

/* 通知公告 */

.notice-content {
	overflow: hidden;
}

.notice-content ul {
	margin-left: -3.33%;
}

.notice-content ul li {
	width: 30%;
	float: left;
	margin-left: 3.33%;
	border-top: 1px solid #355d7d;
	padding: 20px 0;
	margin-bottom: 50px;
}

.notice-content ul li .time {
	float: right;
	width: 40px;
	margin-left: 45px;
}

.notice-content ul li .time .date {
	font-size: 36px;
	height: 30px;
	line-height: 30px;
	color: #333;
	text-align: right;
	font-family: "Candara";
}

.notice-content ul li .time .month {
	font-size: 18px;
	color: #8b8b8b;
	line-height: 20px;
	text-align: right;
	font-family: "Candara";
	margin-top: 6px;
}

.notice-content ul li .time .year {
	font-size: 18px;
	color: #8b8b8b;
	text-align: right;
	font-family: "Candara";
}

.notice-content ul li .cont-info {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 90px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.notice-content ul li:hover .cont-info {
	color: #355d7d;
}

/* 研究动态 */

.research-content ul li {
	float: left;
	width: 23%;
	margin-left: 2%;
	position: relative;
	padding-bottom: 50px;
margin-bottom: 20px;
}

.research-content ul li.on {
	width: 49.8%;
	float: left;
}

.research-content ul li:first-child {
	margin-left: 0;
}

.research-content ul li .media-label {
	font-size: 14px;
	/*font-family: "新宋体";*/
	color: #333;
	margin-bottom: 6px;
}

.research-content ul li .media-img {
	width: 100%;
	height: 321px;
	overflow: hidden;
}

.research-content ul li.on .media-img {
	height: 335px;
}

.research-content ul li .media-img img {
	width: 100%;
	min-height: 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;
}

.research-content ul li:hover .media-img 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);
}

.research-content ul li .media-box {
	width: 85%;
	position: absolute;
	left: 0;
	bottom: 0px;
	background: #fff;
	padding: 20px 30px 10px 5px;
}

.research-content ul li.on .media-box {
	bottom: 14px;
}

.research-content ul li .media-box .media-title {
	font-size: 18px;
	color: #333;
	line-height: 20px;
	margin-bottom: 11px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.research-content ul li .media-box .media-text {
	font-size: 14px;
	line-height: 18px;
	color: #6a6a6a;
	margin-bottom: 25px;
	height: 54px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.research-content ul li .media-box .media-more {
	font-size: 14px;
	color: #666;
       background: url(../images/research-more.png) 60px center no-repeat;
}

.research-content ul li:hover .media-box .media-more{
   color:#f14c47;
    background: url(../images/research-more-active.png) 60px center no-repeat;

}

/* 专家观点 */

.viewpoint-content {
	background-color: #f4f2ec;
	background-image: url(../images/viewpoint-bj.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0 80px;
}

.viewpoint-content ul {
	margin-left: -2%;
}

.viewpoint-content ul li {
	float: left;
	width: 18%;
	margin-left: 2%;
	position: relative;
	margin-top: 80px;
        background: #fff;
padding-bottom: 25px;
  -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

/*.viewpoint-content ul li:hover {
	box-shadow: 0px 3.5px 7px #d2cdbf;
}*/



.viewpoint-content ul li:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}



.viewpoint-content ul li .media-img {
	width: 139px;
	height: 139px;
	line-height: 125px;
	text-align: center;
	margin: -80px auto 0;
	border-radius: 50%;
	border: 5px solid #d2cdbf;
	overflow: hidden;
}

.viewpoint-content ul li .media-img img {
	width: 100%;
	min-height: 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;
}

.viewpoint-content ul li:hover .media-img 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);
}

.viewpoint-content ul li .media-box .media-author {
	font-size: 22px;
	color: #524515;
	text-align: center;
	margin-top: 30px;
}

.viewpoint-content ul li .media-box .media-title {
	font-size: 18px;
	line-height: 24px;
	color: #524515;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 32px 25px;
	text-align: left;
}

.viewpoint-content ul li .media-box .media-date {
	font-size: 18px;
	line-height: 30px;
	color: #524515;
	margin: 8px 25px;
       font-family: "Candara";
}

/* 品牌活动 */

.huodong-content {
	padding: 80px 0 50px;
	background: url(../images/huodonglou.png) left 70% no-repeat;
}

.huodong-content .container {
	position: relative;
}

.huodong-content .item {
	position: absolute;
	left: 150px;
	top: 35px;
}

.huodong-content .item ul{
	padding-left: 0;
	margin-top: 0px;
}

.huodong-content .item ul li {
	display: inline-block;
	margin-bottom: -9px;
	font-size: 16px;
	color: #333;
	/*font-family: "新宋体";*/
	margin-left: 55px;
	position: relative;
	padding-bottom: 5px;
	cursor: pointer;
}

.huodong-content .item ul li::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #563889;
	-webkit-transition: all .3s;
	transition: all .3s;
	
	
}

.huodong-content .item ul li.active::after{
 width: 100%;
 -webkit-transition: all .3s;
 transition: all .3s;
}

.huodong-content .item ul li:hover:after{
	width: 100%;
	-webkit-transition: all .3s;
    transition: all .3s;
   }

.huodong-content .item ul li:first-child{
	margin-left: 0;
}

.huodong-content .cont .cont-box ul li {
	float: left;
	width: 23%;
	margin-left: 2%;
	position: relative;
	padding-bottom: 90px;
}

.huodong-content .cont .cont-box ul li.on {
	width: 49.8%;
	float: left;
	margin-left: 0;
}

.huodong-content .cont .cont-box ul li .media-img {
	width: 100%;
	height: 321px;
	overflow: hidden;
}

.huodong-content .cont .cont-box ul li.on .media-img {
	height: 335px;
}

.huodong-content .cont .cont-box ul li .media-img img {
	width: 100%;
	min-height: 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;
}

.huodong-content .cont .cont-box ul li:hover .media-img 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);
}

.huodong-content .cont .cont-box ul li .media-box {
	width: 85%;
	position: absolute;
	left: 0;
	bottom: 0px;
	background: #fff;
	padding: 20px 30px 10px 5px;
}

.huodong-content .cont .cont-box ul li .media-box .media-title {
	font-size: 18px;
	color: #333;
	line-height: 20px;
	margin-bottom: 11px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.huodong-content .cont .cont-box ul li.on .media-box .media-title {
	height: 22px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
            margin-bottom: 38px;
}

.huodong-content .cont .cont-box ul li .media-box .media-text {
	font-size: 12px;
	line-height: 18px;
	color: #6a6a6a;
	margin-bottom: 25px;
	height: 54px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.huodong-content .cont .cont-box ul li.on .media-box .media-text {
	height: 36px;
	-webkit-line-clamp: 2;
       margin-bottom: 35px;
}

.huodong-content .cont .cont-box ul li .media-box .media-more {
	font-size: 14px;
	color: #666;
        background: url(../images/research-more.png) 60px center no-repeat;
}

.huodong-content .cont .cont-box ul li:hover .media-box .media-more{
    color:#f14c47;
    background: url(../images/research-more-active.png) 60px center no-repeat;
}

/* 图书期刊 */

.book-content {
	padding: 30px 0 30px;
	background: url(../images/books-bg.png) top left;
	background-size: 100%;
	background-repeat: no-repeat;
}

.book-content .container {
	position: relative;
}

#swiper-container1 .swiper-wrapper .swiper-slide {
	margin-top: 20px !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



#swiper-container1 .swiper-wrapper .swiper-slide .swiper-slide-img {
	width: 100%;
	height: 495px;
	overflow: hidden;
	text-align: center;
}

#swiper-container1 .swiper-wrapper .swiper-slide .swiper-slide-img img {
	width: 100%;
	min-height: 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;
}

#swiper-container1 .swiper-wrapper .swiper-slide:hover .swiper-slide-img 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);
}

#swiper-container1 .swiper-wrapper .swiper-slide .media-body {
	padding: 20px 35px 5px 5px;
	/* position: relative; */
	width: 85%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

#swiper-container1 .swiper-wrapper .swiper-slide .media-body .slide-label {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 15px;
}

/*#swiper-container1 .swiper-wrapper .swiper-slide:hover .media-body .slide-label {
	color: #fff;
}*/

#swiper-container1 .swiper-wrapper .swiper-slide .media-body p {
	font-size: 18px;
	line-height: 20px;
	color: #333;
	height: 40px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 54px;
}

#swiper-container1 .swiper-wrapper .swiper-slide .media-body p a{
  color: #333;
}

#swiper-container1 .swiper-wrapper .swiper-slide:hover .media-body p {
	    color: #355d7d;
}

#swiper-container1 .swiper-wrapper .swiper-slide:hover .media-body p a{
  color: #355d7d;
}

#swiper-container1 .swiper-wrapper .swiper-slide .media-body p a:hover{
  color: #355d7d;
}

#swiper-container1 .swiper-wrapper .swiper-slide .media-body .more {
	font-size: 14px;
	color: #333;
        background: url(../images/research-more.png) 60px center no-repeat;
}

#swiper-container1 .swiper-wrapper .swiper-slide .media-body .more a{
  color: #333;
    position: relative;
    z-index: 11;
}

#swiper-container1 .swiper-wrapper .swiper-slide:hover .media-body .more {
	color:#f14c47;
        background: url(../images/research-more-active.png) 60px center no-repeat;
}

#swiper-container1 .swiper-wrapper .swiper-slide:hover .media-body .more a{
  color:#f14c47;
}

#swiper-container1 .swiper-wrapper .swiper-slide .media-body .more a:hover{
   color:#f14c47;
}

.book-content .swiper-button-prev {
	width: 103px;
	height: 29px;
	left: -160px;
	top: 370px;
	background: url(../images/news-left.png);
	background-size: 100%;
}

.book-content .swiper-button-next {
	width: 103px;
	height: 29px;
	right: -160px;
	top: 370px;
	background: url(../images/news-right.png);
	background-size: 100%;
}

.book-content .swiper-pagination {
	text-align: center;
	margin: 30px auto 0;
	position: inherit;
}

.book-content .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #355d7d;
	background: none;
	margin: 5px;
	opacity: 1;
}

.book-content .swiper-pagination-bullet-active {
	background: #f14c47;
        border: 1px solid #f14c47;
}

/* 视频专区 */

.videoswiper {
	background: #fff;
	padding: 20px 0 40px;
	position: relative;
}

.videoswiper .swiper-wrapper {
	margin-top: 40px;
}

.videoswiper .container {
	position: relative;
}

.videoswiper .swiper-slide .container {
	position: relative;
}

.videoswiper .swiper-slide .video_src {
	width: 64.46%;
	height: 540px;
	float: left;
	background-color: #474747;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.videoswiper .swiper-slide .video_text {
	width: 35.54%;
	height: 540px;
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 44;
	background: url(../images/video_text.jpg) center no-repeat;
	background-size: 100% 100%;
}

.videoswiper .swiper-slide .video_text a {
	display: block;
	padding: 110px 45px 0 48px;
	overflow: hidden;
}

.videoswiper .swiper-slide .video_text h3 {
	font-size: 30px;
	/*font-family: "宋体";*/
	height: 37px;
	color: #fff;
	margin-bottom: 55px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.videoswiper .swiper-slide .video_text p {
	font-size: 16px;
	/*font-family: "宋体";*/
	text-align: center;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 141px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.videoswiper .videos-box {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 100;
	background: rgb(0, 0, 0);
	opacity: 0.95;
	width: 100%;
}

.videoswiper .videos-box .videos {
	width: 640px;
	margin: 120px auto;
	background: #f8f8f8;
	position: relative;
}

.videoswiper .videos-box .videos #video {
	display: block;
	padding: 10px;
}

.videoswiper .videos-box .videos .vclose {
	position: absolute;
	right: 20px;
	top: 20px;
	border-radius: 100%;
	cursor: pointer;
}

.videoswiper .swiper-slide .video_src .video-img {
	width: 100%;
	min-height: 100%;
}

.videoswiper .swiper-slide .video_src video {
	width: 100%;
	height: 100%;
}

.videoswiper .swiper-slide .video_src .video-zanti {
	position: absolute;
	left: 48%;
	bottom: 41.5%;
	z-index: 22;
}

.videoswiper.swiper-container-horizontal .swiper-pagination-bullets {
	height: 60px;
	line-height: 50px;
	bottom: 30px;
	left: 66%;
}

.videoswiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 36px;
	height: 60px;
	background: none;
	border-bottom: 3px solid #fff;
	/*font-family: "宋体";*/
	font-size: 18px;
	color: #fff;
	margin: 0;
	opacity: 1;
	border-radius: 0;
	position: relative;
}

.videoswiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 100%;
	border-bottom: 3px solid #f5b756;
	z-index: 2;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.videoswiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	width: 100%;
}

.videoswiper .swiper-slide .video_text a.video-mores {
	padding: 5px 20px;
	border: 1px solid #fff;
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: 10%;
	bottom: 35px;
}

.videoswiper .swiper-slide .video_text a.video-mores:hover {
	background: #fff;
	color: #f5b756
}

.videoswiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	display: none;
}

.videoswiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	display: none;
}

/* 首页快捷入口 */

.quick-content {
	background: #f5f7fa;
	padding: 55px 0;
}

.quick-content ul {
	margin-right: -3.33%;
}

.quick-content ul li {
	float: left;
	width: 30%;
	margin-right: 3.33%;
}

.quick-content ul li .quick-img {
	float: left;
	width: 100px;
	height: 92px;
	margin: 55px 40px 40px 0;
}


.quick-content ul li .quick-img img{
    width: 100%;
}

.quick-content ul li .quick-text h3 {
	font-size: 24px;
	/*font-family: "宋体";*/
	color:#355d7d;
	margin-bottom: 18px;
}

.quick-content ul li .quick-text p {
	font-size: 14px;
	color: #333;
	/*font-family: "宋体";*/
	line-height: 30px;
	margin-bottom: 15px;
}

.quick-content ul li .quick-text .more {
	font-size: 14px;
	color: #333;
       /* background: url(../images/research-more.png) 60px center no-repeat;*/
}

.quick-content ul li:hover .quick-text .more{
    color:#f14c47;
      /*  background: url(../images/research-more-active.png) 60px center no-repeat;*/

}

.quick-content ul li .quick-text .more img {
	margin-left: 10px;
}

.quick-content ul li:hover .quick-text .more .img{
display: none;
}

.quick-content ul li .quick-text .more .img1{
     display: none;
}

.quick-content ul li:hover .quick-text .more .img1{
display: inline-block;
}

/*子页面大图片*/

.x-banner {
	position: relative;
	background: #f4f2ec;
}

.x-banner-img {
	width: 70%;
	margin-left: 30%;
	margin-bottom: -30px;
}

.x-banner .container {
	position: relative;
}

.banner-column {
	position: absolute;
	bottom: 100px;
	left: 0;
}

.banner-column p {
	font-size: 20px;
	color: #5d178f;
	font-family: "Candara";
        font-style: italic;
        text-align: right;

}

.banner-column h3 {
	font-size: 72px;
	/*font-family: "宋体";*/
        color: #355d7d;
	margin: 10px 0 0;
        position: relative;
        padding-bottom:12px;
}

/*.banner-column h3::after {
    -webkit-transition: all .4s;
    transition: all .4s;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #ffc919;
    z-index: 10;
}*/

.banner-public {
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.banner-public img {
	width: 100%;
}

.banner-public .current {
	font-size: 48px;
	color: #fff;
	/*font-family: "宋体";*/
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 200px;
	text-align: center;
}

/* 当前位置 */

.location {
	font-size: 16px;
	color: #355d7d;
	padding: 20px 0 18px;
}

.location .header-container {
        width: 90%;
	margin: 0 auto;
	background: url(../images/location.png) left center no-repeat;
	padding-left: 40px;
}

.location a {
	font-size: 16px;
	color: #355d7d;
}

.location span {
	margin: 0 3px;
}

/* 内页 */

.content-box {
	position: relative;
	z-index: 3;
}

.column {
    font-size: 48px;
    width: 62px;
    color: #355d7d;
    line-height: 48px;
	position: relative;
	margin-top: 80px;
	float: left;
}

.column::after{
	content: "";
	 width: 2px;
	 height: 75%;
	 background: #f14c47;
	position: absolute;
	right: 0;
	top:25%;
}

.column img{
	position: absolute;
	right: 0;
	bottom: -145px;

}


/* 右侧 */
.right-content {
    padding-left: 170px;
}

/* 列表 */

.list ul li {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.list ul li a {
	display: block;
	line-height: 82px;
	height: 82px;
}

.list ul li a p {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333;
	line-height: 82px;
	height: 82px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list ul li:hover a p {
	color: #355d7d;
	font-weight: bold;
}

.list ul li a span {
	float: left;
	width: 15%;
	font-family: "Candara";
	color: #575757;
	padding-left: 20px;
	text-align: left;
	font-size: 16px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.list ul li a span strong {
	font-size: 22px;
	font-weight: normal;
}

/*图片列表页 */

.content-box-public {
	background: #fff;
	margin-top: -120px;
	padding: 120px 12% 40px;
	position: relative;
}

.list-img ul li {
	padding: 50px 0 40px;
	border-bottom: 1px solid #dedede;
	position: relative;
}

.list-img ul li .pull-left {
	width: 310px;
	height: 192px;
	padding-left: 0;
	overflow: hidden;
	margin-right: 60px;
}

.list-img ul li .pull-left img {
	width: 100%;
	min-height: 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;
}

.list-img ul li:hover .pull-left 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);
}

.list-img ul li .pull-left .list-img-date {
	position: absolute;
	left: 240px;
	top: 38px;
	background: #9b9376;
	padding: 0 7px 3px;
}

.list-img ul li .pull-left .list-img-date .date-date {
	font-size: 24px;
	color: #fff;
	font-family: "Candara";
	text-align: center;
}

.list-img ul li .pull-left .list-img-date .date-year {
	font-size: 14px;
	color: #fff;
	font-family: "Candara";
	text-align: center;
}

.list-img ul li .list-img_text {
	padding: 15px 20px 30px;
	position: relative;
}

.list-img ul li .list-img-title {
	font-size: 18px;
	line-height: 24px;
	color: #444;
	height: 24px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	margin-bottom: 30px;
       overflow: hidden;
}

.list-img ul li:hover .list-img-title {
	color: #355d7d;
}

.list-img ul li .list-img-text {
	font-size: 16px;
	line-height: 24px;
	color: #444;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 30px;
}

.list-img ul li .list-img-more {
	font-size: 14px;
	color: #333;
	margin-bottom: 30px;
	-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;
}

.list-img ul li:hover .list-img-more {
	padding-left: 10px;
       
	-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;
}

/* 简介 */

.about p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.about img {
	max-width: 100%;
}

.about p img {
	max-width: 100%;
}

/* 内容页 */

.article {
	padding-top: 20px;
}

.article::before {
    content: "";
    background: #f14c47;
    width: 2px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: -40px;
}

.article h1.intro {
	text-align: center;
	font-size: 18px;
	color: #595c5b;
	/*font-family: "微软雅黑";*/
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: center;
	font-size: 36px;
	/* color: #333; */
	/* font-family: "微软雅黑"; */
	line-height: 30px;
	margin: 0 0 15px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -150px;
	color: #fff;
}

.article h3.subtitle {
	font-size: 18px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	margin: 0;
	text-align: center;
	/* line-height: 44px; */
	font-size: 18px;
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: -100px;
	margin: 10px 0 20px;
	/* background: url(../images/information.png) center repeat-y; */
}

.article .content {
	font-size: 16px;
	color: #333;
	line-height: 34px;
	min-height: 250px;
	margin-bottom: 50px;
	padding: 10px 0px;
}

/* .article .bdsharebuttonbox .bds_mshare {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: left center;
	margin: 0;
} */

.article .bdsharebuttonbox .bds_weixin {
	float: right;
	display: block;
	width: 42px;
	padding-left: 0;
	line-height: 42px;
	height: 42px;
	background-image: url(../images/fenxianglinag.jpg);
	background-position: -55px center;
	margin: 0px;
}

.article .bdsharebuttonbox .bds_tsina {
	float: right;
	display: block;
	width: 42px;
	padding-left: 0;
	line-height: 42px;
	height: 42px;
	background-image: url(../images/fenxianglinag.jpg);
	background-position: 0px center;
	margin: 0px 18px;
}

/* 
.article .bdsharebuttonbox .bds_qzone {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxianglinag.jpg);
	background-position: -140px center;
	margin: 0;
} */

.article .bdsharebuttonbox a:hover {
	color: #333;
	opacity: .8;
	filter: alpha(opacity=80);
}

.article .bdsharebuttonbox {
	position: absolute;
	right: 12%;
	top: 70px;
}

.article .bdsharebuttonbox p {
	float: right;
	margin-top: 7px;
	font-size: 18px;
	color: #333;
}


/* 学院概况 */
.jianjie-box{
	background-color: #fff;
	background-image: url(../images/jianjie-bj.png);
	background-position: left 150px;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 30px;
}


.content-column {
    font-size: 48px;
    width: 80px;
    color: #355d7d;
    line-height: 48px;
    position: relative;
    margin-top: 80px;
    float: left;
	text-align: center;
	padding-bottom: 20px;
}


.box-right {
    padding-left: 150px;
}
.jianjie-about {
    position: relative;
    width: 68%;
    background: #fff;
	margin-bottom: 200px;
	font-size: 17px;
	color: #666;
	line-height: 30px;
	margin-top: 70px;
    z-index: 22;
	overflow: hidden;
}

.jianjie-about .jianjie-about-text{
	/*height: 480px;*/
	font-size: 17px;
	color: #666;
	line-height: 30px;
	/*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 16;
    overflow: hidden;*/
	margin: 50px 100px 50px 0;
}

.jianjie-about .jianjie-about-text p{
	font-size: 17px;
	color: #666;
	line-height: 30px;
}


.jianjie-img{
	width: 52%;
	position:absolute;
	right: 0;
	top:210px;
}

.jianjie-img img{
	width: 100%;
}


.message-box{
	background: #f4f2ec;
}

.message-content {
    padding: 120px 55px 40px 0;
}


.message-img-box{
	width: 285px;
	float: left;
	margin-right: 60px;
}

.message-img-box .message-img {
    width: 100%;
    height: 367px;
    overflow: hidden;
}

.message-img-box .message-img img{
	width: 100% !important;
	min-height: 100% !important;
	-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;
}

.message-img-box .message-img: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);
}

.message-img-box .message-img-text {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #595959;
    margin: 20px 0;
}

.message-text {
    font-size: 17px;
    color: #595959;
    line-height: 30px;
}
.message-text p {
    font-size: 17px;
    color: #595959;
    line-height: 30px;
	margin-bottom: 25px;
}

.organization{
       margin-top: 60px;
}

.organization-box{
	background-color: #fff;
	background-image: url(../images/organization-bj.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% ;
	padding: 0 0 72px;
}


.organization-box1{
     background-image: url(../images/organization-bj12.jpg);
}

.organization-box .container{
	background: url(../images/organization-nobj.png) repeat;
}

.organization-xinxi{
	padding-top: 120px;
	padding-right: 55px;
	overflow: hidden;
            text-align: center;
}

.organization-xinxi ul{
	margin-left: -5.8%;
	overflow: hidden;
       /* display: inline-block;*/
      padding: 0 12.5%;
}

.organization-xinxi ul li{
         display: inline-table;
	 width: 21.2%;
          width: 27.5%;
	 float: left;
	 margin-left: 5.8%;

}

.organization-xinxi ul li .organization-content-img {
    width: 100%;
    height: 172px;
    overflow: hidden;
}

.organization-xinxi ul li .organization-content-img img{
	width: 100% !important;
	min-height: 100% !important;
	-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;
}

.organization-xinxi ul li:hover .organization-content-img 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);
}

.organization-xinxi ul li p{
	background: #fff;
	padding: 20px 0;
	font-size: 18px;
	color: #333;
	text-align: center;
}

.organization-xinxi .more {
    display: block;
    width: 175px;
    margin: 50px auto;
    padding: 12px 0;
    font-size: 16px;
    text-align: center;
    color: #355d7d;
    /* padding-right: 35px; */
   /* background-image: url(../images/more_anniu.png);
    background-position: 82% 15px;
    background-repeat: no-repeat;*/
    border: 2px solid #355d7d;
    /* background-color: #333; */
    -webkit-transition: all .9s linear;
    transition: all .9s linear;
    position: relative;
}

/*.organization-xinxi .more img{
   margin: 0 0 2px 5px;
}*/

.organization-xinxi .more::after{
   -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #355d7d;
    z-index: 2;
}

.organization-xinxi .more:hover:after{
  width: 100%;
}

.organization-xinxi .more .more_img {
    display: inline-table;
    width: 18px;
    height: 15px;
    margin-left: 12px;
   background: url(../images/more_anniu.png) center no-repeat;
}

.organization-xinxi .more:hover .more_img {
   background: url(../images/more_anniu_active.png) center no-repeat;
}

.organization-xinxi .more:hover span{
   z-index: 3;
    position: relative;
    color: #fff;
}


.organization-xinxi .more:hover{
   /* background-color:#f14c47;*/
	/*border: 2px solid #4c2d84;*/
	/* background-image: url(../images/more_anniu_active.png);*/
 /* -webkit-transition: all .9s linear;
    transition: all .9s linear;*/

}*/


/* 机构设置 */

.organization{
	margin-top: 120px;
    min-height: 300px;
    padding-bottom: 100px;
}
.content-item ul{
	height: 72px;
	border-bottom:1px solid #355d7d ;
	margin-bottom: 45px;
}

.content-item ul li{
	float: left;
	margin-right: 150px;
	padding-bottom: 25px;
	position: relative;
}

.content-item ul li::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	background: #355d7d;
	width: 1px;
	height: 0px;
	-webkit-transition: all .3s;
    transition: all .3s;
}

.content-item ul li.active::after{
	height: 30px;
	-webkit-transition: all .3s;
    transition: all .3s;
}

.content-item ul li:hover:after{
	height: 30px;
	-webkit-transition: all .3s;
    transition: all .3s;
}

.content-item ul li a{
	display: block;
	font-size: 24px;
	/* height: 47px;
	line-height: 47px; */
	color: #8a8a8a;
	position: relative;
	padding-bottom: 5px;
	transition: all .5s linear;
	text-decoration: none !important;
}

.content-item ul li a span{
	display: block;
	width: 130px;
	font-size: 16px;
	position: absolute;
	left: 0;
	top:-23px;
}

.content-item ul li a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 6px;
	background: #d9e1e9;
	width: 0;
	height: 8px;
	-webkit-transition: all .3s;
    transition: all .3s;
}

.content-item ul li.active a{
	font-size: 30px;
color: #355d7d;
}

.content-item ul li:hover a{
	font-size: 30px;
        color: #355d7d;
}

.content-item ul li.active a::after{
	width: 100%;
	-webkit-transition: all .3s;
    transition: all .3s;
}

.content-item ul li:hover a::after{
	width: 100%;
	-webkit-transition: all .3s;
    transition: all .3s;
}

.organization-content{
	overflow: hidden;
}

.organization-content p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
}

.organization-content h2{
	width: 100%;
	font-size: 24px;
	color: #333;
	margin: 25px 0 15px;
	overflow: hidden;
}

.organization-content table {
    float: left;
    width: 23% !important;
    margin-right: 2%;
    margin-bottom: 28px;
}

.organization-content table tr td {
	width: 116px;
	height: 154px;
	padding: 0 10px 10px 0;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

.organization-content table tr td p{
	width: 106px;
	height: 144px;
	overflow: hidden;
	box-shadow: 10px 10px 0 0px #d9e1e9;
}

.organization-content table tr td img {
	width: 100% !important;
    min-height: 100% !important;
	box-shadow: 10px 10px 0 0px #eceaf0;
    height: auto !important;
	-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;
}

.organization-content table:hover tr td 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);
}

.organization-content table tr td+td {
	width: auto;
	margin-right: 0px;
	float: inherit;
	display: block;
           padding: 0;
}

.organization-content table tr td+td h3 {
	font-size: 24px;
	color: #333;
	font-weight:normal;
	margin-top: 10px;
}

.organization-content table:hover tr td+td h3{
	color: #355d7d;
}

.organization-content table tr td+td h5 {
	font-size: 14px;
	color: #8a8a8a;
	font-weight: normal;
	margin-bottom: 30px;
}

.organization-content table tr td+td p {
	width: auto;
}


.organization-content table tr td+td a{
	font-size: 12px;
	color: #878787;
	font-family: "Arial";
	
}


.work-xinxi {
    padding-right: 55px;
    padding-top: 130px;
	padding-bottom: 40px;
}


.work-xinxi .work-text {
    font-size: 18px;
    color: #5d5a50;
    line-height: 30px;
	margin-bottom: 60px;
}

.work-xinxi .work-text table {
    width: 100%;
    border-top: 3px solid #d6c1eb;
}

.work-xinxi .work-text table tr:first-child {
    background: #f3f2f6;
}


.work-xinxi .work-text table tr td {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ebebeb !important;
    padding: 12px 0;
   font-size: 18px;
    color: #333;
    line-height: 30px;
}

.work-xinxi .work-text table tr:first-child td {
    color: #4c2d84;
}

.work-xinxi .work-text table tr td p{
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.work-xinxi .work-text p{
    font-size: 18px;
    color: #5d5a50;
    line-height: 30px;
}

.work-xinxi .more {
    display: block;
    width: 185px;
    margin: 50px auto;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
  /*  padding-right: 35px;
    background-image: url(../images/organization-more.png);
    background-position: 92% center;
    background-repeat: no-repeat;*/
    background-color: #4c2d84;
-webkit-transition: all .9s linear;
    transition: all .9s linear;

}

.work-xinxi .more img{
   margin: 0 0 2px 5px;
}

.work-xinxi  .more:hover {
    background-color: #ffbe14;

    /* background-image: url(../images/organization-more-active.png);*/
-webkit-transition: all .9s linear;
    transition: all .9s linear;
}

#cooperation-box ,#contact-box ,#personnel-box ,#student-box ,#programme-box ,#core-box ,#preface-box ,#research-box ,#basics-box ,#jianjie-box,#message-box ,#organization-box ,#work-box{
    padding-top: 50px ;
   padding-bottom: 30px;
}

#comment-box{
    padding: 50px 0 0;
   background-position: center 50px;
}

#law-box{
       padding: 108px 0 30px;
}
#annual-box{
padding: 50px 0 0;
}


#library-box{
   padding: 50px 0 100px;
    background-position: right 60px;
}




.contact-box{
	background: #f4f2ec;
        position: relative;
      
}

/*.contact-box .container {
    position: relative;
}*/

.contact-about {
   /* position: absolute;
    width: 50%;
    text-align: center;
    top: 120px;
    left: 0;*/
}

.contact-about-text {
    margin-top: 120px;
}

.contact-about .contact-about-text p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
}

.contact-about .contact-about-text a{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-top: 50px;
}

.contact-about .more {
    display: block;
    width: 185px;
    margin: 50px auto 50px 0;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
   /* padding-right: 35px;
    background-image: url(../images/organization-more.png);
    background-position: 92% center;
    background-repeat: no-repeat;*/
     background-color: #333;
-webkit-transition: all .9s linear;
    transition: all .9s linear;

}

.contact-about .more img {

    margin: 0 0 2px 5px;
}

.contact-about .more:hover {
    background-color: #f14c47;
    color: #fff;
   /* background-image: url(../images/organization-more-active.png);*/
-webkit-transition: all .9s linear;
    transition: all .9s linear;
}

.contact-about {
    margin-bottom: 114px;
}

.contact-img-box {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
   height: 100%;
}

.contact-img-box .contact-img {
    width: 912px;
    margin: 0 0 0 auto;
    height: 100%;
}


.contact-img-box .contact-img {
    width: 912px;
	margin: 0 0 0 auto;
}

.contact-img-box .contact-img img {
    width: auto;
    height: 100% !important;
}


/* 机构设置 */

.core-box {
    position: relative;
}


.core-box .container{
	position: relative;
	z-index: 3;

}


.core-box .core-about-box {
    padding-top: 110px;
    overflow: hidden;
}

.core-box .core-about-box .core-img {
    width: 48.83%;
    float: left;
}

.core-box .core-about-box .core-img img{

       width: 100%;
}

.core-about-text {
    width: 51.17%;
    float: left;
    padding: 180px 150px 0 55px;
}
.core-about-text h3 {
    font-size: 30px;
    color: #595959;
	margin-bottom: 25px;
}

.core-about-text p {
    font-size: 16px;
    line-height: 30px;
    color: #595959;
}

.core-dibu {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 55%;
	z-index: 2;
}

.core-dibu img{
	width: 100%;
}

.core-box-text {
    margin: 80px 0 200px;
}



.core-box-text .container {
    padding: 0 55px 0 160px;
}


.core-box-text  p{
	font-size: 18px;
	color: #595959;
	line-height: 30px;
}


.preface-box {
    background: #f8f8f8;
}

.preface-box .content-column::after {
    content: "";
    width: 2px;
    height: 75%;
    background: #f14c47;
    position: absolute;
    right: 0;
    top: 25%;
}

.preface-box .content-column img {
    position: absolute;
    right: -40px;
    bottom: -30px;
}

.preface-content {
    margin-top: 120px;
    padding-right: 55px;
}

.preface-text {
    font-size: 18px;
    line-height: 24px;
    color: #595959;
}

.preface-text p{
    font-size: 18px;
    line-height: 30px;
    color: #595959;
}

.preface-img {
    text-align: center;
}

.preface-img ul {
    display: inline-block;
    margin-left: -2.8%;
	margin-top: 50px;
	margin-bottom: 80px;
}

.preface-img ul li {
    display: inline-table;
    width: 21.5%;
    margin-left: 2.8%;
	margin-bottom: 10px;
}


.preface-img ul li .preface-img-box {
    width: 100%;
    height: 194px;
    overflow: hidden;
}


.preface-img ul li .preface-img-box img {
    width: 100% !important;
    min-height: 100% !important;
    -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;
}
.preface-img ul li:hover .preface-img-box 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);
}
.preface-img ul li .preface-title {
    font-size: 22px;
    color: #355d7d;
    text-align: center;
    padding: 15px 0;
}

.preface-img ul li:hover .preface-title {
    background: #355d7d;
	color: #fff;
}

.research-box {
    padding-bottom: 120px;
}



.research-box .research-bigtitle {
    font-size: 36px;
    color: #333;
    padding-bottom: 20px;
    margin-top: 120px;
    border-bottom: 1px solid #355d7d;
    
	
}

.research-box .research-bigtitle span{
	position: relative;
	padding-bottom: 10px;
}

.research-box .research-bigtitle span::after{
	content: "";
	background: #f3f0e9;
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 8px;
	
}

.research-list ul li .research-list-title {
    font-size: 18px;
    color: #333;
    padding: 16px 55px 16px 5px;
	background: url(../images/research-list-more.png) 99% center no-repeat;
    border-bottom: 1px solid #ececec;
    height: 58px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	cursor: pointer;
}

.research-list ul li .research-list-title.on{
  background: url(../images/research-list-cha.png) 99% center no-repeat;
}

.research-list-box {
    display: none;
	border-bottom: 1px solid #ececec;
}

.research-list ul li .research-list-bigtitle{
	font-size: 24px;
	color: #333;
	background: #f3f0ea;
	margin: 0;
	padding: 15px 40px 60px;
}

.research-list-content {
    background: #fff;
	margin: -42px 40px 0;
    padding: 45px;
}

.research-list-content p{
	font-size: 16px;
	color: #333;
	line-height: 32px;
}


.basics-box {
    padding-bottom: 120px;
}



.basics-box .basics-bigtitle {
    font-size: 36px;
    color: #333;
	padding-bottom: 20px;
	margin-top: 120px;
    border-bottom: 1px solid #355d7d;
    
	
}

.basics-box .basics-bigtitle span{
	position: relative;
	padding-bottom: 10px;
}

.basics-box .basics-bigtitle span::after{
	content: "";
	background: #f3f0e9;
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 8px;
	
}

.basics-list ul li .basics-list-title {
    font-size: 18px;
    color: #333;
    padding: 16px 55px 16px 5px;
	background: url(../images/research-list-more.png) 99% center no-repeat;
    border-bottom: 1px solid #ececec;
    height: 58px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	cursor: pointer;
}

.basics-list-box {
    display: none;
    border-bottom: 1px solid #ececec;
}

.basics-list ul li .basics-list-bigtitle{
	font-size: 24px;
	color: #333;
	background: #f3f0ea;
	margin: 0;
	padding: 15px 40px 60px;
}

.basics-list-content {
    background: #fff;
	margin: -42px 40px 0;
    padding: 45px;
}

.basics-list-content p{
	font-size: 16px;
	color: #333;
	line-height: 32px;
}

/* 智库成果 */

.report-box {
    padding: 50px 0 10px;
}


.report-about {
    padding-top: 120px;
	padding-right: 55px;
	margin-bottom: 80px;
	position: relative;
	z-index: 2;
}
.report-about-text {
	background: #fff;
	padding: 55px 100px 70px;
    position: absolute;
    right: 0;
    bottom: -45px;
    z-index: 3;
    width: 60%;
    box-shadow: 1px 1.5px 6px 0px rgb(0 0 0 / 15%);
}


.report-about-text h3{
	font-size: 28px;
	color: #333;
	margin-bottom: 21px;
}

.report-about-text p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.report-img {
    width: 48.6%;
}

.report-list{
	margin: 0 130px;
}


.report-list ul li {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.report-list ul li a {
	display: block;
	line-height: 82px;
	height: 82px;
}

.report-list ul li a p {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333;
	line-height: 82px;
	height: 82px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.report-list ul li:hover a p {
	color: #355d7d;
	font-weight: bold;
}

.report-list ul li a span {
	float: left;
	width: 15%;
	font-family: "Candara";
	color: #575757;
	padding-left: 20px;
	text-align: left;
	font-size: 16px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.report-list ul li a span strong {
	font-size: 22px;
	font-weight: normal;
}

.report-box .more , .comment-box .more ,.law-box .more ,.annual-box .more ,.library-box .more{
    display: block;
    width: 180px;
    margin: 38px auto;
    padding: 12px 0;
    font-size: 16px;
    text-align: center;
    /*background: #333;*/
    color: #355d7d;
    border: 2px solid #355d7d;
    position: relative;
    z-index: 3;
/*padding-right: 35px;
   background-image: url(../images/organization-more.png);
    background-position: 92% center;
    background-repeat: no-repeat;*/
    -webkit-transition: all .9s linear;
    transition: all .9s linear;
}
.report-box .more:after , .comment-box .more:after ,.law-box .more:after ,.annual-box .more:after ,.library-box .more:after{
   -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #355d7d;
    z-index: 2;
}

.report-box .more:hover::after ,.comment-box .more:hover::after ,.law-box .more:hover::after ,.annual-box .more:hover::after ,.library-box .more:hover::after {
    width: 100%;
}

.report-box .more .more_img , .comment-box .more .more_img ,.law-box .more .more_img ,.annual-box .more .more_img ,.library-box .more .more_img {
    display: inline-table;
    width: 18px;
    height: 15px;
    margin-left: 12px;
    background: url(../images/more_anniu.png) center no-repeat;
}

.report-box .more img , .comment-box .more img, .law-box .more img, .annual-box .more img, .library-box .more img{
        margin: 0 0 2px 5px;
}


.report-box .more:hover span , .comment-box  .more:hover span , .law-box  .more:hover span , .annual-box  .more:hover span , .library-box  .more:hover span {
    z-index: 3;
    position: relative;
    color: #fff;
}

.report-box .more:hover .more_img , .comment-box  .more:hover .more_img , .law-box .more:hover .more_img , .annual-box .more:hover .more_img , .library-box .more:hover .more_img{
    background: url(../images/more_anniu_active.png) center no-repeat;
}


/*.report-box .more:hover ,.comment-box .more:hover ,.law-box .more:hover ,.annual-box .more:hover ,.library-box .more:hover{
   background-color: #f14c47;
     -webkit-transition: all .9s linear;
    transition: all .9s linear;

}*/


.comment-box{
	background-color: #fff;
	background-image: url(../images/comment-bj.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.comment-box .comment-jiao {
    position: absolute;
    right: 0;
    top: -103px;
}

.comment-about-text {
    padding: 60px 160px 50px 120px;
}

.comment-about-text h3{
	font-size: 36px;
	color: #fff;
}

.comment-about-text h4{
	font-size: 30px;
	font-family: "Candara";
	color: #fff;
	margin-bottom: 35px;

}

.comment-about-text p{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}


.comment-list {
    margin: 0 130px;
    background: #fff;
    padding: 40px 40px 10px;
}


.comment-list ul li {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.comment-list ul li a {
	display: block;
	line-height: 82px;
	height: 82px;
}

.comment-list ul li a p {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333;
	padding-right: 80px;
	background: url(../images/comment-arrow.png) right center no-repeat;
	line-height: 82px;
	height: 82px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.comment-list ul li:hover a p {
	color: #355d7d ;
	font-weight: bold;
        background: url(../images/comment-arrow-active.png) right center no-repeat;
}

.comment-list ul li a span {
	float: left;
	width: 15%;
	font-family: "Candara";
	color: #575757;
	padding-left: 20px;
	text-align: left;
	font-size: 16px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.comment-list ul li a span strong {
	font-size: 22px;
	font-weight: normal;
}
.law-box{
	background: #f1f1ed;
	padding: 68px 0 30px;
}


.law-list h4{
	font-size: 36px;
	color: #355d7d;
	text-align: center;
	margin: 0 0 60px;
}

.law-list ul{
	overflow: hidden;
	margin-left: -6.03%;
	padding-top: 15px;
}

.law-list ul li {
    float: left;
    width: 27.3%;
    margin-left: 6.03%;
    position: relative;
    padding-bottom: 50px;
}

.law-list ul li .media-img {
    width: 100%;
    height: 265px;
    overflow: hidden;
}

.law-list ul li .media-img img {
    width: 100%;
    min-height: 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;
}

.law-list ul li:hover .media-img 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);
}

.law-list ul li .media-box {
    padding: 20px 0 12px 40px;
	position: relative;
}

.law-list ul li .media-box::before{
	content: "";
	background: #56068b;
	width: 1px;
	height: 72px;
	position: absolute;
	left: 17px;
	top:-40px;
}

.law-list ul li  .media-date{
	background: #9b9376;
	width: 58px;
	position: absolute;
	right: 20px;
	top:-15px;
	padding-bottom: 5px;
}

.law-list ul li  .media-date h5{
	font-size: 24px;
	color: #fff;
	font-family: "Candara";
	text-align: center;
	margin: 5px 0 ;
}

.law-list ul li  .media-date p{
	font-size: 14px;
	color: #fff;
	font-family: "Candara";
	text-align: center;
}

.law-list ul li .media-box .media-title {
    font-size: 18px;
    color: #333;
    line-height: 20px;
    margin-bottom: 11px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.law-list ul li .media-box .media-text {
    font-size: 12px;
    line-height: 18px;
    color: #6a6a6a;
    margin-bottom: 25px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.law-list ul li .media-box .media-more {
    font-size: 14px;
    color: #333;
    background: url(../images/research-more.png) 60px center no-repeat;
}

.law-list ul li:hover .media-box .media-more{
   color:#f14c47;
   background: url(../images/research-more-active.png) 60px center no-repeat;
}




.annual-box{

	background-color: #fff;
	background-image: url(../images/annual-bj.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 10px;
}

.annual-box .comment-jiao {
    position: absolute;
    left: 0;
    top: -103px;
}

.library-box{
	 background-color: #fff;
	background-image: url(../images/library-bj.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.library-list {
    padding: 0 55px 0 400px;
}

.library-list h4{
	font-size: 36px;
	color: #355d7d;
	margin: 50px 0 20px;
}


.library-list ul li {
    border-bottom: 1px solid #dadada;
    padding: 25px 10px;
}
.library-list ul li .time {
    float: left;
    margin-right: 35px;
    margin-top: 10px;
}

.library-list ul li .time .date {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: #355d7d;
    text-align: center;
    font-family: "Candara";
}

.library-list ul li .time .year {
    font-size: 16px;
    color: #355d7d;
    text-align: center;
    font-family: "Candara";
}

.library-list ul li .cont-info .info-title {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.library-list ul li .cont-info .info-abstract{
    font-size: 12px;
    color: #333;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
   margin-bottom: 8px;
}


/* 人才培养 */
.content-column1::after {
    content: "";
    width: 2px;
    height: 75%;
    background: #f14c47;
    position: absolute;
    right: 0;
    top: 25%;
}

.content-column1 img {
    position: absolute;
    right: 0;
    bottom: -125px;
}

.personnel-box{
	background: url(../images/personnel.jpg)  right bottom no-repeat;
        background-size: auto 100%;
}

.personnel-text {
    margin-top: 120px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
	padding-right: 150px;
	margin-bottom: 50px;
}

.personnel-text p{
    font-size: 18px;
    color: #333;
    line-height: 30px;
	margin-bottom: 15px;
}

.student-text {
    margin-top: 140px;
}

.student-text ul {
    margin-left: -5.83%;
    padding-right: 55px;
}

.student-text ul li {
    float: left;
    width: 27.5%;
    margin-left: 5.83%;
    position: relative;
    padding-bottom: 50px;
   margin-bottom: 40px;
}

.student-text ul li .media-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.student-text ul li .media-img img {
    width: 100%;
    min-height: 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;
}

.student-text ul li .media-box {
    width: 85%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #fff;
    padding: 20px 30px 10px 5px;
}

.student-text ul li .media-box .media-title {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-bottom: 11px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.student-text ul li .media-box .media-more {
    font-size: 14px;
    color: #333;
    background: url(../images/research-more.png) 60px center no-repeat;
}

.student-text ul li:hover .media-box .media-more{
   color:#f14c47;
    background: url(../images/research-more-active.png) 60px center no-repeat;
}

.student-text .more ,.recruit-box .more ,.student-box .more{
    display: block;
    width: 180px;
    margin: 38px auto;
    padding: 12px 0;
    font-size: 16px;
    text-align: center;
    color: #355d7d;
    position: relative;
    z-index: 3;
    /*padding-right: 35px;
    background-image: url(../images/organization-more.png);
    background-position: 92% center;
    background-repeat: no-repeat;*/
   /* background-color: #333;*/
    border: 2px solid #355d7d;
    -webkit-transition: all .9s linear;
    transition: all .9s linear;
}

.student-text  .more:hover::after, .recruit-box .more:hover::after, .student-box .more:hover::after{
    width: 100%;
}

.student-text .more img, .recruit-box .more img{
    margin: 0 0 2px 5px;
}


.student-text .more:after, .recruit-box .more:after, .student-box .more:after{
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #355d7d;
    z-index: 2;
}


/*.student-text .more:hover ,.recruit-box .more:hover ,.student-box .more:hover{
     background-color: #f14c47;
	-webkit-transition: all .9s linear;
    transition: all .9s linear;
 
 }*/

.student-text .more .more_img, .recruit-box .more .more_img, .student-box .more .more_img {
    display: inline-table;
    width: 18px;
    height: 15px;
    margin-left: 12px;
    background: url(../images/more_anniu.png) center no-repeat;
}

.student-text .more:hover span, .recruit-box .more:hover span, .student-box .more:hover span{
    z-index: 3;
    position: relative;
    color: #fff;
}

.student-text .more:hover .more_img, .recruit-box .more:hover .more_img, .student-box .more:hover .more_img {
    background: url(../images/more_anniu_active.png) center no-repeat;
}

 .recruit-box{
	 background: url(../images/recruit.jpg)  center top no-repeat;
	 background-size: 100% ;
	 position: relative;
         padding: 80px 0 0;
 }

 .recruit-box .comment-jiao {
    position: absolute;
    left: 0;
    top: -103px;
}

.recruit-box .report-about{
	padding-top: 40px;


}

.report-about h4{
	font-size: 48px;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.report-about h4 span{
	font-size: 30px;
	font-family: "Candara";
}

.report-about .report-img {
    margin: 0 0 0 auto;
}


.report-about .report-about-text{
    right: auto;
    left: 0;
}

.programme-box{
	background: url(../images/programme.png) center 20px no-repeat;
	background-size: 100% 100% ;
	padding: 0 0 80px;
}

.cooperation-box .more {
    display: block;
    width: 180px;
    margin: 38px auto;
    padding: 12px 0;
    font-size: 16px;
    text-align: center;
   /* background-color: #333;*/
    color: #355d7d;
border: 2px solid #355d7d;
    position: relative;
    z-index: 3;
   /* padding-right: 35px;
    background-image: url(../images/organization-more.png);
    background-position: 92% center;
    background-repeat: no-repeat;*/
    /*background-color: #4c2d84;*/
    -webkit-transition: all .9s linear;
    transition: all .9s linear;
}

.cooperation-box .more:hover span {
    z-index: 3;
    position: relative;
    color: #fff;
}

.cooperation-box .more img{
     margin: 0 0 2px 5px;
}

.cooperation-box .more:after{
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #355d7d;
    z-index: 2;
}

.cooperation-box .more:hover::after {
    width: 100%;
}

/*.cooperation-box .more:hover{
	 background-color: #f14c47;
	 -webkit-transition: all .9s linear;
         transition: all .9s linear;
 
 }*/

.cooperation-box .more .more_img{
    display: inline-table;
    width: 18px;
    height: 15px;
    margin-left: 12px;
    background: url(../images/more_anniu.png) center no-repeat;
}

.cooperation-box .more:hover .more_img {
    background: url(../images/more_anniu_active.png) center no-repeat;
}

 .contact{
	 background: #f4f2ec;
 }

.contact-text {
    padding: 120px 0 60px;
}

.contact-text img {
    max-width: 100%;
}


.research-box-list {
    padding-bottom: 120px;
    background: url(../images/reacher-img.jpg);
    padding-top: 62px;
    padding-left: 20%;
}

.research-box-list .list {
    background: #fff;
    padding-left: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
}



/* 老师详情页 */

.teacher-content {
	margin-top: -250px;
	padding: 0 12% 50px;
}

.teacher-left-img {
	width: 261px;
	height: 347px;
	padding: 20px 20px 0 0;
	overflow: hidden;
	position: relative;
	float: left;
}

.teacher-left-img img {
	box-shadow: 20px -20px 0 0px #fff;
	width: 100%;
	min-height: 100%;
}

.teacher-box {
	overflow: hidden;
	margin-bottom: 30px;
        position: relative;
}

.teacher-box::after {
    content: "";
    width: 2px;
    height: 25%;
    background: #f14c47;
    position: absolute;
    right: 0;
    top: 59%;
}

.location-people {
	color: #333;
	width: 100%;
	position: absolute;
	left: 0;
	top: 80px;
}

.location-people a {
	color: #333;
}

.location-people .location-left {
	padding: 0 12%;
}

.location-people .location-left .location-left-box {
	padding-left: 330px;
}

.teacher-left-contact {
	padding-top: 50px;
	padding-left: 330px;
}

.teacher-left-contact h4 {
	font-size: 50px;
	color: #333;
	margin-bottom: 25px;
}

.teacher-left-contact h4 span {
	font-size: 18px;
	margin: 0 15px;
}

.teacher-left-contact p {
	font-size: 18px;
	color: #333;
	line-height: 36px;
}

#teacher-right-contact {
	font-size: 16px;
	color: #333;
}

#teacher-right-contact p {
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}

/*尾部*/

.footer {
	/*background-image: url(../images/footer.png);
	background-size: 100% 100%;*/
        background:#334b72;
	padding: 60px 0 0;
}

/* 底部信息 */

.footer-xinxi {
    width: 24%;
    float: left;
   
}

.footer-xinxi ul{
   position: relative;
}

.footer-xinxi ul .wechatbox{
    position: absolute;
    top: 30px;
    left: 10px;
    width: 80px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -moz-transition: all .36s cubic-bezier(0.32, 0.17, 0, 1);
    -o-transition: all .36s cubic-bezier(0.32, 0.17, 0, 1);
    -webkit-transition: all .36s cubic-bezier(0.32, 0.17, 0, 1);
    transition: all .36s cubic-bezier(0.32, 0.17, 0, 1);

}
.footer-xinxi ul .wechatbox.active{
   filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.footer-xinxi .bottom-logo {
	display: block;
	margin-bottom: 22px;
}

.footer-xinxi ul li {
	float: left;
	margin-right: 15px;
       -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-xinxi ul li:hover{
        opacity: 0.4;
}

.footer-home h4, .footer-about h4, .footer-adress h4, .footer-link h4 {
	font-size: 18px;
	color: #fff;
	/*font-family: "宋体";*/
	position: relative;
	padding-bottom: 12px;
}

.footer-home h4::after, .footer-about h4::after, .footer-adress h4::after, .footer-link h4::after {
	content: "";
	width: 24px;
	background: #f1ce3c;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer-home {
	width: 19%;
	float: left;
}

.footer-about {
	width: 19%;
	float: left;
}

.footer-adress {
	width: 19%;
	float: left;
}

.footer-link {
	float: left;
	width: 19%;
}

.footer-home ul li a, .footer-about ul li a, .footer-adress .footer-adress-box p, .footer-link ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	/*font-family: "宋体";*/
        -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;


}

.footer-home ul li:hover a, .footer-about ul li:hover a, .footer-link ul li:hover a{
    opacity: 0.4;
}

.footer-copyright {
	background: #243657;
	text-align: left;
	padding: 15px 0;
	margin-top: 85px;
}

.footer-copyright p {
	opacity: 0.44;
	color: #fff;
	/*font-family: "宋体";*/
}

/*分页栏*/

.pagebar {
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 30px 0;
}

.p_first_d, .p_last_d {
	display: none;
}

.p_first, .p_last {
	display: none;
}

.p_prev_d, .p_prev {
	font-size: 12px;
	color: #355d7d;
	display: inline-table;
	width: 27px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #aaa;
	margin: 0px 1px;
}

.p_no {
	display: inline-table;
	width: 27px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin: 0px 1px;
	color: #355d7d;
	border-radius: 5px;
	border: 1px solid #aaa;
}

.p_no a {
	color: #333;
}

.p_no_d {
	background: #355d7d;
	color: #fff;
	display: inline-table;
	width: 27px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin: 0px 1px;
	border-radius: 5px;
	border: 1px solid #aaa;
}

.p_next, .p_next_d {
	font-size: 12px;
	color: #355d7d;
	display: inline-table;
	width: 27px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #aaa;
	margin: 0px 1px;
}