﻿/*-----------------导航及热门信息  Start--------------------*/
.left-navigation {
    clear: left;
    width: 15%;
    float: left;
    text-align: center;
    margin-top: 5px;
    border-left: 2px solid #74FFFF;
    border-top: 2px solid #20659C;
}

.panel-title {
    height: 45px;
    line-height: 45px;
    background-color: #F7F7F7;
    color: #039FE9;
}

.title-list {
    width: 100%;
}

    .title-list ul {
        list-style-type: none;
        padding-left: 0px;
    }

        .title-list ul li {
            height: 45px;
            line-height: 45px;
            border-bottom: 2px solid #EAEAEA;
            text-align: center;
        }

.right-navigation {
    width: 25%;
    float: right;
    height: auto;
}

.top-news {
    border: 1px solid #399fdd;
    margin-bottom: 5px;
}

.top-news-title {
    color: white;
    background: #399FDF;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-left: 15px;
    font-family: "宋体";
    font-weight: bold;
}

.top-news ul {
    padding: 0 5px 0 50px;
}

    .top-news ul li {
        border-bottom: 1px dashed #B6B6B6;
    }

        .top-news ul li:before {
            content: "● ";
            color: #81C0E3;
        }

        .top-news ul li:last-child {
            border-bottom: none;
        }

#advpicList > div {
    height: 50px;
    line-height: 50px;
    background: #399FDF;
    color: white;
}

.ad {
    margin: 5px 0;
}
/*-----------------导航及热门信息  End--------------------*/

/*---------------Center--------------*/
.content-center {
    width: 60%;
    float: left;
    text-align: center;
    margin-top: 0px;
    min-height: 600px;
}

    .content-center h1 {
        color: #000;
        line-height: 30px;
        font-size: 24px;
        text-align: center;
    }

    .content-center ul {
        list-style-type: decimal;
        text-align: left;
    }

        .content-center ul li {
            height: 30px;
            line-height: 30px;
        }

#bf-ksy, .gd-szdh {
    width: 96%;
    text-align: center;
    margin-left: 15px;
}

.left {
    width: 47%;
    height: auto;
    min-height: 180px;
    text-align: left;
    margin-left: 15px;
    padding: 10px 0;
    position: relative;
}

.right {
    width: 47%;
    height: auto;
    min-height: 180px;
    text-align: left;
    margin-right: 15px;
    padding: 10px 0;
    position: relative;
}

    .left .title, .right .title, .bf-title {
        text-align: left;
        font-family: "宋体";
        font-weight: bold;
        border-bottom: 2px solid #3C606C;
    }

.selecte-item {
    margin-top: 15px;
}

.left-item {
    float: left;
    text-align: center;
    width: 33%;
    position: relative;
}

    .left-item:after {
        content: ''; /*CSS伪类用法*/
        position: absolute; /*定位背景横线的位置*/
        top: 15%;
        background: #494949; /*宽和高做出来的背景横线*/
        width: 1px;
        height: 13px;
        right: -5%;
    }

.center-item {
    width: 33%;
    text-align: center;
    position: relative;
}

    .center-item:after {
        content: ''; /*CSS伪类用法*/
        position: absolute; /*定位背景横线的位置*/
        top: 15%;
        background: #494949; /*宽和高做出来的背景横线*/
        width: 1px;
        height: 13px;
        right: -50%;
    }

.right-item {
    float: right;
    text-align: center;
    width: 33%;
}

.left ul, .right ul, .top-news ul, .gd-szdh ul {
    list-style-type: none;
}

    .left ul li, .right ul li, .top-news ul li, .gd-szdh ul li {
        text-align: left;
        overflow: hidden;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: -40px;
        height: 30px;
        line-height: 30px;
    }
    .gd-szdh ul li{
        display:inline-block;
        padding:0 35px;
        height:25px;
    }

        .left ul li:before, .right ul li:before, .gd-szdh ul li:before {
            content: "● ";
            color: #81C0E3;
        }
/*---------------------End Center-------------*/

.left p, .right p {
    line-height: 30px;
    text-indent: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.right .bf-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.left .more, .right .more {
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.content-center .ksyjj {
    line-height: 30px;
    padding: 0 40px;
    text-align: left;
    text-indent: 28px;
    font-family: "黑体";
}

.bzzn {
    width: 55%;
    margin-top: 5px;
    float: left;
}

    .bzzn img {
        width: 85%;
    }

.txdz {
    width:60%;
    float: left;
    padding-left: 20px;
    text-align: left;
    line-height: 30px;
}

#location-container {
    margin-top: 5px;
    clear: both;
    width: 100%;
    height: 250px;
    float: right;
}

#detail {
    width: 57%;
    float: left;
    text-align: center;
    margin-top: 5px;
    margin-left: 5px;
}


/*-------------NEWS LIST--------------*/
#detail .detail{
    border: 1px solid #9ccfee;
}

.detail ul {
    padding-right: 40px;
    list-style-type: none;
}

    .detail ul li {
        text-align: left;
        overflow: hidden;
        overflow-wrap: break-word;
        height: 30px;
        line-height: 30px;
    }

        .detail ul li:last-child {
            border-bottom: none;
        }

        .detail ul li a {
            display: block;
            width: 80%;
            float: left;
        }

        .detail ul li p {
            width: 15%;
            float: right;
            color: #959595;
            line-height: 30px;
            text-align: right;
        }
/*-------------END NEWS LIST--------------*/

.sz-list {
    width: 60%;
    float: left;
    text-align: center;
    margin-top: 5px;
    padding: 0 35px;
}

    .sz-list .list-sz {
        width: 100%;
        height: 60px;
    }

    .sz-list .odd {
        background: #D8D8D8;
    }

    .sz-list .even {
        background: #DED9C3;
    }

    .sz-list .list-sz .name {
        float: left;
        width: 33%;
        height: 60px;
        /*border: 1px solid #DBE1E6;
        border-top: 3px solid #DBE1E6;
        border-radius: 2px;*/
        font-family: "黑体";
        font-size: 30px;
        text-align: center;
        line-height: 60px;
    }

        .sz-list .list-sz .name a {
            display: inline-block;
            width: 100%;
            height: 60px;
        }

            .sz-list .list-sz .name a:hover {
                background: #F2F2F2;
            }

.dz-content {
    width: 1200px;
    margin: 0 auto;
}
