.article{font-size: 14px;background-color:#f3f3f3;color:#666666;padding-bottom: 60px;}
.article p{font-size: 14px;line-height: 26px;}
.article a {color: #0066cb;}
.article a:hover {color: #323333;text-decoration:none;}
.article img{max-width:100%;}
.article h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}
.article h3 {
  background-color: #0066cb;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  line-height: 22px;
}
.article .win-down,.article .mac-down{
	margin: 0 20px 0 0;
}

.breadcrumb{
	margin: 0;
	padding: 18px 0;
	color: #666666
}
.breadcrumb ul{
	padding-left: 0;
}
.breadcrumb li {
  float: left;
  list-style: none;
  font-size: 12px;
}
.breadcrumb li.icon-home {
  background-image: url("../img/icon-home.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  display: block;
  height: 15px;
  padding-left: 20px;
}
.breadcrumb li > a{
	color: #666666;
	font-size: 12px;
	line-height: 1;
}
.breadcrumb li > a:hover{
	color: #0066cb;
	text-decoration: none;
}
.breadcrumb li > span {
  margin: 0 3px;
  line-height: 1;
}


.article .content .panel-body {
  background-color: #fff;
  border-top: 5px solid #49abd6;
	padding: 22px 30px;
}
.article .article-nav {
    padding: 10px 20px;
    list-style: none;
    background-color: #f8f8f8;
    border-left: 5px solid #49abd6;
	display:block;
	margin:20px 0;
}
.article .article-nav > li{
	margin: 10px 0;
}
.article .article-nav > li > a {
    color: #49abd6;
    font-size: 16px;
}
.article h2{
	font-size: 18px;
	color: #333333;
}
.article h2 > strong{
	color: #fff;
	background-color: #49abd6;
	padding: 2px 3px;
}

.article .share {
    background-color: #fff;
    display: block;
    width: 336px;
    height: 140px;
    border-bottom: 5px solid #6fc2e7;
}
.article .share .text {
    width: 190px;
    float: left;
    border-right: 1px solid #ccc;
    padding: 0;
    text-align: right;
    margin: 40px 0 0 0;
    line-height: 1;
    padding-right: 20px;
}
.article .share .img {
    width: 146px;
    float: left;
    line-height: 140px;
    text-align: center;
}
.article .share .text > p {
    padding: 0;
    line-height: 1;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.article .share .text > a:hover{
	opacity: 0.8
}

.article .related {
    background-color: #fff;
    margin-top: 30px;
    width: 336px;
}
.article .related .related-title {
    font-size: 20px;
    color: #333333;
    padding-left: 12px;
    border-bottom: 2px solid #6fc2e7;
    height: 60px;
    line-height: 60px;
}
.article .related ul {
    padding: 0;
    list-style: none;
}
.article .related ul > li{
	border-bottom: 1px solid #ccc;
    height: 100px;
    line-height: 100px;
}
.article .related img{
  width: 93px;
  height: 63px;
}
.article .related ul > li:last-child{
	border-bottom: none;
}
.article .related ul > li > img{
    margin-left: 12px;
    margin-right: 12px;
}
.article h2{
  font-size: 20px;
}
.article .related ul > li > a{
}
.article .related ul > li > a > span{
	color: #666666;
    display: inline-table;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    width: 215px;	
    padding-left: 8px;
}
.article .related ul > li > a:hover > span{
	color: #49abd6	
}
.article .content .panel-body .btn{
  width: 100%;
}
.article .content .panel-body .btn a{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  height: 44px;
  width: 178px;
  background-color: #6fc2e7;
  border: 1px solid #6fc2e7;
  text-align: center;
  padding-left: 28px;
  line-height: 42px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  background-repeat: no-repeat;
  background-position: 24px center;
}
.article .content .panel-body .btn a.win{
  background-image: url(../img/win.png);
  margin-right: 14px;
}
.article .content .panel-body .btn a.mac{
  background-image: url(../img/mac.png);
  margin-left: 14px;
}
.article .content .panel-body .btn a.win:hover{
  background-image: url(../img/win02.png);
}
.article .content .panel-body .btn a.mac:hover{
  background-image: url(../img/mac02.png);
}
.article .content .panel-body .btn a:hover{
  background-color: #fff;
  color: #6fc2e7;
}
.article .content .panel-body .btn a.mac{

}

@media (max-width: 992px){
  .totop{
    z-index: 2;
  }
  .article .contents{
    margin-top: 0;
  }
  .article .share{
    /*margin-top: 30px;*/
    margin: 30px auto 0;
  }
  .article .related {
      margin: 30px auto 0;
  }
}
@media (max-width: 375px){
  .article .related ul > li > a > span{
    width: 200px;
  }
}
@media (max-width: 320px){
  .article .share {
    width: 290px;
    margin:30px auto 0;
  }
  .article .related {
      width: 290px;
      margin: 30px auto 0;
  }
  .article .share .text {
      width: 170px;
  }
  .article .share .img {
      width: 120px;
  }
  .article .related ul > li > a > span{
    width: 160px;
  }
}



