@charset "utf-8";
/* CSS Document */

.newser{
    background: #fff;
    padding:60px 0;
}
.newsleft{
    width:68%;
    float:left;
}
.newsnrleft{
    width:68%;
    float:left;
}
.newsnrleft h1{
    font-size:26px;
    text-align:center;
    color:#333;
    line-height:40px
}
.newsnrleft p.arcxx{
    margin:20px 0;
    text-align:center;
    color:#555;
}
.newsnrleft p.arcxx span{
    margin-right:30px;
}
.newsnrleft p img{margin:10px 0}
.newsnrleft .newsarc{
    font-size:15px;
    line-height:30px;
    margin-bottom:40px;
}
.newsnrleft .newsarc p{
    margin-bottom:15px;
}
.newsarc h4{font-size:16px;color:#333;margin:15px 0;font-weight: 700;}
.newsarc table{border:1px solid #ccc;border-right:none;border-top:none;width:100%;text-align:center;}
.newsarc table tr{line-height: 30px;}
.newsarc table tr td{border-top:1px solid #ccc;border-right:1px solid #ccc;}
.newsarc  table tr:nth-child(odd){background: #ECF7FD;}
.newsarc  table tr:hover{background:#FFDD57}
.newsarc p{text-indent: 0}
.newsarc img{max-width:100%}
.newsnrleft .guidance{
    width:94%;
    margin:20px 0;
    border:1px solid #CCC;
    border-radius: 3px;
    padding:20px 3%;
}
.newsnrleft .guidance span{
    color:#C61B0A;
}
.newstj {
    border-top:1px solid #ccc;
    margin-top:30px;
    padding-top:20px;
}
.newstj p{
    text-indent: 0;
}
.newstj span.ntright{
    float:right;
}
.newshead{
    margin-bottom:30px;
}
.newshead dl{
    min-height:210px;
    margin-bottom:30px;
    overflow:hidden;
}
.newshead dl dt{
    float:left;
    width:40%;
}
.newshead dl dt img{
    width:100%;
}
.newshead dl dt img:hover{
    opacity: 0.9;
    filter:alpha(opacity=90);
}
.newshead dl dd{
    float:right;
    width:55%;
    position:relative;
}
.newshead dl dd h3{
    font-size:16px;
    font-weight: 700;
}
.newshead dl dd p{
    text-indent: 0;
    margin:20px 0;
    padding-bottom:20px;
}
.newshead dl dd a.newsmore{
    display: block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    background: #00A7EB;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.newshead dl dd a.newsmore:hover{
    background: #FFDD57;
    transition: all 0.7s;
    color: #000;
}
.nlnr{
    margin-bottom:40px;
}
.nlnr p{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    text-indent: 0;
}
.nlnr p strong{
    font-size:18px;
}
.nlnr p span{
    float:right;
}
.nlnr ul{
    margin:20px 0;
}
.nlnr ul li{
    padding:5px 0;
    border-bottom:1px dashed #ccc;
}
.nlnr ul li span{
    float:right;
}
