@charset "utf-8";

/*公共样式部分 start*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, em, font, img, small, strong, b, u, i, s, dl, dt, dd, ol, ul, li, fieldset, form, label, input, table, tr, td {
    padding: 0px;
    margin: 0px;
}

textarea {
    resize: none;
    overflow: auto;
    line-height: 18px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

ol, ul li {
    list-style: none outside none;
}

img {
    border: none;
    display: block;
}

body, button, input, select, textarea {
    font: Arial, serif;
    color: #666666;
    outline: 0;
}

/*使 option 有间距*/
select {
    font-family: verdana, sans-serif;
}
s, em {
    font-style: normal;
}

s {
    text-decoration: none;
}

h2 {
    font-size: 14px;
    color: #8B8989;
    font-family: "宋体","Microsoft YaHei", "黑体", "Simsun", serif;
}

h4 {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}

font {
    color: #f5655c;
}

/* Links========================================================================== */
a {
    text-decoration: none;
    color: #333;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

a:focus {
    border: none;
}

header, footer, article, section, nav, menu, hgroup {
    display: block;
}

/* Forms ========================================================================== */
button, input, optgroup, select, textarea {
    margin: 0;
}

button {
    overflow: visible;
    border: 0 none;
}

button, select {
    text-transform: none;
    vertical-align: middle;
}

button, html
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: none;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    *vertical-align: auto;
    padding: 0;
}

/* CSS Document */
.bgc-gray {
    background-color: #f2f2f2;
}

.main_inner {
    margin: 0 auto;
    width: 1200px;
    padding-top: 15px;
}

/* 主体内容导航 */
.tabbox-style1 {
    border-bottom: 1px solid #f2f2f2;
    min-width: 1200px;
}

.tabbox-style1 .tabheadbox {
    padding-top: 50px;
    background-color: #fff;
    min-width: 1200px;
}

.tabbox-style1 .tabhead {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: flex;
}

.tabbox-style1 .tabhead li {
    position: relative;
    float: left;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 300px;
    text-align: center;
    height: 70px;
    cursor: pointer;
    font-size: 20px;
}

.tabbox-style1 .tabhead li.on {
    color: #44a6ec;
}

.tabbox-style1 .tabhead li > .cicon-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    visibility: hidden;
}

.tabbox-style1 .tabhead li.on > .cicon-arrow {
    visibility: visible;
}

.tabbox-style1 .tabbdbox {
    width: 1200px;
    margin: 0 auto;
    background-color: #f2f2f2;
    padding-top: 30px;
}

.tabbox-style1 .tabbdbox .tab-item {
    display: none;
}

.tabbox-style1 .tabbdbox .active {
    display: block;
}

.tabbox-style1 .cicon {
    margin-right: 6px;
}

/*page start*/
.pages {
    width: 720px;
    margin: 0 auto;
    padding-left: 130px;
    margin-bottom: 60px;
    height: 43px;
}

.pages #Pagination {
    float: left;
    overflow: hidden;
}

.pages #Pagination .pagination {
    height: 40px;
    text-align: right;
    font-family: \u5b8b\u4f53,Arial;
}

.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
    float: left;
    display: inline;
    padding: 12px 18px;
    border: 1px solid #eee;
    border-right: none;
    background: #f9f9f9;
    color: #666666;
    font-family: \u5b8b\u4f53,Arial;
    font-size: 14px;
    cursor: pointer;
}

.pages #Pagination .pagination .current {
    background: #ffac59;
    color: #fff;
    border: 1px solid #ffac59;
}

.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
    float: left;
    padding: 11px 13px;
    border: 1px solid #eee;
    background: #f9f9f9;
    color: #666666;
    cursor: pointer;
}

.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
    display: inline-block;
    width: 4px;
    height: 11px;
    margin-right: 5px;
    background: url(../images/icon.fw.png) no-repeat;
}

.pages #Pagination .pagination .prev {
    border-right: none;
}

.pages #Pagination .pagination .prev i {
    background-position: -144px -1px;
    *background-position: -144px -4px;
}

.pages #Pagination .pagination .next i {
    background-position: -156px -1px;
    *background-position: -156px -4px;
}

.pages #Pagination .pagination .pagination-break {
    padding: 11px 5px;
    border: none;
    border-left: 1px solid #e6e6e6;
    background: none;
    cursor: default;
}

.pages .searchPage {
    float: left;
    padding: 8px 0;
}

.pages .searchPage .page-sum {
    padding: 11px 13px;
    color: #666;
    font-family: \u5b8b\u4f53,Arial;
    font-size: 14px;
}

.pages .searchPage .page-go {
    padding: 8px 0;
    color: #666;
    font-family: \u5b8b\u4f53,Arial;
    font-size: 14px;
    padding: 10px 0\9;
    *padding: 6px 0;
}

.pages .searchPage .page-go input {
    width: 21px;
    height: 20px;
    margin: 0 5px;
    padding-left: 5px;
    border: 1px solid #e4e4e4;
}

.pages .searchPage .page-btn {
    margin: 9px 0 5px 5px;
    padding: 2px 5px;
    background: #ffac59;
    border-radius: 2px;
    color: #ffffff;
    font-family: Arial, 'Microsoft YaHei';
    font-size: 14px;
    text-decoration: none;
}

.main_inner {
    margin: 0 auto;
    min-width: 1200px;
    padding-top: 0;
    width: 100%;
}


/*院系类型*/
.static-commtype{
	height:50px;
	background-color: #8FB9FF;
}
.static-commtype ul{
	margin: 0 auto;
	height: 50px;
	width: 1200px;
	list-style:none;
}
.static-commtype ul li{
    color: #44a6ec;
    text-align:center;
    width:156px;
    height:100%;
    line-height:50px;
    font-size: 16px;
    float:left;
    background-color: #8FB9FF;
}
.static-commtype ul li.active{
    background-color: #fff;
}
.static-commtype ul li.active a{
    color: #44a6ec;
}
.static-commtype ul li a{
    color:  #fff;
}