﻿@charset "utf-8";

/*新闻列表页*/
.news{width:810px; height:46px; background-image:url(../images/news.png); background-repeat:repeat-x; background-position:bottom;}
.news:hover{background:#f2f2f2;}
.news dt{width:630px; padding-left:22px; height:46px; float:left; background-image:url(../images/news_1.png); background-repeat:no-repeat; background-position:7px 19px; color:#878787; line-height:46px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.news dd{height:46px; line-height:46px; float:right; color:#878787; padding-right:10px;}

/*新闻详细展示页*/
.detailed_top{width:750px; padding:0px 30px; height:70px; border-bottom:#f0f0f0 2px solid; margin-left:40px; text-align:center; line-height:70px; font-size:24px; color:#333; letter-spacing:3px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.detailed_time{width:810px; overflow:hidden; margin-left:40px;}
.detailed_time li{line-height:50px; float:left; font-size:12px; font-family:"宋体"; color:#333; margin-right:20px; float:left; letter-spacing:2px;}
.detailed_bot{width:810px; overflow:hidden; margin-left:40px;}
.detailed_a{width:810px; line-height:30px; color:#666; text-indent:2em; letter-spacing:3px; padding-bottom:10px;}
.detailed_as{width:810px; line-height:30px; color:#666; text-indent:2em; letter-spacing:3px; padding-bottom:10px;font-weight:600;}
.detailed_img{width:810px;}
.detailed_img img{width:810px; padding:10px 0px;}











