﻿/* 重置样式 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none;
	font-family: "microsoft yahei";
}
a:link,
a:visited {
	text-decoration: none;
	border: none;
}
a{
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
	border: none;
}

:focus {
	outline: none;
}

html,
body {
	height: 100%;
}

body {
	background-color: #fff;
	margin: 0;
	font-family: "microsoft yahei";
}

input::-webkit-input-placeholder {
	color: #bdbcbc;
}

input:-moz-placeholder {
	color: #bdbcbc;
}

input::-moz-placeholder {
	color: #bdbcbc;
}

input:-ms-input-placeholder {
	color: #bdbcbc;
}

/* 字号规范 */
.sizeBlue16 {
	font-size: 16px;
	color: #4d8fd9;
}
.sizeBlue16  a{
	font-size: 16px;
	color: #4d8fd9;
}


.sizeBlue22 {
	font-size: 22px;
	color: #4d8fd9;
}
.sizeBlue22  a{
	font-size: 22px;
	color: #4d8fd9;
}

.sizeBlack14 {
	font-size: 14px;
	color: #999999;
}
.sizeBlack14  a{
	font-size: 14px;
	color: #999999;
}

.sizeBlack16 {
	font-size: 16px;
	color: #666666;
}
.sizeBlack16  a{
	font-size: 16px;
	color: #666666;
}
.sizeBlack18 {
	font-size: 18px;
	color: #666666;
}

.sizeBlack20 {
	font-size: 20px;
	color: #666666;
}
.sizeBlack20  a{
	font-size: 20px;
	color: #666666;
}

.sizeBlack22 {
	font-size: 22px;
	color: #333333;
}
.sizeBlack22  a{
	font-size: 22px;
	color: #333333;
}

.sizeBlack24 {
	font-size: 24px;
	color: #333333;
}
.sizeBlack24  a{
	font-size: 24px;
	color: #333333;
}

.sizeBlack28 {
	font-size: 28px;
	color: #999999;
}
.sizeBlack28  a{
	font-size: 28px;
	color: #999999;
}
/* 三行超出隐藏 */
.line_clamp_3{
	height: 63px;
	overflow: hidden;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

/* 首页 */
.headTop{
	width: 100%;
	height: 60px;
	background-color: #3da7b5;
}
.headTop .headTopInner{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.headTop .headTopInner .emailtop{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.headTop .headTopInner .emailtop a{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	color: #FFFFFF;
}
.headTop .headTopInner .emailtop a:hover span{
	color: #333333;
}
.headTop .headTopInner .emailtop span{
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 10px;
}
.header{
	width: 100%;
	position: relative;
}
.header .headerInner{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 25px;
	background-color: #FFFFFF;
}
.header .headerInner .logo{
	height: 170px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.header .headerInner .logo img:nth-child(1){
	height: 105px;
}
.header .headerInner .logo img:nth-child(2){
	width: 400px;
}
.header .headerInner .navigation{
	background-color: #3da7b5;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 25px;
}
.header .headerInner .navigation .focusmenu{
	padding: 17px 20px;
	font-size: 17px;
	cursor: pointer;
	border-right: 1px solid #258d9a;
	white-space: nowrap;
	position: relative
}
.focusmenu .towMenu{
	box-shadow: 0 0 21px rgba(103,103,103,0.4);
	color: #333333 !important;
	background-color: #ffffff;
	cursor:default;
	position: relative;
	font-size: 18px;
}
.focusmenu>div{
	padding-top: 10px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index:9;
}
.focusmenu .towMenu .towMenuItem{
	width: 100%;
	height: 47px;
	line-height: 47px;
	position: relative;
	padding: 0 34px;
	box-sizing: border-box;
}
.towMenu.rightMenuOdd li img{
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
}
.towMenu.leftMenuOdd li img{
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translateY(-50%) rotate(180deg);
}
.focusmenu .towMenu .sjx{
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 0px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 25px;
}
.towMenu.rightMenuOdd .towMenuItem div{
	position: absolute;
	top: 0;
	left: 100%;
	padding-left: 10px;
}
.towMenu.leftMenuOdd .towMenuItem div{
	position: absolute;
	top: 0;
	right: 100%;
	padding-right: 10px;
}
.towMenuItem ul{
	background-color: #ffffff;
	box-shadow: 0 0 21px rgba(103,103,103,0.4);
	color: #333333 !important;
	cursor:default;
	z-index: 999999;
	position: relative;
}
.towMenu.rightMenuOdd .towMenuItem ul li.sjx{
	border-left: 0 solid transparent !important;
	border-right: 7px solid #ffffff !important;
	border-top: 6px solid transparent !important;
	border-bottom: 6px solid transparent !important;
	top: 24px !important;
	left: -6px !important;
}
.towMenu.leftMenuOdd .towMenuItem ul li.sjx{
	border-left: 7px solid #ffffff !important;
	border-right: 0 solid transparent !important;
	border-top: 6px solid transparent !important;
	border-bottom: 6px solid transparent !important;
	top: 24px !important;
	left: 100%;
}
.focusmenu div{
	display: none;
}
.dis1{
	display: block;
}
.dis2{
	display: none;
}
.navigation li:hover > div{
	display: block;
}
.header .headerInner .navigation .focusmenu a{
	color: #FFFFFF;
}
.header .headerInner .navigation .focusmenu:last-child{
	border: none;
}
.header .headerInner .navigation .focusmenu:hover a{
	color: #333333;
}
.header .headerInner .navigation .focusmenu:hover{
	background-color: #FFFFFF;
}
.headerNavHover{
	background-color: #FFFFFF;
}
.headerNavHover a{
	color: #333333 !important;
}
.header .headerInner .navigation .focusmenu .towMenuItem:hover>a{
	color: #3da7b4 !important;
}
.header .headerInner .navigation .focusmenu .towMenuItem:hover>.dis1{
	display: none;
}
.header .headerInner .navigation .focusmenu .towMenuItem:hover>.dis2{
	display: block;
}
.header .positonBg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.contentBox{
	width: 1200px;
	margin: 0 auto;
}
.footer{
	width: 100%;
	height: 230px;
	background-color: #35a0aa;
}
.footer .footerInner{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer .footerInner .copyRight{
	font-size: 12px;
	padding: 25px;
	text-align: center;
	color: #FFFFFF;
}
.footer .footerInner .footerOther{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.footer .footerInner .footerOther .footerLeft .tel{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	color: #FFFFFF;
	padding: 8px 0;
}
.footer .footerInner .footerOther .footerLeft .tel img{
	height: 16px;
	margin: 0 10px;
}
.footer .footerInner .footerOther .footerLeft p{
	font-size: 14px;
	color: #FFFFFF;
	padding: 8px 0;
	margin-left: 36px;
}
.footer .footerInner .footerOther .footerLeft .picCode{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.footer .footerInner .footerOther .footerLeft .picCode img{
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

/* 内容iframe区域 */
.iframeInner{
	width: 100%;
	background-color: #FFFFFF;
}
/* newsBox */
.newsBox {
	height: 360px;
}

.newsBox .newsLeft {
	float: left;
	width: 645px;
	height: 360px;

}

/* box */
.newsBox .newsLeft .box {
	width: 100%;
	height: 100%;
}

.newsBox .newsLeft .box .inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.newsBox .newsLeft .box .inner img {
	width: 645px;
	height: 360px;
	vertical-align: top
}

.newsBox .newsLeft .box ul {
	width: 1000%;
	position: absolute;
	list-style: none;
	left: 0;
	top: 0;
}

.newsBox .newsLeft .box .inner li {
	float: left;
}
.newsBox .newsLeft .box .bar {
	position: absolute;
	height: 30px;
	right: 15px;
	bottom: 0;
	text-align: center;
	padding: 5px;
	z-index: 1;
}
.newsBox .newsLeft .box ol li {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #cbcbcb;
	margin: 9px 5px;
	cursor: pointer;
	border-radius: 20px;

}

.newsBox .newsLeft .box ol .current {
	background-color: #ab1828;
}

.newsBox .newsLeft .box #arr {
	display: none;
}

.newsBox .newsLeft .box #arr span {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -20px;
	background: #fff;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-family: '黑体';
	font-size: 30px;
	color: #000;
	opacity: 0.5;
	border: 1px solid #fff;
}

.newsBox .newsLeft .box #arr #right {
	right: 5px;
	left: auto;
}
.newsBox .newsRight {
	float: right;
	width: 540px;
	height: 360px;
	overflow: hidden;
}
.notification .notificationList{
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.notification .notificationList:hover{
	background-color: rgba(61,167,160,.1);
}
.notification .notificationList .NoListleft{
	width: 60px;
	height: 74px;
	display: flex;
	flex-direction: column;
	background: url(../img/index/riqi.png) no-repeat;
	background-size: 100% 100%;
}
.notification .notificationList .NoListleft span{
	display: block;
	width: 60px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #FFFFFF;
	white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.notification .notificationList .NoListleft span a{
	
	color: #FFFFFF;
	white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.notification .notificationList .NoListleft span:nth-child(1){
	font-size: 20px;
}
.notification .notificationList .NoListleft span:nth-child(1) a{
	font-size: 20px;
}
.notification .notificationList .NoListleft span:nth-child(2){
	font-size: 14px;
}
.notification .notificationList .NoListleft span:nth-child(2) a{
	font-size: 14px;
}
.notification .notificationList .NoListright{
	width: 440px;
	padding: 5px 10px;
}
.notification .notificationList .NoListright a{
	width: 440px;
	padding: 5px 10px;
}
.notification .notificationList .NoListright .title{
	font-size: 18px;
	color: #333333;
	padding-bottom: 10px;
}
.notification .notificationList .NoListright .details{
	height: 40px;
	overflow: hidden;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #999999;
}
.notification .notificationList .NoListright .details a{
	
	text-overflow: ellipsis;
	font-size: 14px;
	color: #999999;
}
.newsBox .newsRight .Article{
	font-size: 16px;
	padding: 9px 10px 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	cursor: pointer;
}
.newsBox .newsRight .Article a{
	font-size: 16px;
}
.newsBox .newsRight .Article:hover{
	background-color: rgba(61,167,160,.1);
}
.newsBox .newsRight .Article span{
	color: #bdbcbc;
}
.newsBox .newsRight .Article span a{
	color: #bdbcbc;
}
.newsBox .newsRight .Article p{
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
}
.newsBox .newsRight .Article p a{
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666666;
}
/* 公共newsTitle */
.newsTitle{
	height: 40px;
	width: 100%;
	background-color: #fcfcfc;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.newsTitle .titleName{
	font-size: 20px;
	color: #333333;
	padding: 7px 10px;
	border-top: 2px solid #c90304;
}
.newsTitle .titleName a{
	font-size: 20px;
	color: #333333;
}
.newsTitle .more{
	cursor: pointer;
}
.newsTitle .more span{
	font-size: 14px;
	color: #969696;
}
.newsTitle .more span a{
	font-size: 14px;
	color: #969696;
}
.newsTitle .more span:hover{
	color: #333333;
}
.newsTitle .more span:hover a{
	color: #333333;
}
.newsTitle .more img{
	width: 15px;
	margin-right: 10px;
}
/* nowrap */
.nowrap{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display:flex;
	align-items:center;
}

/* comonTitle */
.comonTitle{
	padding: 15px;
	margin: 20px 0;
	font-size: 18px;
	display: flex;
	flex-direction: row;
	border-top: 3px solid #077afb;
	border-bottom: 3px solid #e3e3e3;
}
.comonTitle a{
	font-size: 18px;
}
.comonTitle span{
	color: #077afb;
	padding: 0 10px;
	border-left: 4px solid #077afb;
}
.comonTitle span a{
	color: #077afb;
}
.comonTitle p{
	color: #666666;
}
.comonTitle p a{
	color: #666666;
}
/* comonTitle_List */
.comonTitle_List{
	padding: 15px;
	/* margin: 20px 0; */
	border-top: 3px solid #077afb;
	border-bottom: 3px solid #e3e3e3;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.comonTitle_List .title_left{
	font-size: 18px;
	display: flex;
	flex-direction: row;
}
.comonTitle_List .title_left a{
	font-size: 18px;
}
.comonTitle_List .title_left span{
	color: #077afb;
	padding: 0 10px;
	border-left: 4px solid #077afb;
}
.comonTitle_List .title_left span a{
	color: #077afb;
}
.comonTitle_List .title_left p{
	color: #666666;
}
.comonTitle_List .title_left p a{
	color: #666666;
}
.comonTitle_List .title_right{
	padding: 0 40px;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.comonTitle_List .title_right a{
	font-size: 16px;
}
.comonTitle_List .title_right img{
	width: 16px;
	height: 18px;
	margin: 0 5px;
}
.comonTitle_List .title_right span{
	color: #666666;
}
.comonTitle_List .title_right span a{
	color: #666666;
}
.comonTitle_List .title_right p{
	color: #077afb;
}
.comonTitle_List .title_right p a{
	color: #077afb;
}


.admissions{
	height: 320px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.admissionsLeft{
	width: 430px;
}
.admissionsLeft .banner{
	width: 100%;
	height: 205px;
	position: relative;
	cursor: pointer;
}
.admissionsLeft .banner:hover{
	opacity: 0.7;
}
.admissionsLeft .banner img{
	width: 100%;
	height: 205px;
}
.admissionsLeft .banner p{
	width: 100%;
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background-color: rgba(0,0,0,.6);
}
.admissionsLeft .banner p a{
	
	font-size: 16px;
	color: #FFFFFF;
	
}
.admissionsLeft .admissionPlan{
	font-size: 16px;
	color: #646464;
}
.admissionsLeft .admissionPlan a{
	font-size: 16px;
	color: #646464;
}
.admissionsLeft .admissionPlan li{
	padding-top: 15px;
	cursor: pointer;
}
.admissionsLeft .admissionPlan li:hover{
	background-color: rgba(61,167,160,.1);
}
.admissionsLeft .admissionPlan li span{
	color: #c90304;
	padding-right: 10px;
}
.admissionsLeft .admissionPlan li span a{
	color: #c90304;
	
}





.admissionsLeft .GeneralRules a{
	width:400px;
	text-overflow:ellipsis;
	display:block;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	color: #646464;
}
.admissionsLeft .GeneralRules li:nth-child(1){
	padding: 11px 0 5px;
}
.admissionsLeft .GeneralRules li{
	padding: 13px 0 5px;
	cursor: pointer;
	border-bottom: 1px dashed #e5e5e5;
}
.admissionsLeft .GeneralRules li:hover{
	background-color: rgba(61,167,160,.1);
}
.admissionsLeft .GeneralRules li img{
	width: 5px;
	margin-right: 10px;
}



.admissionsCenter{
	width: 435px;
}
.admissionsCenter .GeneralRules{
	font-size: 16px;
	color: #646464;
}
.admissionsCenter .GeneralRules a{
	width:400px;
	text-overflow:ellipsis;
display:block;
	white-space: nowrap;
	font-size: 16px;
	color: #646464;
}
.admissionsCenter .GeneralRules li:nth-child(1){
	padding: 11px 0 5px;
}
.admissionsCenter .GeneralRules li{
	padding: 13px 0 5px;
	cursor: pointer;
	border-bottom: 1px dashed #e5e5e5;
}
.admissionsCenter .GeneralRules li:hover{
	background-color: rgba(61,167,160,.1);
}
.admissionsCenter .GeneralRules li img{
	width: 5px;
	margin-right: 10px;
}
.admissionsRight{
	width: 305px;
}






.admissionsRight .guide{
	height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.admissionsRight .guide li{
	width: 140px;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.admissionsRight .guide li:hover{
	opacity: 0.7;
}
.admissionsRight .guide li img{
	height: 28px;
	width: 28px;
}
.admissionsRight .guide li p{
	padding-top: 5px;
	font-size: 16px;
	color: #FFFFFF;
}
.admissionsRight .guide li p a{
	font-size: 16px;
	color: #FFFFFF;
}
.admissionsRight .guide_f{
	padding: 9px 0;
}
.admissionsRight .guide_t{
	padding-bottom: 9px;
}
.admissionsRight .guide_f li:nth-child(1){
	background: url(../img/index/bg_2.png) no-repeat;
	background-size: 100% 100%;
}
.admissionsRight .guide_f li:nth-child(2){
	background: url(../img/index/bg_3.png) no-repeat;
	background-size: 100% 100%;
}
.admissionsRight .guide_t li:nth-child(1){
	background: url(../img/index/bg_4.png) no-repeat;
	background-size: 100% 100%;
}
.admissionsRight .guide_t li:nth-child(2){
	background: url(../img/index/bg_5.png) no-repeat;
	background-size: 100% 100%;
}
.admissionsRight .OneLineGuide{
	height: 52px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.admissionsRight .OneLineGuide:hover{
	opacity: 0.7;
}
.admissionsRight .OneLineGuide span{
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 10px;
}
.admissionsRight .OneLineGuide span a{
	font-size: 16px;
	color: #FFFFFF;
}
.admissionsRight .bg1{
	background: url(../img/index/bg_6.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 8px;
}
.admissionsRight .bg2{
	background: url(../img/index/bg_7.png) no-repeat;
	background-size: 100% 100%;
}
.campusLife{
	padding-bottom: 20px;
}
.campusLife #banner {
	width:1200px;
	height:230px;
	overflow:hidden;
	position: relative;
}
.campusLife #banner ul {
	position:absolute;
	left:0;
	top:0;
	overflow: hidden;
}
.campusLife #banner ul li {
	width:290px;
	height:230px;
	padding: 0 5px;
	float:left;
	cursor: pointer;
}
.campusLife #banner ul li img {
	width:290px;
	height:230px;
}
.campusLife #banner ul li img:hover{
	opacity: 0.7;
}

/* 列表页 */
/* newsRowList */
.newsRowList {
	overflow: hidden;
	list-style: square;
	list-style-type: square;
}

.newsRowList li {
	padding: 10px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	cursor: pointer;
}
.newsRowList li a{
	width: 900px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsRowList li a::before {
	content: "●";
	color: #35a0aa;
	margin-right: 10px;
}


.newsRowList li:hover {
	background-color: rgba(236, 236, 236, .5);
}
.newsRowList li:hover a{
	color: #4D8FD9;
}



/* pagingBtn分页 */
.pagingBtn {
	padding: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagingBtn li {
	border: 1px solid #CCCCCC;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0 5px;
	color: #999999;
}

.pagingBtn .Pointerpaging {
	cursor: pointer;
}
.pagingBtn .nextPage{
	cursor: pointer;
}

.pagingBtn li:nth-child(5) {
	border: none;
}

.pagingBtn li:nth-child(7) {
	border: none;
}

.pagingBtn .Pointerpaging:hover {
	background-color: #d2d2d2;
	color: #FFFFFF;
}
.pagingBtn .nextPage:hover {
	background-color: #d2d2d2;
	color: #FFFFFF;
}
.selectedPage{
	background-color: #d2d2d2;
	color: #FFFFFF !important;
}
.CurrentPage{
	border: 1px solid #CCCCCC;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0 5px;
	background-color: #d2d2d2;
	color: #FFFFFF !important;
}
.Number{
	border: 1px solid #CCCCCC;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0 5px;
	color: #999999;
}
.Number:hover{
	background-color: #d2d2d2;
	color: #FFFFFF;
}






/* 列表详情页 */
/* newsDtails */
.newsDtails {
	margin: 0 20px;
	padding: 30px 0;
}

.newsDtails .sizeBlack24 {
	padding: 5px 0;
	text-align: center;
}

.newsDtails .SmallTitle {
	display: flex;
	justify-content: center;
}

.newsDtails .SmallTitle li {
	margin: 5px 18px;
}

.newsDtails .SmallTitle li span {
	color: #a91728;
}

/* DetailsContent */
.DetailsContent {
	padding-bottom: 15px;
}

.DetailsContent p {
	padding: 2px 0;
	/*text-indent: 32px;*/
	line-height: 1.5;
}

/* lookNumber */
.lookNumber {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background-color: #f4f4f4;
	font-size: 16px;
	color: #999999;
}

.lookNumber p:nth-child(1) {
	float: left;
	margin-right: 40px;
}

.lookNumber p:nth-child(2) {
	float: left;
}

.lookNumber p:nth-child(2) span {
	color: #a91728;
}

.lookNumber p:nth-child(3) {
	float: right;
	color: #4D8FD9;
	cursor: pointer;
}
.lookNumber p:nth-child(3):hover{
	color: #000000;
}

.Previous {
	padding: 30px 0;
}

.Previous li {
	padding: 8px 0;
	cursor: pointer;
}

.Previous li:hover {
	color: #4d8fd9;
}

.ke-insertfile span{
        color:blue
}

.ke-insertfile {
        color:#0000EE;
}

.img-banner{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
}

.footer .record-info{
font-size: 15px;
	padding-top: 25px;
	text-align: center;
	color: #FFFFFF;
}

.information{
	width: 100%;
	height: 350px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
}
.information .infItem{
	width: 584px;
	height: 100%;
}
.infItem .title{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e1e1e1;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
}
.infItem .subText{
	width: 100px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 20px;
}
.infItem .ul{
	width: 100%;
	height: calc(100% - 40px);
	overflow: hidden;
}
.infItem li{
	width: 100%;
	height: calc((100% - 20px) / 4);
}
.infItem li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.infItem li a .home{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	overflow: hidden;
}
.infItem li:first-child{
	margin-top: 20px;
}
.infItem .newDate{
	width: 70px;
	height: 100%;
}
.infItem .newDate div:nth-child(1){
	font-size: 24px;
	color: #ffffff;
	background-color: #3baab5;
	text-align: center;
	width: 100%;
	height: 34px;
	line-height: 34px;
}
.infItem .newDate div:nth-child(2){
	font-size: 12px;
	color: #40a3a8;
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.infItem .newContent{
	flex: 1;
	margin-left: 10px;
	height: 60px;
	line-height: 30px;
	color: #333333;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	font-size: 16px;
}
.infItem .infItemContent{
	width: 100%;
	height: calc(100% - 60px);
	padding-left: 16px;
	box-sizing: border-box;
}
.infItemContent ul{
	width: 100%;
	height: 100%;
}
.infItemContent li{
	width: 100%;
	height: calc((100% - 60px) / 2) !important;
}
.infItemContent li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333333;
	padding: 5px 0;
	box-sizing: border-box;
}
.infItemContent .home{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.infItemContent .home img{
	width: 120px;
	height: 80px;
	border: none;
	margin-right: 16px;
}
.infItemContent .homeContent{
	flex: 1;
	overflow: hidden;
	height: 100%;
}
.homeContent .homeTitle{
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.homeContent .home_content{
	width: 100%;
	height: calc(100% - 26px);
	font-size: 12px;
	line-height: 24px;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p-m-t-30{
	margin-top: 30px;
}
.information a:hover{
	background-color: rgba(61,167,160,.1);
}