.article .breadcrumb h2{
    color: #999999;
    display: inline;
    margin-left: 5px;
    font-weight: normal;
}

.article .box-header {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 12px;
    padding: 12px 0px;
}
.article .box-header h1 {
    font-size: 28px;
    font-weight: normal;
}
.article .box-header span {
    font-size: 13px;
}
.article .box-header span a {
    color: #3575b9;
}
.article .box-content {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 20px;
}
.article .box-content h3{
    font-weight: bold;
    font-size: 16px;
    color: #333;
    clear: both;
    margin: 20px 0 0 -35px;
    width: 685px;
    height: 25px;
    line-height: 25px;
    position: relative;
    padding-left: 35px;
}
.article .box-content .number {
    background: #444;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    height: 28px;
    line-height: 25px;
    padding: 0 8px;
    float: left;
    margin-right: 7px;
    border-radius: 3px;
    font-style: italic;
}
.article .box-content  h4.az {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 25px;
}
.article .box-content .cts {
    overflow: hidden;
    margin: 10px 0 5px 0;
}
.article .box-content .bottom_line{
	width: 688px;
    height: 10px;
    font-size: 16px;
    color: #333;
}
.article .box-content .article_list{
	background:#f3f3f3;
	padding:15px 25px;
	line-height:2em;
}
.article .box-content .article_list_title{
	font-size:18px;
	margin-bottom:5px;
	color:#333;
}
.article .box-content .article_list ul li{
	color:#3575b9;
}
.article .box-content a{
	color:#0072bc;
}
.article .box-content .btn-article {
	display: inline-block;
    margin-right: 18px;
}
.article strong{color:#000;}


.article .share {
    margin-top: -40px;
}
.article .video {
    margin-top: 40px;
}
.article .facebook {
     margin-top: 40px;
}


.article .post {
     margin-top: 40px;
}
.article .post .tab{
    *zoom: 1;
}
.article .post .tab:before,
.article .post .tab:after {
  display: table;
  content: "";
}
.article .post .tab:after{
  clear: both;
}
.article .post .tab li {
    border-width: 1px;
    border-color: #ddd;
    border-style: none none solid none;
    float: left;
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
}
.article .post .tab li:first-child {
    color: #fa4b2a;
    border-style: solid solid none solid;
}
.article .post .tab li:hover {
    color: #fa4b2a;
}
.article .post .content #recent{
    display: none;
}
.article .post .content ul {
    padding: 12px 0 0 12px;
}
.article .post .content ul li {
    margin: 6px 0;
}
.article .post .content a {
    font-size: 13px;
    vertical-align: middle;
    padding: 4px 6px;
    display: block;
}
.article .post .content a:hover {
    background: rgba(185,191,199,0.22);
    border-radius: 3px;
    color: #585858;
    text-decoration: none;
    vertical-align: middle;
}
.article .post .content p {
    color: #999;
    font-size: 13px;
    vertical-align: middle;
    padding: 1px 6px;
}
