﻿*{
    padding:0;
    margin:0;
}
a:hover{
    color:#374ea3;
}
.foot {
    margin-top:30px;
    background-color:black;
    color:white;
    line-height:2;
    font-size:16px;
    padding:20px 0;
}
.foot a{
    color:white;
}

.top{
    width:1200px;
    margin:0 auto;
}
.top .logo{
    height:72px;
    display:grid;
    grid-template-columns:repeat(2,auto);

}
.top .logo div:first-child{
    line-height:72px;
    font-size:30px;
    color:#333;
    font-weight:bold;
}
    .top .logo div img{
        margin:16px;
        vertical-align:middle;
    }
    .top .logo div:last-child{
        text-align:right;
        font-size:24px;
        font-style:oblique;
        font-weight:bold;
        color:#374ea3;
    }
    .top .layui-nav {
        background-color: white;
        display: grid;
        grid-template-columns: repeat(7,auto);
    }
        .top .layui-nav .layui-nav-item{
            text-align:center;
        }
        .top .layui-nav .layui-nav-item a {
            color: #333;
            font-size: 16px;
        }
        .top .layui-nav .layui-nav-item a:hover{
            color:#374ea3;
        }

    .top .layui-nav-bar {
        background-color: #374ea3;
        height: 3px;
    }
    .top .layui-nav .layui-this>a {
        color: #374ea3;
    }
    .top .layui-nav .layui-this:after {
        background-color: #374ea3;
        height: 3px;
    }
    .banner{
        width:100%;
        height:540px;
    }
    .news{
        margin:0px auto;
        width:100%;
        background:url('../images/news_bg.png') no-repeat;
        
    }
    .news-top{
        text-align:center;
        padding:30px 0;
    }
.news-content {
    display: grid;
    grid-template-columns: 400px 380px 380px;
    gap: 20px;
}
    .news-content .news-left {
        position: relative;
        overflow: hidden;
    }
    .news-content .news-left img{
        width:400px;
        height:300px;
    }
		.news-content .news-left .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
		.news-content .news-left .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.news-content .news-left .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.news-content .news-left .hd ul li.on{ background:#f00; color:#fff; }

        .news-content .news-left .bd{ position:relative; height:100%; z-index:0;   }
		.news-content .news-left .bd li{ zoom:1; vertical-align:middle; }
		.news-content .news-left .bd img{ width:400px; height:300px; display:block;  }
    .news-content .news-center .news-center-top {
        display:grid;
        grid-template-columns:auto 60px;
        border-bottom:solid 1px #374ea3;
        padding:6px 0 10px;
    }
    .news-content .news-center .news-center-top .news-title{
        border-left:solid 3px #374ea3;
        font-size:18px;
        color:#374ea3;
        padding-left:8px;
        line-height:1;
    }
    .news-content .news-center .news-center-top .more a{
        color:#374ea3;
        font-size:16px;
    }
    .news-content .news-center .news-center-body{
        display:grid;
        grid-template-rows:repeat(6,auto);
        gap:0 20px;
        height:264px;
    }
    .news-content .news-center .news-center-body div{
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
        line-height:3;
    }
    .news-content .news-center .news-center-body div a:hover{
        color:#374ea3;
    }
    .news-content .news-right .news-right-top {
        display:grid;
        grid-template-columns:auto 60px;
        border-bottom:solid 1px #374ea3;
        padding:6px 0 10px;
    }
    .news-content .news-right .news-right-top .news-title{
        border-left:solid 3px #374ea3;
        font-size:18px;
        color:#374ea3;
        padding-left:8px;
        line-height:1;
    }
    .news-content .news-right .news-right-top .more a{
        color:#374ea3;
        font-size:16px;
    }
    .news-content .news-right .news-right-body{
        display:grid;
        grid-template-rows:repeat(6,auto);
        gap:0 20px;
        height:264px;
    }
    .news-content .news-right .news-right-body div{
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
        line-height:3;
    }
    .news-content .news-right .news-right-body div a:hover{
        color:#374ea3;
    }
.school-style {
    background-color: #f3f3f3;
    margin-top:30px;
    padding-bottom:30px;
}
    .school-style .school-top{
        text-align:center;
        padding:30px;
    }
    .school-body ul li{
        display:inline-block;
        position:relative;
    }
    .school-body ul li img{
        width:480px;
        height:360px;
    }
.school-body-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display:none;
}
.school-body-title-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    color: white;
    line-height: 360px;
    font-size: 30px;
    text-align: center;
}
.school-body ul li .school-body-title-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    opacity: 0.7;
    
    z-index: 10;
    
}
.recruit{
    width:1200px;
    margin:30px auto 0;
    display:grid;
    grid-template-columns:760px 400px;
    gap:40px;
}
.recruit .special-top{
    display:grid;
    grid-template-columns:auto 60px;
}
    .recruit .skill-top {
        display: grid;
        grid-template-columns: auto 60px;
    }

.recruit .tit{
    font-size:22px;
    color:#222222;
    font-weight:bold;
}
.recruit .more a{
    color:#374ea3;
}
    .recruit .line {
        width: 24px;
        border:solid 2px #444444;
        margin-top:8px;
    }
.recruit .special-content{
    margin-top:20px;
}
.recruit .special-content .special-item{
    margin-bottom:10px;
    padding-bottom:16px;
    border-bottom:solid 1px #ddd;
}
.recruit .special-content .item-title{
    font-weight:bold;
    padding:10px 0;
}
.recruit .special-content .item-title a{
    color:#444444;
}
.recruit .special-content .item-title a:hover{
    color:#374ea3;
}
    .recruit .special-content .item-content {
        color: #888888;
        font-size: 14px;
        text-overflow: ellipsis;
        line-clamp: 2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

.recruit .recruit-skill .skill-content{
    margin-top:20px;
}
.recruit .recruit-skill .skill-item{
    padding:12px 0;
    border-bottom:solid 1px #ddd;
    text-overflow:ellipsis;
    overflow:hidden;
}
.recruit .recruit-skill .skill-item a{
    color:#444444;
    font-size:14px;
}
.recruit .recruit-skill .skill-item a:hover{
    color:#374ea3;
}




/*学校概况*/
.flex-box{
    width:1200px;
    margin:30px auto;
    display:flex;
    flex-direction:row;
}
.right-box {
    padding-left: 40px;
    flex-grow: 1;
}
.content-left-nav {
    width:220px;
    text-align:center;
}
.content-left-nav .tit{
    height:60px;
    line-height:60px;
    color:white;
    font-size:18px;
    background-color:#374ea3;
    text-align:center;
    font-weight:bold;
}
.content-left-nav .content .item{
    height:60px;
    line-height:60px;
    background-color:#f2f2f2;
    color:#333333;
    font-size:16px;
}
    .content-left-nav .content .item.hover {
        background-color: #d7dced;
        color:#374ea3;
    }
.content-right{
    width:100%;

}
.content-right .top-nav{
    font-size:14px;
    border-bottom:solid 1px #dddddd;
    padding:10px 0;
}
.content-body{
    margin:20px 0px;
    line-height:1.6;
}

.content-body .leader-item{
    display:flex;
    padding:24px 0;
    border-bottom:solid 1px #ddd;
}
.content-body .leader-item .image img{
    width:150px;
    height:210px;
}
.content-body .leader-item .info{
    padding-left:24px;
}
.leader-item .info .info-name{
    font-size:28px;
    font-weight:bold;
    color:#333;
}
.leader-item .info .info-job {
    font-size: 14px;
    color: #ff5c5c;
    margin-top:18px;
}
.leader-item .info .info-desc {
    font-size: 16px;
    color: #444444;
    margin-top: 24px;
}
.content-body .pic-item {
    width: 300px;
    height: 225px;
    position: relative;
    margin-bottom:10px;
    cursor:pointer;
}
.content-body .pic-item .pic-item-image{
    width:100%;
    height:100%;
}
.content-body .pic-item img{
    width:100%;
    height:100%;
}
.content-body .pic-item .pic-item-info{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1;
    display:none;
}
.pic-item .pic-item-info .pic-item-bg {
    background-color: #222;
    opacity:0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.pic-item .pic-item-info .pic-item-tit{
    text-align:center;
    line-height:225px;
    color:white;
    font-size:24px;
    position:relative;
    z-index:2;
}
.content-body .news-item {
    display: flex;
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
}
.content-body .news-item .title{
    font-size:16px;
    color:#333333;
    flex-grow:1;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    
}
.content-body .news-item .date{
    width:90px;
}
.zixun{
    background:url("../images/neiye_bg.png") no-repeat left bottom;
}

.major-list{
    
}
.major-list .major-item{
    padding:10px 30px;
    display:inline-block;
    margin-right:20px;
    margin-bottom:14px;
    color:#333;
    border:solid 1px #ddd;
    cursor:pointer;
}
    .major-list .major-item.hover {
        background-color: #374ea3;
        color: white;
    }
.major-info{
    margin:20px 0;
    background-color:#f5f5f5;
    padding:24px;
}
.major-info .tit{
    font-size:18px;
    font-weight:bold;
    color:#333;

}
.major-info .cont{
    font-size:16px;
    color:#666;
    margin-top:16px;
    line-height:1.8;
}
.detail-tit{
    text-align:center;
    font-size:28px;
    margin-top:30px;
}
.detail-date{
    text-align:center;
    margin-top:20px;
    border-bottom:solid 1px #ddd;
    padding-bottom:16px;
}
.detail-image{
    text-align:center;
    margin-top:20px;
}
.detail-image img{
    
}
.detail-content{
    margin-top:20px;
    margin-bottom:20px;
}
.sign-box{
    margin-top:30px;
}
.sign-box .sign-title{
    text-align:center;
    font-size:20px;
    color:#333;
    line-height:48px;
    font-weight:bold;
}
.sign-box .sign-input{
    text-align:center;
    margin:20px 0;
}
.sign-box .sign-input input{
    border:solid 1px #ddd;
    height:40px;
    border-radius:20px;
    padding:0 20px;
    width:480px;
}
.sign-box .sign-select{
    width:522px;
    margin:0 auto;
}
.sign-box .sign-select input{
    width:100%;
}
.sign-box .sign-btn{
    text-align:center;
    margin-top:30px;
}
.sign-box .sign-btn button{
    width:300px;
    height:40px;
    border-radius:20px;
    background-color:#374ea3;

}
.hezuo{
    padding-left:0;
}

.content-body .hezuo-item {
    display: flex;
    padding: 24px 0;
    border-bottom: solid 1px #ddd;
}

    .content-body .hezuo-item .image img {
        width: 200px;
        height: 150px;
    }

    .content-body .hezuo-item .info {
        padding-left: 24px;
        display:flex;
        flex-direction:column;
    }

.hezuo-item .info .info-name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.hezuo-item .info .info-job {
    font-size: 16px;
    color: #999999;
    margin-top: 18px;
}

.hezuo-item .info .info-desc {
    font-size: 16px;
    color: #888888;
    margin-top: 24px;
    flex-grow: 1;
    text-overflow: ellipsis;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.search-box{
    margin:20px auto;
    display:flex;
    width:900px;
}
.search-box .search-key{
    flex-grow:1;
}
.search-box .search-key input{
    height:50px;
    line-height:50px;
    border:solid 1px #ddd;
    padding:0 20px;
    font-size:16px;
    width:100%;
}
.search-box .search-btn{
    width:100px;
}
.search-box .search-btn button{
    background-color:#374ea3;
    color:white;
    border:none;
    height:50px;
    width:100%;
    font-size:16px;
    cursor:pointer;
}