﻿/**!
 * 丹阳市党校-首页
 * author: 王凯;
 * date: 2015-12-8;
 * version: v1.1.0;
 */
/* mian */

/* 轮播图 */

.wb-slider {
    position: relative;
    font-family: arial;
    font-size: 14px;
    overflow: hidden;
}

.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    display: block;
    position: relative;
}

    .wb-slider-ctag img {
        display: block;
        width: 578px;
        height: 326px;
    }

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-family: "宋体";
    color: #fff;
    background: url(../images/mask-bg.png) repeat-x;
}

    .wb-slider-mask .ellipsis {
        display: block;
        margin-left: 10px;
        width: 175px;
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.wb-slider-switcher {
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 18px;
}

.wb-slider-stag {
    float: left;
    margin-right: 2px;
    height: 18px;
    width: 25px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #898989;
    cursor: pointer;
}

    .wb-slider-stag.cur {
        background: #ff8202;
    }

/* 党校动态 */

.dynamic {
    width: 408px;
    height: 324px;
}

.dynamic-hd {
    height: 33px;
    line-height: 33px;
    background-color: #fafafa;
    border-bottom: 1px solid #c3282b;
}

    .dynamic-hd a {
        float: left;
        width: 204.5px;
        height: 34px;
        font-size: 16px;
        font-family: "Microsoft YaHei";
        color: #000;
        text-align: center;
    }

        .dynamic-hd a.cur {
            margin-top: -1px;
            margin-left: 100px;
            background-color: #c3282b;
            color: #fff;
        }

.dynamic-bd {
    height: 291px;
}

.dynamic-bd-title {
    display: block;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #dd191d;
    font-family: "Microsoft YaHei";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title-info {
    margin-top: 8px;
    margin-left: 40px;
    width: 333px;
    height: 31px;
}

    .title-info p {
        text-indent: 2em;
        line-height: 20px;
        font-family: "Microsoft YaHei";
    }

    .title-info a {
        color: #eb2227;
        font-family: "Microsoft YaHei";
    }

.dynamic-bd-info {
    width: 380px;
    height: 162px;
    margin-top: 17px;
    margin-left: 15px;
}

.dynamic-bd-ul li {
    height: 30px;
    line-height: 30px;
    background: url(../images/dian.png) 0px 14px no-repeat;
    vertical-align: top;
}

.li-info {
    padding-left: 13px;
    width: 230px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .li-info a {
        color: #333;
        font-family: "Microsoft YaHei";
    }

.dynamic-bd-ul span {
    color: #a7a7a7;
    font-family: "Microsoft YaHei";
}

.dynamic-bd-ul a:hover {
    color: #c30004;
}

/* 公共模块 */

.module {
    width: 492px;
    height: 282px;
}

.module-hd a {
    margin-top: -1px;
    margin-left: -1px;
    background-color: #c3282b;
    color: #fff;
}

.module-bd {
    height: 249px;
}

    .module-bd ul {
        /*width: 296px;*/
        margin-top: 5px;
        margin-left: 14px;
    }

.module-bd-info {
    padding-left: 13px;
    width: 380px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .module-bd-info a {
        color: #333;
        font-family: "Microsoft YaHei";
    }

/*右侧浮动*/
.closeBtn {
    padding-left: 36px;
}

.RihgtFloat {
    position: fixed;
    width: 90px;
    font-size: 12px;
    top: 94px;
    right: 80px;
}

    .RihgtFloat .fixed {
        width: 150px;
        text-align: center;
        margin: 0 0 0 20px;
    }

        .RihgtFloat .fixed ul li {
            width: 150px;
            margin-bottom: 10px;
        }


.RihgtFloat1 {
    position: fixed;
    width: 176px;
    font-size: 12px;
    top: 494px;
    right: 20px;
}

    .RihgtFloat1 .fixed {
        width: 176px;
        text-align: center;
        margin: 0 0 0 20px;
    }

        .RihgtFloat1 .fixed ul li {
            width: 176px;
            margin-bottom: 10px;
        }

/*左侧浮动*/

.closeBtnleft {
    padding-left: 36px;
}

.LeftFloat {
    position: fixed;
    width: 90px;
    font-size: 12px;
    top: 94px;
    /*left: 80px;*/
}

    .LeftFloat .fixed {
        width: 338px;
        text-align: center;
        margin: 0 0 0 20px;
    }

        .LeftFloat .fixed ul li {
            width: 338px;
            margin-bottom: 10px;
        }
