/*全局样式*/
* {
	padding:0px;
	margin:0 auto;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, textarea, p, th, td, tr, tbody, thead, tfoot, em, strong, span {
	padding:0;
	margin:0;
}
img {
	border:0 none;
}
em {
	font-weight:normal;
	font-style:normal;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}
.clearFix:after {
	content:' ';
	display:block;
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}
.clearFix {
	*zoom:1;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
input, textarea {
	font-size:12px;
	outline:0 none;
}
/*body*/
body, input, textarea {
	font-family:tahoma, '\5fae\8f6f\96c5\9ed1', simsun;
	font-size:12px;
	color:#333;
}
html, body {
	line-height:1.5;
	background:#fff;
}
body {
	/*background:url(../images/null.png) 0 0 no-repeat fixed #fff;*/
	min-width:1200px;
	_width:auto;
	background-color:#FEFEFE;

}
a {
	color:#333;
	outline:0 none;
}
.lh200 { line-height:2em;}
/* 导航最上方 logo  和 搜索框 */
.top{
	width:100%;
}
.top .neirong{
	margin:0 auto;
	height:80px;
	width:1200px;
}
.top .left{
	float:left;
	text-align:left;
	width:600px;
	padding: 9.8px 0;
}
.top .right{
	padding:22.8px 0;
	float:left;
	text-align:right;
	width:600px;
}

.sousuokuang{
	float:right;
	width:200px;
	background:#F2F2F2;
	border-radius:10px;
	padding: 5px;
}
.sousuokuangs{
	float:left;
	background:transparent;
	width:170px;
	outline:none;
	border:0px solid #dedede;

}
.fangdajing{
	background:url(../images/fangdajing.png) no-repeat;
	width:15px;
	height:15px;
	border:none;
}
/*      导航             */
.daohang{
	position: absolute;
	z-index: 10000;
	padding: 0px;
	width:100%;
	display:table;
	height:40px;
	background-color:#fff;
	opacity: 0.6;
	margin:0 auto;
}
.daohang .neirong{
	margin:0 auto;
	width:1200px;
	line-height: 22px;
}
.xuanxiang{
	text-align: center;
	margin:0 auto;
	width:150px;
	display:table-cell; vertical-align:middle;
}
.baohangbiaoti{
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 16px;
}
/*动态导航的样式*/
.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
.dropdown {
	position: relative;
	padding: 15px 0;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #333333;
	width: 173%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	cursor:pointer;
	margin: 7px -8px -9px -58px;
}
.dropdown-content p {
	color: #fff;
	padding: 7px 6px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #fff;
	cursor:pointer;
}
.dropdown-content p:hover {
	background-color: #000000;
	margin:0px -10px 0px -10px;
	color:#FADC00;
	border-bottom: 0px solid #fff;
	cursor:pointer;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}
/*#introduction{
	margin: 7px -8px -9px -58px;
}
#Organization{
	margin: 7px -10px -9px -56px;
}
#Dexin{
	margin: 7px -10px -9px -53px;
}
#General{
	margin: 7px -10px -9px -53px;
}
#News{
	margin: 7px -10px -9px -53px;
}
#Dormitory{
	margin: 7px -10px -9px -55px;
}
#Download{
	margin: 7px -10px -9px -53px;
}*/
/*首页轮播图片*/

.flexslider{position:relative;height:700px;width: 100%;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:700px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;display: none;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a:hover{opacity:0.5;filter:alpha(opacity=50);width:50px;height:50px;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/l.png) center center no-repeat;}

.flex-direction-nav li a.flex-next{right:40px;background:url(../images/r.png) center center no-repeat;}

/*          公共样式             */
.mt90{
	margin-top: 90px;
}
.mb90{
	margin-bottom: 90px;
}
.mt70{
	margin-top: 70px;
}
.mb70{
	margin-bottom: 70px;
}
.mt50{
	margin-top: 50px;
}
.mb50{
	margin-bottom: 50px;
}
.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}
.mr20{
	margin-right: 20px;
}
.pt10{
	padding-top: 10px;
}
.pt90{
	padding-top: 90px;
}
.pb90{
	padding-bottom: 90px;
}

.pt70{
	padding-top: 70px;
}
.pb70{
	padding-bottom: 70px;
}

.pt50{
	padding-top: 50px;
}
.pb50{
	padding-bottom: 50px;
}

.pt30{
	padding-top: 30px;
}
.pb30{
	padding-bottom: 30px;
}

.pt20{
	padding-top: 20px;
}
.pb20{
	padding-bottom: 20px;
}

.pt120{
	padding-top: 120px;
}
.p90{
	padding: 90px;
}
.p72{
	padding: 72px;
}
.p50{
	padding: 50px;
}
.p30{
	padding: 30px;
}
.p20{
	padding: 20px;
}
.p24{
	padding: 24px;
}
.p5{
	padding: 5px;
}
.p10{
	padding: 10px;
}
.w100{
	width:100%;
}
.tcenter{
	text-align:center;
}
.tright{
	text-align: right;
}
.tleft{
	text-align:left;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.clear{
	clear:both;
}
/*清除浮动*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}
.dblock{
	display:block;
}
.w96au{
	width:960px;margin:0 auto;
}
.fon12{
	font-size: 12px;
}
/*   公告      */
.gonggao{
	background:url('../images/121212s.png') no-repeat center ;
	background-size: cover;
	z-index: 5;
	position: relative;
	margin-top:-80px;
	height:237px;
	width:100%;
}
.xinxi{
	width:1200px;
	margin:0 auto;
}
.xinxi .g1{
	padding-top:125px;
}
.xinxi .g2{
	margin:10px 30px;
}

.xinxi .fangkuai{
	border-color: #5F5D5E;
	border-style: solid;
	border-width: 10px;
	width: 0;
	height: 0;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);


}
.xinxi .wenzi{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: 3px solid #625E55;
	color: #5F5D5E;
	font-size: 18px;
	border-radius: 10px;
	padding:6px 7px	;
	text-align: center;
	width: 1000px;
	float: left;

}
.homeImgBorderRadius { border-radius:30px;}

#marquee ul { height:27px; overflow:hidden; }
#marquee ul li{ float:left; padding:0 15px; }

/*   动态      */
.dongtai{
	width:1000px;
	margin:0 auto;
	line-height: 40px;
}
.biaoti{
	width:600px;font-size: 22px;font-weight: bold; text-align:center
}
.biaoti1{
	width:100%;font-size: 22px;font-weight: bold; text-align:center;
}
.dongtai .e{
	color: #66A3C0;
}
.dongtai .geduo{
	width:200px;
}
.w96au .datu{
	width:600px;
}

.w96au .biaoti{
	font-weight: bold;font-size: 17px;color:#333333
}
.w96au .jianjie{
	font-size: 12px;color: #A0A0A0;line-height: 27px;
}
.w96au .kongbai{
	width:50px;
}
.w96au .xiaotu{
	width:300px;
}

/*      六馨计划       */
.jihua{
	background: url('../images/121212ss.jpg') no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	height: 760px;
}
.jihua .fenlei{
	width:400px;
}
.jihua .biaotis{
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	letter-spacing: 10px;
}
/*      书院项目       */

.shuyuanxiangmu{
	background: url('../images/dian.jpg') repeat-x center top;
	background-size: contain;
	width: 100%;
	height: 834px;
}
.shuyuanxiangmu .kongbai{
	padding:80px 0
}
.shuyuanxiangmu .biaoti{
	font-size: 22px;font-weight: bold;text-align:center;
}
.shuyuanxiangmu .e{
	color: #66A3C0;font-size: 15px;
}
.shuyuanxiangmu .zbiaoti{
	font-size: 20px;letter-spacing: 9px;text-align:center;
}
.shuyuanxiangmu .neirong{
	width:260px;float:left;
}
.shuyuanxiangmu .neirongbiao{
	font-size: 20px;line-height: 50px;text-align:center;
}
.shuyuanxiangmu .neirongwenzi{
	line-height: 30px;
}
.shuyuanxiangmu .shuxiann{
	width: 53px;float:left;
}
.shuyuanxiangmu .shuxian{
	width: 2px;height: 230px;background: #AAAAAA;display:table;margin:0 auto;
}
/*    书院介绍   */

.jieshao{
	background: url('../images/aaaaaa.png') repeat-x center;
	background-size: contain;
}
.jieshao .kuangjia{
	width:1200px;margin:0 auto;
}
.jieshao .qigan{
	background: url('../images/dianxiangan.png') no-repeat right;background-size: contain;/* height: 447px; */
}
.qigan .biaoti{
	font-size: 22px;font-weight: bold;text-align:center;
}
.qigan .e{
	color: #66A3C0;font-size: 15px;
}
.qigan .wenzi{
	font-size: 18px;
	padding: 0 16% 0 0;
	line-height: 43px;
}
/* 为什么选择弘馨学院 */
.xuanzhe{
	width:100%
}
.xuanzhe .neirong{
	width:1200px;margin:0 auto;text-align:center;
}
.neirong .biaotia{
	font-size: 22px;font-weight: bold;
}
.neirong .e{
	color: #66A3C0;font-size: 15px;
}
.xuanzhe .kongbai{
	width:30px;float:left;
}
.xuanzhe .wenzi{
	line-height: 220px;color: #FFFFFF;font-size: 40px;
}
.beijingtu{
	border-radius: 30px;width:380px;height:220px;float:left;
}
/*.jingshen{
	background: url('../images/20171029190923.jpg') center;
	background-size: cover;
}
.shenghuo{
	background: url('../images/20171029190845.jpg') center;
	background-size: cover;
}
.xiaoyuan{
	background: url('../images/20171021141847.jpg') center;
	background-size: cover;
}*/


/* 动态展示层 */
.photo a {
	position:absolute;
	display:block;
	padding:0px;
	width:380px;
	height:220px;
}
.photo a:hover {
	text-decoration:none;
}
.photo a span {
	display:none;
	cursor:hand;
	text-align:center;
}
.photo a:hover span {
	width:380px;
	height:220px;
	background:#000;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	border-radius: 30px;
}
/* 联系方式 */
.lianxi{
	background-color: #F5F7F6;
	width:100%
}
.lianxi ul{
	width:1200px;margin:0 auto;color: #767676;
	font-size: 15px;
	padding:20px 0px;
	line-height:30px;
}
.lianxi .youqing{
	font-size: 20px;
}
.lianxi .leibiao{
	margin-right:50px;
}
/* 尾部 */
.foot{
	background-color: #54A8CC;
	width:100%;
	padding: 50px 0px;
}
.foot .neirong{
	width:960px;margin:0 auto;
}
.foot .tupian{
	width:470px;float:left;text-align: center;border-right:1px solid #FFF;
}
.foot .youbian{
	width:480px;float:left;
}
.youbian ul{
	color:#fff;display:table;margin:0 auto;
}
.youbian .leibiao{
	line-height: 20px;
}




/*           内页                */
.neiye{
	position: relative;
	margin-top: -150px;
}
.cont{
	width:100%;
	margin: 0 auto;
}
.cont .topBg{
	height: 63px;
}
.cont .submenu{
	margin:0 auto;
	height: 127px;
	line-height: 127px;
	display:table;

}
.cont .bottomBg{
	height: 63px;
}
.submenu a{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top: 1px dashed #5f5050;
	border-radius: 23px;
	color: #535353;
	font-size: 22px;
	padding: 18px 28px;
}
.submenu .heng{
	padding-left: 5px;
	padding-right: 5px;
	width:33px;
	line-height: 127px;
	padding-top: 60px;
}
.submenu hr{
	border: none;
	border-top: 2px double #5f5050;
	width: 27px;

}
.submenu li{
	float:left;

}
.submenu .highlight{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-top-style: solid;
	border-radius: 23px;
	color: #535353;
	font-size: 22px;
	padding: 18px 28px;
}

/*  内页分页 */
.fenyeneirong{
	width:1200px;
	margin: 20px auto;
	text-align: center;
}
.fenyeneirong ul.pagination {
    width:auto !important;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.fenyeneirong ul.pagination li {display: inline;}

.fenyeneirong ul.pagination li a,.fenyeneirong ul.pagination li span {
	color: black;
	float: left;
	padding: 6px 12px;
	text-decoration: none;
	transition: background-color .3s;
	margin: 0 4px;
	background-color: #F5F7F6;
	font-size:14px;
}

.fenyeneirong ul.pagination li a.active {
	background-color: #cccccc;
	color: white;

}

.fenyeneirong ul.pagination li a:hover:not(.active) {
	background-color: #ddd;
}

/* 关于我们 */
.yellow a:hover{

	background-color: #F3CA78;
}
.yellow .conet{

	background-color: #FCDFA3;
	width:100%;
}
.yellow .topBg{
	background: url('../images/nieye-01.png') center;
	background-size: cover;
    width:100%;
}

.yellow .submenu{
	background-color: #FCDFA3;
	/*min-width:960px;
	max-width:1200px;*/
	text-align:center;
	margin:0 auto;

}
.yellow .hengxian{
	border-top: 2px solid #E6EEB3;
}
.yellow .neirong{
	width:100%;
	background-color: #F3CA78;
}
.yellow .neirong ul{
	background-color: #F3CA78;
	width:1200px;
	margin: 0 auto;
}
.yellow .neirong .biaoti{
	font-size: 16px;
    cursor: pointer;
	font-weight: bold;
}
.yellow .neirong .wenzi{
	font-size: 18px;
}
.yellow .highlight{
	background-color: #F3CA78;
}
.yellow .bottomBg{
	background: url('../images/nieye-02.png') center;
	background-size: cover;
	width:100%;
}

/*灰*/
.gray a:hover{

	background-color: #eeeeee;
}
.gray .conet{

	background-color: #e0e0e0;
	width:100%;
}
.gray .topBg{
	background: url('../images/nieye9-01.png') center;
	background-size: cover;
    width:100%;
}

.gray .submenu{
	background-color: #e0e0e0;
	/*min-width:960px;
	max-width:1200px;*/
	text-align:center;
	margin:0 auto;

}
.gray .hengxian{
	border-top: 2px solid #e0e0e0;
}
.gray .neirong{
	width:100%;
	background-color: #eeeeee;
}
.gray .neirong ul{
	background-color: #eeeeee;
	width:1200px;
	margin: 0 auto;
}
.gray .neirong .biaoti{
	font-size: 16px;
    cursor: pointer;
	font-weight: bold;
}
.gray .neirong .wenzi{
	font-size: 18px;
}
.gray .highlight{
	background-color: #eeeeee;
}
.gray .bottomBg{
	background: url('../images/nieye9-02.png') center;
	background-size: cover;
	width:100%;
}

/* 党员介绍 */
.orange a:hover{

	background-color: #F8B878;
}
.orange .conet{

	background-color: #F2A558;
	width:100%;
}
.orange .topBg{
	background: url('../images/nieye2-01.png') center;
	background-size: cover;
}
.orange .neirong{
	width:100%;
	background-color: #F8B878;
}
.orange .hengxian{
	border-top: 2px solid #E6EEB3;
}
.orange .neirong ul{
	background-color: #F8B878;
	width:1200px;
	margin: 0 auto;
}

.orange .submenu{
	background-color: #F2A558;
	text-align:center;
	margin:0 auto;

}
.orange .highlight{
	background-color: #F8B878;
}
.orange .bottomBg{
	background: url('../images/nieye2-02.png') center;
	background-size: cover;
	width:100%;
}


}

/* 书院生活 */
.green a:hover{

	background-color: #D9E583;
}
.green .conet{

	background-color: #E6EEB3;
	width:100%;
}
.green .topBg{
	background: url('../images/nieye3-01.png') center;
	background-size: cover;
	width:100%;
}
.green .neirong{
	width:100%;
	background-color: #D9E583;
}
.green .neirong ul{
	background-color: #D9E583;
	width:1200px;
	margin: 0 auto;
}
.green .neirong .neirongs{
	background-color: #D9E583;
	width:1200px;
	margin: 0 auto;
}
.leibiaos{
	width:380px;
	float:left;
}
.green .hengxian{
	border-top: 2px solid #E6EEB3;
}
.green .neirong .biaoti{
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}
.green .neirong .tupian{
	font-size: 18px;
}
.green .detailsneirongs{
	width:100%;
	background-color: #D9E583;
}
.green .detailsneirongs ul{
	background-color: #D9E583;
	width:1200px;
	margin: 0 auto;
}
.green .detailsneirongs .biaoti{
	font-size: 22px;
	font-weight: bold;
}
.green .detailsneirongs .wenzi{
	font-size: 18px;
}
.green .submenu{
	background-color: #E6EEB3;

}
.green .highlight{
	background-color: #D9E583;
}
.green .bottomBg{
	background: url('../images/nieye3-02.png') center;
	background-size: cover;
	width:100%;
}


/* 课程项目 */
.blue a:hover{

	background-color: #A6D4AF;
}
.blue .conet{

	background-color: #D5EAD9;
	width:100%;
}
.blue .topBg{
	background: url('../images/nieye4-01.png') center;
	background-size: cover;
	width:100%;
}
.blue .neirong{
	width:100%;
	background-color: #A6D4AF;
}
.blue .neirong ul{
	background-color: #A6D4AF;
	width:1200px;
	margin: 0 auto;
}
.blue .neirong .neirongs{
	background-color: #A6D4AF;
	width:1200px;
	margin: 0 auto;
}
.leibiaos{
	width:380px;
	float:left;
}
.blue .hengxian{
	border-top: 2px solid #D5EAD9;
}
.blue .neirong .biaoti{
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}
.blue .neirong .tupian{
	font-size: 18px;
}
.blue .detailsneirongs{
	width:100%;
	background-color: #A6D4AF;
}
.blue .detailsneirongs ul{
	background-color: #A6D4AF;
	width:1200px;
	margin: 0 auto;
}
.blue .detailsneirongs .biaoti{
	font-size: 22px;
	font-weight: bold;
}
.blue .detailsneirongs .wenzi{
	font-size: 18px;
}
.blue .submenu{
	background-color: #D5EAD9;

}
.blue .highlight{
	background-color: #A6D4AF;
}
.blue .bottomBg{
	background: url('../images/nieye4-02.png') center;
	background-size: cover;
	width:100%;
}


/* 书院动态 */
.navyblue{

}
.navyblue a:hover{

	background-color: #66AFCF;
}
.navyblue .conet{

	background-color: #A0D9F6;
	width:100%;
}
.navyblue .topBg{
	background: url('../images/nieye5-01.png') center;
	background-size: cover;
	width:100%;
}
.navyblue .neirong{
	width:100%;
	background-color: #66AFCF;
}
.navyblue .neirong ul{
	background-color: #66AFCF;
	width:1200px;
	margin: 0 auto;
}
.navyblue .neirong .neirongs{
	background-color: #66AFCF;
	width:1200px;
	margin: 0 auto;
}
.leibiaos{
	width:380px;
	float:left;
}
.leibiaos a{
	display: block;
}
.navyblue .hengxian{
	border-top: 2px solid #A0D9F6;
}
.navyblue .neirong .biaoti{
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}
.navyblue .neirong .tupian{
	font-size: 18px;
}
.navyblue .detailsneirongs{
	width:100%;
	background-color: #66AFCF;
}
.navyblue .detailsneirongs ul{
	background-color: #66AFCF;
	width:960px;
	margin: 0 auto;
}
.navyblue .detailsneirongs .biaoti{
	font-size: 22px;
	font-weight: bold;
}
.navyblue .detailsneirongs .wenzi{
	font-size: 18px;
}
.navyblue .submenu{
	background-color: #A0D9F6;

}
.navyblue .highlight{
	background-color: #66AFCF;
}
.navyblue .bottomBg{
	background: url('../images/nieye5-02.png') center;
	background-size: cover;
	width:100%;
}


/* 规章制度 */
.lightblue a:hover{

	background-color: #61C3D0;
}
.lightblue .conet{

	background-color: #B8CEDB;
	width:100%;
}
.lightblue .topBg{
	background: url('../images/nieye6-01.png') center;
	background-size: cover;
	width:100%;
}
.lightblue .neirong{
	width:100%;
	background-color: #61C3D0;
}
.lightblue .neirong ul{
	background-color: #61C3D0;
	width:1200px;
	margin: 0 auto;
}
.lightblue .neirong .neirongs{
	background-color: #61C3D0;
	width:1200px;
	margin: 0 auto;
}
.leibiaos{
	width:380px;
	float:left;
}
.lightblue .hengxian{
	border-top: 2px solid #B8CEDB;
}
.lightblue .neirong .biaoti{
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}
.lightblue .neirong .tupian{
	font-size: 18px;
}
.lightblue .detailsneirongs{
	width:100%;
	background-color: #61C3D0;
}
.lightblue .detailsneirongs ul{
	background-color: #61C3D0;
	width:1200px;
	margin: 0 auto;
}
.lightblue .detailsneirongs .biaoti{
	font-size: 22px;
	font-weight: bold;
}
.lightblue .detailsneirongs .wenzi{
	font-size: 18px;
}
.lightblue .submenu{
	background-color: #B8CEDB;

}
.lightblue .highlight{
	background-color: #61C3D0;
}
.lightblue .bottomBg{
	background: url('../images/nieye6-02.png') center;
	background-size: cover;
	width:100%;
}


/* 资料下载 */
.lightpurple a:hover{

	background-color: #566792;
}
.lightpurple .conet{

	background-color: #758FC8;
	width:100%;
}
.lightpurple .topBg{
	background: url('../images/nieye7-01.png') center;
	background-size: cover;
	width:100%;
}

.lightpurple .neirong{
	width:100%;
	background-color: #566792;
}
.lightpurple .neirong ul{
	background-color: #566792;
	width:1200px;
	margin: 0 auto;
}
.lightpurple .neirong .neirongs{
	background-color: #566792;
	width:1200px;
	margin: 0 auto;
}
.leibiaos{
	width:380px;
	float:left;
}
.lightpurple .hengxian{
	border-top: 2px solid #758FC8;
}
.lightpurple .neirong .biaoti{
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}
.lightpurple .neirong .tupian{
	font-size: 18px;
}
.lightpurple .detailsneirongs{
	width:100%;
	background-color: #566792;
}
.lightpurple .detailsneirongs ul{
	background-color: #566792;
	width:1200px;
	margin: 0 auto;
}
.lightpurple .detailsneirongs .biaoti{
	font-size: 22px;
	font-weight: bold;
}
.lightpurple .detailsneirongs .wenzi{
	font-size: 18px;
}

.lightpurple .submenu{
	background-color: #758FC8;

}
.lightpurple .highlight{
	background-color: #566792;
}
.lightpurple .bottomBg{
	background: url('../images/nieye7-02.png') center;
	background-size: cover;
	width:100%;
}


/* 校友 */
.purple a:hover{

	background-color: #7B6FAF;
}
.purple .conet{

	background-color: #9388B2;
	width:100%;
}
.purple .topBg{
	background: url('../images/nieye8-01.png') center;
	background-size: cover;
	width:100%;
}
.purple .neirong{
	width:100%;
	background-color: #7B6FAF;
}
.purple .neirong ul{
	background-color: #7B6FAF;
	width:1200px;
	margin: 0 auto;
}
.purple .neirong .neirongs{
	background-color: #7B6FAF;
	width:1200px;
	margin: 0 auto;
}
.leibiaos{
	width:380px;
	float:left;
}
.purple .hengxian{
	border-top: 2px solid #9388B2;
}
.purple .neirong .biaoti{
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}
.purple .neirong .tupian{
	font-size: 18px;
}
.purple .detailsneirongs{
	width:100%;
	background-color: #7B6FAF;
}
.purple .detailsneirongs ul{
	background-color: #7B6FAF;
	width:1200px;
	margin: 0 auto;
}
.purple .detailsneirongs .biaoti{
	font-size: 22px;
	font-weight: bold;
}
.purple .detailsneirongs .wenzi{
	font-size: 18px;
}
.purple .submenu{
	background-color: #9388B2;

}
.purple .highlight{
	background-color: #7B6FAF;
}
.purple .bottomBg{
	background: url('../images/nieye8-02.png') center;
	background-size: cover;
	width:100%;
}

.bc{ margin: 0 auto; }
.neirongCont{ max-width: 1200px; width:1200px; padding:30px 0; }
/*列表*/
.list{ margin: 0 -10px; }
.list li{ width: 33.33%; float: left; padding:10px; -webkit-box-sizing: border-box; box-sizing: border-box; font-size:14px; }
.list li a{ display: block; }
.list .biaoti{ width: inherit; text-align: left; padding: 10px 0; font-size: 16px;}

/*明细页*/
.detailsTitle{ text-align:center; font-size:18px; font-weight:bold;}
.detailsDate{ text-align:center; font-size:16px; padding:20px 0; }
.detailsCont{ line-height:2em; }

.btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btnGoBack{
	background: #F5F7F6 !important;
	color: #000;
}

.content {
    overflow:hidden;
}
.content img {
  max-width: 100%;
  height: auto;
}

.tips { font-size:14px; text-align:center; }

.laypage_main {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 3px;
}
.laypage_main a,
.laypage_main span {
	display: inline;
	position: relative;
	float: left;
	padding: 6px 12px;
	/*margin-left: -1px;*/
	line-height: 1.42857143;
	text-decoration: none;
	color: #000;
	background-color: #F5F7F6;
	border: 0;
    margin:0 4px;
}
.laypage_main a{
	color: #000;
	background-color: #F5F7F6;
}
.laypage_main a:hover{
	background-color: #cccccc;
    color: white;
}
.laypage_main span.laypage_curr{
	background-color: #cccccc;
    color: white;
}

