body {
	background: #fff;
}


/*头部*/

.cen-w {
	width: 1200px;
	margin: 0 auto;
}

.logo-wrap {
	width: 100%;
	height: 137px;
	background: url(../images/bac.jpg);
	background-size: 100% 100%;
}

.logo-wrap .cen-w {
	position: relative;
}

.logo {
	width: 600px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	line-height: 123px;
}

.logo img {
	width: 100%;
     margin-top:8px;
}

.search-link {
	font-size: 16px;
	color: #930000;
	margin-top: 45px;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}

.search-link a {
	color: #930000;
}

.search-wrap {
	float: right;
}

.search-input {
	width: 210px;
	height: 33px;
	font-size: 16px;
	margin-top: 13px;
}

.search-input input:first-child {
	width: 177px;
	height: 33px;
	float: left;
	border: none;
	outline: none;
	background: #e1e1e1;
	padding: 0 5px;
	box-sizing: border-box;
}

.search-input input+input {
	float: left;
	width: 33px;
	height: 33px;
}

.nav-hovers {background: #930000;color: #fff;}
.nav-hovers>a{color:#fff !important}

/*导航*/

.nav-wrap {
	width: 100%;
min-width:1200px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	background: #930000;
	font-size: 16px;
}

.nav-wrap ul li {
	width: 10%;
	float: left;
	text-align: center;
	border-right: 1px solid #ae4040;
	position: relative;

}

.nav-wrap ul li a {
	color: #fff;
}

.nav-hide {
	font-size: 14px;
	background: #930000;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	line-height: 40px;
	opacity: 0;
	transition: all 0.3s;
	transform: translate(0, 20px);
	visibility: hidden;
	z-index: 666;
}

.nav-hide dt {
	line-height: 45px;
	width: 100%;
}
.nav-hover{background: #aa4343;}
.nav-hide dt:hover {
	background: #aa4343;
}

.nav-wrap li:hover .nav-hide {
	opacity: 1;
	transform: translate(0, 0);
	visibility: visible;
	z-index: 2;
}

.nav-wrap ul li:hover {
	background: rgba(221, 221, 221, 0.3);
}


/*banner*/

.banner-wrap {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.banner-wrap .swiper-container {
	width: 100%;
min-width:1200px;
}

.banner-wrap img {
	width: 100%;
min-width:1200px;
}

/*学院新闻*/

.xyxw-wrap {
	width: 57%;
	float: left;
}

.hist-wrap {
	width: 100%;
	border-bottom: 1px solid #a5a5a5;
	color: #930000;
	padding: 12px 36px 12px 10px;
	box-sizing: border-box;
	margin-top: 18px;
	margin-bottom: 23px;
}

.hist-wrap span:first-child {
	float: left;
	font-size: 20px;
	padding-left: 12px;
	line-height: 26px;
	display: inline-block;
	border-left: 4px solid #930000;
}

.hist-wrap a {
	float: right;
	font-size: 16px;
	color: #930000;
	line-height: 26px;
}

.xyxw {
	width: 100%;
}
.xyxws{line-height:40px;}
.xyxw img {
	width: 218px;
	height: 140px;
	display: block;
	float: left;
}

.xyxw-right-wrap {
	width: 64%;
	float: right;
}

.xyxw-right-wrap p:first-child {
	font-size: 16px;
	color: #474747;
}

.xyxw-right-wrap p+p {
	font-size: 14px;
	color: #939393;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 10px 0;
}

.xyxw-right-wrap p+p+p {
	width: 102px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	float: right;
	background: #c09874;
}
.xyxw-pad{
	margin-bottom:4px;
}
.xyxw-title span{
	font-size: 20px;
	color: #930000;
	margin: 0 8px;
}
.xyxw-title{
	width: 80%;
	font-size: 16px;
	color: #434343;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.xyxw-time{
	font-size: 16px;
	color: #434343;
	float: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
line-height:45px;
}
.xyxw:hover .xyxw-time{
	color: #930000;
}
.xyxw:hover .xyxw-title{
	color: #930000;
	
}
/*通知公告*/
.tzgg-wrap{
	width: 40%;
	float: right;
}
.tzgg-list li{
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}
.tzgg-time{
	width: 60px;
	height: 60px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	float: left;
	margin-right: 9px;
	background: #930000;
}
.tzgg-time span{
font-size: 26px;
    line-height: 26px;
    margin-top: 9px;
    display: block;

}
.tzgg-title{
	padding:5px 10px;
	box-sizing: border-box;
	width: 85%;
	float:left;
	height: 100%;
	background: #f0f0f0;
	font-size: 16px;
	color: #605e5e;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*党建工作*/
.gray-wrap{
	width: 100%;
	background: #f4f4f4;
	margin-top: 30px;
	padding-bottom: 35px;
    min-width: 1200px;
}
.djgz-wrap{
	width:100%;
}
.djgz-list{width: 100%;}
.djgz-list .djgz{margin-bottom: 16px;background: #fff; width: 100%;padding: 20px 16px;box-sizing: border-box;}
.djgz img{
	width: 153px;
	height: 98px;
	display: block;
	float: left;
}
.djgz-right-wrap{
	width: 70%;
	float: right;
}

.djgz-right-wrap p:first-child {
	font-size: 16px;
	color: #930000;
}


.djgz-right-wrap p+p {
	width: 102px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	float: right;
	background: #c09874;
    margin-top: 18px;
}
.fl{
	float: left;
	width: 48.5%;
}
.fr{
	float: right;
	width: 48.5%;
}
/*快捷通道*/
.link-list{
	width: 100%;
}
.link-list li{
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #c4c4c4;
	padding: 4px;
	box-sizing: border-box;
}
.link-list li img{
	width: 100%;
	height: 100%;
}
.link-list li+li+li+li{
	margin-right: 0;
}
/*底部*/
.footer{
	padding: 39px 0;
	line-height: 36px;
	box-sizing: border-box;
	color: #f6dddd;
	font-size: 16px;
	width: 100%;
	height: 133px;
	background: #930000;

min-width:1200px;
}

/*-----------------------列表-*/

.news-wrap {
    margin-bottom: 55px;
}

.news-nav {
	width: 20%;
	margin-top: 20px;
	float: left;
        background:#e1e1e1;
}

.news-nav>li {
	font-size: 18px;
	color: #222;
	line-height: 60px;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
        position:relative;
}
.news-nav>li .li_xlz{position:absolute;right:0px;top:0px;cursor:pointer;background: url(../images/nav1.png) no-repeat center center;background-size: 9px 16px;width: 60px;height: 60px;}
.news-nav>li .li_xlz.on{transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.news-nav>li>a {
	color: #222;
	display: block;
	width: 100%;
	height: 60px;
        padding-left:20px;
}

.news-nav>li:hover {
	background: #930000;
}

.news-nav>li:hover>a {
	color: #fff !important;
}
.news-nav li .sub{width:100%;background:#eeeeee;display:none;}
.news-nav li .sub li{border-bottom:1px solid #d1d1d1;font-size:16px;}
.news-nav li .sub li a{line-height:30px;padding:8px 10px 8px 30px;color:#434343;display:block;}
.news-nav li .sub li.on a{color:#930000;}
.news-nav li.nav-hovers .li_xlz,.news-nav li:hover .li_xlz{background: url(../images/nav2.png) no-repeat center center;background-size: 9px 16px;}
.news-nav li.nav-hovers .sub{display:block;}
.news-nav li .sub li:hover a{color:#930000;}
.news-list-wrap{
	width: 78%;
	float: right;
	margin-top: 20px;
	
}
.news_list{
	width: 100%;
	height: 190px;
	border-bottom:1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
		-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.news_list:hover .news_title{
	color: #930000;
}
.news-list-wrap .news_list:first-child{
	border: none;
}
.news_title{
	width: 100%;
	font-size: 22px;
	color: #000000;
	line-height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_content{
	width: 100%;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 32px;
	margin-top:10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_date{
	width: 100%;
	font-size: 16px;
	color: #808080;
	margin-top: 20px;
}


.news_show_title{
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.news_show_date{
	width: 100%;
	font-size: 14px;
	color: #808080;
	text-align: center;
	margin-bottom: 20px;
}
.news_show_content{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 26px;
	text-indent: 2em;
}
.news_show_content1{
	width: 90%;
	height: 400px;
	margin: 20px auto;
	position: relative;
}
.news_show_content1 img{
	width: 100%;
	height: 100%;
	display: block;
}

/*二级导航*/
.list_bt {
	height: 65px;
	margin: 0 auto;
	margin-top: 15px;
}

.list_bt .lmmc {
	width: 20%;
	height: 65px;
	line-height: 65px;
	border-bottom: 3px solid #930000;
	float: left;
	font-size: 24px;
	color: #444444;
	display: block;
	text-align: center;
	box-sizing: border-box;
}
.list_bt .lmmc.lmmc1{font-size:18px;line-height:30px;text-align: left;}
.list_bt .dqwz {
	width: 80%;
	height: 65px;
	line-height: 65px;
	border-bottom: 3px solid #cccccc;
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #444444;
	float: right;
}

.list_bt .dqwz a{
	color: #444444;
}
/*------------------------------内容页*/
.wrap_right_content {
    width: 80%;
    background: #FFFFFF;
    padding: 30px 20px 60px 20px;
    float: right;
    box-sizing: border-box;
}

.news_show_title{
	width: 100%;
	line-height: 50px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.news_show_con{
	    font-size: 16px;
    color: #4c4c4c;
    line-height: 26px;
}
.news_show_date{
	width: 100%;
	font-size: 14px;
	color: #808080;
	text-align: center;
	margin-bottom: 20px;
}
.news_show_xyp{
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	margin-top: 30px;
}
.news_show_xyp a{
	color: #666666;
	display: block;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.member_order_tit{
	width: 52%;
	height: 50px;
	margin: auto;
	margin-top:20px;
}
.member_order_tit1{
	width: 28px;
	height: 26px;
	margin-top: 13px;
}