﻿/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, ol, li {
    list-style: none;
}

input, button {
    margin: 0;
    font-size: 14px;
    vertical-align: middle;
    outline: none;
}

body {
    font-size: 14px;
    font-family: "宋体",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    display: block;
    border: none;
}

a {
    color: #000;
    text-decoration: none;
}

/**/
body {
    padding-bottom: 50px;
}

/*当前页*/
.content {
    border-right: #eeeeee solid 1px;
    width: 796px;
    padding: 20px 20px 20px 0;
}

.content_li {
    border-bottom: #e1dede dashed 1px;
    padding: 10px 0;
    position: relative;
    zoom: 1;
}

.content_h2 {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 20px;
    color: #5d5d58;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}

.content_p {
    line-height: 24px;
    text-indent: 28px;
}

.show_btn, .show2_btn {
    width: 160px;
    height: 30px;
    margin: 20px auto;
    background: #e1dede url(/Images/yunshang/yuns31.png) center bottom no-repeat;
    cursor: pointer;
}

.show_btn2, .show2_btn2 {
    width: 160px;
    height: 30px;
    margin: 20px auto;
    background: #e1dede url(/Images/yunshang/yuns31.png) center top no-repeat;
    cursor: pointer;
}

.showdiv {
    display: block;
}

    .showdiv img {
        max-width: 80%;
        display: block;
        height: auto;
        margin: 5px auto;
    }

.timer {
    width: 80px;
    height: 80px;
    background: #e1e1e1;
    color: #5d5d58;
    position: absolute;
    top: 17px;
    left: 0px;
    padding: 10px;
    font: 16px "黑体";
}

.days {
    color: #e62b1e;
    font-size: 60px;
    line-height: 36px;
    font-family: Arial;
    padding-bottom: 8px;
}

.month {
    text-transform: uppercase;
}

.widths {
    padding-left: 115px;
    width: 681px;
}

    .widths a:hover {
        color: #ff0000;
    }

.twop {
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
/*share*/
/*微信二维码 20170710*/
.share {
    font-size: 14px;
    color: #808080;
    height: 22px;
    line-height: 22px;
    text-align: right;
    margin: 0 10px;
    position: relative;
}

.code_div {
    position: absolute;
    top: 30px;
    right: 0;
    border: #e1e1e1 solid 1px;
    width: 350px;
    background: #fff;
    z-index: 999999;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

.code_pic {
    width: 220px;
    height: 220px;
    margin: 40px auto;
}

.code_h2 {
    padding: 10px;
    border-bottom: #f2f2f2 solid 1px;
    font-size: 16px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    text-align: left;
    background: #fafafa;
}

    .code_h2 .close_pic {
        float: right;
        width: 30px;
        height: 30px;
        background: url(../images/close.png) center center no-repeat;
        display: block;
        background-size: 16px 16px;
        cursor: pointer;
    }

        .code_h2 .close_pic:hover {
            background-image: url(../images/close2.png);
        }

.share a {
    float: right;
    width: 22px;
    height: 22px;
    background: url(../images/share/icon4.png) 0 0 no-repeat;
    margin: 0 5px 0 0;
    background-size: 22px 22px;
}

    .share a.icon_sina {
        background-image: url(../images/share/icon.png);
    }

    .share a.icon_qq {
        background-image: url(../images/share/icon1.png);
    }

    .share a:hover {
        background-image: url(../images/share/icon3.png);
    }

    .share a.icon_sina:hover {
        background-image: url(../images/share/icon5.png);
    }

    .share a.icon_qq:hover {
        background-image: url(../images/share/icon2.png);
    }
