@charset "utf-8";
	/*公共部分*/



.mt0 {
	margin-top:0 !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.w1200 {
	clear:both;
	margin:0 auto;
	width:1200px;
}
.h164 {
	height:164px !important;
}
.red {
	color:red;
}
.bg-white {
	background-color:#ffffff;
}
.title {
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e7e7e4;
}
.title h2 {
	float:left;
	padding-left:35px;
	width:auto;
	display:block;
	font-size:20px;
	font-weight:bold;
	height:47px;
	line-height:47px;
	color:#014198;
	border-bottom:3px solid #014198;
}
.title.t-icon1 h2 {
	background:url(../images/icon_tit_yaowen.png) no-repeat left center;
}
.title.t-icon2 h2 {
	background:url(../images/icon_tit_tongzhi.png) no-repeat left center;
}
.title.t-icon3 h2 {
	background:url(../images/icon_tit_xinwen.png) no-repeat left center;
}
.title.t-icon4 h2 {
	background:url(../images/icon_tit_zhuanti.png) no-repeat left center;
}
.title.t-icon5 h2 {
	background:url(../images/icon_tit_lianjie.png) no-repeat left center;
}
.title h2 a {
	color:#00923f;
}
.title a {
	float:right;
	height:50px;
	width:40px;
	display:inline-block;
	padding-right:20px;
	color:#004098;
	background:url(../images/icon_more.png) no-repeat right center;
}
.listbox {
	position:relative;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}
.listbox li {
	float:left;
	position:relative;
	width:calc(100% - 12px);
	padding-left:12px;
}
.listbox li::before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-4px;
	width:7px;
	height:7px;
	display:block;
	background:url(../images/list_bg.png) no-repeat;
	background-position:0  0;
}
.listbox li:hover::before {
	background-position:-7px  0;
}
.listbox li a {
	float:left;
	height:32px;
	line-height:32px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.listbox li span {
	float:right;
	width:44px;
	line-height:32px;
	color:#999;
}
.listbox .date {
	width:90px;
	line-height:40px;
}
.listbox.lst-icon li::before {
	background:url(../images/list_bg2.png) no-repeat;
}
.listbox.lst-icon::before {
	content:"";
	position:absolute;
	top:14px;
	left:3px;
	width:1px;
	height:190px;
	background-color:#cccccc;
}
/*头部*/

.header {
	position: relative;
	width: 100%;
	height: 180px;
	background: url(../images/header_bg.jpg) no-repeat center top;
	background-size: 100% 180px;
	min-width: 1200px;
}

.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 64, 152, 0.1);
	z-index: 0;
}

.header .top {
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.header .top a {
	color: #fff;
}

.header .top .top_r {
	margin-right: 20px;
}

.header .top .top_r span {
	margin: 0 10px;
}

.header .w1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.header .main {
	position: relative;
	height: 115px;
	padding-top: 20px;
}

.logo {
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 2;
	width: 400px;
}

.logo img {
	width: 400px;
	height: 90px;
	object-fit: contain;
}

.main_r {
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 2;
}

.search-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.school-motto {
	margin-right: 15px;
	width: 350px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.school-motto img {
	height: 60px;
	max-width: 100%;
	object-fit: contain;
}

.search {
	width: 260px;
	height: 32px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	overflow: hidden;
}

.search .search_txt {
	float: left;
	width: 170px;
	height: 32px;
	line-height: 32px;
	border: 0;
	padding: 0 10px;
	background: transparent;
	color: #fff;
}

.search .search_txt::placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.search .search_btn {
	float: right;
	width: 70px;
	height: 32px;
	line-height: 32px;
	border: 0;
	color: transparent;
	cursor: pointer;
	background: url(../images/search_bg.png) no-repeat center center;
}

.nav {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(0, 64, 152, 0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	min-width: 1200px;
}

.nav > ul {
	width: 1200px;
	margin: 0 auto;
	height: 45px;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
}

.nav > ul > li {
	position: relative;
	flex: 1 0 auto;
	min-width: 100px;
	padding: 0 10px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
}

.nav > ul > li > a {
	display: block;
	color: #fff;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
}

.nav > ul > li > ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
	white-space: nowrap;
	background: rgba(0, 64, 152, 0.9);
	z-index: 100;
	padding: 0;
}

.nav > ul > li > ul > li {
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	transition: background-color 0.3s ease;
}

.nav > ul > li > ul > li:hover {
	background: #004098;
}

.nav > ul > li > ul > li > a {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
}

.nav > ul > li:hover > a,
.nav > ul > li.current > a {
	background: #004098;
	color: #fff;
}

.nav > ul > li:hover > ul {
	display: block;
}

.nav > ul > li > ul > li > a:hover {
	background: none;
}

.banner-box {
	width: 100%;
	position: relative;
	z-index: 1;
}

.focus {
	margin:0 auto;
	width:650px;
	position:relative;
	height:380px;
	background-color:#fff;
}
#kinMaxShow {
	display:none;
}
/* 设置焦点图标题位置、样式等。标题位置、样式完全可以自定义哦 */    	

#kinMaxShow p.title {
	position:absolute;
	text-align:center;
	left:0;
	bottom:0;
	line-height:34px;
	color:#FFF;
	display:block;
	width:400px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	height:34px;
	font-size:16px;
	padding:0 10px;
	background:#000;
	background:rgba(0,0,0,0.6);
}
#kinMaxShow .kinMaxShow_button {
	text-align:center;
	width:100%;
}
#kinMaxShow .kinMaxShow_button li {
	display:inline-block !important;
	float:none !important;
}
.indexMain01 {
	box-sizing:border-box;
	padding:20px 0 30px;
	background-color:#fff;
	overflow:hidden;
}
.indexMain01 .indexMain01-l {
	width:815px;
}
.indexMain01 .indexMain01-r {
	width:360px;
}
.indexMain01 .indexMain01-l .main .main-l {
	width:420px;
}
.indexMain01 .indexMain01-l .main {
	margin-top:20px;
}
.indexMain01 .indexMain01-l .main .main-r {
	width:375px;
	height:284px;
}
.indexMain01 .indexMain01-l .main .main-r .tit {
	border-bottom:1px dashed #acacac;
}
.indexMain01 .indexMain01-l .main .main-r .tit a {
	width:375px;
	display:inline-block;
	height:50px;
	line-height:50px;
	font-size:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#014198;
	font-weight:bold;
}
.indexMain01 .indexMain01-l .main .main-r .listbox li a {
	width:290px;
}
.indexMain01 .indexMain01-r .listbox li {
	border-bottom:1px solid #eee;
	padding:11px 0;
	width:100%;
}
.indexMain01 .indexMain01-r .listbox li a {
	width:280px;
	float:right;
	font-size:15px;
}
.indexMain01 .indexMain01-r .listbox li::before {
	width:0;
	height:0;
}
.indexMain01 .indexMain01-r .listbox li span {
	float:left;
	text-align:center;
	background-color:#e6edf5;
	color:#014198;
	padding:2px 10px;
	font-size:15px;
}
/*indexMain02*/

.indexMain02 {
	box-sizing:border-box;
	padding:20px 0 30px;
	overflow:hidden;
}
.indexMain02 .item {
	float:left;
	width:373px;
	margin-right:40px;
}
.indexMain02 .item:last-child {
	margin-right:0;
}
.indexMain02 .item .listbox li a {
	width:280px;
	font-size:15px;
}
.indexMain02 .item .tit {
	display:inline-block;
	width:373px;
	padding:4px 0 14px;
	border-bottom:1px dashed #acacac;
	margin-bottom:4px;
}
.indexMain02 .item .tit .tit-l {
	display:block;
	width:116px;
	height:74px;
}
.indexMain02 .item .tit .tit-l img {
	width:116px;
	height:74px;
}
.indexMain02 .item .tit .tit-r {
	width:240px;
	display:block;
}
.indexMain02 .item .tit .tit-r .tit-r-t {
	height:50px;
	line-height:25px;
	overflow:hidden;
	font-size:16px;
}
.indexMain02 .item .tit .tit-r .tit-time {
	margin-top:5px;
	color:#999;
}
/*indexMain03*/

.indexMain03 {
	box-sizing: border-box;
	padding: 30px 0 40px;
	background-color: #fff;
	overflow: visible;
	position: relative;
}

.indexMain03 .system-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.indexMain03 .system-main .system-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 94px;
    background-color: #f4f4f4;
    margin-right: 6px;
    position: relative;
    overflow: hidden;
}

.indexMain03 .system-main .system-item:last-child {
    margin-right: 0;
}

.indexMain03 .system-main .system-item span {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    margin-left: 10px;
}

.indexMain03 .system-main .system-item.icon-bg1 {
    background: #edb232;
}
.indexMain03 .system-main .system-item.icon-bg1::before {
    content: "";
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    background-image: url(../images/icon_system_1.png);
}

.indexMain03 .system-main .system-item.icon-bg2 {
    background: #6cd8b3;
}
.indexMain03 .system-main .system-item.icon-bg2::before {
    content: "";
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    background-image: url(../images/icon_system_2.png);
}

.indexMain03 .system-main .system-item.icon-bg3 {
    background: #ac81e7;
}
.indexMain03 .system-main .system-item.icon-bg3::before {
    content: "";
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    background-image: url(../images/icon_system_3.png);
}

.indexMain03 .system-main .system-item.icon-bg4 {
    background: #4e99ff;
}
.indexMain03 .system-main .system-item.icon-bg4::before {
    content: "";
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    background-image: url(../images/icon_system_4.png);
}

.indexMain03 .system-main .system-item.icon-bg5 {
    background: #ff003c;
}
.indexMain03 .system-main .system-item.icon-bg5::before {
    content: "";
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    background-image: url(../images/icon_system_5.png);
}

.indexMain03 .system-main .system-item.icon-bg6 {
    background: #f06c62;
}
.indexMain03 .system-main .system-item.icon-bg6::before {
    content: "";
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    background-image: url(../images/icon_system_6.png);
}

.indexMain03 .system-main .system-item:hover {
    opacity: 0.9;
}

.indexMain03 .scroll-main {
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
	border: none;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
}
.indexMain03 .title.t-icon4 {
    margin-bottom: 15px;
}
.indexMain03 .scroll-main .scroll-box {
	position: relative;
	height: 150px;
	margin-bottom: 0;
	overflow: hidden;
	border: none;
	border-radius: 0;
}
.indexMain03 .scroll-main .scroll-box .picbox {
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}
.indexMain03 .scroll-main .scroll-box .scroll-container {
	width: 100%;
	height: 150px;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	white-space: nowrap;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}

.indexMain03 .scroll-main .scroll-box .scroll-container::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

.indexMain03 .scroll-main .scroll-box .piclist {
	height: 150px;
	white-space: nowrap;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 0; /* 消除内联元素间的空白 */
}

.indexMain03 .scroll-main .scroll-box .piclist li {
	float: none;
	display: inline-block;
	width: 280px;
	height: 150px;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	position: relative;
	overflow: hidden;
	box-shadow: none;
	border: none;
	z-index: 1;
	font-size: 0;
	vertical-align: top;
	box-sizing: border-box;
}

.indexMain03 .scroll-main .scroll-box .piclist li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.indexMain03 .scroll-main .scroll-box .piclist li img {
	width: 280px;
	height: 150px;
	object-fit: cover;
	display: block;
}
.indexMain03 .scroll-main .scroll-box .piclist li:hover img {
	transform: none;
}
.indexMain03 .scroll-main .scroll-box .piclist li .slide-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 0;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 13px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 2;
	transition: none;
}
.indexMain03 .scroll-main .scroll-box .page-box {
	display: none;
}
.indexMain03 .scroll-main .og_prev {
	width: 30px;
	height: 30px;
	background: url(../images/jt_left.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 65px;
	cursor: pointer;
	left: -15px;
	z-index: 10;
}
.indexMain03 .scroll-main .og_next {
	width: 30px;
	height: 30px;
	background: url(../images/jt_right.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 65px;
	cursor: pointer;
	right: -15px;
	z-index: 10;
}
.indexMain03 .scroll-main .og_prev:hover {
	background:url(../images/jt_left_cur.png) no-repeat;
}
.indexMain03 .scroll-main .og_next:hover {
	background:url(../images/jt_right_cur.png) no-repeat;
}
.indexMain03 .scroll-main .page-box {
	position:absolute;
	width:60px;
	top:-80px;
	right:0;
}
/*友情链接*/

.link {
	position: relative;
	margin-top: 30px;
	clear: both;
	z-index: 5;
}
.link .link-box {
	margin:0 auto;
}
.link .link-box .link-list {
	padding:10px 0 20px;
	overflow:hidden;
}
.link .link-box .link-list li {
	float:left;
	display:block;
	margin-right:30px;
	margin-bottom:10px;
}
.link .link-box .link-list li a {
	color:#666;
	display:block;
	border:1px solid #ddd;
	background-color:#fff;
	padding:4px 10px;
}
.link .link-box .link-list li a:hover {
	color:#03439c;
}
.link .title,.link .title h2 {
	border-bottom:0;
}
/*网站底部*/

.footer {
	position:relative;
	width:100%;
	height:150px;
	background:#03439c;
	overflow:hidden;
}
.footer .left {
	width:850px;
	padding-top:20px;
}
.footer .left p {
	width:100%;
	line-height:30px;
	height:auto;
	float:left;
	color:#ffffff;
	font-size:14px;
}
.footer .left p a {
	color:#ffffff;
}
.footer .right {
	padding-top:20px;
}
.footer .right .item {
	text-align:center;
	width:120px;
	display:inline-block;
	font-size:0;
}
.footer .right .item span {
	display:inline-block;
	color:#fff;
	font-size:14px;
}
.footer .right .item img {
	width:100px;
	height:100px;
}
/*分页*/

.page {
	text-align: center;
	width: 100%;
	padding: 20px 0;
}

.pageList {
	display: inline-block;
}

.pageList ul {
	font-size: 0;
}

.pageList ul li {
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #e1e1e1;
	font-size: 12px;
}

.pageList ul li a {
	display: block;
	padding: 5px 12px;
	color: #555;
}

.pageList ul li a.selected, .pageList ul li a:hover {
	background-color: #004098;
	color: #fff;
}

.pageList ul li a.disable {
	color: #999;
	cursor: not-allowed;
}

.pageList ul li a.disable:hover {
	background-color: transparent;
	color: #999;
}
/*-------------网站内页---------*/



.content-wrap {
	background:url(../images/body_bg.jpg) repeat-x top center;
}
.content-inner {
	background:url(../images/body_bg2.png) no-repeat center 300px;
}
.content {
	box-sizing:border-box;
	padding:30px 0;
	height:auto;
	overflow:hidden;
}
.content .content-left {
	float:left;
	width:285px;
	background-color:#fefeff;
}
.content .content-right {
	float:right;
	width:840px;
	background-color:#fff;
}
.content .content-left .tit {
	position:relative;
	box-sizing:border-box;
	width:285px;
	height:90px;
	line-height:90px;
	background:url(../images/title_bg.png) no-repeat;
	border-bottom:2px solid #ff4e4e;
}
.content .content-left .tit .icon {
	position:absolute;
	top:50%;
	margin-top:-20px;
	left:20px;
	width:40px;
	height:40px;
	display:inline-block;
}
.content .content-left .tit .icon.icon-science {
	background:url(../images/icon_tit2_kexue.png) no-repeat center center;
}
.content .content-left .tit .icon.icon-news {
	background:url(../images/icon_tit2_xinwen.png) no-repeat center center;
}
.content .content-left .tit .icon.icon-down {
	background:url(../images/icon_tit2_xiazai.png) no-repeat center center;
}
.content .content-left .tit .icon.icon-organ {
	background:url(../images/icon_tit2_jigou.png) no-repeat center center;
}
.content .content-left .tit .icon.icon-general {
	background:url(../images/icon_tit2_gaikuang.png) no-repeat center center;
}
.content .content-left .tit .icon.icon-culture {
	background:url(../images/icon_tit2_wenhua.png) no-repeat center center;
}
.content .content-left .tit .icon.icon-job {
	background:url(../images/icon_tit2_zhaosheng.png) no-repeat center center;
}
.content .content-left .tit .txt {
	width:190px;
	display:inline-block;
	font-size:26px;
	font-weight:bold;
	color:#fff;
	margin-left:80px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.content .content-left .cate-main .cate-item {
	width:285px;
	height:60px;
	text-align:center;
}
.content .content-left .cate-main .cate-item a {
	width:200px;
	height:60px;
	text-align:left;
	line-height:60px;
	font-size:18px;
	display:inline-block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.content .content-left .cate-main .cate-item:hover {
	background:url(../images/icon_right.png) no-repeat 240px center #f8f8f8;
}
.content .content-left .cate-main .cate-item.cur {
	background:url(../images/icon_right.png) no-repeat 240px center #f8f8f8;
}
.content .content-left .cate-main .cate-item.cur a {
	color:#004098;
}
.content-right {
	padding:10px 30px 30px;
}
.content-right .right-tit {
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e7e7e4;
}
.content-right .right-tit h2 {
	float:left;
	width:auto;
	display:block;
	font-size:20px;
	font-weight:bold;
	height:47px;
	line-height:47px;
	color:#014198;
	border-bottom:3px solid #014198;
}
.content-right .right-tit .site {
	font-size:#333;
}
.content-right .right-tit .site span {
	color:#999;
}
.content-right .right-tit .site span a {
	color:#666;
}
.sc-list .sc-item {
	width:840px;
	display:inline-block;
	padding:20px 0;
	height:72px;
	border-bottom:1px dashed #cfcfcf;
}
.sc-list .sc-item .sc-item-l {
	float:left;
	display:block;
	text-align:center;
	width:120px;
	height:72px;
	border-right:1px solid #cfcfcf;
	margin-right:35px;
}
.sc-list .sc-item .sc-item-l .day {
	font-size:30px;
	font-weight:bold;
	color:#0b489d;
	width:100%;
	display:inline-block;
}
.sc-list .sc-item .sc-item-l .year {
	color:#666;
}
.sc-list .sc-item .sc-item-r {
	float:right;
	display:block;
	width:675px;
}
.sc-list .sc-item  .sc-item-r .tit {
	width:100%;
	font-size:18px;
	line-height:1.5;
	display:inline-block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.sc-list .sc-item  .sc-item-r .desc {
	font-size:14px;
	color:#999;
	margin-top:10px;
	height:38px;
	overflow:hidden;
}
.ac-list .ac-item {
	width:840;
	display:inline-block;
	padding:20px 0;
	height:142px;
	border-bottom:1px dashed #cfcfcf;
}
.ac-list .ac-item .ac-item-l {
	float:left;
	display:block;
	text-align:center;
	width:200px;
	height:142px;
	margin-right:35px;
}
.ac-list .ac-item .ac-item-l img {
	width:100%;
	height:100%;
}
.ac-list .ac-item .ac-item-r {
	float:right;
	display:block;
	width:605px;
}
.ac-list .ac-item  .ac-item-r .tit {
	width:100%;
	font-size:18px;
	line-height:1.5;
	display:inline-block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#333;
}
.ac-list .ac-item  .ac-item-r .desc {
	font-size:14px;
	color:#999;
	margin-top:20px;
	height:38px;
	overflow:hidden;
}
.ac-list .ac-item  .ac-item-r .bottom {
	margin-top:30px;
}
.ac-list .ac-item  .ac-item-r .bottom .time {
	color:#999;
	float:left;
}
.ac-list .ac-item  .ac-item-r .bottom .look {
	float:right;
	border:1px solid #eee;
	display:block;
	padding:4px 10px;
	color:#666;
}
.ac-list .ac-item:hover .bottom .look {
	border:1px solid #0b489d;
	color:#004098;
}
.news-list .news-item {
	width:840px;
	display:inline-block;
	padding:20px 0;
	line-height:1.5;
	border-bottom:1px dashed #cfcfcf;
}
.news-list .news-item .tit {
	float:left;
	font-size:16px;
	width:730px;
	display:inline-block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.news-list .news-item .time {
	float:right;
	width:110px;
	text-align:right;
	color:#999;
	font-size:14px;
}
.newsSchool-list .newsS-item {
	display:block;
	float:left;
	margin-top:20px;
	width:264px;
	height:292px;
	background-color:#f8f8f8;
	border-bottom:3px solid #f8f8f8;
	margin-right:24px;
}
.newsSchool-list .newsS-item:hover {
	border-bottom:3px solid #004098;
}
.newsSchool-list .newsS-item .img {
	width:264px;
	height:155px;
	display:inline-block;
}
.newsSchool-list .newsS-item .img img {
	width:264px;
	height:155px;
}
.newsSchool-list .newsS-item:nth-child(3n) {
	margin-right:0;
}
.newsSchool-list .newsS-item .tit {
	width:100%;
	font-size:18px;
	line-height:1.5;
	display:inline-block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#333;
}
.newsSchool-list .newsS-item .desc {
	height:40px;
	color:#666;
	overflow:hidden;
	margin:10px auto;
}
.newsSchool-list .newsS-item .info {
	padding:10px 15px;
}
.newsSchool-list .newsS-item .time {
	color:#999;
}
.down-list .down-item {
	width:100%;
	display:inline-block;
	padding:18px 0;
	line-height:1.5;
	border-bottom:1px solid #e7e7e4;
	margin-right:40px;
}
.down-list .down-item:nth-child(2n) {
	margin-right:0;
}
.down-list .down-item .tit {
	float:left;
	position:relative;
	padding-left:30px;
	font-size:16px;
	width:732px;
	display:inline-block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.down-list .down-item .tit::before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-7px;
	width:17px;
	height:16px;
	display:block;
	background:url(../images/icon_down.png) no-repeat;
	background-position:0 0;
}
.down-list .down-item .tit:hover::before {
	background-position:-17px 0;
}
.content .details-main .details-tit {
	padding:20px 0;
	border-bottom:1px dashed #cfcfcf;
}
.content .details-main .details-tit .details-tit-t {
	margin:20px auto 0;
	padding-bottom:10px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:40px;
	width:100%;
	color:#333333;
}
.content .details-main .details-tit .details-tit-b {
	text-align:center;
}
.content .details-main .details-tit .details-tit-b span {
	margin-right:20px;
	color:#999;
}
.content .details-main .details-dow {
	width:100%;
	padding:20px 0 10px;
	line-height:30px;
	font-size:16px;
	height:auto;
	overflow:hidden;
	color:#555;
}
.content .details-main .details-dow .dow_tit {
	margin-right:20px;
}
.content .details-main .details-dow .dow_tit::before {
	content:"";
	position:relative;
	bottom:-2px;
	margin-right:5px;
	width:17px;
	height:16px;
	display:inline-block;
	background:url(../images/icon_down.png) no-repeat;
}
.content .details-main .details-dow .dow_tit:hover::before {
	background-position:-17px 0;
}
.content .details-main .details-con {
	width:100%;
	padding:20px 0 10px;
	line-height:30px;
	font-size:16px;
	height:auto;
	overflow:hidden;
	color:#555;
}
.content .details-main .details-con img {
	margin:10px 0;
	width:auto;
	height:auto;
	max-width:100%;
}
.content .details-main .prenext {
	width:100%;
	margin-top:30px;
	display:inline-block;
	line-height:30px;
	font-size:16px;
	color:#555;
}
.content .details-main .prenext .pre {
	width:50%;
	display:inline-block;
	float:left;
	text-align:left;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.content .details-main .prenext .next {
	width:50%;
	display:inline-block;
	float:right;
	text-align:right;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
/* 校园风貌滚动样式 */
.school-view-slider {
    display: none;
}

.school-view-slider .slide-item {
    display: none;
}

.school-view-slider .slide-item.active {
    display: none;
}

.school-view-slider .slide-item img {
    display: none;
}

.school-view-slider .slide-title {
    display: none;
}

.school-view-slider .slide-nav {
    display: none;
}

.school-view-slider .slide-nav span {
    display: none;
}

.school-view-slider .slide-nav span.active {
    display: none;
}

