body {
	margin: 0;
	padding: 0;
	background: #EBE8E5;
}
*{
	margin:0;
	padding: 0;
}
.container {
	margin: 0 auto;
	width: 1200px;
}
.clearfix {
	clear: both;
}
img {
	border: 0;
}
.img-list,.list,.text-content,.img-text-list {
	min-height: 450px;
}
.lists {
	min-height: 550px;
}
/*login start*/
.login {
	height: 42px;
	font-family: Microsoft YaHei;
}
.login-loading {
	text-align: center;
	line-height: 42px;
}
.login-UI {
	display: none;
}
.login-UI-left {
	float: left;
}
.login-UI-left>div {
	display: inline-block;
}
.login-UI-left .login-label {
	font-size: 16px;
	color: #333;
	width: 97px;
	line-height: 42px;
	padding-left: 5px;
	margin-right: 15px;
}
.login-UI-left .username,.login-UI-left .pwd,.login-UI-left .login-btn {
	margin-right: 15px;
}
.login-UI-left .username input,.login-UI-left .pwd input{
	border:0;
	height: 24px;
	width: 165px;
	background: transparent url(../img/user-bg.png) 0 0 no-repeat;
	color: #000;
	font-family: "Arial";
	padding-left: 35px;
	outline: none;
	font-size: 12px;
	vertical-align: middle;
	padding: 4px 0 0px 35px\9;
	height: 22px\9;
	/* background-position: 0px -2px\9; */
}
.login-UI-left .pwd input {
	background-image: url(../img/pwd-bg.png);
}
.login-UI-left .login-btn a {
	background: transparent url(../img/login-btn.png) 0px -1px no-repeat;
	display: inline-block;
	text-decoration: none;
	width: 50px;
	height: 24px;
	vertical-align: middle;
}
.login-UI-right.checkbox {
	font-family: '宋体';
	font-size: 12px;
	color: #666;
	float: right;
	height: 42px;
	line-height: 42px;
}
.login .checkbox input {
	vertical-align: middle;
	margin-right: 5px;
}
.login .checkbox label {
	margin-right: 5px;
}
.name {
	color: #666;
	margin-right: 8px;
	text-decoration: none;
	font-size: 12px;
	font-family: "Arial";
}
.userInformation{
	color: #000;
	font-family: '宋体';
	line-height: 22px;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	display: none;
}
.userInformation .pull-left {
	float: left;
}
.userInformation .pull-right {
	float: right;
}
.userInformation .pull-left .integral{
	color: #009900;
	font-style: normal;
}
.userInformation .pull-left .day{
	color: #0033CB;
	font-style: normal;
}
.userInformation .pull-left a.num{
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}
.userInformation .pull-right a,.userInformation .pull-right strong{
	color: #fff;
	background: transparent url(../img/login-btn-2.png) 0px 0px no-repeat;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	width: 125px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.userInformation .pull-right strong{
	cursor: pointer;
	background-image: url(../img/login-btn-1.png);
}
.userInformation .pull-right a:hover{
	text-decoration: none;
}
/*logo nav banner*/
.top-bg {
	background: #8B241E;
}
/*logo*/
.logo-search {
	height: 95px;
}
.logo {
	float: left;
}
.search {
	float: right;
	background: transparent url(../img/search-bg.jpg) 0px center no-repeat;
	height: 34px;
	width: 324px;
	line-height: 85px;
	margin-top: 31px;
}
.search select{
	border:0;
	float: left;
	margin-left: 21px;
	margin-top: 8px;
	width: 65px;
	background-color: #F2F2F2;
}
.search input {
	height: 24px;
	width: 135px;
	/*padding-left: 45px;*/
	background: transparent;
	border: 0;
	outline: none;
	float: left;
	margin-top: 4px;
	/*padding: 4px 0 0 45px\9;*/
	margin-left: 50px;
}
.search a {
	display: inline-block;
	width: 49px;
	height: 26px;
	float: left;
	margin-top: 5px;
	/*margin-left: 10px;*/
}
/*nav start*/
.nav {
	background: #B5332C;
	font-family: Microsoft YaHei;
}
.nav ul {
	list-style: none;
	padding: 0;
	height: 50px;
	margin-top: 0;
	margin-bottom: 0;
}
.nav ul li a {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nav ul li {
	width: 11.11%;
	height: 50px;
	line-height:50px;
	text-align: center;
}
.nav>ul>li {
	float: left;
	display: inline-block;
	position: relative;
}
.nav>ul>li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 14px;
}
.nav>ul>li:hover>a {
	background: #4E0E01;
	color: #fff;
}
.nav>ul>li ul {
	 display: none; 
	position: absolute;
	top:50px;
	left: 0;
	z-index: 1;
	width: 100%;
}
.nav>ul>li ul li {
	height: 40px;
	line-height: 40px;
	background: #BF362E;
	width: 100%;
}
.nav>ul>li>ul>li {
	position: relative;
}
.nav>ul>li ul li a {
	font-size: 12px;
}
.nav>ul>li:hover>ul {
	display: block;
}

.nav>ul>li:hover ul li:hover>a {
	background: #942721;
}
.nav .thirdmenu {
	position: absolute;
	left: 100%;
	top:0px;
	width: 100%;
	z-index: 1;
}
.nav .thirdmenu li {
	height: 40px;
	line-height: 40px;
	background: #BF362E;
	width: 100%;
}
.nav>ul>li:hover ul li:hover .thirdmenu {
	display: block;
}
.nav>ul>li:hover ul li:hover .thirdmenu li:hover a {
	background: #A52C25;
}
/*nav end*/
/*banner start*/
.banner {
	overflow: hidden;
	width: 1200px;
	height: 360px;
}
.banner ul {
	visibility: hidden;
}
.banner ul img {
	width: 1200px;
	height: 360px;
}
.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: 0;
	left: 0;
}
.bx-wrapper .bx-viewport ul {
	margin: 0;
}
.bx-wrapper .bx-viewport ul li {
	margin-left: 0px\9;
}
.banner .bx-wrapper .bx-pager {
	bottom: auto;
    top: 0px;
    text-align: right;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
	color: transparent;
}
.bx-wrapper {
	margin-bottom: 0;
}
.banner li {
	position: relative;
}
.banner .banner-text {
	position: absolute;
	background: transparent url(../img/banner-bg.png);
	color: #fff;
	height: 30px;
	line-height: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	font-size: 13px;
	font-family: Microsoft YaHei;
}
/*banner end*/
/*新闻动态 start*/
.title {
	overflow: hidden;
}
.title h3 {
	float: left;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	margin: 0;
	padding: 8px 11px;
	/*color: #cc3300;*/
	background-color: #B91C13;
	color: #fff;
	margin-top: 24px;
}
.title a,div.more a {
	float: right;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	height: 26px;
	margin: 24px 0 10px;
	line-height: 38px;
	background: transparent url(../img/more.png) right 10px no-repeat;
	padding-right: 20px;
	font-family: Microsoft YaHei;
}
.content {
	width: 378px;
	height: 408px;
	border-top: 3px solid #B81C13;
	background: #fff;
	float: left;
	margin-right: 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.content-last {
	margin-right: 0;
}
.education.zhaosheng{
	margin-right: 0;
}
.zhaosheng .tel{
	
	
	background-color: #2E8AD3;
	width: 192px;
	height: 164px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	
}

.zhaosheng .tel h3{
	margin:0 0 21px;
}
.zhaosheng .tel .conwrap{
	padding: 10px 10px 0;
	font-size: 16px;
	font-family: '微软雅黑';
	color: #fff;
}
.zhaosheng .tel .telphone,.zhaosheng .tel .mobilephone{
	background: url(../img/telbg.jpg) no-repeat;
	padding-left: 35px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 13px;
	font-weight: bold;
}
.zhaosheng .tel .mobilephone{
	background-position: 0 -35px;
}
.zhaosheng .tel .link,.zhaosheng .eqwrap .link{
	background-color: #39B5E9;
	text-align: center;
	height: 24px;
	line-height: 24px;
}
.zhaosheng .tel .link a,.zhaosheng .eqwrap .link a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	display: block;
}
.zhaosheng .eqwrap{
	width: 142px;
	float: right;
	margin-right: 15px;
	margin-top: 20px;
}
.zhaosheng .eqwrap .conwrap{
	width: 142px;
	height: 142px;
	overflow: hidden;
}
.zhaosheng .eqwrap .link{
	background-color: #FE7C00;
}
.zhaosheng .zhaoshengsite{
	margin:18px 0;
	text-align: center;
}
.zhaosheng .linkslist{
	list-style: none;
	margin:0 0 0 15px;
	padding: 0;
}
.zhaosheng .linkslist li{
	float: left;
	margin-right: 13px;
}

.news-activity {
	overflow: hidden;
	width: 790px;
	float: left;
}
.news-activity .content a {
	text-decoration: none;
}
.news-activity img {
	width: 100%;
	height: 250px;
}
.news-activity .img-text-div {
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}
.news-activity .img-text {
	width: 354px;
	height: 61px;
	font-family: "宋体";
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin-top: -3px;
	padding: 12px;
}
@-moz-document url-prefix() {
	.news-activity .img-text {
		height: 63px;
	}
}
.news-activity .img-text a:hover .img-text-title {
	color: #cc0000;
	font-weight: bold;
}
.news-activity .img-text .img-text-title {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 30px;
	color: #333;
}
.news-info {
	font-size: 12px;
	font-family: "宋体";
	color: #686868;
	height: 24px;
}
.news-info .department {
	text-decoration: none;
	color: #FF6600;
}
.news-info .line {
	color: #BEBEBE;
	margin: 0 5px;
}
.news-info .top {
	color: #ff0000;
	font-weight: bold;
}
.news-info .inner {
	color: #0099FF;
	font-weight: bold;
}
.news-info .hits {
	color: #333;
}
.news-activity .item .item-text {
	height: 53px;
	width: 260px;
}
.item-list {
	margin-top: 6px;
	height: 399px;
	overflow: hidden;
}
.education.zbtb .item-list {
	margin-top: 7px;
	height: 120px;
	overflow: hidden;
}
.education.zbtb .item-list .item {
	padding: 10px 0;
}
.item {
	border-bottom: 1px solid #ccc;
	margin-right: 15px;
	margin-left: 15px;
	padding: 7px 0;
	overflow: hidden;

}
.item-last {
	/*border-bottom: 0;*/
}
.item a {
	text-decoration: none;
}
.item a:hover .item-title {
	font-weight: bold;
	color: #cc0000;
}
.item .item-img {
	float: left;
}
.item .item-text {
	float: right;
	width: 225px;
	font-size: 12px;
	font-family: "宋体";
	color: #333;
	line-height: 24px;
}
.item .item-text .item-title {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #323232;
	height: 24px;
}
.item img {
	width: 70px;
	height: 50px;
}
/*新闻动态 end*/
/*教育教学 start*/
.education {
	width: 380px;
	float: left;
	margin-right: 30px;
}
.education.information{
	margin-right: 0;
	float: right;
}
.education.zbtb{

}
.education.zbtb .title h3,.judge .title h3,.news-activity .title h3{
	font-size: 22px;
	background: none;
	color: #BA220D;
	padding: 10px 0;
	margin-top: 12px;
}
.news-activity .content{
	width: 788px;
}
.news-activity .content .item-list{
	float: left;
	width: 470px;
}
.news-activity .content .item-list.text-list{
	float: left;
	width: 300px;
	margin-left: 5px;
}
.news-activity .content  .item-list.text-list .item{
	width: 300px;
	background: none;
	border-bottom:1px solid #ccc;
	padding: 0;
	margin-top: 0;
	padding-bottom: 6px;
	margin:0;
}
.news-activity .content  .item-list.text-list .item .item-title{
	text-overflow: ellipsis;
	height: 24px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
}
.news-activity .content  .item-list.text-list .item .item-text{
	height: auto;
	width: auto;
	float: none
}
.news-activity .content .item{
	padding: 0;
	background-color: #ECE8E5;
	border-bottom: 0;
	margin-top: 18px;
}
.news-activity .content .item .item-text .item-title{
	margin-top: 15px;
	height: 48px;
	text-overflow: auto;
	white-space: normal;
	margin-bottom: 10px;
}
.news-activity .content .item .item-img{
	margin-right: 20px;
}
.news-activity .content .item img{
	width: 160px;
	height: 108px;
	display: block;
	
}
.education.zbtb .content{
	height: 148px;
}
.judge .content{
	height: 148px;
}
.education .item {
	padding: 9px 0;
}
.education .item .item-text {
	width: 100%;
}
/*教育教学 end*/
/*评审专栏 start*/
.judge {
	width: 380px;
	float: left;
}
.judge .item-list {
	padding: 20px 15px 0;
	height: 395px; 
	overflow: hidden;
}
.judge table {
	width: 100%;
}
.judge table tr {
}
.judge table td{
	text-align: center;
	vertical-align: middle;
	height: 55px;
	padding: 0;
	background: #CC6666;
}
.judge table td a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-family: Microsoft YaHei;
	display: block;
	padding: 0 30px;
}
.judge tr.white-space td {
	height: 20px;
	background: transparent;
}
/*评审专栏 end*/
/*招标投标 start*/
.special-block {
	overflow: hidden;
	float: left;
	/*width: 820px;*/
}
.tender {
	overflow: hidden;
}
.tender .tender-title{
	float: left;
	margin-top: 28px;
}
.tender .tender-title img {
	width: 59px;
	height: 53px;
}
.tender .tender-news,.tender .more {
	float: left;
}
.tender .tender-news {
	width: 617px;
	margin-right: 42px; 
}
.tender .infoList {
	list-style: none;
	overflow: hidden;
	height: 51px;
	overflow: hidden;
	margin: 0;
	padding: 0 10px;
}
.tender .infoList a {
	text-decoration: none;
}
.tender .infoList li {
	float: left;
	width: 280px;
	font-family: "宋体";
	color: #999;
	font-size: 12px;
	height: 51px;
	line-height: 51px;
	position: relative;
	padding: 0 10px;
	margin-right: 20px;
}
.tender .infoList li div {
	width: 224px;
	display: inline-block;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tender .infoList li div.tender-date {
	position: absolute;
	right: 0;
	height: 53px;
	line-height: 53px;
	width: 70px;
	color: #999;
}
.tender .infoList li a:hover div {
	color: #cc0000;
}
.tender .infoList li a:hover div.tender-date {
	color: #999;
}
div.more a {
	height: 53px;
	line-height: 53px;
	margin: 0;
	background-position: right center;
}
.tender-block {
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background:#fff;
	padding: 0 15px 0 10px;
	margin-top: 28px;
	height: 51px;
}
/*招标投标 end*/
/*专题链接 start*/
.special-subject {
	overflow: hidden; 
}
.special-subject .bx-wrapper .bx-viewport {
	background-color: transparent; 
}
.special-subject .special-subject-title {
	background: transparent url(../img/link.jpg) 0px 0px no-repeat;
	width: 39px;
	height: 100px;
	float: left;
}
.special-subject .pic-center-slide {
	float: left;
	margin-left: 25px;
}
.special-subject .pic-center-slide ul {
	overflow: hidden;
}
.special-subject .bx-wrapper .bx-controls-direction a {
	top:45%;
	height: 38px;
}
.special-subject a {
	text-decoration: none;
}
.special-subject .pic-center-img img {
	width: 215px;
	height: 100px;
}
.special-subject .pic-center-slide ul li {
	position: relative;
}
.special-subject .pic-center-text {
	font-size: 12px;
	color: #fff;
	width: 215px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: transparent url(../img/link-bg.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #fff;
}
.special-subject ul {
	visibility: hidden;
}
/*专题链接 end*/
/*links start*/
.links {
	background: #C6C3C0;
	padding-bottom: 30px;
	margin-top: 35px;
}
.links .container {
	overflow: hidden;
}
.links .link-title {
	font-family: Microsoft YaHei;
	font-size: 18px;
	color: #000;
	height: 42px;
	line-height: 42px;
}
.fast-link {
	padding-left: 5px;
	padding-top: 10px;
	float: left;
	width: 390px;
	background: transparent url(../img/link-line.png) right 22px no-repeat;
}
ul.fast-links {
	list-style: none;
	overflow: hidden;
	padding-left: 0;
	margin: 0;
	width: 360px;
}
ul.fast-links li {
	color: #333;
	font-size: 12px;
	font-family: '宋体';
	float: left;
    line-height: 24px;
    height: 24px;
}
ul.fast-links li a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	width: 90px;
	height: 24px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
ul.fast-links li a:hover {
	color: #cc0000;
}
/*常用链接*/
.fast-link.common-link {
	padding-left: 18px;
}
/*图标链接*/
.icon-link {
	float: left;
	padding-top: 10px;
	padding-left: 0;
	/*padding-left: 40px;*/
}
.icon-link a {
	text-decoration: none;
}
.icon-link a:hover .icon1,.icon-link a:hover .icon2,.icon-link a:hover .icon3,.icon-link a:hover .icon4 {
	color: #cc0000;
}
.icon-link .icon1,.icon-link .icon2,.icon-link .icon3,.icon-link .icon4,.icon-link .icon5 {
	background: transparent url(../img/icon1.png) 4px 15px no-repeat;
	width: 74px;
	height: 24px;
	padding-top: 90px;
	line-height: 24px;
	font-family: '宋体';
	font-size: 12px;
	color: #333;
	text-align: center;
	float: left;
	/*margin-right: 15px;*/
	margin-left: 5px;
}
.icon-link .icon2 {
	background-image: url(../img/icon2.png);
}
.icon-link .icon3 {
	background-image: url(../img/icon3.png);
}
.icon-link .icon4 {
	background-image: url(../img/icon4.png);
}

.icon-link .icon5 {
	background-image: url(../img/icon5.png);
}
/*links end*/
/*footer start*/
.footer {
	padding: 20px 0 20px;
	overflow: hidden;
	background: #4E201E;
}
.footer-left {
	float: left;
	font-size: 12px;
	height: 73px;
	color: #fff;
}
.footer-left a,.footer-left a:hover {
	text-decoration: none;
	color: #fff;
}
.footer-left img {
	float: left;
}
.footer-left div {
	float: left;
	margin-left: 16px;
}
.footer-left div p{
	margin: 10px 0;
}
.footer-right {
	float: right;
	margin-top: 20px;
}
.footer-right select {
	width: 230px;
	height: 20px;
	color: #333;
	line-height: 20px;
}
@-moz-document url-prefix(){
	.footer-right select {
		padding: 0 0 4px;
		height: 22px;
	}
}
.footer-hits {
	background: #1F0D0C;
	padding: 1px 5px;
}
/*footer end*/


/*list.html*/
/*sec-nav start*/
.sec-nav {
	font-family: Microsoft YaHei;
	overflow: hidden;
	background: #CB9491;
	height: 50px;
	overflow: hidden;
	margin: 14px 0 24px;
}
.sec-nav .first-nav {
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
	padding-right: 25px;
	background: #D07974;
	float: left;
	display: inline-block;
}
.sec-nav ul {
	list-style: none;
	margin: 0;
}
.sec-nav ul li {
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 50px;
}
.sec-nav ul li a {
	color: #fff;
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding: 0 40px;
}
.sec-nav ul li a:hover {
	color: #fff;
	font-weight: bold;
}
/*sec-nav end*/
/*面包屑 start*/
.listTitle {
	overflow: hidden;
	padding: 0 23px 0 25px;
	background: #fff;
	height: 60px;
	margin-bottom: 32px;
}
.listTitle h3 {
	float: left;
	font-size: 18px;
	color: #666;
	margin: 0;
	font-family: Microsoft YaHei;
	height: 60px;
	line-height: 60px;
	font-weight: normal;
}
.breadNav {
	float: right;
	font-size: 14px;
	margin-top: 18px;
	font-family: Microsoft YaHei;
}
.breadNav a {
	color: #666;
	text-decoration: none;
}
/*面包屑 end*/
/*列表 start*/
.list {
	margin: 0 -15px;
}
.list .item {
	width: 538px;
	float: left;
	padding: 25px 20px 15px 25px;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 35px;
	height: 80px;
}
.list .item .item-img {
	float: right;
}
.list .item img {
	height: 75px;
}
.list .item .item-text {
	float: left;
	width: 400px;
}
/*列表 end*/
/*页码 start*/
#pageNum {
	text-align: center;
	padding-bottom:50px;

}
#pageNum .pageNumSel {
	background-color:#FF6600; 
}
#pageNum>a {
	text-decoration: none;
	display: inline-block;
	height: 25px;
	width: 25px;
	background-color: #B2B2B2;
	color: #fff;
	margin-right: 15px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	font-family: Microsoft YaHei;
}
#pageNum>.pageNum_lastA {
	margin-right: 0;
}
a.disabled:hover {
	text-decoration: none;
	cursor: default;
}
#pageNum>a.disabled{
	background-color: #ddd;
}

/*页码 end*/

/*content.html*/
.text {
	background: #fff;
}
.text-title {
	text-align: center;
	padding: 15px 0 20px;
	margin-bottom: 22px;
}
.text-title h2 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 25px;
	font-family: Microsoft YaHei;
}
.text-title div {
	color: #999;
	font-size: 12px;
	font-family: Microsoft YaHei;
}
.text-content{
	font-family: Microsoft YaHei;
	font-size: 13px;
	color: #666;
	padding: 0 34px;
	text-align: justify;
	line-height: 30px;
}
.text-btns {
	text-align: center;
	padding: 118px 0 118px;
}
.text-btns a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	background: #BEBEBE;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
}
.text-inner {
	color: #0080CA;
}


/*img-lists*/
.img-list {
	margin-bottom: 20px;
}
.img-list ul {
	list-style: none;
	overflow: hidden;
	padding-left: 0;
	margin: 0 -14px 26px;
}
.img-list ul li {
	float: left;
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 34px;
}
.img-list ul li a {
	text-decoration: none;
}
.img-list ul li .pic-center-img img {
	width: 279px;
	height: 180px;
}
.img-list ul li .pic-center-text {
	font-size: 16px;
	color: #666;
	width: 279px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Microsoft YaHei;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: default;
}
.mfp-title {
	padding-right: 0;
	text-align: center;
}

/*search-list.html*/
.lists {
	padding: 20px 25px 0;
	background: #fff;
	font-family: Microsoft YaHei;
	font-size: 14px;
}
.lists ul {
	float: none;
	padding-left: 0px;
	width: 100%;
	margin-right: 0;
	margin-top: 0px;
	list-style: none;
	margin-bottom: 125px;
}
.lists ul li {
	line-height: 54px;
	margin-top: 0;
	position: relative;
	height: 55px;
}
.lists ul li a {
	color: #666;
    text-decoration: none;
    font-size: 14px;
}
.lists ul li a:hover .text {
	font-weight: bold;
	color: #cc0000;
}
.lists ul li a:hover .text .dot {
	font-size: 15px;
}
.lists ul li .text {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 130px;
    height: 54px;
    border-bottom: 1px dotted #999;
}
.lists ul li .dot {
	padding-right: 10px;
	font-size: 14px;
	color: #cc3333;
}
.lists ul li .date {
	position: absolute;
	top: 0;
	right: 0;
	color: #666;
	font-size: 14px;
}

/*学校机构*/
.org-div {
	padding: 35px 0 43px;
}
.org {
	font-family: Microsoft YaHei;
	margin-bottom: 60px;
}
.org-title {
	background: #DC7F7B;
	font-size: 18px;
	color: #fff;
}
.org-title div {
	background: #E66058;
	padding: 15px 20px;
	display: inline-block;
}
.org-item {
	background: #fff;
	padding: 32px 0px 0 35px;
}
.org-item a {
	text-decoration: none;
	color: #666;
	width: 198px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	display: inline-block;
}
.org-item div {
	background: #ddd;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 32px;
	margin-right: 35px;
}

/*judgement.html*/
.judgement-div {
	margin: 0 -14px 65px;
}
table.judgement  {
	width: 100%;
}
table.judgement tr {

}
table.judgement td{
	text-align: center;
	vertical-align: middle;
	height: 60px;
	padding: 0;
	background: #CC6666;
	width: 279px;
	border-left: 14px solid #EBE8E5;
	border-right: 14px solid #EBE8E5;
}
table.judgement td a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-family: Microsoft YaHei;
	display: block;
	padding: 0 15px;
}
.judgement tr.white-space td {
	height: 40px;
	background: transparent;
}

/*img-text.html*/
.img-text-list {
	margin: 0 -18px 60px;
}
.img-text-item {
	float: left;
	width: 376px;
	border: 2px solid transparent;
	height: 150px;
	background: #fff;
	background-clip: padding-box;
	margin: 0 16px 30px;
}
.img-text-item:hover {
	border-color: #cc6666;
}
.img-text-item a {
	text-decoration: none;
}
.img-text-img {
	float: left;
	width: 150px;
	height: 150px;
}
.img-text-img img {
	width: 150px;
	height: 150px;
}
.img-text-text {
	float: right;
	font-family: Microsoft YaHei;
	width: 216px;
	margin-top: 30px;
}
.img-text-text h4 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.img-text-text div {
	color: #666;
	font-family: '宋体';
	font-size: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/*special-subject.html*/
.img-list.img-list2 ul li .pic-center-img img {
 	height: 120px;
}
.img-list.img-list2 ul li .pic-center-text {
	position: absolute;
	background: transparent url(../img/link-bg.png);
	height: 30px;
	bottom: 4px;
	left: 0;
	right: 0;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}
.img-list.img-list2 ul li {
	position: relative;
}

/*reply.html*/
.messageBtn {
	float: right;
	margin-top: 19px;
}
.messageBtn a {
	color: #fff;
	background-color: #ff7500;
	font-size: 16px;
	font-family: Microsoft YaHei;
	padding: 5px 26px;
    font-weight: bold;
    text-decoration: none;
    height: 64px;
}
.principal {
	background: #fff;
}
.principal-reply {
	margin: 0 15px;
	margin-top: -15px;
	min-height: 400px;
}
.principal-reply, .principal-reply h3 {
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #222;
}
.principal-reply>div>div, .principal-reply h3 {
	/* height: 30px; */
	line-height: 30px;
}
.principal-reply h3 {
	margin: 0;
	color: #b5332c;
	font-weight: bold;
}
.principal-reply h3.principalReplyContent {
	color: #ff7500;
}
.principal-reply div.messageBaseInfo span {
	color: #b5332c;
	margin-right: 20px;
}
.principal-reply>div {
	padding: 18px 42px;
}
.principal-reply .principalProblem {
	border-bottom: 1px solid #ccc;
}
.password-wrap {
	text-align: center;
}  
.password-wrap .tips {
	line-height: 60px;
}
.messageBaseInfo div {
	display: inline-block;
}
/*principal-list.html*/
.principal .principal-mailbox a {
	color: #fff;
	background-color: #ff7500;
	font-size: 16px;
	font-family: Microsoft YaHei;
	padding: 5px 26px;
    font-weight: bold;
}
.principal-mailbox {
	text-align: center;
	height: 50px;
	line-height: 62px;
}
.principal .principal-mailbox a {
	color: #333333;
	background-color: #eee;
	border: 1px solid #999;
	padding: 5px 42px;
	text-decoration: none;
}
.principal .principal-mailbox a:hover {
	background-color: #e3e1e1;
	text-decoration: none;
}
.principal .principal-mailbox a.now {
	color: #fff;
	background-color: #8B241E;
	border-color: #8B241E;
}
.consult, .complaint {
	margin-right: 20px;
}
.complaintUl, .suggestionUl {
	display: none;
}
.principal .principal-mailboxUl ul {
	list-style: none;
	padding-left: 0;
	width:100%;
	margin-bottom: 60px;
}
.principal .principal-mailboxUl ul li {
	padding:19px 18px;
	border-bottom:1px dashed #999;
	overflow:hidden;
}

.principal .principal-mailboxUl ul li>a {
	text-decoration: none;
	width: 77%;
	color: #666;
	font-family: Microsoft Yahei;
	font-size: 14px;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding-left: 13px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	float: left;
	/*background: transparent url(../images/orange-circle.png) left center no-repeat;*/
}
.principal .principal-mailboxUl ul li>a {
	width: 80%;
}
.principal .principal-mailboxUl ul li>a:hover {
	color:#cc0000;
	font-weight: bold;
}
.principal .principal-mailboxUl ul li>span {
	color: #787878;
	font-size: 12px;
	float: right;
	display: inline-block;
	height: 23px;
	line-height: 27px;
	font-family: Arial;
}
.principal .dot {
	padding-right: 10px;
	font-size: 14px;
	color: #cc3333;
}
.principal .principal-mailboxUl {
	min-height: 500px;
}
.success-tips {
 	text-align: center;
 	margin-top: 20px;
 	line-height: 30px;
 }
.success-tips a {
 	padding: 5px 10px;
    text-decoration: none;
    background-color: #aaaaaa;
    color: #fff;
    font-weight: bold;
    margin: 0 5px;
 }
.password-wrap {
	text-align: center;
}  
.password-wrap .tips {
	line-height: 60px;
}
/*principal-submit.html*/
.leaveMessage {
	overflow: hidden;
}
.leaveMessage, .leaveMessageType, .leaveMessageBtn {
	font-size: 14px;
	font-family: Microsoft YaHei;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 25px;
}
.leaveMessage input, .leaveMessage textarea {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	background-color: #eee;
	outline: none;
}
.leaveMessage .messageT, .leaveMessageType .messageT, .leaveMessageBtn  .messageT {
	text-align: right;
	height: 30px;
    line-height: 30px;
    width: 75px;
    float: left;
}
.leaveMessage .messageC {
	position: relative;
	float: left;

}
.leaveMessage .tips {
	color: #ff0000;
	font-weight: bold;
	position: absolute;
	left: 10px;
    top: 7px;
}
.leaveMessageType .tips {
	color: #ff0000;
	font-weight: bold;
}
#leave-msg-title, #leave-msg-name {
	/* padding-left: 15px; */
}
.leaveMessageType .messageC {
	height: 30px;
    line-height: 30px;
    position: relative;
}
.leaveMessageType .messageC input {
	margin-top: 0;
    vertical-align: middle;
    margin-right: 2px;
}
#leave-msg-con {
	width: 100%;
	/* padding-top: 30px; */
	height: 300px;
}
.leaveMessageBtn {
	font-size: 18px;
	font-family: Microsoft YaHei;
}
.leaveMessageBtn .submit {
	color: #fff;
	background-color: #ff7500;
	border: none;
	padding: 4px 30px;
	margin-right: 20px;
	cursor: pointer;
}
.leaveMessageBtn .messageC a {
	color: #fff;
	background-color: #b5b5b5;
	padding: 4px 10px;
	text-decoration: none;
}
.leaveMessageBtn .messageC a:hover {
	text-decoration: none;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}
.formwrap {
 	padding: 40px 0 40px;
 }
.success-tips {
 	text-align: center;
 	margin-top: 20px;
 	line-height: 30px;
 }
 .success-tips a {
 	padding: 5px 10px;
    text-decoration: none;
    background-color: #aaaaaa;
    color: #fff;
    font-weight: bold;
    margin: 0 5px;
 }
 .col-lg-4 {
 	width: 320px;
 }
 .col-lg-2 {
 	width: 160px;
 }
 .col-lg-3 {
 	width: 240px;
 }
 .col-lg-8 {
 	width: 640px;
 }

 /*list-edit.html*/
 .list2.lists ul li .dot {
 	background: transparent url(../img/point1.png) 0px 6px no-repeat;
 	background: transparent url(../img/point1.png) 0px 6px no-repeat;
    display: inline-block;
    width: 6px;
    height: 13px;
 }
/* .list2.lists ul li .date {
 	position: static;
 	float: right;
 }
 
 */
.list2.lists ul li .text {
 	border-bottom: 0;
 }
.list2.lists ul li {
 	border-bottom: 1px dotted #999;
 }
 .list2.lists ul li .text {
 	color: #333;
 	margin-right: 250px;
 	padding-right: 0;
 }
 .list2.lists ul li .date {
 	font-size: 12px;
 	color: #666;
 } 
 .list2 .department {
	text-decoration: none;
	color: #FF6600;
	font-size: 12px;
}
.list2 .line {
	color: #f0f0f0;
	margin: 0 10px;
}
.list2 .top {
	color: #ff0000;
	font-weight: bold;
}
.list2 .inner {
	color: #0099FF;
	font-weight: bold;
}
.list2.lists ul {
	margin-bottom: 70px;
}

/*改版*/
.education .item .item-text {
	position: relative;
}
.education .item .item-text .item-title {
	width: 250px;
}
.education .news-info {
	position: absolute;
    right: 0;
    top: 0;
    line-height: 23px;
}
.education .item {
	padding: 8px 0 7px;
}
.humanity.education {
	margin-right: 0;
}
.judge {
	width: 790px;
}
.judge .content {
	width: 790px;
}
.judge table td {
	width: 372px;
	height: 56px;
}
.judge table {
	border-spacing: 15px 9px;
}
.judge .item-list {
	padding: 0;
}
.judge .item-list {
	height: 140px;
}

/********add 3.21 00***********/
.tabwrap{
	width: 380px;
	float: left;
	margin-right: 30px;
}
.tabwrap.right{
	float: right;
	margin-right: 0;
}
.tabwrap .tabTitle{

}
.tabwrap .tabTitle .titlewrap{
	float:left;
}
.tabwrap .tabTitle .titlewrap h3.curr{
	background-color: #B91C13;
	cursor: auto;
}
.tabwrap .tabTitle .titlewrap h3 span{
	color: #F9F300;
}
.tabwrap .tabTitle .titlewrap h3{
	float: left;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	margin: 0;
	padding: 8px 11px;
	/*color: #cc3300;*/
	background-color:  #999;
	color: #fff;
	margin-top: 24px;
	margin-right: 2px;
	cursor: pointer;
}
.tabwrap .tabTitle .linkwrap{
	float: right;
}
.tabwrap .tabTitle .linkwrap a {
	float: right;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	height: 26px;
	margin: 24px 0 10px;
	line-height: 38px;
	background: transparent url(../img/more.png) right 10px no-repeat;
	padding-right: 20px;
	font-family: Microsoft YaHei;
	display: none;
}
.tabwrap .tabTitle .linkwrap a.curr{
	display: inline;
}
.tabwrap .tabConwrap{
	border-top: 3px solid #B81C13;
	background: #fff;
	height: 408px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tabwrap .tabConwrap .tabcon{
	display: none;
}
.tabwrap .tabConwrap .tabcon.curr{
	display: block;
}

.tabwrap.department{
	width: auto;
	float: none;
	margin-right: 0;
}
.tabwrap.department .tabConwrap{
	height: 207px;
	width: auto;
	padding: 20px 15px;
	float: none;
	margin-right: 0;
}
.tabwrap.department .imgshow{
	width: 350px;
	height: 207px;
	float:left;
	position: relative;
}
.tabwrap.department .imgshow img{
	width: 350px;
	height: 207px;
}
.tabwrap.department .imgshow .title{
	position: absolute;
	left:0;
	right: 0;
	bottom:0;
	height: 36px;
	line-height: 36px;
	background: transparent url(../img/banner-bg.png);
	color: #fff;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tabwrap.department .imgshow a{
	display: block;
	color: #fff;
}
.tabwrap.department .itemwrap{
	float: right;
	width: 783px;
	overflow: hidden;
	height: 207px;
}
.tabwrap.department .itemwrap .item-list{
	width: 818px;
	margin-top: 0;
}
.tabwrap.department .education .item{
	width: 373px;
	float: left;
	margin-right: 35px;
	margin-left: 0;
}
