@charset "utf-8";
/* CSS Document */
.right_item{width:100%; display:table;padding-bottom:20px; border-bottom:#ececec 1px solid;margin-bottom:20px;}
.item_img {width:200px;float:left;}
.item_img img{width:200px;}
.item_info{width:660px;float:left;padding-left:24px;}
.item_info .item_info_title{font-size:18px;height:30px;}
.item_info .item_info_desc{font-size:14px;line-height:24px;}
.item_info .item_info_tongji{padding:5px 0px;}
.right_item a{}
.right_item a:hover .item_info .item_info_title{color:#004a8f;}
.right_item a:hover .item_info .item_info_desc{color:#004a8f;}
.item_info_tongji i{margin-right:10px;color:#999999}
.item_info_tongji i:nth-child(2){margin-left:10px;}


/*内容标题*/
.detail_title{}
.detail_title h1{font-size:20px;text-align:center;color:#666;padding-bottom:20px;}
.detail_time{text-align:center}
.detail_time i{margin-right:10px;}
.detail_time i:nth-child(2){margin-left:10px;}
.detail_con{padding-top:30px;}