﻿* {
    box-sizing: border-box;
	padding:0; margin:0;
	font-family: "Microsoft Yahei";
}
body {
    min-width: 950px;
}
.job{
    min-width: 1150px;
}
.header {
    margin: 0 auto;
}
.logo {
    max-width: 1441px;
    margin: 20px auto;
    padding-left: 20px;
}
.banner {
    text-align: center;
}
.banner img {
    max-width: 100%;
}
.nav {
    background-color: #f6c402;
    max-width: 1441px;
    margin: 0 auto;
}
.nav ul {
    max-width: 1291px;
    height: 40px;
    line-height: 38px;
    margin: 0 auto;
    padding: 0 10%;
}
.nav li {
    display: inline-block;
    width: 24%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
}
.nav li:last-child {
    margin-right: 0;
}
.nav li:hover, .current {
    background: url("img/current.png") no-repeat center;
}
.nav li a {
    display: inline-block;
    width: 161px;
    height: 32px;
    /*font-weight: bold;*/
}
.section {
    background: url("img/bg.png") no-repeat center;
}
.content {
    max-width: 1281px;
    background-color: white;
    text-align: center;
    margin: 0 auto;
}
.title {
    max-width: 1281px;
    padding: 86px 0;
    margin: 0 auto;
}
.t1 {
    background: url("img/t1.png") no-repeat center;
}
.t2 {
    background: url("img/t2.png") no-repeat center;
}
.t3 {
    background: url("img/t3.png") no-repeat center;
}
.t4 {
    background: url("img/t4.png") no-repeat center;
}
.t5 {
    background: url("img/t5.png") no-repeat center;
}
.ico-box {
    max-width: 980px;
    margin: 55px auto 120px auto;
}
.ico {
    display: inline-block;
    width: 13.5%;
}
.ico p {
    font-weight: bold;
    font-size: 17px;
    padding-top: 18px;
}
.t4p {
    max-width: 864px;
    margin: 0 auto;
    text-align: left;
    border-left: solid 2px #EEEEEE;
    padding-top: 55px;
    padding-left: 15px;
    font-size: 17px;
    font-weight: bold;
}
.list {
    background: url("img/list.png") no-repeat;
    width: 221px;
    height: 496px;
}
.list p {
    text-align: center;
    line-height: 65px;
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.cont {
    max-width: 1080px;
    margin: 0 auto;
}
.cont-l {
    float: left;
}
.cont-r {
    float: right;
}
.list ul {
    padding-top: 20px;
}
.list li {
    cursor: pointer;
    width: 190px;
    margin: 0 auto;
    border-bottom: solid 2px #f6f6f6;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
}
#dept_list{width: 830px;}
.list li:first-child {
    color: #f6c402;
}
.location {
    color: #096330;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    margin-top: 50px;
    border-bottom: solid 1px #ee9e00;
}
.loca-table {
    margin: 10px 0;
    overflow: hidden;
}
.comlist{display: none;}
.loca-table li {
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
    width: 166px;
    float: left;
    height: 35px;
    line-height: 35px;
    background: #f5f3e7;
    border: solid 2px white;
}
.loca-table li a{display: block;width: 100%;height: 100%;}
.loca-table .on,.loca-table li a.current {
    background: #f6c402;
}
.combox li.current{background: none;}
.combox li.current a{color: #f6c402 !important;}
.loca-table2 tr {
    border-bottom: solid 1px #f7c812;
}
table .btn{color: #e60012;}
.loca-table2 td {
    width: 204px;
    height: 35px;
}
.loca-table2 tr {
    font-size: 16px;
    color: #524f4e;
}
.loca-table2 .top {
    background: #f6c402;
    border-top: solid 3px #ee9e00;
    font-size: 18px;
    color: black;
}
.submit a{
    color: #44b3e3;
}
.footer{font-size:14px;text-align:center;line-height:36px;color:#333;}
/*.newsContent{text-align:left;font-size:18px;color:#5d5a59;}*/