* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: " MicrosoftYaHei";
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    padding: 10px;
}

.header_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header_nav ul {
    display: flex;
    margin-left: 15px;
}

.header_nav ul li a {
    font-size: 16px;
    color: #333333;
    margin-left: 35px;
}

.banner>img {
    width: 100%;
    height: 100%;
}

.news {
    position: absolute;
    top: 250px;
    left: 650px;
    left: 580px;
    width: 300px;
    text-align: center;
}

.news .p1 {
    font-size: 36px;
    color: #fff;
}

.news .line {
    height: 2px;
    width: 30px;
    background-color: #fff;
    margin: 10px auto;
}

.news .p2 {
    font-size: 18px;
    color: #fff;
}

.banner_nav {
    background-color: #f2f2f2;
    padding: 20px 0;
}

.nav_con {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.banner_nav_list ul {
    display: flex;
}

.banner_nav_list ul li {
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
}

.banner_nav_list ul li a {
    padding: 0px 30px;
    font-size: 15px;
    color: #333;
}

.banner_nav_list ul li a:hover {
    color: #0175c2
}

.dingwei {
    display: flex;
    align-items: center;
}

.dingwei_text {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
    margin-left: 2px;
}

.dingwei_text span a:hover {
    color: rgb(1, 117, 194);
}

.main {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.main {
    background-color: #eef2f5;
    padding: 60px;
}

.content {
    /* border: 1px solid; */
        width: 1310px;
        margin: 0 auto;
}

.content_top {

    padding: 30px 0px;
    border: 10px solid #dde1e4;
    margin-bottom: 40px;
    display: flex;
}

.content_top>div {
    display: flex;
    /*width: 30%;*/
    align-items: center;
    font-size: 14px;
    margin-left: 60px;
}

.select {
    width: 300px;
    border: 1px solid #dde1e4;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 2;
}

.select span {
    flex: 1;
}

.select select {
    outline: none;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding-left: 5px;
}

.select input {
    outline: none;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding-left: 10px;
}

.sousuo_btn {
    width: 180px;
    height: 32px;
    text-align: center;
    background: #21478b;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 32px;
}

.content_box {
    /* border: 1px solid; */
}

.content_box ul {
    display: flex;
    flex-wrap: wrap;
}

.content_box ul li {
    border: 1px solid #dde1e4;
    width: calc(25% - 2px); 
    flex-shrink:0;
}

.content_box ul li:hover {
    background-color: #1b407c;
}

.content_box ul li:hover .list_title {
    color: #fff;
}

.content_box ul li:hover .list_info {
    color: #fff;
}

.content_box ul li:hover .join {
    color: #fff;
}

.box_list {
    background-color: #fff;
    padding: 50px;
    padding-right: 113px;
    padding-bottom: 70px;
}

.list_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #000;
}

.line {
    width: 60px;
    height: 1px;
    background-color: #eef2f5;
    margin: 40px 0 25px 0;
}

.list_info {
    font-size: 13px;
    color: #5a5a5a;
    line-height: 2;
}

.list_info span {
    margin-right: 5px;
}

.join {
    color: #e60012;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 16px;
}
.zhaopinxx{
    font-size: 16px;
}
.zhaopinxx_1_up{
    font-size: 20px ;
    font-weight: bold;
}
.zhaopinxx_1_down_left li{
    line-height: 30px;
}