/* 新闻 */
.indexnews{}
.indexnews  .newsbottom{}
.indexnews  .newsbottom li{ position:relative; border-bottom:1px solid #ddd;padding-bottom:20px;margin-bottom:20px;}
.indexnews  .newsbottom li .figure{float:left;width:270px;min-height:130px;overflow:hidden;}
.indexnews  .newsbottom li .figure img{width:270px;height:auto;display:block; transition:all .3s linear;-webkit-transition:all .3s linear;}
.indexnews  .newsbottom li .cont{margin-left:285px;}
.indexnews  .newsbottom li h3{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-size:17px;color:#343434;}
.indexnews  .newsbottom li h3:hover{color:#de2d30;}
.indexnews  .newsbottom li  .text{color:#727A80;font-size:13px;line-height:20px;height:70px;overflow:hidden;margin:10px 0 5px;word-break:break-word;}
.indexnews  .newsbottom li  .date{font-size:13px; color:#959595;padding-left:20px; background:url(../images/date.png) no-repeat left center;}
.indexnews  .newsbottom li  .figure img:hover{
 transform:scale(1.05);-webkit-transform:scale(1.05);
}

.newsbottomtwo{padding:5px 0 30px;}
.newsbottomtwo p{line-height:42px; padding-left:23px;background:url(../images/Ywwnews.png) no-repeat 0px center;border-bottom:1px solid #ddd;}
.newsbottomtwo p span{display:block; float:right; color:#888;}

/*--新闻详细--*/

.commonDetailed{margin: 0;}

.commonDetailedtitle{ border-bottom:1px solid #cccccc;}
.commonDetailedtitle h3{ font-size:28px; text-align:center; line-height:32px; color:#1a1a1a; }

.commonDetailedtitleTimeAuthor{ text-align:center; color:#666; font-size:13px; padding:20px 0px 15px;}
.commonDetailedtitleTimeAuthor span{ padding-right:10px; position:relative; top:-3px; *top:2px;_top:1px;}


.commonDetailedContents{ padding:30px 0px; font-size:15px; line-height:26px;color:#333;text-align:justify;}
.commonDetailedContents img{ max-width:100%; margin:0 auto; display:block;}

.commonDetailedContentsfoot{padding-bottom:45px;}
.commonDetailedContentsfoot p{ text-align:center; padding-bottom:30px;}
.commonDetailedContentsfoot p a{ display:inline-block;background:#de2d30; background: -webkit-linear-gradient(top,#de2d30,#9e000b);padding:5px 30px; border-radius:5px; color:#FFF; font-size:14px;}
.commonDetailedContentsfoot p a:hover{opacity:.8}
.commonDetailedContentsfoot dl{ border:1px solid #cccccc; border-left:none; border-right:none; font-size:13px; padding:13px 0px;}
.commonDetailedContentsfoot dl  a{color:#1a1a1a;}
.commonDetailedContentsfoot dl  a:hover{color:#de2d30}
.commonDetailedContentsfoot dl span{ display:inline-block; background:#f2f2f2; color:#1a1a1a; line-height:27px; padding:0px 10px; margin-right:15px;}
.commonDetailedContentsfoot dl dd{ float:left;}
.commonDetailedContentsfoot dl dt{ float:right;}

/* 新闻详细 */


.relevant{position:relative; border:1px solid #ccc; border-top:3px solid #666;padding:15px 15px; margin: 0 auto;}
.relevant h3{display:inline-block; padding:7px 20px;  background:#de2d30; color:#fff; letter-spacing:1.2px; font-size:18px;}
.news-relevant{border-top:1px solid #ccc; padding:10px;}
.news-relevant p{border-bottom:1px dashed #ccc; line-height:30px; margin-bottom:8px; padding-left:15px; position:relative;}
.news-relevant p:before{content:" "; border-width:5px; border-style:solid; border-color: transparent transparent transparent #de2d30; display:block;float:left;
position:absolute; left:2px; top:50%; margin-top:-5px;}
.news-relevant p span{float:right;}
.news-relevant p a{color:#1a1a1a;}
.news-relevant p a:hover{color:#de2d30;}
