@charset "UTF-8";

/* news */
.news-title {
    text-align: center;
    margin-top: 20px;
    font-weight: bold !important;
    font: 18px "微软雅黑";
}

.news-date {
    text-align: center;
    color: #838383;
    font: 12px/33px "微软雅黑";
}

.news-detail {
    padding-top: 30px;
    width: 80%;
    padding-left: 10%;
}

.news-detail p {
    text-indent: 32px;
    color: #333232;
    font: 16px/30px "微软雅黑";
}

.news-detail-fanye {
    margin-top: 40px;
    margin-bottom: 30px;
    color: #393939;
    font: 13px/33px "微软雅黑";
    padding-left: 10%;
}

.news-detail-fanye a {
    display: inline-block;
    color: #393939;
    font: 13px/33px "微软雅黑";
    margin: 0 auto;
    width: calc(50% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.article-attachment {
    padding-top: 30px;
    padding-left: 10%;
    font: 14px/33px "微软雅黑";
    font-weight: bold;
}

.article-attachment-font {
    font-weight: bold;
    font: 13px/33px "微软雅黑";
}

.article-attachment-font:hover {
    font-weight: bold;
    color: #0a9dff;
}

/* toolbar */

.tel_p {
    position: relative;
}

.tel_p a::before {
    content: "";
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    background: url(../images/tel.png) no-repeat center;
    background-size: contain;
    top: 0;
    left: -110px;
    transition: all .36s ease;
}

.tel_p a:hover::before {
    display: block;
}

.syyList {
    text-align: center;
}

.syyList li {
    display: inline-block;
    margin: 0 30px;
    width: 335px;
    height: 250px;
}

/* home search */
.home_search_no_data {
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
.home_search_title:hover {
    color: #008fd6;
}

.plat_des span{
    display: inline-block;
    float: left;
    border-bottom: 1px solid #cf000d;
    color: #000;
    font: 14px/26px "微软雅黑";
    margin-top: 5px;
}
.plat_des p{
    color: #000;
    font: 14px/26px "微软雅黑";
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;
}
