@charset "utf-8";

/* 头部开始 */

.header {
    width: 100%;
    overflow: hidden;
    background: url(./piao.jpg) no-repeat #FFF;
}

.header-top {
    height: 1.875rem;
    background: url(../img/scju_header-top.png) no-repeat;
}

.prtal-list li {
    float: left;
}

.prtal-list li a {
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.875rem;
}

.prtal-list li a em {
    margin: 0 0.625rem;
}

.logo-search {
    text-align: center;
}

.logo-search img {
    margin: 58px 0 20px;
}

.search {
    width: 200px;
	height: 38px;
    margin: 0 auto;
    background-color: #ffffff;
	border: solid 1px #033f90;
    overflow: hidden;
}

.search input[type="text"] {
    font-size: 0.875rem;
    width: 30rem;
    float: left;
    line-height: 0.875rem;
    margin: 0.8125rem 0 0 1.625rem;
}

.search input[type="text"]::placeholder {
    letter-spacing: 0px;
    color: #7f9fc6;
    font-size: 0.875rem;
}

.search input[type="submit"] {
    float: right;
    width: 1.4375rem;
    height: 1.5625rem;
    background: url(../img/scju_search.png) no-repeat;
    margin: 0.5rem 1.6875rem 0 0;
    cursor: pointer;
}

.nav-list {
    overflow: hidden;
    height: 60px;
    margin-top: 48px;
    background: url(../img/scju_nav-list-bg.png) no-repeat;
}

.nav-list li {
    width: 12.5%;
    float: left;
}

.nav-list li:hover a {
    color: #db2526;
}

.nav-list li a {
    line-height: 60px;
    color: #fff;
    font-size: 22px;
}

.nav-list li span {
    margin-left: 52px;
}

.nav-list1 {
    background: url(../img/scju_home-icon.png) no-repeat;
    background-position: 10px 18px;
}

.nav-list2 {
    background: url(../img/scju_jigou-icon.png) no-repeat;
    background-position: 10px 18px;
}

.nav-list3 {
    background: url(../img/scju_xinwen-icon.png) no-repeat;
    background-position: 10px 18px;
}

.nav-list4 {
    background: url(../img/scju_zw-icon.png) no-repeat;
    background-position: 10px 18px;
}

.nav-list5 {
    background: url(../img/scju_fuwu-icon.png) no-repeat;
    background-position: 10px 18px;
}

.nav-list6 {
    background: url(../img/scju_hd-icon.png) no-repeat;
    background-position: 10px 18px;
}

.nav-list7 {
    background: url(../img/scju_sj-icon.png) no-repeat;
    background-position: 10px 18px;
}

.nav-list8 {
    background: url(../img/scju_zt-icon.png) no-repeat;
    background-position: 10px 18px;
}

.infor-title {
    width: 100%;
    height: 90px;
    background-color: #004aa3;
}

.infor-title img {
    margin: 17px 0 0 20px;
}

.infor-title-text {
    width: 780px;
    text-align: center;
    margin: 8px 0 0 72px;
}

.infor-title-text h3 a {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.infor-title-text p,
.infor-title-text p a {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}


/* 底部 */

.bottom {
    overflow: hidden;
    background-color: #fff;
    float: left;
    width: 100%;
}

.link {
   
    padding: 30px 0 40px;
}
.link .content{
    padding: 10px 0;
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
}

.link p {
    float: left;
    line-height: 36px;
    letter-spacing: 0px;
    color: #004aa3;
    font-size: 16px;
    margin-right: 20px;
}

.link-cell select {
    height: 36px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #60636d;
    font-size: 14px;
    background-color: transparent;
    margin-left: 15px;
}
.link-cell select:first-child{
    margin-left: 0;
}

.inner {
    overflow: hidden;
    margin-bottom: 25px;
}

.inner-link {
    overflow: hidden;
}

.inner-link a {
    display: block;
    height: 96px;
    line-height: 96px;
    float: left;
    margin: 38px 0 0 22px;
}

.inner-link a:first-child {
    margin-left: 0;
}

.inner-link a img {
    line-height: 96px;
    vertical-align: middle;
}

.inner-text {
    margin-top: 50px;
    text-align: center;
}

.inner-text p {
    color: #797979;
    line-height: 32px;
    font-size: 14px;
}

.inner-text p a {
    color: #666666;
    font-size: 12px;
}

.inner-text span {
    margin-right: 5px;
}

.beian {
    display: inline-block;
    vertical-align: middle;
}
.bottom-erweima a{
    display: block;
    float: left;
    margin-top: 23px;
}
.bottom-erweima p{
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 0px;
    color: #60636d;
    text-align: center;
}