﻿.contentBox {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.conWrap {
    height: auto;
    overflow: hidden;
    _height: auto;
    _overflow: hidden;
    padding: 0px 0px 26px 0px;
    _padding: 0px 0px 0px 0px;
    border-bottom: 2px solid #25A9E0;
    _border-bottom: 2px solid #25A9E0;
}

.m-top {
    margin-top: 20px;
    _margin-top: 15px;
}

.in-rd {
    width: 260px;
}

.in-yw {
    width: 580px;
}

.in-tgzc {
    width: 580px;
    margin-left: 30px;
}

.fl {
    float: left;
}

.wrap-tit {
    height: auto;
    overflow: hidden;
    _height: 20px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.in-tit {
    font-size: 16px;
    font-weight: bold;
    color: #304e80;
    display: block;
    float: left;
}

.wrap-tit a {
    display: block;
    float: right;
    padding-top: 2px;
}

.wrap-tit-tz {
    height: auto;
    overflow: hidden;
    _height: 20px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

    .wrap-tit-tz a {
        display: block;
        float: right;
        padding-top: 2px;
    }

ul.in-ywlist {
    height: auto;
    overflow: hidden;
}

    ul.in-ywlist li {
        line-height: 28px;
        height: auto;
        overflow: hidden;
    }

        ul.in-ywlist li a {
            display: block;
            float: left;
            font-size: 14px;
            background: url(../imgs/newsBtn.jpg) no-repeat 0px center;
            padding: 0px 0px 0px 10px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            *text-overflow: ellipsis;
            width: 570px;
        }

        ul.in-ywlist li span {
            display: block;
            float: right;
        }

ul.in-rdlist {
    height: auto;
    overflow: hidden;
}

    ul.in-rdlist li {
        height: auto;
        overflow: hidden;
        line-height: 24px;
    }

        ul.in-rdlist li a {
            display: block;
            float: left;
            background: url(../imgs/newsBtn.jpg) no-repeat 0px center;
            padding: 0px 0px 0px 10px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            *text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
            width: 250px;
        }

        ul.in-rdlist li span {
            display: block;
            float: right;
        }

.wrap-tit-fg {
    height: auto;
    overflow: hidden;
    _height: 20px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 6px;
    margin-bottom: 8px;
    margin-top: 6px;
}

    .wrap-tit-fg a {
        display: block;
        float: right;
        padding-top: 2px;
    }

.in-time {
    display: block;
    float: left;
    color: #304e80;
    line-height: 22px;
    padding-left: 35px;
}



dl.in-wuliu-list {
    height: auto;
    overflow: hidden;
    width: 550px;
}

    dl.in-wuliu-list dt {
        font-size: 16px;
        font-weight: bold;
        padding-left: 10px;
    }

        dl.in-wuliu-list dt a, dl.in-wuliu-list dd a {
            display: block;
            float: left;
            padding: 0px 0px 0px 10px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -webkit-text-overflow: ellipsis;
            width: 480px;
        }

        dl.in-wuliu-list dt span, dl.in-wuliu-list dd span {
            font-weight: normal;
            font-size: 14px;
        }

    dl.in-wuliu-list dd {
        background: url(../imgs/newsBtn.jpg) no-repeat 0px center;
        padding: 0px 0px 0px 10px;
        font-size: 14px;
        line-height: 28px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        *text-overflow: ellipsis;
        width: 550px;
    }

.m-right-wl {
    margin-right: 100px;
}


 .task-container {
            text-align: center;
        }

        .task-box {
            width: 250px;
            height: 80px;
            padding: 10px;
            margin-bottom: 10px;
            margin-right: 10px;
            float: left;
            text-align: center;
            font-size: 14px;
            border-radius: 8px;
            border: 1px solid #3B95C8;
            background-color:#d8f0f5;
        }

            .task-box:hover {
                border: 1px solid green;
                background-color: lightgreen;
            }

        .task-flow-name {
            width: 100%;
            color: brown;
            font-weight: bold;
            text-align: center;
            font-size: 16px;
            height: 80px;
            line-height: 80px;
        }