html{
	background: #fafaf8;
}
.container{
	width: 1200px;
	margin:0 auto;
}
.container.boxshow{
	box-shadow: 0 0 5px #bbb;
}
.header{
	padding: 20px 15px 20px;
	color: #333;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerbuttons{
	display: flex;
	position: relative;
}
.searchwrap{
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	padding: 3px 15px;
	border-radius: 20px;
	display: flex;
	align-items: center;
}
.searchwrap.hide{
	display: none;
}
#searchbtn{
	cursor: pointer;
}
.searchwrap .search-text{
	border:0;
	height: 24px;
	line-height: 24px;
	outline: none;
}
.headerbuttons .headerbutton{
	background: #c80505;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 5px 15px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
}
.headerbuttons .searchshowbtn{
	padding: 5px 15px;
    line-height: 16px;
    height: 16px;
    margin-left: 8px;
}
.nav{
	background: #6a0000;
	height: 50px;
}
.nav ul{
	display: flex;
	justify-content: space-around;
}
.nav ul li{
	flex: 1;
}
.nav ul li a{
	color: #fff;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Microsoft YaHei'
}
.nav ul li a:hover{
	background: #c80505;
}
.text-overflow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.modular .newsTitle{
	/*border-bottom: 1px solid #72c8ff;*/
}
.modular .newsTitle.no-border{
	border:0;
}
.modular .newsTitle h1{
	color: #d10000;
	font-size: 24px;
	font-family: 'Microsoft YaHei';
	font-weight: normal;
}
.modular .newsTitle h1>span{
	color: #202020;
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}
.modular .newsTitle a{
	
}
.modular .newsTitle a>.icon{
	padding-top: 2px;
}
.modular .newsTitle a>span{
	color: #ff8400;
}
.index-news-list{
	margin:40px 0;
}
.campusnews{
	/*width: 730px;*/
}
.campusnews .newsConwrap{
	margin-top: 20px;
	align-items: flex-start;
}
.campusnews .imgtextlist{
	width: 610px;
	height: 345px;
	position: relative;
}
.campusnews .imgtextlist ul li{
	width: 610px;
	height: 345px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.campusnews .circles{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
}
.campusnews .circles span{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-radius: 100%;
	background: orange;
}
.campusnews .circles span.now{
	background: #fff;
}

.campusnews .imgtextlist ul li a{
	width: 610px;
	height: 345px;
	color: #fff;
}
.campusnews .imgtextlist ul li a .imgwrap{
	width: 610px;
	height: 345px;
	overflow: hidden;
}
.campusnews .imgtextlist ul li a .imgwrap>img{
	width: 610px;
	height: 345px;
}
.campusnews .imgtextlist ul li a .textwrap{
	padding: 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}
.campusnews .imgtextlist ul li a .textwrap h1{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.campusnews .imgtextlist ul li a:hover .textwrap h1{
	color: #ccc
}
.campusnews .imgtextlist ul li a .textwrap h2{
	font-weight: normal;
	color: #999;
}
.campusnews .imgtextlist ul li a .textwrap .date{
	position: absolute;
	right: 15px;
	bottom: 10px;
}
.campusnews .textlist{
	width: 355px;
}
.campusnews .textlist ul li{
	border-bottom: 1px dotted #333;
	padding: 14px 0;
}
.campusnews .textlist ul li a{
	color: #333;
}
.campusnews .textlist ul li a:hover  .newstitle{
	color: #6699cc
}
.campusnews .textlist ul li a .newstitle{
	width: 280px;
	font-family: Microsoft YaHei
}
.campusnews .textlist ul li a .date{
	color: #6699cc;
}

.announcement{
	width: 550px;
	
}

.announcement  .news-list{
	
}
.announcement  .news-list ul li{
	margin-bottom: 37px;
}
.announcement  .news-list ul li:last-child{
	margin-bottom: 0;
}
.announcement  .news-list ul li a{
	display: flex;
	align-items: flex-start;
	color: #333;
}
.announcement  .news-list ul li a .news-title{
	
}
.announcement  .news-list ul li a:hover  .wrap .news-title{
	color: #cc6666;
}
.announcement  .news-list ul li a .date{
	width: 60px;
	color: #cc6666;
	font-family: Microsoft YaHei;
	border-right: 2px solid #cc6666;
	padding-right: 15px;
	margin-right: 15px;
}
.announcement  .news-list ul li a .date .year{
	font-size: 22px;
	color: #cc6666;
	text-align: center;
	height: 22px;
	line-height: 22px;
}
.announcement  .news-list ul li a .date .month-day{
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	color: #cc6666;
	text-align: center;
	margin-bottom: 15px;
}
.announcement  .news-list ul li a .wrap{
	width: 460px;
}
.announcement  .news-list ul li a .wrap .news-title{
	margin-bottom: 3px;
	font-size: 14px;
	color: #010101;
}
.announcement  .news-list ul li a  .wrap .subtitle{
	color: #999;
}

.special-report{
	background: url(../images/sybg.jpg) no-repeat left top;
	width: 1160px;
	height: 338px;
	padding: 40px 20px 0;
}
.special-report .newsTitle a{
	color: #fff;
	background: #d64622;
	border-radius: 0;
	padding: 6px 20px;

}
.special-report ul li{
	width: 560px;
	float: left;
}
.special-report .modular-con{
	margin-top: 40px;
}
.special-report ul li .imgwrap{
	width: 246px;
	height: 186px;
	border:1px solid #ccc;
	margin-right: 30px;
}
.special-report ul li .imgwrap>img{
	width: 246px;
	height: 186px;
	max-width: 246px;
}
.special-report .bx-wrapper .bx-pager{
	bottom: -46px;
}
.special-report .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.special-report .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#ff0000;
}
.special-report .bx-wrapper .bx-pager.bx-default-pager a{
	background:#999999;
}
.special-report ul li .flex{
	align-items: flex-start;
	justify-content: flex-start;
}
.special-report ul li .newsTitle>h1{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-family: '宋体'
}
.special-report ul li .newsTitle .date{
	color: #666;
	padding:10px 0 20px;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}
.special-report ul li  .subtitle{
	color: #000;
	max-height: 97px;
	overflow: hidden;
	line-height: 160%;
}
.special-report  .bx-wrapper .bx-viewport{
	background: none;
}
.special-report{
	margin:55px 0 60px;
}
.departmentLinks{
	width: 950px;
}
.departmentLinks .modular-con{
	margin-top: 10px;
}
.departmentLinks .modular-con>.flex{
	align-items: flex-start;
}
.public-announcement{
	margin: 60px 0;
}
.djzc ul{
	margin-top: 20px;
}
.djzc ul li{
	margin-bottom: 15px;
}
.djzc ul li a{
	justify-content: flex-start;
}
.djzc ul li a .imgwrap{
	width: 80px;
	height: 60px;
	margin-right: 15px;
}
.djzc ul li a .imgwrap>img{
	width: 80px;
	height: 60px;
}
.djzc ul li a .newsDetail{
	width: 440px;
}
.djzc ul li a .newsDetail .title{
	color: #010101;
	font-size: 14px;
	margin-bottom: 3px;
}
.djzc ul li a:hover .newsDetail .title{
	color: #cc6666;
}
.djzc ul li a .newsDetail .subTitle{
	color: #999999;
	margin-bottom: 3px;
}
.djzc ul li a .newsDetail .date{
	color: #cc6666;
}
.picture-center{
	margin:60px 0;
}
.picture-center ul{
	margin-top: 40px;
}
.picture-center ul li a{
	position: relative;
	display: block;
}
.picture-center ul li a .title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,0.5);
}
.picture-center ul li a .imgwrap{
	width: 220px;
	height: 160px;
	overflow: hidden;
}
.picture-center ul li a .imgwrap img{
	width: 220px;
	height: 160px;
}
.public-announcement .modular-con{
	width: 1200px;
	overflow: hidden;
}
.public-announcement ul{
	margin-top: 60px;
	width: 1300px;
}
.public-announcement ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.public-announcement ul li a{
	box-shadow:5px 5px 5px #eee;
	background: #fff;
	width: 385px;
}
.public-announcement ul li a .title{
	padding: 20px;
	font-size: 14px;
	color: #333;
	width: 280px;
}
.public-announcement ul li a .date{
	width: 60px;
	height: 60px;
	background: #d36767;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-family: 'Microsoft YaHei'
}
.public-announcement ul li a .date .day{
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 8px;
}
.public-announcement ul li a .date .year-month{
	font-weight: normal;
}
.public-announcement ul li a:hover .title{
	color: #cc6666;
}
.djzc{
	width: 540px;
}
.vidoe{
	width: 610px;
	height: 350px;
}
.linkswrap{
	align-items: flex-start;
}
.linkswrap .linkconwrap{
	min-height: 100px;
}
.linkswrap .linkconwrap .linksTitle{
	color: #0066cc;
	margin-bottom: 10px;
}

.linkswrap .linkconwrap  ul li{
	margin:5px 0;
	display: inline-block;
	width: 92px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.linkswrap .linkconwrap  ul li a{
	color: #666;
}
.linkswrap .linkconwrap  ul li a:hover{
	color: #6699cc
}
.linkswrap .dqzz{
	width: 100px;
	border-right: 1px solid #ebebeb
}

.linkswrap .xzjg{
	padding: 0 25px;
	width: 406px;
	border-right: 1px solid #ebebeb
}
.linkswrap .xzjg.linkconwrap .ulwrap{
	width: 406px;
	overflow-x: hidden;
}
.linkswrap .xzjg.linkconwrap .ulwrap ul{
	width: 450px;
}
.linkswrap .xbsz{
	padding: 0 25px;
	width: 406px;
	/*border-right: 1px solid #ebebeb*/
}
.linkswrap .xbsz.linkconwrap .ulwrap{
	width: 406px;
	overflow-x: hidden;
}
.linkswrap .xbsz.linkconwrap .ulwrap ul{
	width: 450px;
}
.gzg{
	color: #666;
	text-align: center;
}
.gzg .eqtext{
	margin-top: 10px;
}
.gzg .eqimgwrap{
	padding: 10px;
	background: #f7f7f7;
}
.footer{
	background: #e8e8e7;
	padding: 20px;
	margin-top: 40px;
	color: #333;
}
.footer .footer-left p{
	margin:5px;
}
.footer .footer-left p a{
	color: #333;
}
.footer .footer-left p a:hover{
	text-decoration: underline;
}
.footer .mail a{
	padding: 5px 15px;
	background: #006598;
	color: #fff;
	border-radius: 3px;
}
.footer .mail a>span{
	margin-left: 6px;
}
.footer .eqimg  span{
	padding: 2px;
	border-radius: 4px;
	background: #fff;
	display: inline-block;
	margin:0 5px;
}
.footer .eqimg img{
	width: 116px;
	height: 116px;
}
.bx-wrapper{
	margin:0 auto;
}
.bx-wrapper .bx-viewport{
	box-shadow: none;
	border:0;
	left: 0;
}
.bx-wrapper .bx-pager{
	bottom: 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #999;
}
#login{
	display: none;

}
.loginwrap{
	background: rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}
.loginwrap .loginCon{
	padding: 25px 60px 35px;
	background: #fff;
	position: relative;
	border-radius: 10px;
}
.loginwrap .loginCon .closelogin{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.loginwrap .loginCon h1{
	font-size: 20px;
	font-family: 'Microsoft YaHei';
	color: #333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.loginwrap .loginCon .label{
	color: #8a8a8a;
	text-align: right;
	margin-right: 10px;
	width: 50px;
	min-width: 50px;
}
.loginwrap .loginCon .input{
	width: 280px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border:1px solid #cccccc;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.loginwrap .loginCon .saveusually{
	justify-content: flex-start;
	align-items: center;
	color: #8a8a8a;
	width: 100%;
	margin-bottom: 10px;
}
.loginwrap .loginCon .saveusually span{
	margin-left: 5px;
}
.loginwrap .loginCon .usuallyuser{
	width: 100%;
}
.loginwrap .loginCon .usuallyuser span{
	color: #3399cc;
	margin-right:20px;
}
.loginwrap .loginCon .loginBtn{
	text-align: center;
	margin-top: 30px;
}
.loginwrap .loginCon .loginBtn>span{
	padding: 10px 80px;
	background: #a30000;
	color: #fff;
	cursor: pointer;
	border-radius:20px;
	font-weight: bold;
	font-size: 14px;
}
.innerbanner{
	height: 200px;
}

.subnav{
	font-family: 'Microsoft YaHei';
}
.subnav .subnavwrap{
	padding: 30px 0 20px;
}
.subnav .itemTitle{
	font-size: 24px;
	color: #cc0000;
}
.subnav .breadNav a{
	color: #666;
}
.subnav>.flex{
	border-bottom: 1px solid #c9c9c9;
}
.subNavIitem{
	margin:25px 0;
	/*height:35px;*/
}
.subNavIitem a{
	background: #ffa69a;
	color: #fff;
	font-size: 14px;
	padding: 8px 30px;
	margin-right: 10px;
}
.subNavIitem a:hover{
	background: #f6715f;
}

.list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:30px 0;
}
.list ul li{
	width: 580px;
	margin-bottom: 30px;
}
.list ul li a{
	display: flex;
	align-items: center;
	background: #f5f4f1;
	font-size: 14px;
	justify-content: space-between;
}
.list ul li a:hover .title{
	color: #cc0000;
	font-weight: bold;
}
.list ul li a .title{
	color: #333;
	padding: 0 20px;
}
.list ul li a .date{
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	background: #eae8e4;
	color: #cc6666;	
	width: 70px;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
}
.pages{
	display: flex;
	justify-content: center;
}
.pages a{
	background: #b2b2b2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	margin:0 10px;
	height: 26px;
	color:#fff;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
}
.pages a.disable{
	background: #dddddd;
}
.pages a.now{
	background: #ff6600;
}
.img-list1s{
	width: 1200px;
	overflow: hidden;
}
.img-list1s ul{
	width: 1300px;
}
.img-list1s ul li{
	margin-right: 30px;
	float: left;
	margin-bottom: 50px;
}
.img-list1s ul li a{
	display: block;
	position: relative;
	width: 380px;
	height: 250px;
}
.img-list1s ul li a img{
	width: 380px;
	height: 250px;
}
.img-list1s ul li a .title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	
}
.img-list1s ul li a .title>h1{
	font-size: 14px;
	font-weight: normal;
	
}
.img-list1s ul li a .date{
	color: #ccc;
	margin-top: 5px;
}
.innerAnouncement{
	width: 100%;
	margin: 0 0 30px;
}
.innerAnouncement  .news-list ul li a .wrap{
	width: 1100px;
}
.innerAnouncement .news-list ul li a .wrap .subtitle{
	height: 33px;
	overflow: hidden;
}
.innerAnouncement .news-list ul li a .wrap .news-title{
	font-weight: bold;
}
.img-text-list ul{
	flex-wrap: wrap;
}
.img-text-list ul li{
	width: 49%;
	margin-bottom: 60px;
}
.img-text-list ul li a{
	display: flex;
	width: 100%;
	font-family: 'Microsoft YaHei';
	height: 160px;
	overflow: hidden;
}
.img-text-list ul li a .imgwrap{
	width: 250px;
	height: 160px;
	overflow: hidden;
	margin-right: 30px;
	min-width: 250px;
}
.img-text-list ul li a .imgwrap img{
	width: 250px;
	height: 160px;
}
.img-text-list ul li a .title{
	font-size: 16px;
	color: #333;
}
.img-text-list ul li a .title>h1{
	max-height: 48px;
	overflow: hidden;
	font-weight: normal;
}
.img-text-list ul li a .date{
	font-size: 12px;
	color: #ff6666;
	margin:12px 0;
}
.img-text-list ul li a .subTitle{
	font-size: 12px;
	color: #666;
	line-height: 200%;
}
.img-text-list ul li a:hover .title>h1{
	color: #cc0000;
	font-weight: bold;
}
.newsDetail .newsTitle{
	padding:30px 0;
	text-align: center;
	font-family: 'Microsoft YaHei';
	border-bottom: 1px solid #d9d9d9;
}
.newsDetail .newsTitle h1{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 25px;
}
.newsDetail .newsTitle .sub{
	font-size: 12px;
	color: #ff6666;
}
.newsDetail .newsTitle .sub span{
	margin:0 15px;
}
.newsDetail .newsConwrap{
	padding: 40px;
}
.newsDetail .newsConwrap img{
	max-width: 100%;
}
.return{
	margin:50px 0;
	text-align: center;
}
.return a.back{
	background: #ff6666;
	color: #fff;
	padding: 10px 30px;
	font-size: 14px;
}

.list-message ul{
	display: block;
}
.list-message ul li{
	width: 100%;
}
.list ul li a{
	
	justify-content: space-between;
}
.leaveMsglink{
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	background: #fd5757;
	font-family: 'Microsoft YaHei';
}
.tabTitle{
	margin:30px 0;
	text-align: center;
}
.tabTitle span{
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	background: #ff9999;
	margin:0 15px;
	display: inline-block;
	font-family: 'Microsoft YaHei';
	cursor: pointer;
}
.tabTitle span.now{
	background: #fd5757;
	cursor: auto;
}
.tabcon{
	display: none;
}
.tabcon.now{
	display: block;
}
.message{
	margin:30px 0;
	border-bottom:1px dotted #1c71b8;
	padding-bottom: 45px;
	margin-bottom: 45px;
}
.message .messageTitle>h1,
.message .messageCon>h1{
	color: #cc0000;
	font-size: 14px;
}
.reply .replyCon>h1{
	color: #ff6600;
	font-size: 14px;
	font-weight: normal;
}
.message .messageTitle>h2,
.message .messageCon>h2,
.reply .replyCon>h2{
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin:8px 0;
}
.message .messagsText,
.reply .messagsText{
	font-size: 14px;
}
.message .messagsText span,
.reply .messagsText span{
	color: #cc9966;
	margin-right: 60px;
}
.leaveMsg{
	margin:40px 0;
}
.leaveMsg table{
	font-size: 14px;
	color: #333;
	font-family: 'Microsoft YaHei'
}
.leaveMsg table td{
	padding: 15px 10px;
}
.leaveMsg table td label{
	margin-right: 20px;
	margin-left: 5px;
}
.leaveMsg table td.left{
	text-align: right;
	width: 200px;
	padding: 15px 0;
}
.leaveMsg table td.left>span{
	color: #ff0000;
	margin-right: 3px;
}
.leaveMsg table .input{
	border:1px solid #c1cfda;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #fff;
}
.leaveMsg table  textarea{
	border:1px solid #c1cfda;
	height: 150px;
	width: 600px;
	line-height: 30px;
	padding: 0 10px;
	background: #fff;
}
.leaveMsg .submit{
	color: #fff;
	width: 85px;
	height: 30px;
	line-height: 30px;
	background: #ff9000;
	border:0;
	font-size: 14px;
}
.formwrap .row{
	display: flex;
	padding: 15px 0;
	align-items: center;
} 
.formwrap .row .messageT{
	width: 200px;
	text-align: right;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}
.formwrap .row input[type='text'],
.formwrap .row input[type='email']{
	border: 1px solid #c1cfda;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #fff;
    width: 200px;
}
.formwrap .tips{
	color: #ff0000;
	margin-left: 5px;
}
.formwrap textarea{
	border: 1px solid #c1cfda;
    height: 150px;
    width: 600px;
    line-height: 30px;
    padding: 0 10px;
    background: #fff;
}
.formwrap .submit {
    color: #fff;
    width: 85px;
    height: 30px;
    line-height: 30px;
    background: #ff9000;
    border: 0;
    font-size: 14px;
}
.formwrap .return,
.success-tips .return{
    color: #fff;
    width: 85px;
    height: 30px;
    line-height: 30px;
    background: #ff6666;
    border: 0;
    font-size: 14px;
    display: inline-block;
    margin-left: 30px;
}
.success-tips{
	text-align: center;
}
.success-tips #success-con{
	text-align: center;
	margin:50px 0;
	line-height: 200%;
    font-size: 14px;
}
#userMessage,#loginshowbtn{
	display: none;
}
#loginOut{
	color: #ff0000;
	cursor: pointer;
}
#userMessage a{
	color: #333;
}
.validatewrap{
	display: flex;
	width: 100%;
	justify-content: flex-start;
}
#validateInputLogin{
	margin-right: 10px;
	width: 150px;
}
.password-wrap{
	text-align: center;
	padding: 50px 0;
}
.password-wrap .tips{
	font-size: 14px;
	margin-bottom: 20px;
}
.password-wrap .password{
	border: 1px solid #c1cfda;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #fff;
    width: 200px;
}
.password-wrap .submit{
    height: 32px;
    line-height: 32px;
    background: #ff6666;
    color: #fff;
    padding: 0 30px;
    font-size: 14px;
    border: 0;
}
.contentLoginTips{
	text-align:center;
	padding: 100px 0;
	color: #999;
}