﻿.con-tit h2 a:hover,
.con-img .bd ul li p a:hover,
.con-tit ul li a:hover,
.con-data ul li .title a:hover {
    color: #015293;
}

.float-clear {
    clear: both;
}

.h-search .sinput {
    margin-top: -3px !important;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.con {
    margin-top: 20px;
}
/*热点新闻*/
.con-hot {
    margin: 0px 0px 20px;
}

    .con-hot .gdTitle {
        color: #4975b4;
        font-weight: bold;
    }

    .con-hot .txtMarquee-left {
        width: calc(100% - 50px);
        overflow: hidden;
        float: right;
    }

    .con-hot .newestList li a {
        color: #333;
    }

.txtMarquee-left .bd ul li {
    margin-right: 30px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: left;
    _display: inline;
    width: auto !important;
}
/*左部分 图片轮播 */
.con-img {
    position: relative;
    width: 55%;
    height: 420px;
    overflow: hidden;
}

    .con-img .hd {
        position: absolute;
        bottom: 12px;
        right: 5px;
        z-index: 2;
    }

        .con-img .hd ul li {
            float: left;
            margin-right: 5px;
            width: 14px;
            /*height: 14px;*/
            text-align: center;
            background: #fff;
            cursor: pointer;
            border-radius: 0px;
            color: #333;
        }

            .con-img .hd ul li.on {
                background: #285293;
                color: #fff;
            }

    .con-img .bd ul li img {
        width: 100%;
        height: 420px;
    }

    .con-img .bd ul li p {
        position: relative;
        top: -40px;
        background: #333;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding-left: 20px;
    }

        .con-img .bd ul li p a {
            display: inline-block;
            width: calc(100% - 140px);
            color: #fff;
            height: 40px;
            overflow: hidden;
        }
/*右部分 新闻列表 */
.con-tit {
    width: 45%;
    height: 420px;
    overflow: hidden;
}

    .con-tit ul {
        padding-left: 20px;
    }

        .con-tit ul li {
            line-height: 40px;
            border-bottom: 1px solid #ddd;
            overflow: hidden;
            height: 40px;
        }

            .con-tit ul li a {
                color: #000;
                font-size: 16px;
            }

/*下部分 分类数据*/
.con-b {
    margin-top: 40px;
}

.con-c {
    border: 1px solid #ddd;
    height: 41px;
    padding: 0 10px;
    background: #fff;
}

    .con-c p {
        float: right;
        line-height: 42px;
        color: #666;
        font-size: 16px;
    }

    .con-c ul {
    }

        .con-c ul li {
            float: left;
            padding: 0 10px;
            margin-right: 20px;
            font-family: "宋体";
            font-size: 22px;
            color: #000000;
            font-weight: bold;
            line-height: 40px;
            cursor: pointer;
        }

            .con-c ul li.on {
                border-bottom: 2px solid #285293;
            }

.con-data {
}

    .con-data .pagination {
        text-align: center;
        margin: 20px 0;
    }

    .con-data ul {
    }

        .con-data ul li {
            border-bottom: 1px solid #ededed;
            height: 100%;
        }

            .con-data ul li .title {
                margin: 20px 0px 10px;
            }

            .con-data ul li .zhaiyao {
                height: 115px;
            }


            .con-data ul li .title a {
                color: #000;
                font-size: 18px;
                line-height: 30px;
            }

            .con-data ul li .t-img {
                display: inline-block;
                width: 160px;
                height: 90px;
                margin-right: 10px;
            }

                .con-data ul li .t-img img {
                    width: 100%;
                    height: 100%;
                }

            .con-data ul li p {
                color: #666;
                font-size: 14px;
                line-height: 28px;
                height: 75px;
            }

            .con-data ul li .date {
                float: right;
                font-size: 14px;
                color: #999;
            }
