﻿@charset "utf-8";
.werq{
    border-bottom: 2px solid #AD3332;
    color: #AD3332;
}
body,html{background: #F0F0F0;}
.common-nav-title:after{
    display: none;
}
.common-nav-title2{font-size: 20px;}
.newes-wrap{
    width:100%;
    float: left;
    padding: 80px 0px;
}
.newes-box{
    width: 100%;
    float: left;
    position: relative;
    padding: 25px 0px;
    border-bottom: 1px solid #D1D1D1;
    margin-top: 30px;
}
.newes-box2{
    width: 100%;
    float: left;
}
.newes-title{
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newes-title2{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}
.newes-time{
    width: 100%;
    float: left;
    font-size: 14px;
     margin-top: 20px;
     color: #999999;
}
.newes-box:hover .newes-title{color: #39A8A4;}
/**/
.news-detail-title{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333;
    margin: 12px 0px;
    text-align: center;
}
.news-detail-tbox{
    width: 100%;
    float: left;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #A0A0A0;
    padding-bottom: 5px;
}
.news-detail-tbox span{margin: 0px 10px;}
.news-detail-text{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
    text-indent: 28px;
}
.news-detail-img{
    max-width: 100%;
    display: inline-block;
    margin-top: 20px;
}
/**/
.detail-page{
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin: 80px 0px;
}
.detail-page-text{
    width: 50%;
    float: left;
    position: relative;
    font-size: 14px;
    color: #696969;
}
.detail-page-text:hover{
    color: #26A09A;
}
/**/

@media screen and (min-width: 320px) and (max-width: 480px) {
   .newes-wrap{padding: 40px 0px;}
   .party-news-wrap{margin-top: 20px;}
   .party-news{padding: 30px 0px;}
}
