﻿﻿@charset "utf-8";
/* CSS Document */
/*content*/
.news_content,.content{
  width:900px;
  margin:30px auto;
  min-height: 440px;
  border:1px solid #ccc;
  background-color: #FFF;
}
.content a{
  display:block;
}
.content li{
  text-align:center;
  background-color:#FFF;
  float:left;
  padding-bottom: 16px;
  margin-bottom:22px;
  border-bottom:1px dashed #cccccc;
}
.content img{
  /*max-height:120px;*/
  /*max-width:157px;*/
  display:inline;
  margin-top:20px;
}
.content p{
  font-size:14px;
  /*width:156px; */
  margin:0 auto;
  margin-top:3px;
  color:#343434;
}
.news_content,.content{
  padding:30px 50px;
}
.content .news_title{
  width:100%;
  font-size:17px;
  color:#333333;
  float:left;
  text-align:left;
  height: 40px;
}
.content .news_title>a{
  font-size:17px;
  line-height: 17px;
  color:#0076ca;
  padding:8px 18px;
  margin-right:4px;
  cursor: pointer;
}
.content .news_title>a.active{
  color:#fff;
  border-radius:5px;
  background: #81b2d3;
}
.content .news_list{margin-top:10px; float:left;border-bottom:1px solid #ccc;}
.news_list ul{display:block;clear:both;}
.news_list ul li{text-align:left;font-size:13px;}
.cur{width:20px; color:#999999;}
.list_title{width:740px;}
.list_title a{color:#666666;}
.list_title a:hover{color:#147BCA;}
.datetime{width:100px; color:#999999;}
/*detail页面*/
.news_detail_title{ 
  width:100%;
  font-size:20px;
  color:#333333;
  text-align:center;
  min-height: 40px;
}
.detail_datetime{
  width:100%;
  font-size:14px;
  color:#999999;
  text-align:center;
  height: 40px;
}
.detail_content{
  border-top:1px solid #cccccc;
    float: left;
    font-size: 16px;
    margin-top: 10px;
    padding-top: 40px;
    text-align: left;
    width: 100%;
}
.detail_content p{width:100% !important;}
.detail_content p{margin:0 !important;}

.news_detail_content .bottom_back a{
    background-color: #0076ca;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
    width: 100px;
  }
  .time {
    background: rgba(0, 0, 0, 0) url("/images/fw_icon.png") no-repeat scroll 0 -26px;
    clear: both;
    color: #999999;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: 20px;
    height: 20px;
    float: left
}
/*content end*/