
/*头条*/
.headlines {
    height: 50px;
    background-color: #eeeeee;
}
    .headlines .headlines-p {
        float: left;
        width: 100px;
        border-radius: 5px 0 0 5px;
        background-color: #3f4b87;
        color: #fff;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
    }
  
.headlines div{
               float: left;line-height: 30px;height: 30px;margin-top: 10px;overflow: hidden;

}
.headlines ul {
    margin-top: 0px;
}
.headlines ul li{ 
    margin: 0 35px;line-height: 30px;height: 30px;
    display: -webkit-box;

}
.headlines ul li a{color:#3f3f3f; }

.headlines ul li a:hover{color:#4676CA; }
    .headlines .more {
        float: right;
        background-color: #0c9990;
        border-radius: 0 5px 5px 0;
    }
    .headlines .more-p {
        float: left;
        color: #fff;
        font-size: 18px;
    }
.headlines .more:hover{border-bottom: 1px solid #4676CA;color:#4676CA; }

/*园区动态 */
.yuanqu {
    width: 450px;
    background-color: #0c9990;
    color: #ffffff;
    float: left;
}
    .yuanqu .img-yq {
        width: 100%;
        position: relative;
        font-size: 17px;
    }
        .yuanqu .img-yq img {
            width: 100%;
            height: 361px;
        }
        .yuanqu .img-yq p {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100px;
            line-height: 50px;
            border-radius: 5px;
            background: #3f4b87;
            text-align: center;
        }
        .yuanqu .img-yq a {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 100px;
            line-height: 50px;
            background: none;
            text-align: center;
            color: #fff;
        }
    .yuanqu .title ul {
        padding: 0px 30px;
    }
        .yuanqu .title ul li {
            line-height: 25px;
            list-style-type: disc;
            font-size: 16px;
            border-bottom: 1px dashed #ffffff;
            padding:10px 0px;
        }
        .yuanqu .title ul li a{
           color:#fff;
        }
    .yuanqu #yq_content {
        padding: 15px 30px 30px;
        height: 100px;
    }
        .yuanqu #yq_content a {
            color: #fff;
        }
/*招商项目 */
.zhaoshang {
    width: 745px;
    float: left;
    margin-left: 15px;
    padding: 0px 15px;
    border-left: 1px solid #3f4b87;
    border-right: 1px solid #3f4b87;
}
.zhaoshang .zhaoshang1 {
    width: 100%
}
.zhaoshang .zhaoshang1 .title {
    width: 100%;
    background: #eeeeee;
    font-size: 17px;
    height: 50px;
}
.zhaoshang .zhaoshang1 .title p {
    float: left;
    width: 100px;
    color: #ffffff;
    line-height: 50px;
    border-radius: 5px;
    background: #3f4b87;
    text-align:center;
}
.zhaoshang .zhaoshang1 .title a {
    float: right;
    width: 100px;
    background: none;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    border-left: 1px solid #222222;
    color:#000;
}
.zhaoshang .zhaoshang1 .title a img {
    width: 20px;
    margin-top: -2px;
}
.zhaoshang .zhaoshang1 .zscontent {
    width: 100%;
    height: 216px;
}
.zhaoshang .zhaoshang1 .zscontent ul {
    padding-top:20px;padding-left:20px;
}
.zhaoshang .zhaoshang1 .zscontent ul li {
    cursor: pointer;
    line-height:30px;
}
.zhaoshang .zhaoshang1 .zscontent ul li a{
    color:#000;
}
.zhaoshang .zhaoshang1 .zscontent ul li a:hover {
    color: #337ab7;
}
 
 







































