﻿


#all {
    width: 100%;
    height: 1050px;
    border: 1px solid white;
    position: relative;
    margin-top: 140px;
}

#picture {
    width: 100%;
    height: 300px;
    margin: auto;
}

    #picture img {
        position: absolute;
        width: 100%;
        height: 300px;
        z-index: 100;
        margin-top: 68px;
    }

#h5 {
    margin: auto;
}

    #h5 h5 {
        width: 1200px;
        font-family: 微软雅黑;
        color: rgb(255, 255, 255);
        letter-spacing: 1px;
        font-size: 26px;
        font-weight: bold;
        position: relative;
        margin: auto;
        margin-top: -100px;
        padding-left: 50px;
        z-index: 990;
    }

    #all #all-center {
        width: 1200px;
        height: 950px;
        border: 1px solid white;
        margin: 0px auto;
        position: relative;
    }
        /*站点地图*/
        #all #all-center #all-center-map {
            width: 1200px;
            height: 35px;
            border-width: 0px 0px 2px;
            border-style: solid;
            padding: 2px;
            border-bottom-color: rgb(237, 237, 237);
            position: relative;
        }

            #all #all-center #all-center-map a {
                color: rgb(168, 168, 168);
                font-family: Microsoft YaHei;
                font-size: 12px;
                line-height: 35px;
                text-decoration: none;
            }

                #all #all-center #all-center-map a:hover {
                    text-decoration: underline;
                }


/*新闻动态*/
#all-center-news {
    width: 1200px;
    height: 938px;
    border: 1px solid white;
    margin-top: 20px;
    position: relative;
}
/*左边标题*/
#all-news-left {
    width: 220px;
    height: 50px;
    border: 1px solid black;
    background-color: black;
    position: relative;
}

    #all-news-left ul li {
        list-style: none;
        float: left;
    }
        #all-news-left ul li.news-li a {
            text-decoration: none;
            color: white;
            margin-left: -25px;
            line-height: 50px;
            font-style: normal;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: bold;
        }

        #all-news-left ul li.news-li1 a {
            text-decoration: none;
            color: white;
            margin-left: 100px;
            font-size: 20px;
            font-weight: bold;
            display: block;
            width: 30px;
            height: 30px;
            border: 1px solid #06bee0;
            margin-top: -51px;
            margin-left: 127px;
            padding-left: 20px;
            padding-right:30px;
            padding-bottom: 36px;
            padding-top: 12px;
            background-color: #06bee0;
        }

       

            #all-news-left ul li.news-li1 a:hover {
                border: 1px solid rgb(246, 171, 54);
                background-color: rgb(246, 171, 54);
            }
/*右边内容*/
#all-news-right {
    width: 930px;
    height: 920px;
    border: 1px solid #ccc;
    margin-left: 260px;
    position: relative;
    margin-top: -52px;
}

    #all-news-right ul {
        width: 830px;
        height: 40px;
        border: 1px solid white;
        clear: both;
    }


        #all-news-right ul li {
            list-style: none;
     line-height:40px;
        }

            #all-news-right ul li.newnr-li {
      float:left;

            }

                #all-news-right ul li.newnr-li a {
                    text-decoration: none;
                    font-family: Microsoft YaHei;
                    font-size: 16px;
                    color: #5A5A5A;
                    font-weight: bold;
                }

                    #all-news-right ul li.newnr-li a:hover {
                        color: rgb(246, 171, 54);
                    }

            #all-news-right ul li.newnr-li1 {
                font-family: Microsoft YaHei;
                font-size: 14px;
                color: #a8a8a8;
                float:right;
            }

hr.hr {
    border: 1px dashed #ccc;
    width: 90%;
}

/*分页效果*/
#all-news-right ul.ul-fen {
width:700px;
height:40px;margin:0px auto;
/*border:1px solid black;*/
}


#all-news-right ul.ul-fen li {
float:left;
}

#all-news-right ul.ul-fen li a{
display:block;
width:40px;
height:35px;
border:1px solid white;
text-decoration:none;
text-align:center;
line-height:35px;
font-family:"微软雅黑";
color:black;    cursor: pointer;
}

#all-news-right ul.ul-fen li a:hover{
    background-color:#337ab7;
    border:1px solid #337ab7;
    color:white;
}


