.container{
    width:1200px !important;
}
.ldzc_main{
    width:auto;
    background-color: #fff;
    margin: 0 auto;
}
.crumbs{
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    padding: 16px 0 6px;
    border-bottom: 1px solid #cecece;
}
.crumbs img{
    margin-top: -2px;
}
.title{
    width: 100%;
    font-size: 22px;
    color: #1d528e;
    padding: 15px 0;
}
.tit {
    width: 100%;
    margin: 20px 0 10px;
    position: relative;
}
.tit h3 {
    display: inline-block;
    border-left: 5px solid #c81717;
    padding-left: 10px;
    color: #1782d5;
    font-size: 20px;
}
.tit .line {
    display: inline-block;
    height: 2px;
    width: 85%;
    margin-bottom: 7px;
    background: #ebebeb;
    margin-left: 12px;
}
.ldzc_centre{
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
.ldzc_centre  a img{
    width: 228px;
	height: 292px;
}
.ldzc_centre > img {
    display: block;
    width:190px;
    height:240px;
    margin-left: 25px;
}
.ldzc_centre div{
    width: 73%;
    margin-right: 5%;
}
.ldzc_centre div h2{
    font-size: 26px;
}
.ldzc_centre div>span{
    display: inline-block;
    width: 100px;
    height: 41px;
    background: url("../images/zwgk/job-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    margin: 25px 0 16px 0;

}
.ldzc_centre div p{
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
}
.ldzc_centre div p.lc_p{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.ldzc_bottom{
    width: 100%;
}
.lb h2{
    font-size: 22px;
    color: #5c5c5c;
    margin: 20px auto;
    padding-left: 20px;
}
.lb ul{
    margin: 0 auto;
    padding: 20px 0 0;
    overflow: hidden;
}
.lb ul li{
    margin-bottom: 20px;
    float: left;
    width: 193px;
    text-align:center;
}
.lb ul li a{
    display: block;
}
.lb_img{
	width: 161px;
	height: 213px;
    padding: 10px 5px;
    margin:0 auto;
    border: 1px solid #cecece;
}
.lb_img img{
	width: 143px;
	height: 193px;
}
.lb_name{
	font-size: 22px;
    text-align: center;
    padding: 5px 0;
}
.lb_name h4 {
    font-size: 22px;
}
.lb_name p {
    margin-top: 8px;
    font-size: 18px;
}
.activity .tit {
    padding-bottom: 15px;
    border-bottom: 1px solid  #d7d7d7;
    position: relative;
}
.activity ul li {
    font-size: 16px;
    line-height: 36px;
}
.activity ul li span {
    color: #a9a9a9;
}
.activity ul li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.activity ul li img {
    margin-right: 12px;
    vertical-align: text-top;
}
.activity .more {
    position: absolute;
    right: 0;
    top: 25%;
    color: #a9a9a9;
}
/* ios */
@media (max-width: 750px) {
    .container{
        width:100% !important;
    }
    .tit .line {
        display: none;
    }
    .title {
        font-size:21px;
    }
    .ldzc_centre {
        padding:0;
    }
    .ldzc_centre > a {
        margin:0 auto;
        display:block;
        float:none;
        width:150px;
        height:185px;
    }
    .ldzc_main a img {
        width:100%;
        height:100%;
    }
    .ldzc_centre h2 a {
        float: none;
        width: auto;
    }
    .ldzc_centre > div {
        width:100% !important;
        margin:0 auto 16px;
    }
    .ldzc_centre > div h2 {
        text-align:center;
        font-size:21px;
        margin:10px auto 0;
    }
    .ldzc_centre > div > span {
        font-size:14px;
        margin: 5px 0;
    }
    .lb_name h4 {
        font-size: 18px;
    }
    .lb_name p {
        font-size: 15px;
    }
    .lb h2 {
        font-size:21px;
        padding:15px 0;
    }
    .lb li {
        width:calc(100% / 3) !important;
    }
    .lb_img {
        width:100px;
        height: auto;
    }
    .lb li img {
        width:80px;
        height:100px;
    }
    .ldzc_centres img {
        float: none;
        margin: 0 auto;
    }
    .activity ul li a {
        width: 65% !important;
    }
    
}