﻿/* 微信公众号 */
.wb-lst-bd {
    padding: 15px 50px 35px;
    background: #FFFFFF;
    overflow: hidden;
    min-height: 450px;
    margin-bottom: 15px;
}
.con-wbnm {
    color: #1764B1;
    font-weight: bold;
    font-size: 20px;
}
.wx-bd {
    border: 1px solid #DCDCDC;
    padding: 35px 32px;
    margin-bottom: 5px;
    overflow: hidden;
}
.wx-img {
    height: 170px;
    overflow: hidden;
    float: left;
    border: 1px solid #ddd;
}
.wx-img img {
    width: 170px;
    height: 170px;
}
img {
    border: 0;
}
.wx-con {
    height: 170px;
    overflow: hidden;
    margin-left: 30px;
}
.wx-con p {
    text-indent: 2em;
    font-size: 14px;
    color: #505050;
    line-height: 26px;
    margin: 0px;
    padding: 0px;
}
.wx-con span {
    font-size: 18px;
    font-weight: bold;
    color: #1764B1;
    display: block;
    line-height: 38px;
}
.wb-con-bd {
    border: 1px solid #DCDCDC;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px;
}
.wb-img {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.wb-img img {
    width: 100px;
    height: 100px;
}
.wb-con span {
    line-height: 28px;
    color: #505050;
    font-size: 16px;
    height: 28px;
    margin-bottom: 4px;
    display: block;
}
.wb-con p {
    line-height: 18px;
    color: #aaaaaa;
}
/*右侧回到顶部duilian*/
.duilian {
   width: 80px;
    height: auto;
    position: fixed;
    bottom: 100px;
    right: 5px;
    z-index: 1000;
}
.duilian .item {
    border: 1px solid #1764b1;
    text-align: center;
    width: 78px;
    height: 78px;
    margin-bottom: 5px;
    background: #FFFFFF;
    border-radius: 10px;
    display: block;
}
.duilian a {
    color: #2b2b2b;
    text-decoration: none;
}
.duilian .item i {
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 50px;
    background: url(../../../images/icon.png) no-repeat;
}
.duilian i {
    font-style: normal;
}
.duilian .item i.dui1{
    background-position: -608px 0;
}
.duilian .item i.dui2 {
    background-position: -658px 0;
}
.duilian .item i.dui3 {
    background-position: -708px 0;
}
.duilian .item i.dui5{
    background:url(../../../images/wxcb.png) center no-repeat;
}
.duilian .item p {
    color: #1764B1;
    padding: 0px;
    margin: 0px;
}
.duilian .item .wapqra{
    position: absolute; 
    left: -114px;
    top: -10px;
    width: 104px;
    height: 104px;
    /*background: url(../../../images/wapqra.png) center no-repeat;*/
    background: url(../../../images/weixin2.jpg) center no-repeat;
    border:1px solid #CCCCCC;
    display: none;
    background-size: cover;
}
.duilian .item:hover .wapqra{
    display:block;
}

