.main-left {
  margin-top: 30px;
}
/* 标签 */
.radius-tags a {
  height: 32px;
  border-radius: 20px;
  line-height: 32px;
  padding: 0 10px;
  display: inline-block;
  color: #0072FF;
  margin: 0 5px 10px 0;
  border: 1px solid #DDDDDD;
  transition: 0.2s;
  color: #666666;
  text-align: center;
}
.radius-tags a:hover, .radius-tags .active {
  color: #FFFFFF;
  background: #0072FF;
  border-color: #0072FF;
}

.type-list {
  border-bottom: 1px solid #DDDDDD;
  margin-top: 16px;
  overflow: hidden;
}
.type-list li {
  height: 49px;
  line-height: 49px;
  margin-right: 40px;
  float: left;
}
.type-list li a {
  color: #424242;
  font-size: 16px;
  transition: 0.2s;
}
.type-list li.active a {
  font-weight: bold;
  color: #0072FF;
}
.type-list li a:hover {
  color: #0072FF;
}
.type-article li {
  border-bottom: 1px solid #EEEEEE;
  padding: 10px 0 11px 0;
}
.type-article li .article-title {
  color: #424242;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 12px 0;
  display: block;
  transition: 0.2s;
}
.type-article li .article-title:hover {
  color:#0072FF
}
.type-article li .article-content {
  color: #666666;
  font-size: 12px;
  margin: -2px 0 10px 0;
  line-height: 16px;
}
.type-article li .article-bottom {
  overflow: hidden;
}
.type-article li .article-bottom .left {
  float: left;
  line-height: 32px;
  color: #999999;
}
.type-article li .article-bottom .tag {
  height: 32px;
  border-radius: 4px;
  float: left;
  margin-right: 20px;
  text-align: center;
  padding: 0 10px;
}
.type-article li .article-bottom .tag.blue {
  background: #E7F0FC;
  color: #0072FF;
}
.type-article li .article-bottom .tag.orange {
  background: #FFF6E5;
  color: #FF4A00;
}
.type-article li .article-bottom .tag.green {
  background: #EBFFF0;
  color: #009225;
}
.type-article li .article-bottom .tag.grey {
  background: #F5F5F5;
  color: #666666;
}
.type-article li .article-bottom .tag.link {
  background: #F5F5F5;
  color: #666666;
  transition: 0.2s;
  line-height: 32px;
  float: none;
  display: inline-block;
  margin: 0 0 7px 6px;
  max-width: 200px;
}
.type-article li .article-bottom .left .see {
  color: #666666;
  padding-right: 11px;
  margin-right: 16px;
  border-right: 1px solid #EEEEEE;
}
.type-article li .article-bottom .left .coin {
  color: #FF4A00;
  margin-right: 15px;
}
.type-article li .article-bottom .left .coin img {
  float: left;
  margin: 6px 3px 0px 0px;
}
.type-article li .article-bottom .article-avatar {
  width: 24px;
  height: 24px;
  margin: 4px 6px 0 0;
  float: left;
  border-radius: 50%;
}
.type-article li .article-bottom .left a  {
  color: #999999;
  max-width: 100px;
  display: inline-block;
  transition: 0.2s;
  margin: 0 6px -11px 0;
}
.type-article li .article-bottom .left .article-link {
  color: #666666;
}
.type-article li .article-bottom .left a:hover {
  color: #0072FF;
}
.type-article li .article-bottom .left .article-span {
  margin-left: 9px;
  border-left: 1px solid #eee;
  padding-left: 20px;
}
.type-article li .article-bottom .right {
  float: right;
  width: 360px;
  text-align: right;
}
.type-article li .article-bottom .right a:hover {
  color: #fff;
  background: #0072FF;
}
.type-article li .article-bottom .article-right {
  color: #999999;
  line-height: 27px;
  margin-bottom: 14px;
}
.type-article li .article-bottom .article-right img {
  width: 16px;
  height: 16px;
  margin: 0 7px -1px 18px;
}
.articles li .article-content {
  margin-bottom: 6px;
}
.articles li .article-bottom .article-right {
  line-height: 32px;
  margin-bottom: 4px;
}

/* 分页 */
.page-container {
  text-align: center;
}
.pagination {
  height: 32px;
  margin: 30px 0 40px 0;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
}
.pagination .page-list {
  overflow: hidden;
}
.pagination li, .pagination a {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  text-align: center;
  color: #666666;
  margin: 0 3px;
}
.pagination li a:hover, .pagination .active {
  background-color: #0072FF;
  color: #ffffff;
}
.pagination .disabled {
  color: #DDDDDD;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  color: #DDDDDD
}
.bottom-banner {
  margin: 0 0 40px 0;
}
.top-banner {
  margin-bottom: 11px;
}

.my-question {
  width: 300px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
}
.my-question .flex a {
  display: block;
}
.my-question .item {
  width: 80px;
  height: 70px;
  background: #FAFAFA;
  border-radius: 8px;
  margin-bottom: 10px;
  padding-top: 12px;
  color: #666666;
}
.my-question .item p {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}
.my-question .item:hover {
  background: #E7F0FC;
  color: #0072FF
}
.my-question .tip {
  line-height: 18px;
  text-align: left;
  margin-top: 10px;
  color: #666666;
}
.my-question .my-btn {
  width: 256px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  display: block;
  margin-top: 13px;
  transition: 0.2s;
  background: #0072FF;
  color: #fff;
  line-height: 40px;
}
.my-question .my-btn:hover {
  opacity: 0.8;
}

.description {
  overflow: hidden;
  margin-bottom: 31px;
}
.description img {
  width: 162px;
  height: 120px;
  float: left;
  margin-right: 20px;
  border-radius: 4px;
}
.description h1 {
  color: #424242;
  font-size: 20px;
  margin: 6px 0 19px 0;
  font-weight: normal;
  display: inline-block;
}
.description .follow {
  float: right;
  width: 66px;
  height: 32px;
  background: #0072FF;
  border-radius: 4px;
  transition: 0.2s;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 32px;
  margin-top: 1px;
}
.description .follow:hover {
  opacity: 0.8;
}
.description .follow i {
  width: 12px;
  height: 12px;
  margin: 0 5px -2px 0;
  display: inline-block;
  background: url("/National_Library/oe_/https://ask.pdf365.cn/new_static/imgs/topic-icon.png") -4px 0 no-repeat;
}
.description .follow.disabled {
  background: #F5F5F5;
  color: #999999;
}
.description .follow.disabled i {
  display: none;
}
.description .content {
  color: #666666;
  line-height: 24px;
}
.description a {
  width: 52px;
  height: 20px;
  background: #E7F0FC;
  border-radius: 20px;
  color: #0072FF;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  transition: 0.2s;
  display: inline-block;
}
.description a i {
  width: 4px;
  height: 8px;
  background: url("/National_Library/oe_/https://ask.pdf365.cn/new_static/imgs/topic-icon.png") 0 0 no-repeat;
  display: inline-block;
  margin-left: 5px;
}
.description a:hover {
  background: #0072FF;
  color: #fff;
}
.description a:hover i {
  background-position: -16px 0;
}

.comment-user .content {
  padding: 12px 10px 1px 10px;
}
.comment-user .content li {
  overflow: hidden;
  margin-bottom: 19px;
}
.comment-user .content li img {
  float: left;
  width: 36px;
  height: 36px;
  margin: 1px 10px 0 0;
  border-radius: 50%;
}
.comment-user .content li .name {
  color: #424242;
  line-height: 19px;
  display: inline-block;
  max-width: 200px;
  margin-bottom: 1px;
  transition: 0.2s;
}
.comment-user .content li .name:hover {
  color: #0072FF
}
.comment-user .content li p {
  color: #0072FF;
}
.comment-user .content li p span {
  font-size: 12px;
}
.comment-user .content li p .anwser-num {
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

.detail-content {
  color: #424242;
  line-height: 28px;
  margin: 19px 0 25px 0;
}