/* 通用 */
*,a,p,div,span,p{
    outline: none;
    color: #000000;
    font-family: "微软雅黑";
}
a:hover{
    color: #224aa5;
}
.clear{
    clear: both;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.Title{
    font-size: 22px;
    border-bottom: 2px solid #dfe1e5;
    width: 100%;
    padding-bottom: 25px;
}
.Title a{
    color: #224aa5;
    padding-bottom: 23px;
    border-bottom: 4px solid #224aa5;
}
.list{
    width: 569px;
    margin-top: 0;
    padding-top: 10px;
}
.list li{
    line-height: 41px;
    font-size: 16px;
    color: #000000;
    background: url(dian.png) no-repeat left center;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
}
.list li a{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}
.list li a:hover{
    color: #224aa5;
}
/* 搜索框 */
.search{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchtit{
    font-size: 36px;
    margin-left:62px;
    color: #224aa5;
}
.searchinput{
    width: 800px;
    margin: 30px 160px 30px 0;
    font-size: 16px;
    
}
.search .ipt_txt1{
    width: 698px;
    height: 64px;
    border: 1px solid #7a7a7a;
    float: left;
    padding-left: 15px;
    outline: none;
}
.search .ipt_sear{
    width: 100px;
    height: 64px;
    background-color: #ed2c24;
    color: #ffffff;
    border: 0px;
    float: left;
    font-weight: bold;
}
/* 在线服务 */
.first{
    display: flex;
    justify-content: space-between;
}
.zxfw{
    width: 605px;
}
.jygg{
    width: 569px;
}
.zxfwlist{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 0 0 19px 0;
}
.zxfwlist li{
    margin: 21px 0 12px 0;
    color: #000000;
    width: 20%;
}
.zxfwlist li img{
    margin: 0 auto;
    display: block  ;
}
.zxfwlist li p{
text-align: center;
}
.zxfwlist li p:hover{
color: #224aa5;
}
.zxfwlist li:nth-child(4n){
    margin-right: 0;
}
.jygglist li{
    line-height: 41px;
    font-size: 16px;
    color: #000000;
    background: url(dian.png) no-repeat left center;
    padding-left: 20px;
    padding-right: 53px;
    display: flex;
    justify-content: space-between;
}
.jygglist li a{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}
/* 中小学 */
.xxname{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 22px 0;
}
.xxname li{
    text-align: left;
    font-size: 16px;
    padding: 0 14px;
    line-height: 40px;
    margin-right: 25px;
    width: 220px;
}
.xxname li:nth-child(5n){
    margin-right: 0;
}
.xxname li a{
    color: #000000;
}
.xxname li.hov{
    background-color: #224aa5;
}
.xxname li.hov a{
    color: #ffffff;
}
.zxCon{
    display: flex;
    justify-content: space-between;
    display: none;
}
.zxConLf{
    width: 605px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.zxConLf img{
    margin-right: 40px;
    height: 107px;
    margin-top: 11px;
}
.zxConLf .lxfs p{
    line-height: 37px;
    margin: 0;
width:400px;
}
.zxConLf .lxfs p a{
    color: #ff0000;
}
.zxConLf .lxfs p a:hover{
    color: #ff0000;
}
.zxConLf .Con{
    width: 100%;
    height: 210px;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.zxConLf .Con .ConTit_div{
    height:150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.zxConLf .Con .ConTit_div p{
    margin: 0;
}
.Con p,.Con p span{
    line-height: 30px;
font-size:16px !important;
font-family: 微软雅黑 !important;
}

.ksy{
    float: left;
    margin-top: 30px;
}
.dst{
    float: right;
    margin-top: 30px;
}