﻿.weixin{
    font-size: 14px;
    font-family: '思源黑体';
}
.weixin a{
    color: #000000;
}
.clr{
    clear: both;
}
.clearfix:after {
    content: ".";     /*内容为“.”就是一个英文的句号而已。也可以不写。*/
    display: block;   /*加入的这个元素转换为块级元素。*/
    clear: both;     /*清除左右两边浮动。*/
    visibility: hidden;      /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
    line-height: 0;    /*行高为0；*/
    height: 0;     /*高度为0；*/
    font-size:0;    /*字体大小为0；*/
}
.w1200outer{
    margin: auto;
    min-width: 1200px;
}
.w1200{
    width: 1200px;
    margin: auto;
}
.w1130{
    width: 1130px;
    margin: auto;
}
.wrapperinner{
    /*   padding-top: 24px;
       padding-bottom: 24px;*/
    position: relative;
}

.smalltu p{
    float: left;
    padding-right: 25px;
    /* padding-top: 28px;*/
    padding-bottom: 20px;
    display: block;
    position: relative;
}
.smalltu p img{
    cursor: pointer;
}
.smalltu .smalltudiv{
    float: left;
    padding-right: 25px;
    /* padding-top: 28px;*/
    padding-bottom: 20px;
    display: block;
    position: relative;
}
.smalltu .smalltudiv img{
    cursor: pointer;
}
.fangda{
    position: absolute;
    right: 10px;
    top: 10px;
}

.zan_browser{
    position: absolute;
    bottom: -6px;
    right: 0;
}
a.zan{

    background: #dce4e7 url(../../images/weixin/zan.png)/*tpa=../templets/mahuang/images/weixin/zan.png*/ 14px 7px no-repeat;
    float: left;
    margin-right: 14px;
    width: 92px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-indent: 38px;
    display: block;
    border-radius:25px;
    -moz-border-radius:25px; /* Old Firefox */
}
a.browser{
    background: #dce4e7 url(../../images/weixin/browser.png)/*tpa=../templets/mahuang/images/weixin/browser.png*/ 12px 9px no-repeat;
    text-indent: 44px;

}
.bigbu{
    position: relative;
    float: left;
    padding-top: 22px;
}
.cha{
    display: none;
    position: absolute;
    right: -14px;
    top: 0;
}
.bigbuimg{
    display: none;
}
.page{
    float: right;
    padding-top: 24px;
    padding-bottom: 24px;
}
.page a{
    float: left;
    display: block;
    height: 26px;
    line-height: 26px;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    border: 1px solid #c2d5e3;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    font-size: 14px;
}
.page a:hover{
    background: #e5edf2;

}
.page a.current{
    background: #e5edf2;
}
.page select{
    float: left;
    display: block;
    height: 26px;
    line-height: 26px;
    margin-left: 2px;
    margin-right: 2px;
}
/*
.w1200outer{
    background: #f2f4f4;
}*/
.weixin .content{
    text-indent: 2em;
    line-height: 33px;

    padding-top: 0;
    width: 100%;
}
.weixin .wrapper{
    margin: auto;

    padding-top: 20px;
    padding-bottom: 30px;
    background: #f2f4f4;


}