*{
	margin: 0;
	padding: 0;
	color: #333;
	outline: none;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
img{
	outline: none;
	border: none;
}
a{
	text-decoration: none;
	outline: none;
}
body{
	min-width: 1200px;
	background-color: #EBEBEB;
}

.bodyCon{
	width: 1200px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 11px;
}
.logo{
	width: 100%;
	display: block;
}
.menu{
	width: 100%;
	height: 37px;
	background-image: url(../images/lnnav.jpg);
	position: relative;
	line-height: 37px;
	padding-right: 23px;
	padding-left: 50px;
}
.menu a{
	font-size: 18px;
	color: #fff;
	font-family: 黑体;
	display: inline-block;
	width: 100px;
	text-align: center;
}
.menu a:hover{
	color: #ff0;
}
.menu #liveclock{
	float: right;
	font-size: 14px;
	color: #fff;
}
.menu span{
	font-size: 14px;
	color: #fff;
}

.container{
	padding: 10px 0;
	min-height: calc(100vh - 324px);
}
.container:after{
	content: "";
	display: block;
	clear: both;
}

.carousel{
	width: 418px;
	height: 222px;
	float: left;
	border: 1px solid #D2D2D2;
}
.focusBox { position: relative; width: 416px; height: 220px; overflow: hidden; text-align: left;}
.focusBox .pic img { width: 416px; height: 194px; display: block; }
.focusBox .txt-bg { position: absolute; bottom: 26px; z-index: 1; height: 20px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox .txt { display: block; padding: 0 5px;  width: 100%; font-size: 12px; font-weight: bold; text-decoration: none; text-align: center;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;  height:26px; line-height:26px;}
.focusBox .num { position: absolute; z-index: 3; bottom: 26px; right: 0; }
.focusBox .num li{ float: left; position: relative; width: 20px; height: 20px; line-height: 20px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { font-size: 12px; position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#BE0000;  }

.schoolnews{
	width: 430px;
	height: 222px;
	float: left;
	border: 1px solid #D2D2D2;
	margin-left: 10px;
}
.schoolnews_tit{
	display: block;
	width: 100%;
	height: 40px;
	background-image: url(../images/lnnew.jpg);
}
.newsList{
	padding: 5px 10px;
}
.newsList li{
	height: 27px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 27px;
}
.newsList li a{
	font-size: 14px;
}
.newsList li a:hover{
	color: #579C25;
}

/* 招生简章 */
.recruit{
	width: 310px;
	height: 222px;
	float: right;
	border: 1px solid #F3D688;
}
.recruit_tit{
	display: block;
	width: 100%;
	height: 35px;
	background-image: url(../images/lnzs.jpg);
}
.recruit .newsList{
	padding-top: 10px;
}

/* 学校简介 */
.profile{
	width: 858px;
	height: 222px;
	float: left;
	border: 1px solid #D2D2D2;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.profile_tit{
	display: block;
	width: 100%;
	height: 43px;
	background-image: url(../images/lnabout.jpg);	
}
.profile_Con{
	line-height: 23px;
	display: block;
	padding: 0 20px;
	font-size: 14px;
}
.profile_Con:hover{
	color: #579C25;
}

/* 校际交流 */
.Intercollegiate{
	width: 310px;
	height: 222px;
	float: right;
	border: 1px solid #F3D688;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Intercollegiate_tit{
	display: block;
	width: 100%;
	height: 35px;
	background-image: url(../images/lnxj.jpg);	
}
.Intercollegiate .newsList{
	padding-top: 10px;
}

/* 校园风采 */
.campus{
	width: 100%;
	height: 161px;
	border: 2px solid #D12B01;
	clear: both;
}
.campus_tit{
	width: 57px;
	height: 157px;
	background-image: url(../images/lnxy.jpg);
	display: block;
	float: left;
}
.campus_Con{
	width: 1117px;
	height: 157px;
	float: right;
	padding: 9px;
}
.picMarquee-left{ width:100%;  overflow:hidden; position:relative; }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:180px; height:120px; display:block; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }

.footer{
	width: 100%;
	height: 86px;
	background-image: url(../images/lnbot.jpg);
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding-top: 20px;
}
/* 列表页 */
.listContent{
	padding-top: 10px;
}
.listContent:after{
	content: "";
	display: block;
	clear: both;
}
.listLeft{
	width: 858px;
	float: left;
	border: 1px solid #F3D688;
	padding-bottom: 30px;
}
.listLeft_title{
	width: 100%;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/lnnybj.jpg);
	padding: 0 10px;
	font-size: 14px;
}
.listLeft_title span:nth-child(2){
	color: #C22A03;
	font-weight: bold;
}
.list_div{
	width: 100%;
}
.text_content{
	width: 100%;
	padding: 20px;
}
.text_content li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    padding-right: 184px;
    font-size: 14px;
    overflow: hidden;
	border-bottom: 1px dotted #A7C59E;
}
.text_content li .type{
	display: block;
	width: 84px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	right: 100px;
	top: 0px;
}
.text_content li .time{
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.page{
	width: 100%;
	text-align:center;
	margin-top: 10px;
}
.page_left{
	display: inline-block;
	margin-right: 30px;
}
.page_left a{
	font-size: 12px;
	color: #000000;
	padding: 0 5px;
}
.page_left a:hover{
	color: #579C25;
}
.page_right{
	display: inline-block;
	font-size: 0px;
}
.page_right span{
	font-size: 12px;
}
.page_right span.leftline{
	border-left: 1px solid ;
}
.listRight{
	width: 310px;
	float: right;
}
/* 图片列表 */
.picList{
	width: 100%;
	padding:10px 15px;
}
.picList::after{
	display: block;
	content: "";
	clear: both;
}
.picList_item{
	display: block;
	width: 192px;
	height: 181px;
	float: left;
	margin-right: 19.33px;
}
.picList_item:nth-child(4n){
	margin-right: 0px;
}
.imgBox{
	width: 100%;
	height: 142px;
	border: 2px solid #2C2C2C;
	box-sizing: border-box;
	line-height: 142px;
	text-align: center;
}
.imgBox img{
	width: 180px;
	height:130px;
	margin:4px 0;
}
.picList_item p{
	height: 39px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}
.picList_item:hover p{
	color: #579C25;
}
