@charset "utf-8"; 
.content{
    margin-top: 20px;
}
.container1000{
    width: 1050px;
    margin: 0 auto;
}
.con1{
    position:
    relative;
    min-height: 400px;
}
.con1  .con1left{
    width: 170px;
    float: left;
    box-sizing: border-box;
    background: url(../images/2018zfld/ylgrzy20181129_03.jpg) repeat-x;
    background-repeat-x: repeat;
    /* min-height: 500px; */
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}
.con1 .con1left>img{
    padding: 10px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}
.con1 .con1left .lead_zc{
    font-size: 16px;
    font-weight: bold;
    color: #CC0000;
    line-height: 35px;
    text-align: center;
    padding: 10px;
}
.con1 .con1left .lead_xx{
    text-align: center;
    padding: 10px;
    display: block;
}
.con1 .con1right{
    width: 850px;
    float: right;
}
.con1 .title{
    max-width: 131px;
}
.con1 .con1right .pword{
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
    padding: 5px;
}
.con1 .con1right .lead_jy   .pword{
    text-indent: 0px;
}

.con1 .con1right .lidiv{
    padding-bottom: 25px;
}
.con1 .con1right .lidiv.lead_jl  {
    padding-bottom: 40px;
}
.con1 .con1right .more{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    font-family: "Microsoft YaHei";
    text-align: right;
    float: right;
    padding: 5px;
}
.con1 .con1right .informationbox{
    width: 65%;
    float:left;
}
.con1 .con1right .sccalendarbox{
    width:32%;;
    float:right;
    padding-bottom: 30px;
}
.con2 .title,
.con3 .title{
    position: relative;
}
.con2 .phoneimg,
.con3 .phoneimg {
    display:none;
}
.con2 .yghdmore,
.con3 .tpspmore {
    position: absolute;
    color: #888;
    font-size: 14px;
    right: 32px;
    top: 11px;
}
.con2 .ulbox{
    padding: 20px;
    
}
.con2 .ulbox li {
    line-height: 36px;
    font-size: 14px;
    height: 36px;
    padding-left: 7px;
    position: relative;
}
.con2 .ulbox li::before{
    width:7px;
    content:'·';
    position:absolute;
    top:0px;
    left:0px;
}
.con2 .ulbox li  a{
    width: 90%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con2 .ulbox li span{
    float: right;
    color: #666666;
}

.con3 .ulbox{
    padding:20px 0px;
}
.con3 .tpspul li{
    width:25%;
    float:left;
}
.con3 .tpspul li a img{
    width:210px;
    max-width: 100%;
    /* box-sizing: border-box; */
    height:110px;
    padding:10px;
    border:1px solid rgb(218, 218, 218);
}
.con3 .tpspul li p{
    margin:8px auto;
    padding: 0px 12px;
    box-sizing:border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}

@media(max-width:1200px){
    .container{
        width: 100%;
    }
}
@media(max-width:1000px){
    .container1000{
        width: 100%;
    }
    .content{
        padding:0 8px;
    }
    .con1 .con1left,
    .con1 .con1right{
        float:
        none;
        margin:0 auto;
        min-height:
        unset;
        background:
        none;
        max-width:100%;
        position:
        unset;
        width: 100%;
    }
    .con2 .ulbox li a{
        width:75%
    }
    .con2 .title img,
    .con3 .title img {
        display:none;
    }
    .con2 .title img.phoneimg,
    .con3 .title img.phoneimg {
        display:block;
    }
    .con2 .ulbox{
        padding:20px 0px;
    }
    .con2 .yghdmore,
    .con3 .tpspdmore{
        right: 5px;
    }
    .con1 .con1right .informationbox,
    .con1 .con1right .sccalendarbox{
        width:100%;
    }
    .con3 .tpspul li{
        width:50%;
        text-align: center;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .con3 .tpspul li a img{
        padding:0px;
    }

@media(max-width:400px){
    .con2 .ulbox li a {
        width: 60%;
    }
}
