.article .home {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("../img/home.png") no-repeat 0 1px;
}

.article .breadnav {
    margin: 2% 3%;
}

.article .breadnav a {
    color: #333;
}

.article .row {
    margin: 0 3%;
}

.article .left {
    border: 1px solid #e4e4e4;
    background-color: #fff;
    padding: 0;
}

.article .left h1 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

.article .left .title, .article .left .content, .article .left .comment {
    padding: 2%;
}

.article .left div.title {
    background-color: #74cdf5;
    margin-bottom: 2%;
}

.article h2 {
    font-weight: normal;
    font-size: 18px;
}

.article .list {
    background-color: #f3f3f3;
    padding: 25px;
    margin: 30px 0;
}

.article .list .list_title {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.article .step {
    display: inline-block;
    color: #fff;
    background: #74CDF5;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin: -3px 5px 3px 0;
    padding: 0 10px;
    border-radius: 3px;
}

.article .d_span {
    font-size: 22px;
}

.article .center a {
    color: #0BA8FF;
}

.article .down {
    border-top: 1px dotted #d9d9d9;
    border-bottom: 1px dotted #d9d9d9;
    padding: 20px 0;
    margin: 20px 0;
}

.article img {
    margin: 20px 0;
}

.article .m_down {
    background: url(../img/d_mac.png) no-repeat;
    display: inline-block;
    width: 215px;
    height: 59px;
    position: relative;
}

.article .m_down span {
    position: absolute;
    top: 30px;
    left: 142px;
    color: #fff;
}

.article .w_down {
    background: url(../img/d_win.gif) no-repeat;
    display: inline-block;
    width: 215px;
    height: 59px;
    position: relative;
}

.article .w_down span {
    position: absolute;
    top: 30px;
    left: 142px;
    color: #fff;
}

.article .tu img {
    margin-top: 0;
    width: 100%;
    margin-bottom: 0;
}

.hot_article, .r_channels {
    border: 1px solid #e4e4e4;
    margin-top: 30px;
}

.right_title {
    height: 38px;
    background-color: #eee;
    line-height: 38px;
    text-indent: 15px;
    font-size: 14px;
    color: #333333;
}

.hot_article ul li a, .r_channels ul li a {
    font-size: 13px;
}

.hot_article ul li, .r_channels ul li {
    margin-bottom: 5px;
    background: url('../img/dian.png') no-repeat;
    line-height: 16px;
    padding-left: 12px;
}

.hot_article ul, .r_channels ul {
    padding: 15px 10px 15px 15px;
}

.top-tips {
  background: rgba(0, 0, 0, 0) url("../img/article-tips-bg.png") no-repeat scroll 70% bottom;
  font-style: italic;
  margin-bottom: 6px;
  padding-bottom: 18px;
  text-align: justify;
}
.top-tips .p {
  background-color: #b8e3f7;
  border-radius: 5px;
  padding: 10px 20px;
}
.related {
  border: 1px solid #d3d4d5;
  margin: 20px 0;
}
.related-title {
  background-color: #d3d4d5;
  font-size: 16px;
  font-weight: normal;
  padding: 6px 10px;
}
.related > ul {
  display: table;
  margin: 20px 0;
  padding-left: 10px;
  width: 100%;
}
.related > ul > li {
  float: left;
  list-style: inside disc none;
  margin: 5px 0;
  width: 50%;
}
.related > ul > li > a{
	color: #333333;
}
.related > ul > li > a:hover{
	color: #337ab7;
}
.recommend{
	
}
.recommend-title {
  background-color: #d3d4d5;
  font-size: 14px;
  padding: 4px 10px;
}
.recommend > ul {
  display: table;
  margin: 10px 0 20px;
  padding-left: 0;
  width: 100%;
}
.recommend > ul > li {
  background-color: #e8eaeb;
  margin: 6px 0;
  padding-bottom: 20px;
  text-align: center;
}
.recommend > ul > li  img {
	display: block;
    margin: 20px auto;
}
.recommend > ul > li > a {
  color: #333333;
  display: table;
  margin: 0 auto;
}
.recommend > ul > li > a:hover{
	color: #337ab7;
}
.article .author {
  border-bottom: 1px dashed #ccc;
  display: table;
  height: 76px;
  margin: 0 2%;
  padding: 10px 0;
  vertical-align: middle;
}
.article .author .author-img {
  float: left;
  width: 76px;
}
.article  .author .author-img img {
	height: 76px;
    margin: 0;
}
.article .author .author-info {
  float: left;
  margin: 0 0 0 15px;
  width: 60%;
}
.article .author .author-info span {
  color: #268ac2;
  display: block;
  font-size: 16px;
}
.article .author .author-info p {
  color: #969696;
  font-size: 14px;
  line-height: 18px;
  margin: 12px 0 0;
}
.article .author .author-share {
  display: block;
  float: right;
  margin: 22px 0 0;
}
.article .author .author-share a:hover{
	opacity: 0.8;
}

@media (max-width: 768px) {
    .article .left {
        border: none;
    }
    .article .right{
        display: none;
    }
}