/* reset开始 */
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
img,
table {
	margin: 0;
	padding: 0;
}

ul,
li,
dl,
dd {
	list-style: none;
}

img {
	border: 0;
	display: block;
}

a {
	text-decoration: none;
	color: #333;
}

h1,
h2,
h3 {
	/* font-weight: 100; */
}

button {
	border: none;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Microsoft YaHei", Helvetica, Arial;
	color: #333333;
	margin: 0 auto;
	font-size: 15px;
}

/* reset结束 */



/* 头部开始 */
.header {
	width: 100%;
	height: 74px;
	margin: 0 auto;
	background: url(../images/headbg.jpg) no-repeat center 0;
	min-width: 1180px;
}

.headerbox {
	width: 1180px;
	margin: 0 auto;
}

.header a {
	display: block;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
}

.header .toptit {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

/* 头部结束 */


/* 主体内容开始 */
.main {
	width: 100%;
	margin: 0 auto;
	height: auto;
	min-height: 78vh;
	min-width: 1180px;
}

.nav {
	width: 100%;
	margin: 0 auto;
	height: 70px;
	min-width: 1180px;
	background: #FFFFFF;
}

.nav_cnt {
	width: 1180px;
	height: auto;
	margin: 0 auto;
}

.nav_cnt a {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 2px;
	font-size: 14px;
	color: #3c3c3c;
	background: #f4f4f4;
	border: 1px solid #dedede;
	margin-top: 16px;
	margin-right: 8px;
	cursor: pointer;
}

.nav_cnt .currenta {
	border-radius: 2px;
	border: 1px solid #1971c9;
	color: #FFFFFF;
	background: #2379cf;
	box-shadow: 1px 1px 2px #2186eb;
}

.nav_cnt a:hover {
	border-radius: 2px;
	border: 1px solid #1971c9;
	color: #FFFFFF;
	background: #2379cf;
	box-shadow: 1px 1px 2px #2186eb;
}

/* 当前位置开始 */
.location {
	width: 1098px;
	margin: 0 auto;
	margin-top: 20px;
	height: 40px;
	padding: 0 30px;
	line-height: 40px;
	background: #f2f2f2;
	border: 1px solid #eee;
	box-shadow: 0px 0px 6px #ccc;
}

.location p {
	color: #666666;
	line-height: 40px;
	text-indent: 0;
}

.location p a {
	color: #2B73CB;
	margin-left: 2px;
}

/* 当前位置结束 */


/* 内容导航 */
.cnt_page {
	width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	padding: 8px 30px 20px 30px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 6px #ccc;
}

.cnt_page h2 {
	font-size: 20px;
	color: #F7670D;
	margin: 25px 0 15px 0
}

.cnt_page h3 {
	margin-top: 25px;
	margin-bottom: 15px;
	padding-left: 15px;
	position: relative;
	font-size: 16px;
	color: #000000;
}

.cnt_page h3 a {
	color: #2B73CB;
}

.cnt_page h3:first-of-type {
	margin-top: 25px;
}

.cnt_page h3:before {
	content: "";
	width: 3px;
	height: 18px;
	background: #2379cf;
	position: absolute;
	left: 0;
	top: 3px;
}

.cnt_page p {
	color: #555555;
	font-size: 15px;
	text-indent: 30px;
	line-height: 28px;
	margin-bottom: 10px;
	padding: 0 15px;
}

.cnt_page p strong {
	color: #3c3c3c;
}

.part-table {
	border: 1px solid #ebebeb;
	/*! width: 100%; */
	width: 100%;
	/* max-width: 100%; */
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
	font-size: 15px;
}

.part-table caption {
	padding: 8px 0 8px 1em;
	font-size: 15px;
	color: #333;
	text-align: left;
	border: 1px solid #2b62b4;
}

.part-table>tbody>tr>td,
.part-table>tbody>tr>th,
.part-table>tfoot>tr>td,
.part-table>tfoot>tr>th,
.part-table>thead>tr>td,
.part-table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
}

.part-table>tbody>tr>td,
.part-table>tbody>tr>th,
.part-table>tfoot>tr>td,
.part-table>tfoot>tr>th,
.part-table>thead>tr>td,
.part-table>thead>tr>th {
	/* border: 1px solid #ebebeb; */
}

.part-table-responsive>.part-table>tbody>tr>td,
.part-table-responsive>.part-table>tbody>tr>th,
.part-table-responsive>.part-table>tfoot>tr>td,
.part-table-responsive>.part-table>tfoot>tr>th,
.part-table-responsive>.part-table>thead>tr>td,
.part-table-responsive>.part-table>thead>tr>th {
	/*white-space: nowrap;*/
	word-break: break-all;
}

.part-table-responsive>.part-table {
	border: 0;
	margin-bottom: 0;
}

.part-table-responsive>.part-table>tbody>tr>td:first-child,
.part-table-responsive>.part-table>tbody>tr>th:first-child,
.part-table-responsive>.part-table>tfoot>tr>td:first-child,
.part-table-responsive>.part-table>tfoot>tr>th:first-child,
.part-table-responsive>.part-table>thead>tr>td:first-child,
.part-table-responsive>.part-table>thead>tr>th:first-child {
	border-left: 0;
}

.part-table-responsive>.part-table>thead:first-child>tr:first-child>td,
.part-table-responsive>.part-table>thead:first-child>tr:first-child>th,
.part-table-responsive>.part-table>tbody:first-child>tr:first-child>td,
.part-table-responsive>.part-table>tbody:first-child>tr:first-child>th {
	border-top: 0;
}

.part-table-responsive>.part-table>tbody>tr>td:last-child,
.part-table-responsive>.part-table>tbody>tr>th:last-child,
.part-table-responsive>.part-table>tfoot>tr>td:last-child,
.part-table-responsive>.part-table>tfoot>tr>th:last-child,
.part-table-responsive>.part-table>thead>tr>td:last-child,
.part-table-responsive>.part-table>thead>tr>th:last-child {
	border-right: 0;
}

.part-table-responsive>.part-table>tbody>tr:last-child>td,
.part-table-responsive>.part-table>tbody>tr:last-child>th,
.part-table-responsive>.part-table>tfoot>tr:last-child>td,
.part-table-responsive>.part-table>tfoot>tr:last-child>th {
	border-bottom: 0;
}

.part-table,
.part-content {
	/* margin-top: 5px;
	margin-bottom: 30px; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.part-table tr th,
.part-table tr td {
	text-align: center;
	color: #333;
	width: 200px;
	vertical-align: middle;
}

.part-table tr th {
	font-size: 16px;
	background-color: #2b62b4;
	color: #FFFFFF;
	font-weight: normal;
}

.part-table tr:hover {
	background-color: #fefee3;
}

.part-table-responsive {
	width: 100%;
	margin-bottom: 0;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ebebeb;
}

.part-content {
	border: 1px solid #f0f0f0;
	padding: 20px;
	color: #666666;
	min-height: 1rem;
	overflow: hidden;
}

.part-tip {
	padding-left: 1em;
	margin-bottom: 10px;
}

.part-tip>span {
	margin: 0 5px;
}

.part-tip>.teamPeoTotal {
	color: #4976e8;
}

.part-tip>.schoolPeoNum {
	color: #009900;
}

.part-tip>.societyPeoNum {
	color: #ff6600;
}

.special-tb {
	border: 1px solid #2b62b4;
	margin-bottom: 30px;
	;
}

.special-tb .part-table {
	border: none;
	margin-bottom: none;
}

.special-tb .part-table>tbody>tr>td,
.special-tb .part-table>tbody>tr>th,
.special-tb .part-table>tfoot>tr>td,
.special-tb .part-table>tfoot>tr>th,
.special-tb .part-table>thead>tr>td,
.special-tb .part-table>thead>tr>th {
	border-right: none;
}

.special-tb .part-table>tbody>tr>td:first-of-type,
.special-tb .part-table>tbody>tr>th:first-of-type,
.special-tb .part-table>tfoot>tr>td:first-of-type,
.special-tb .part-table>tfoot>tr>th:first-of-type,
.special-tb .part-table>thead>tr>td:first-of-type,
.special-tb .part-table>thead>tr>th:first-of-type {
	border-left: none;
}




.cnt_page h4 {
	color: #3C3C3C;
	font-weight: normal;
	margin: 0 0 10px 20px;
}

.cnt_page .have_border {
	margin: 20px 25px;
	padding: 30px 10px;
	border: 1px solid #DEDEDE;
}

.cnt_page .have_border p {
	text-indent: 0;
}

.part-table>tbody>#fenge>td {
	border-top: 1px solid #2b62b4 !important;
}

.part-table>tbody>tr>td.fir {
	width: 10%;
	vertical-align: middle;
	font-size: 14px;
	background: #DEEBFE;
	border: 0;
}

.part-table>tbody>tr>td.sec {
	font-size: 14px;
	color: #444444;
	background: #f6f6f6;
	border-top: 1px solid #b9d5fe;
}

.part-table>tbody>tr>td.thi {
	font-size: 13px;
	text-align: left;
	color: #666666;
	padding: 22px 25px;
	border-top: 1px solid #b9d5fe;
}

.other-tb {
	border: 1px solid #dcdcdc;
	/* border-top: none; */
}

.other-tb caption {
	color: #2B73CB;
	background: #DEEBFE;
	padding: 12px 25px;
	border: 1px solid #dcdcdc;
	border-bottom: none;
}

.other-tb {
	background: #f5f5f5;
}

.other-tb>tbody>tr>td {
	text-align: left;
	padding: 12px 0 12px 25px;
	font-size: 14px;
	color: #444444;
}

.other-tb:last-of-type {
	border-top: 1px solid #dcdcdc;
}

/* 主体内容结束 */


/* 底部版权开始 */
.foot {
	width: 100%;
	min-width: 1180px;
	height: 50px;
	background: #2b62b4;
	background-image: linear-gradient(#4583d8, #0f4999);
	margin-top: 25px;
}

.footcnt {
	width: 1180px;
	margin: 0 auto;
	height: auto;
}

.footcnt p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}

/* 底部版权结束 */



/* 联系我们新增样式开始 */
.cnt_page h1 {
	font-size: 22px;
	color: #2B73CB;
	text-align: center;
	padding: 30px 0 0 0;
}

.cnt_page form {
	display: block;
	padding: 0 10px 10px 10px;
}

.cnt_page label {
	display: block;
	line-height: 46px;
	border-bottom: 1px dotted #dedede;
}

.cnt_page label:last-of-type {
	border-bottom: none;
}

.cnt_page label .tleft {
	display: inline-block;
	width: 90px;
	text-align: right;
	position: relative;
}

.cnt_page label .tleft:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 1px;
	background: #fe721a;
	position: absolute;
	left: 0;
	top: 21px;
}

.cnt_page label .tright img {
	width: 132px;
	height: auto;
	display: inline-block;
	vertical-align: text-top;
	margin-top: -6px;
}

/* 联系我们新增样式结束 */


/* 在线反馈开始 */
.cnt_page .tit {
	text-align: center;
}
.cnt_page .inline {
	background: #deebfe;
	padding: 30px 25px 35px 25px;
	margin-bottom: 10px;
}
.cnt_page .inline label {
	margin: 5px 0;
	border-bottom: none;
}
.cnt_page .inline input {
	width: 180px;
	height: 28px;
}
.cnt_page .inline label:first-of-type input {
	width: 760px;
}
.cnt_page .inline .tleft {
	width: 100px;
}
.cnt_page label .tleft::before {
	content: none;
}
.cnt_page .inline .tleft span {
	color: red;
}
.tright textarea {
	vertical-align: top;
}
.cnt_page .inline label.btncnt {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.btncnt a {
	display: inline-block;
	padding: 2px 22px;
	background: #2379cf;
	border-radius: 4px;
	color: #FFFFFF;
	line-height: 36px;
	box-shadow: 0 0 2px #CCCCCC;
	cursor: pointer;
}
.btn-info {
	margin-right: 40px;
}
.btn-info:hover {
	background: #2a70c5;
}
a.btn-gray {
	background: #f2f2f2;
	color: #666666;
}
a.btn-gray:hover {
	background: #ebebeb;
}
/* 在线反馈结束 */

/* 处理在线反馈和在线反馈信息样式开始 */
.cnt_page .userinfo{
	overflow: hidden;
}
.cnt_page .userinfo label{
	width: 40%;
	float: left;
}
.cnt_page .userinfo label:last-of-type {
    border-bottom: 1px dotted #dedede;
}
.cnt_page .userinfo1 label p.tright{
	color: #555555;
	font-size: 15px;
	text-indent: 0;
	line-height: 46px;
	margin-bottom: 0;
	padding: 0;
	display: inline-block;
	width: 920px;
	vertical-align: top;
}
/* 处理在线反馈和在线反馈信息样式结束 */
