@charset "utf-8";
.news-con{
    position: relative;
    padding-bottom: 70px;
    background: #fff;
}
.news-con-nav{
    background: #fff;
    overflow: hidden;
    height: 62px;
    line-height: 62px;
    border-bottom: #dedede;
    padding-top: 20px;
    border-bottom: 1px solid #dedede;
}
.news-con-nav li{
    width: 90px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    color: #666;
    float: left;
    border-left: 1px solid #eee;
}
.news-con-nav li:first-child{
    border-left: none;
}
.news-con-nav li a{
    color: #333333;
    display: block;
    height: 42px;
    width: 90px;
}
.news-con-nav li.sel a{
    border-bottom: 2px solid #fd8824;
}
.news-con-list{
    background: #fff;
    overflow: hidden;
    padding: 0 25px;
}
.news-con-list .list{
    padding: 32px 0;
    border-top: 1px solid #dedede;
    overflow: hidden;
}
.news-con-list dl:first-child{
    border-top: none;
}
.news-con-list .list dt{
    width: 314px;
    float: left;
}
.news-con-list .list dt img{
    width: 300px;
    height: 190px;
    display: block;
}
.news-con-list .list dd{
    float: left;
    width: 460px;
    height: 190px;
    position: relative;
}
.news-con-list .tit{
    font-size: 20px;
    min-height: 36px;
    font-weight: normal;
    padding-bottom: 10px;
}
.news-con-list .tit a{
    color: #333;
}
.news-con-list .tit a:hover{
    color: #fd8a38;
}
.news-con-list .des{
    line-height: 1.6em;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    height: 62px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
}
.news-con-list .des:after{
    content: "\02026";
    display: inline-block;
    padding-left:0px;
    background:-webkit-linear-gradient(left,transparent,#fff 55%);
    background:-o-linear-gradient(right,transparent,#fff 55%);
    background:-moz-linear-gradient(right,transparent,#fff 55%);
    background:linear-gradient(to right,transparent,#fff 55%);
}
.news-con-list  .orther{
    color: #888888;
    font-size: 14px;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
}
.news-con-list  .orther em{
    font-weight: normal;
    padding-left: 15px;
}
.news-con-list  .orther i{
    font-style: normal;
    position: absolute;
    right: 0;
    top: 0;
}
.news-con-list dt{
    position: relative;
}
.news-con-list  .tag{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
}
.news-con-list  .hot{
    background: url("../../images/news/tag_hot.png") no-repeat;
}
.news-con-list  .zhishi{
    background: url("../../images/news/tag_zs.png") no-repeat;
}
.news-con-list  .pingce{
    background: url("../../images/news/tag_pc.png") no-repeat;
}
.eg img {
    max-width: 800px;
    min-height: 500px;
}