/*Tools&Help Center*/
.main aside.fl {
  width: 15%;
}
.main aside.fl section {
  margin-bottom: 1px;
}
.main aside.fl section:last-child {
  margin-bottom: 0;
}
.main aside.fl section h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2fb4ff;
  color: #FFFFFF;
  cursor: pointer;
}

.main aside.fl section h3.action{
  background-color: #00beea;
}
.main aside.fl section h3:hover {
  background-color: #00beea;
}

.main aside.fl section ul {
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-top: 0;
}
.main aside.fl section ul li {
  margin-bottom: 10px;
}
.main aside.fl section ul li:last-child {
  margin-bottom: 0;
}
.main section ul li a {
  font-size: 14px;
  cursor: pointer;
  color: #333;
}
.main section ul li a.cur {
  color: #2fb4ff;
}
.main section ul li a.cur:hover {
  color: #ff5a00;
}
.main section ul li a:hover {
  color: #2fb4ff;
}
.main article {
  width: 84%;
  float: right;
}

.main article section {
  width: 998px;
  border: 1px solid #e4e4e4;
}
.main article section h3 {
  width: 958px;
  padding: 12px 20px;
  font-size: 18px;
  border-bottom: 1px solid #e4e4e4;
}
.main .newlist{
    width:83%;
}
.main .newlist img{float:left;width:24%;margin-right:1%;}
.main .newlist .listcontent{float:left;width:73%;}
.main .newlist .listcontent h3{margin-bottom: 10px;width:100%;float:left;}
.main .newlist .listcontent p{line-height:20px;width:100%;float:left;color:#777;}
.main .newlist .listcontent span{line-height:20px;width:100%;float:left;color:#777;margin-top:5px;}
.main .newlist .listcontent a{float: left;width: 100%;margin-top: 10px;}



/* 屏幕宽度小于760px时的样式 */
@media (max-width: 760px) {
  .main aside.fl {width: 100%;}
  .main aside.fl section {margin-bottom: 1px;width: 33%;float: left;border-right: 1px solid #fff;}
  .bread-thumb {margin: 0 0 0px 0;}
  .main aside.fl section h3 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.main article {
  width: 96%;
  padding: 2%;
  float: right;
}
.main .newlist{
    width:100%;
}
.main .newlist img {
  float: left;
  width: 100%;
  margin-right: 0%;
}
.main .newlist .listcontent {
  float: left;
  width: 100%;
}



}