﻿.container{
    width: 1200px;
    margin: 0 auto;
}
.breadNav{  display: none;
    margin: 18px 0;
}
.spanWrap{
    overflow: hidden;
    padding-left: 60px;
    position: relative;
    margin-bottom: 14px;
}
.span{
    line-height: 30px;
    padding: 8px 10px;
    float: left;
    cursor: pointer;
    margin-left: 10px;
}
.spanOn{
    background: #296BB8;
    color: #fff;
    border-radius: 4px;
}
.c1:before{
    content: '\7c7b\578b\ff1a';
    position: absolute;
    left: 0;
    line-height: 45px;
    color: #000;
}
.c2:before{
    content: '\5730\57df\67e5\770b\003a';
    position: absolute;
    left: 0;
    line-height: 45px;
    color: #000;
}
.c3:before{
    content: '\89c4\4e0a\4f01\4e1a\ff1a';
    position: absolute;
    left: 0;
    line-height: 45px;
    color: #000;
}
.openBtn{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #333;
    position: absolute;
    top: 0px;
    right: -55px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.maxH{
    max-height: 50px;
}
.search2{
    width:365px;
    /* height:41px; */
    border:1px solid rgba(229,229,229,1);
    border-radius:8px;
    line-height: 41px;
    position: relative;
    margin: 38px 0  38px 160px;
    float: left;
}
.search2::before{
    content: '';
    display: block;
    width: 156px;
    height: 69px;
    position: absolute;
    left: -5px;
    top: 0;
    transform: translate(-100%,-25%);
    background: url(../image/cpsc.png)no-repeat;
    background-size: 100%;
}
.search2 input{
    border: none;
    line-height: 39px;
    text-indent: 2em;
    width: 300px;
}
.search2 input:focus{
    outline:none;
}

.searchTips{
    color: #747474;
    font-size: 16px;
    float: left;
    margin: 38px 20px;
    line-height: 41px;
}
.leftCon{
    width:190px;
    height:620px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.17);
    border-radius:5px;
    padding: 0;
    box-sizing: border-box;
}
.leftCon img{
    width: 100%;
    height: 50px;
}
.streetLi{
    width: 80%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}
.streetLi:hover{
    color: #296BB8;
}
.liOn{
    color: #fff; 
    background-color: #296BB8;
    border-radius: 5px;
}
.rightCon{
    width: 1000px;
}
.flexWrap{
    display: flex;
    justify-content: space-between;
}
.gLi{
    width:180px;
    height:270px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.17);
    border-radius:8px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.gUl .gLi:nth-child(-n+5){
    margin-top: 0;
}
.gLi .image{
    width:180px;
    height:160px;
    border-radius:8px;
}
.pN{
    font-size: 13px;
    color: #333;
    margin-top: 10px;
}
.ddd{
    overflow: hidden;
    text-overflow: ellipsis; 
    -o-text-overflow: ellipsis;
    white-space:nowrap;
}
.pNC{
    color: #666;
    margin-top: 10px;
}
.pC{
    color: #CC2A1B;
    margin-top: 10px;
}
.ff{
    position: absolute;
    bottom: 10px;
    right: 10px;

}
.ff a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagesWrap{
    margin: 20px auto;
    text-align: center;
}