dt .bshare-custom.icon-medium{
  display: flex;
}
.title-box h3{
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5em;
  padding: 0 40px;
}
.title-box .sub-title{
  display: block;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
.title-box{
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
}
.title-box.temp{
  border: 0;
  padding-bottom: 20px;
}
.title-box .title-addon{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.title-box .title-addon .lef span{
  color: #999999;
  font-size: 13px;
}
.title-box .title-addon .lef span i{
  color: #333333;
}
.title-box .title-addon .rig a.fa{
  display: inline-block;
  width: 22px;
  color: #999;
  font-size: 15px;
  text-align: center;
}
.title-box .title-addon .rig a.fa:hover{
  color: #006bbb;
}
.article-in{
  /*overflow: hidden;*/
}
.article-detail .share-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.share-box .bshare-custom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.share-box .bshare-custom a{
  display: inline-block !important;
  height: 35px !important;
  width: 35px !important;
  padding: 0 !important;
  margin-right:10px !important;
}
.share-box .bshare-custom a.bshare-weixin{
  background: url("../images/base/weixin.png") no-repeat center center;
  background-size: 100% 100%;
}
.share-box .bshare-custom a.bshare-sinaminiblog{
  background: url("../images/base/weibo.png") no-repeat center center;
  background-size: 100% 100%;
}
.share-box .bshare-custom a.bshare-qqim{
  background: url("../images/base/QQ.png") no-repeat center center;
  background-size: 100% 100%;
}
.share-box .bshare-custom a.bshare-qqmb{
  background: url("../images/base/txWeibo.png") no-repeat center center;
  background-size: 100% 100%;
}
.share-box .bshare-custom a.bshare-kaixin001{
  background: url("../images/base/kaixin.png") no-repeat center center;
  background-size: 100% 100%;
}
.share-box .share-add{
  display: inline-flex;
}
.share-box .share-add li{
  overflow: hidden;
  height: auto;
}
.share-add a.border-blue{
  border: 1px solid #59c2f0;
  color: #59c2f0;
}
.share-add a.border-blue:hover{
  color: #ffffff;
  background-color: #59c2f0;
  border-color: #59c2f0;
}
.share-box .share-add li a{
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.article-detail-in{
  padding: 20px 0;
}
.article-detail-in p{
  font-size: 16px;
  text-align: justify;
  margin-bottom: 10px;
  line-height: 1.8em;
  color: #333333;
  text-indent: 2em;
}
.article-detail-addon{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.article-detail-addon .key{
  font-weight: bold;
  font-size: 15px;
}
.article-detail-addon .val{
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  margin-right: 5px;
}
.p-next-pre{
  padding: 10px;

  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.p-next-pre .item{
  background-color: #f9f9f9;
  box-sizing: border-box;
  border-radius:10px;
  padding: 10px;
  display: block;
  line-height: 1.8em;
  width: 48%;
  height: 100px;
  transition: all 0.3s;
}
.p-next-pre .item a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.p-next-pre .key{
  display: block;
}
.p-next-pre .item:hover{
  background: #117de4;
  color: #fff;
}
.p-next-pre .item:hover a{
  color: #fff;
}
.news-comment{
  margin-top: 20px;
}
.comment-box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.comment-box .face{
  display: inline-block;
  width: 45px !important;
  height: 45px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/user-face.png") no-repeat center center;
  background-size: 100% 100%;
}
.comment-box .face img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius:50%;
}
img[src="#"]{
  display: none !important;
}
.comment-box-innner .comment-submit{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}
.comment-box-innner .comment-submit *{
  display: inline-block;
  margin-left: 5px;
}
.comment-box-innner .comment-submit input[type=text]{
  height: 24px;
  line-height: 24px;
  font-size:14px;
  border: 1px solid #ccc;
  text-indent: 2px;
}
.comment-box-innner .comment-submit input[type=text]:focus{
  border-color: #6abfff;
}
.comment-box-innner .comment-submit input[type=image]{
  height: 26px;
}

.news-comment .info {
  border-bottom: 1px solid #b8b8b8;
  color: #373737;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

.news-comment .info span {
  border-bottom:4px solid #117de4;
  color: #111;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: -2px;
  font-size: 20px;

}

.comment-list{
  margin: 20px 0;
}
.comment-list-item{
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.comment-list-item .comment-list-item{
  border-bottom: none;
}
.comment-list-item .face{
  display: inline-block;
  width: 45px !important;
  height: 45px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/user-face.png") no-repeat center center;
  background-size: 100% 100%;
  float: left;
}
.comment-list-item .comment-content{
  float: none;
  display: block;
  margin-left: 55px;
}
.comment-list-item .comment-content .in{
  display: block;
  text-align: justify;
  font-size: 15px;
  color: #333;
  line-height: 1.8em;
  margin-top: 10px;
}
.comment-list-item .comment-content .addon{
  font-size: 14px;
  color: #888888;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-list-item .comment-content .addon .name{
  font-size: 20px;
  color: #333;
}
.comment-list-item .comment-content .addon .com-thumb{
  background: url('../images/com-thumb.png') 0 center no-repeat;
  padding-left: 28px;
  margin-right:10px;
  color: #333;
}
.comment-list-item .comment-content .addon .com-reply{
  background: url('../images/com-reply.png') 0 center no-repeat;
  padding-left: 28px;
  color: #333;


}
.comment-list-item .comment-content .addon .it{
  padding-right:10px;
  padding-left: 10px;
  border-right: 1px solid #ddd;
}
.comment-list-item .comment-content .addon .it:first-child{
  padding-left: 0;
}
.comment-list-item .comment-content .addon .it:last-of-type{
  border-right: none;
  padding-right: 0;
}
.comment-list-item .comment-content .addon a.reply-1{
  color: #888888;
}
.comment-list-item .comment-content .addon a.reply-1:hover{
  color: #117de4;
}
.zt-bg {
  background: url('../images/zt-bg.jpg') top center no-repeat;
  height: 654px;
  background-size: 1920px auto;
}

.swiper-zt {
  width: 1200px;
  height: 495px;
  margin: 0 auto;
}
.pt200 {
  padding-top: 120px;
  box-sizing: border-box;
}
.zt-flexBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ztImg-item {
  width: 336px;
  height: 424px;
  background:url('../images/simg-bg.png') center no-repeat;
  background-size:100% 100%;
  padding: 20px 20px 45px 20px;
  box-sizing: border-box;
}
.ztImg-item img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.act-nav{
  width:100%;
  display: flex;
  margin-bottom:15px;
}
.act-nav span{
  display: block;
  width:33.33%;
  height:36px;
  line-height:36px;
  text-align: center;
  font-size:16px;
  color:#0095f4;
  position: relative;
  cursor: pointer;
}
.act-nav span i{
  display: inline-block;
  width:20px;
  height:20px;
  vertical-align: middle;
  margin:0 5px 0 0;
}
.act-nav span i.icon-act2{
  background-position-y: -20px;
}
.act-nav span i.icon-act3{
  background-position-y: -40px;
}
.act-nav span.active,.act-nav span:hover{
  background-color:#0095f4;
  color:#fff;
}
.act-nav span.active:after,.act-nav span:hover:after{
  content:'';
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #0095f4;
  left: 50%;
  bottom: -16px;
  margin-left: -10px;
}
.act-nav span.active i,.act-nav span:hover i{
  background-position-x: -25px;
}
.act-calendar .ui-widget.ui-widget-content{
  padding:0 15px 3px;
}
.notice-content .btns{
  position: absolute;
  display: block !important;
  height: 104% !important;
  width: 43px !important;
  right: -1px !important;
  top: -1px !important;
  padding-left:15px;
  box-sizing: border-box;
  text-align: center;
}
.notice-content .btns a.up{
  display:block !important;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff !important;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: none;
  margin-bottom: 5px;
  position: absolute;
  left:5px;
  top:5px;
}
.notice-content .btns a.up:hover{
  border-bottom: 10px solid #006bbb;
}
.notice-content .btns a.down{
  display:block !important;
  width: 0;
  height: 0;
  border-top: 10px solid #fff !important;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  position: absolute;
  left:5px;
  bottom:5px;
}
.notice-content .btns a.down:hover{
  border-top: 10px solid #006bbb;
}
.notice-content .btns .num {
  color: #fff;
}

.floor ul.more1{
  overflow: hidden;
}
.floor ul.more1 li {
  line-height: 37px;
}
.right.con-right .more1 a {
  display: block;
  color: #999;
  line-height: 21.5px;
  margin-top: 4px;
}
.floor ul.more1 li a.rel {
  width: 310px;
  height: 200px;
  display: block;
  overflow: hidden;
}
.floor ul.more1 li a.rel {
  display: none;
}
.floor ul.more1 li a img {
  width: 100%;
  height: 100%;
}
.right.con-right .more1 a span {
  display: block;
  float: none;
  overflow: hidden;
  color: #333;
}
.floor ul.more1 li .shadow {
  color: #fff;
}
.floor ul.more1 li.cur span.title {
  display: none;
}
.floor ul.more1 li.cur a.rel {
  display: block;
}
.floor ul.more1 li.cur a.rel .tz {
  width: 80px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  left: -20px;
  top: 10px;
  text-align: center;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
span.shadow1 {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  bottom: 0;
  left: 0;
  font-size: 13px;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
  background: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1));
  background: -moz-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,1));
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}


.addfunction .btn-primary {
  background: #337ab7 url(../images/icon-search.png) no-repeat center center;
  width: 30px;
  height: 23px;
  background-size: auto 100%;
  display: inline-block;
  color: transparent !important;
}


.seek input.input-form, .seek input.input-form {
  margin: 7px 0;
  height: 38px !important;
  line-height: 38px !important;
  box-sizing: border-box;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.seek td textarea {
  margin: 7px 0;
  padding: 5px 10px;
  resize: none;
  box-sizing: border-box;
  border-color:#ccc;
}
.btn, a.btn{
  display: inline-block;
  margin: 20px auto;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #0095f4;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  width:130px;
  box-sizing: border-box;
}
.seek .title{
  height:40px;
  line-height:40px;
  border:1px solid #0095f4;
  color:#0095f4;
  font-size: 14px;
  text-indent: 20px;
  margin-bottom:15px;
  margin-top: 15px;
}
.table-normal th font{
  color:red;
  margin-right:5px;
}
.table-normal td span.tips{
  color:#999;
  margin-left: 10px;
}
.label-box input[type="radio"] {
  position: absolute;
  clip: rect(0,0,0,0);
}
.label-box label {
  font-size: 14px;
  color: #666;
  width:77px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  border:1px solid #0095f4;
  cursor: pointer;
  margin: 7px 15px 7px 0;
  transition: all 0.3s ease 0s;
}
.label-box label:hover{
  background: #5cb833;
  border-color:#5cb833;
  color:#fff;
}
.label-box input[type="radio"]:checked + label{
  background: #0095f4;
  border-color:#0095f4;
  color:#fff;
}
.left-1 .tt span{
  display: inline-block;
  width:42px;
  height:42px;
  margin-right: 10px;
  vertical-align: middle;
}
span.icon-talk{
  background: url("../images/icon-talk.png") no-repeat center center;
}
span.icon-text{
  background: url("../images/icon-text.png") no-repeat center center;
}

.left-1 .item{
  font-size: 18px;
}
.left-1 .item:hover:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  position: absolute;
  right: 0;
  top: 16px;
}
#ContentPlaceHolder1_ImgValidator1_btnimgCode{
  vertical-align: middle;
}

.right-main1{
  width: 920px !important;
}
.right-main .col-4 {
  width: 320px !important;
  float: right;
}
.col-4 .sub-list {
  padding: 20px 5px 0px 5px;
  box-sizing: border-box;
}
.right-main .col-3 {
  width: 580px;
  float: left;
}
.col-newsBox h5.icon-text1 {
  background: url(../images/icon-text1.png) left top no-repeat;
}
.col-newsBox h5 {
  height: 34px;
  line-height: 25px;
  color: #0095f4;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  border-bottom: 2px solid #0095f4;
  padding-left: 40px;
}
.col-newsBox h5:after {
  content: '';
  position: absolute;
  width: 140px;
  height: 2px;
  background: #5cb832;
  left: 0;
  bottom: -2px;
}
.right-main{
  width: 905px !important;
  box-sizing: border-box;
}

.drop-down.city{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.drop-down.city li{
  height: auto !important;
  line-height: 22px !important;
}
.drop-down.city li a{
  padding:6px 0;
}


.right.con-right h5,.right.con-right h5.point{
  height: 47px !important;
  line-height: 47px !important;
}
.right.con-right h5 a{
  line-height: 47px !important;
}
.fr-point span{
  height: 47px !important;
}

.q-a .q-a-box {
  border-bottom: dashed 1px #ddd;
  padding: 20px 0;
  line-height: 30px;
}

.q-a-box .Q  span{
  display: inline-block;
  line-height: 30px;
  background: url("../images/i-question.png") 0 0 no-repeat;
  color: #f35450;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left:40px;
}
.q-a-box .A  p {
  color: #333;
  font-size: 14px;
  background: url("../images/i-answer.png") 0 0 no-repeat;
  line-height: 30px;
  padding-left:40px;
  display:inline-block;
}
.q-a-box .Q:after, .q-a-box .A:after{
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.q-a-box i, .q-a-box em{
  color:#999;
  font-size:14px;
}
.q-a-box .A  em{
  position: relative;
  float: right;
}
.title-question{
  font-size: 18px;
  color: #b79100;
  display: inline-block;
  line-height: 34px;
  height: 34px;
  vertical-align: middle;
  font-weight: bold;
}

/*材料补充页*/
.header-bc{
  width: 100%;
  text-align: center;
  padding:20px 0;
}
.content-data{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 754px;
  background: url("../images/bg_bc.jpg") no-repeat top center;
}
.content-data .data-box{
  width: 444px;
  height: 460px;
  background: #fff;
  border-radius:10px;
  padding:40px 20px 20px 20px;
  box-sizing: border-box;
  position: relative;
}
.content-data .data-box .item{
  margin-bottom: 35px;
  color:#333;
  font-size: 18px;
  line-height: 42px;
  display: flex;
}
.content-data .data-box .item input,.content-data .data-box .item select{
  width: 314px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  border:1px solid #ccc;
  padding:0 10px;
  color:#333;
  font-size: 18px;
}
.content-data .data-box .submit{
  width: 145px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  border:1px solid #ccc;
  text-align: center;
  color:#666;
  font-size: 18px;
  margin:40px auto 20px auto;
  cursor: pointer;
}
.content-data .data-box .submit:hover{
  opacity: .8;
}
.content-data .data-box .tips{
  position: absolute;
  bottom:20px;
  font-size: 14px;
  color:#999;
  text-align: center;
  line-height: 1.7em;
}
.content-data .pass-info{
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  color:#33cc33;
}
.content-data .pass-info img,.fail-info img{
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right:5px;
}
.content-data .fail-info{
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  color:#ee3737;
}


.data-page .re-it {
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-top: 45px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.data-page .re-it>legend {
  position: absolute;
  left: 30px;
  top: -22px;
  font-size: 16px;
  height: 37px;
  line-height: 37px;
  margin-left: 2px;
  width: 98px;
  text-align: center;
  color: #333;
  border: 1px solid #aaa;
  background: #fff;
}
.data-page .flex-x {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #ddd;
  padding: 50px;
}
.data-page .flex-x-it {
  text-align: left;
  vertical-align: top;
  display: inline-block;
}
.data-page .it {
  float: left;
  margin-right: 28px;
  text-align: left;
  width: 202px;
}
.data-page .it .dt {
  border: 1px solid #ccc;
  height: 250px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 202px;
}
.data-page .it .dt .add-ph {
  box-sizing: border-box;
  color: #999999;
  height: 230px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  word-break: break-all;
  padding:0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-page .it .dt input {
  opacity: 0;
  cursor: pointer;
}
.data-page .it .tips-file {
  height: 24px;
  line-height: 24px;
}
.data-page .it .tips-file span {
  color: #999;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 210px;
  height: 45px;
  line-height: 45px;
}
.data-page .flex-x-it {
  text-align: left;
  vertical-align: top;
  display: inline-block;
}
.data-page .c-blue {
  color: #0A8DE0;
}
.data-page .flex-title {
  text-align: left;
  margin:40px 0 20px 0;
  font-size: 18px;
}
.data-page .tools{
  display: flex;
  justify-content: space-around;
  position: absolute;
  left:0;
  bottom:0;
  width: 100%;
  opacity: 0;
}
.data-page .tools div{
  position: relative;
  cursor: pointer;
}
.data-page .tools .file-ph{
  width: 204px;
  height: 252px;
  position: absolute;
  left: -20px;
  top: -230px;
  cursor: pointer;
}
.data-page .exit_data {
  display: inline-block;
  width: 142px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #0469d4;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  margin-left: 5px;
  color: #0469d4;
  box-sizing: border-box;
  float: right;
  margin-bottom: 20px;
}
.data-page .exit_data:hover{
  opacity: .8;
}

.item_detail h3 {
  font-size: 20px!important;
}
.item_detail p {
  font-size: 16px!important;
}
.fr .addfunction dt .child.share {
    width: 180px;
}
.comment-box .comment-box-innner {
  width: 93%;
  position: relative;
}

.comment-box-innner .comment-submit{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}
.comment-box-innner .comment-submit *{
  display: inline-block;
  margin-left: 5px;
}
.comment-box-innner .comment-submit input[type=text]{
  height: 24px;
  line-height: 24px;
  font-size:14px;
  border: 1px solid #ccc;
  text-indent: 2px;
}
.comment-box-innner .comment-submit input[type=text]:focus{
  border-color: #117de4;
}
.comment-box-innner .comment-submit input[type=image]{
  height: 26px;
}
.comment-box textarea {
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  color: #333;
  font-size: 12px;
  height: 100px;
  line-height: 22px;
  outline: medium none;
  overflow: auto;
  padding: 5px;
  resize: none;
  vertical-align: top;
  width: 100%;
  border-radius:10px 10px 0 0;
}
.comment-submit {
  border: 1px solid #d8d8d8;
  border-top: none;
  overflow: hidden;
  height: 40px;
  border-radius:0 0 10px 10px ;
}

.comment-submit .comment-login {
  background: #0189dd none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 15px;
  transition: all 0.1s ease-in-out 0s;
}

.jTextCharCounterMsg {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  font-size: 13px;
  padding: 4px 0;
  text-indent: 10px;
  width: auto!important;
  position: absolute;
  line-height: 33px;
}
.jTextCharCounterMsg div.msgMax, .jTextCharCounterMsg div.msgCount, .jTextCharCounterMsg div.msgInfo {
  display: inline;
  margin-right: 20px;
}
.jTextCharCounterMsg div.msgMax span, .jTextCharCounterMsg div.msgCount span, .jTextCharCounterMsg div.msgInfo span{
  font-size: 14px;
  /*font-family: "Candara", "Constantia";*/
}
.jTextCharCounterMsg div.msgInfo.ok {
  color: #32a238;
}
.msgInfo.alert {
  color: red;
}
.article-eye ,.article-fun , .article-thumb, .article-share{
  color: #41a1e2;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  min-width: 68px;
  padding:0 5px;
  border: solid 1px #41a1e2;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  margin-right: 10px;
}
.article-eye i, .article-fun i, .article-thumb i, .article-share i{
  background: url('../images/article-eye.png') 0 -2px no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.article-fun{
  color: #e63030;
  border: solid 1px #e63030;
}
.article-thumb{
  color: #fd7f19;
  border: solid 1px #fd7f19;
}
.article-share{
  color: #0f6fc3;
  border: solid 1px #0f6fc3;
}
.article-fun i{
  background: url('../images/article-fun.png') 0 -2px no-repeat;
}
.article-thumb i{
  background: url('../images/article-thumb.png') 0 -2px no-repeat;
}
.article-share i{
  background: url('../images/article-share.png') 0 -2px no-repeat;
}
.article-eye:hover{
  background: #41a1e2;
  color: #fff;
}
.article-fun:hover{
  background: #e63030;
  color: #fff;
}
.article-thumb:hover{
  background: #fd7f19;
  color: #fff;
}
.article-share:hover{
  background: #0f6fc3;
  color: #fff;
}
.article-eye:hover i{
  background: url('../images/article-eyeh.png') 0 -2px no-repeat;
}
.article-fun:hover i{
  background: url('../images/article-funh.png') 0 -2px no-repeat;
}
.article-thumb:hover i{
  background: url('../images/article-thumbh.png') 0 -2px no-repeat;
}
.article-share:hover i{
  background: url('../images/article-shareh.png') 0 -2px no-repeat;
}













