﻿@charset "UTF-8";
.proNews{
    width: 100%;
    margin-top: 138px;
    background-color: #f5f5f5;
}
.proNews .mid{
    width: 1200px;
    margin: 0 auto;
}
.proNews .mid>h3{
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color:#666666;
    text-align: left;
    font-weight: normal;
}
.proNews .mid .newsMain{
    width: 100%;
    overflow: hidden;
}
.proNews .mid .newsMain .showlist{
    display:none;
}
.proNews .mid .newsMain .newsNav{
    width: 242px;
    height: 100%;
    float:left;
    background-color: #fff;
}
.proNews .mid .newsMain .newsNav h3{
    font-weight: normal;
    line-height: 60px;
    font-size: 16px;
    color:#666666;
    text-indent: 25px;
}
.proNews .mid .newsMain .newsNav a{
    display: block;
    width: 100%;
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    color:#666666;
    text-indent: 65px;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
}
.proNews .mid .newsMain .newsNav a.active{
    background-color: #f5f5f5;
    border-left: 5px solid #024ca1;
    text-indent: 60px;
    color:#024ca1;
}
.proNews .mid .newsMain .newsContent{
    width: 895px;
    min-height: 350px;
    padding:25px 15px 25px 25px;
    margin-left: 260px;
    margin-bottom: 15px;
    background-color: #fff;
}

.newsList{
    height: 180px;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.newsList:last-child{
    margin-bottom: 0px;
}
.newsList .newsText{
    padding-left: 285px;
    height: 100%;
    position: relative;
}
.newsList .newsImg{
    width: 260px;
    height: 100%;
    float: left;
    background:url("img/zxLogo.png") no-repeat center center ;
}
.newsList .newsImg img{
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
}
.newsList .newsText h3{
    font-weight: normal;
    font-size: 16px;
    color:#666;
    line-height: 40px;
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}
.newsList .newsText h3 a{
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.newsList .newsText h3 .write,
.newsList .newsText h3 .read{
    float: right;
    font-size: 12px;
    color:#99a1a7;
}
.newsList .newsText h3 .read{
    margin-right: 14px;
    padding-left:22px;
    background: url("img/news_icon_read.png") no-repeat 0px 12px;
}
.newsList .newsText h3 .write{
    padding-left:22px;
    background: url("img/news_icon_write.png") no-repeat 0px 12px;
}
.newsList .newsText p{
    font-size: 14px;
    color:#999999;
    line-height: 25px;
}
.newsList .newsText .newsDetailbtn{
    position: absolute;
    bottom:0;
    left: 285px;
    width: 95px;
    height: 28px;
    background: #f08800;
    line-height: 28px;
    text-align: center;
    color:#fff;
    font-size: 14px;
    cursor: pointer;
}
.newsList .newsText .newsDetailbtn:hover{
    text-decoration: none;
}
/*详情*/
.proNews .mid .newsMain .newsContent .newsDetail{
    padding:0 10px 0 10px;
}
.proNews .mid .newsMain .newsContent .newsDetail .newsTitle{
    font-weight: normal;
    font-size: 24px;
    color:#666666;
    line-height: 36px;
    text-align: center;
}
.proNews .mid .newsMain .newsContent .newsDetail .newsInfo{
    text-align: center;
    height: 36px;
    margin-bottom: 10px;
}
.proNews .mid .newsMain .newsContent .newsDetail .newsInfo .write,
.proNews .mid .newsMain .newsContent .newsDetail .newsInfo .read{
    display: inline-block;
    line-height: 36px;
    font-size: 12px;
    color:#99a1a7;
}
.proNews .mid .newsMain .newsContent .newsDetail .newsInfo .read{
    margin-right: 14px;
    padding-left:22px;
    background: url("img/news_icon_read.png") no-repeat 0px 10px;
}
.proNews .mid .newsMain .newsContent .newsDetail .newsInfo .write{
    padding-left:22px;
    background: url("img/news_icon_write.png") no-repeat 0px 10px;
}
.proNews .mid .newsMain .newsContent .newsDetail .newstext{
    color:#999999;
    font-size: 14px;
    text-indent: 2em;
}
