﻿@charset "UTF-8";
/* CSS Document */
/* 2019-08-21 修改*/
/* ———————————————————————————————————————————————————————————— */
body {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}

html {
    min-width: 1190px;
}

.fr {
    float: right;
    width: 80%;
}

.fl {
    float: left;
    width: 20%;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.ey-editor {
    padding: 0;
}

.classification {
    background: white;
}

.cla_nav_1 {
    width: 100% !important;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0;
    margin-top: 0px !important;
    /* float: left; */
    margin-right: 0px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.classification > .cla_nav_1:nth-child(1) {
    border: 0px solid #ccc;
}

.cla_nav_1 img {
    display: block;
    width: 100%;
    height: 100%;
}

.contentabnc {
    background: white;
    width: 100%;
    padding: 30px;
}

.ey-shownews .info {
    border-bottom: 1px solid #f7f7f7;
}

.ey-shownews h1 {
    font-size: 31px;
}

.ey-shownews h4 {
    font-size: 22px;
}

.details-title {
    text-align: center;
}

.cont_pof {
    width: 1200px;
    margin: 0 auto;
    /* overflow: scroll; */
}

.cont_pof_c {
    width: 18%;
    height: 230px;
    float: left;
    background-color: #fff;
    transition: 0.3s;
    margin: 0;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
    margin: 18px 1%;
    overflow: hidden;
    margin-bottom: 20px;
}

.cont_pof_img {
    height: 150px;
    overflow: hidden;
    margin: 3px;
    text-align:center;
}
.cont_pof_img img{width:100%; }

.cont_pof_p {
    font-size: 14px;
    color: #4d4d4d;
    width: 90%;
    margin: auto;
    overflow: hidden;
    margin-top: 14px;
    text-align: center;
}

.cont_pof_c:hover {
    background-color: #60A3F1;
    /* margin-top: 12px;*/
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05)
}

.cont_pof_c:hover .cont_pof_p {
    color: #fff;
    font-weight: bold;
}
.content_con {
    max-width: 1190px;
    margin:0 auto;
}
    .footer{background-color: #fff;}


    .zlbg{background-color: #f2f2f2;}
    .ey-crumbs .border-bottom{border-bottom:none;}
.back_top_box {
    cursor: pointer;
    position: fixed;
    _position: absolute;
    padding-top: 26px;
    top: 85%;
    left: 50%;
    margin-left: 630px !important;
    display: none;
}
.back_top {
    background: url(../img/backtop.png) no-repeat;
    width: 74px;
    height: 68px;
    display:block;
}
.back_top_box a:hover {
    background: url(../img/backtop_h.png) no-repeat;
}